.basic-font {
  font-family: 'muli', sans-serif;
  font-weight: 400;
}
.titel-font {
  font-family: 'muli', sans-serif;
  font-weight: 900;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
html,
body {
  font-family: 'muli', sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #f7f8fb;
  font-size: 16px;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
html.home .website-content,
body.home .website-content {
  background: linear-gradient(#f7f8fb 0%, #f7f8fb 30%, #ffffff 50%, #ffffff 100%);
}
@media only screen and (max-width: 991px) {
  html,
  body {
    font-size: calc(16px - 1px);
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: calc(16px - 2px);
  }
}
h1,
.look-h1 {
  font-family: 'muli', sans-serif;
  font-size: 3.4375rem;
  font-weight: 900;
  line-height: 1.49090909;
  margin-bottom: 1.5rem;
  color: #273e6c;
}
h1 span,
.look-h1 span {
  z-index: 0;
  position: relative;
  line-height: 1;
}
h1 span::after,
.look-h1 span::after {
  z-index: -1;
  content: '';
  position: absolute;
  right: -.25rem;
  bottom: 0;
  left: -.25rem;
  height: 6px;
  background-color: #f36b23;
}
@media only screen and (max-width: 991px) {
  h1,
  .look-h1 {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .look-h1 {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 575px) {
  h1,
  .look-h1 {
    font-size: 1.85rem;
  }
}
h2,
.look-h2 {
  font-family: 'muli', sans-serif;
  font-size: 2.8125rem;
  font-weight: 900;
  line-height: 1.26666667;
  margin-bottom: 1.5rem;
  color: #273e6c;
}
h2 span,
.look-h2 span {
  z-index: 0;
  position: relative;
  line-height: 1;
}
h2 span::after,
.look-h2 span::after {
  z-index: -1;
  content: '';
  position: absolute;
  right: -.25rem;
  bottom: 0;
  left: -.25rem;
  height: 6px;
  background-color: #f36b23;
}
h2.align-center,
.look-h2.align-center {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  h2,
  .look-h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  h2,
  .look-h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  h2,
  .look-h2 {
    font-size: 1.5rem;
  }
}
h3,
.look-h3 {
  font-family: 'muli', sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  color: #273e6c;
}
@media only screen and (max-width: 991px) {
  h3,
  .look-h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  h3,
  .look-h3 {
    font-size: 1.8rem;
  }
}
h4,
.look-h4 {
  font-family: 'muli', sans-serif;
  font-weight: 900;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.27272727;
  margin-bottom: 1rem;
  color: #273e6c;
}
@media only screen and (max-width: 991px) {
  h4,
  .look-h4 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  h4,
  .look-h4 {
    font-size: 1.3rem;
  }
}
h5,
.look-h5 {
  font-family: 'muli', sans-serif;
  font-weight: 900;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #273e6c;
}
h6,
.look-h6 {
  font-family: 'muli', sans-serif;
  font-weight: 900;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #273e6c;
}
.look-alt {
  font-family: 'muli', sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  color: #f36b23;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin: 0;
}
p,
span,
a,
li,
.look-p {
  color: #1e2e5d;
  line-height: 2;
}
p {
  font-size: 1rem;
  margin-bottom: 2em;
}
p b,
p strong {
  font-weight: 700;
}
p i,
p em {
  font-style: italic;
}
.large-font {
  font-size: 1.125rem;
}
small {
  font-size: .8rem;
}
a {
  color: #f36b23;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
img {
  border-radius: 10px;
}
*::selection {
  background: #1e2e5d;
  color: #ffffff;
}
*::-moz-selection {
  background: #1e2e5d;
  color: #ffffff;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.none {
  display: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.inline-flex {
  display: inline-flex;
  flex-wrap: wrap;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.background-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.background-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.box-shadow {
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.06);
}
.box-shadow-hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.center {
  text-align: center;
}
.container-full {
  width: 100%;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.container {
  max-width: 1200px;
  box-sizing: border-box;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
.row {
  margin-left: -1rem;
  margin-right: -1rem;
}
[class*=col-] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.website-content {
  display: inline-block;
  width: 100%;
  padding: 0;
  /*
	@media @groter-dan-tablet 		{ margin-top: 8rem;}
	@media @tablet-en-kleiner 		{ margin-top: 4rem; }
	@media @mobiel 					{ margin-top: 4rem; }
*/
}
@media only screen and (min-width: 992px) {
  .margin-bottom {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .margin-bottom {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .padding-inside {
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .padding-inside {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .padding-inside {
    padding-top: 3rem;
  }
}
.logged-in .responsive-nav {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  #wpadminbar {
    position: fixed;
  }
  .logged-in .responsive-nav {
    margin-top: 46px;
  }
}
.iframe-youtube {
  position: relative;
}
.iframe-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.iframe-youtube .ratio {
  padding-bottom: 56.25%;
}
#old-ie-banner {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #f12525;
  padding: .5rem 0;
  position: fixed;
  bottom: 0;
  z-index: 1500;
}
#old-ie-banner p {
  color: #ffffff;
  margin-bottom: 0;
}
.button {
  position: relative;
  font-family: 'muli', sans-serif;
  font-weight: 400;
  line-height: 2;
  font-weight: 700;
  display: inline-block;
  background-color: #f36b23;
  color: #ffffff;
  font-size: 1rem;
  padding: .7rem 6rem .7rem 2rem;
  border-radius: 200px;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 1rem;
}
.button:hover,
.button.hoverbutton {
  background-color: #e1560c;
  text-decoration: none;
  color: #ffffff;
  background-position: right 1.5rem center;
  cursor: pointer;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-white.svg');
}
.button:hover.transparent,
.button.hoverbutton.transparent {
  background-color: transparent;
  color: #1e2e5d;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-color-1.svg');
}
.button:focus,
.button:active {
  outline: none;
  color: #ffffff;
}
.button.white {
  background-color: #ffffff;
  color: #1e2e5d;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-color-1.svg');
}
.button.white:hover {
  background-color: #e1560c;
  color: #ffffff;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-white.svg');
}
.button.white.white-on-orange:hover {
  background-color: rgba(255, 255, 255, 0.85);
  color: #1e2e5d;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-color-1.svg');
}
.button.white.down {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-down-color-1.svg');
}
.button.white.orange-text {
  color: #f36b23;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-actie.svg');
}
.button.white.orange-text:hover {
  background-color: #f3f3f3;
}
.button.transparent-with-line {
  padding: 0 4rem 0 0;
  color: #1e2e5d;
  background: none;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-color-1.svg');
  background-position: right 0rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
}
.button.transparent-with-line::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #1e2e5d;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button.transparent-with-line:hover {
  color: #f36b23;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-actie.svg');
}
.button.transparent-with-line:hover::after {
  background: #f36b23;
}
.button.dark {
  background-color: #1e2e5d;
}
.button.dark:hover {
  background-color: #141f3e;
}
.button.small {
  padding: .5rem 4rem .5rem 1rem;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-position: right 1rem center;
  background-size: 1rem;
}
.button.search-icon {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-search-white.svg');
}
.button.down {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-down-white.svg');
  background-position: right 2.5rem center;
  background-size: .6rem;
}
.button.down:hover {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-down-white.svg');
  background-position: right 2.5rem center;
}
.button.transparent {
  padding: 0 4rem 0 2rem;
  color: #1e2e5d;
  background-color: transparent;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-color-1.svg');
}
.button.transparent:hover {
  background-color: transparent;
  color: #1e2e5d;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-color-1.svg');
}
.button.transparent.white-text {
  color: #ffffff;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-white.svg');
}
.button.transparent.white-text:hover {
  color: #ffffff;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-white.svg');
}
.button.back {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.button.back:hover {
  background-position: left 1.5rem center;
}
@media only screen and (max-width: 767px) {
  .button {
    padding: .5rem 4rem .5rem 2rem;
    max-width: 100%;
  }
}
.hoverbutton {
  background-color: #e1560c;
  text-decoration: none;
  color: #ffffff;
  background-position: right 1.5rem center;
  cursor: pointer;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-white.svg');
}
.hoverbutton.transparent {
  background-color: transparent;
  color: #1e2e5d;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-color-1.svg');
}
.back {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.back:hover {
  background-position: left 1.5rem center;
}
.btn-underlined {
  position: relative;
  color: #1e2e5d;
  padding-right: 2rem;
  background-repeat: no-repeat;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-color-1.svg');
  background-position: right .3rem center;
  background-size: 1rem;
}
.btn-underlined::after {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1e2e5d;
}
.btn-underlined:hover {
  background-position: right 0rem center;
}
.text-link {
  position: relative;
}
.text-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #1e2e5d;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.text-link:hover {
  color: #1e2e5d;
}
.text-link:hover:after {
  width: 100%;
}
.text-link.back {
  color: #1e2e5d;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-left-color-1.svg');
  background-repeat: no-repeat;
  background-position: left .5rem center;
  background-size: 1rem;
  padding: .5rem 0 .5rem 2.5rem;
}
.text-link.back::after {
  background-color: white;
}
.text-link.back:hover {
  background-position: left 0px center;
}
.link-text {
  position: relative;
}
.link-text::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.link-text:hover::after {
  width: 100%;
}
.link-text.white {
  color: #ffffff;
}
.link-text.white::after {
  background-color: #ffffff;
}
.link-text.button::after {
  display: none;
}
@supports (-ms-ime-align:auto) {
  .button {
    background-position: calc(100% - 1.5rem) center !important;
  }
  .button:hover {
    background-position: calc(100% - 1rem) center !important;
  }
}
.input-font-color {
  color: #000000;
}
.input-border-radius {
  border-radius: 5px;
}
.input-background {
  background-color: #ffffff;
}
.input-box-shadow {
  box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);
}
.input-border {
  border: none;
}
.input-weight {
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .default-block {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .default-block {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .default-block {
    margin-bottom: 3rem;
  }
}
.default-block.no-margin {
  margin-bottom: 0;
}
.default-block .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.default-block .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.default-block .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e2e5d;
  top: calc(32px / 2 - 3px);
}
.default-block .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.default-block .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.default-block .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.default-block .tekst h3 + ul {
  margin-top: -1rem;
}
.default-block .tekst a {
  white-space: nowrap;
  position: relative;
}
.default-block .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.default-block .tekst a:hover::after {
  width: 100%;
}
.default-block .tekst a.white {
  color: #ffffff;
}
.default-block .tekst a.white::after {
  background-color: #ffffff;
}
.default-block .tekst a.button::after {
  display: none;
}
.default-block .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e2e5d;
  padding: 0 0 0 1.5rem;
}
.default-block .tekst *:not(.form-group):last-child {
  margin-bottom: 0;
}
.whatsapp {
  z-index: 100;
  display: none;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 100%;
}
.whatsapp .whatsapp-button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3.75rem;
  width: 3.75rem;
  background-color: #25d366;
  border-radius: 50%;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-whatsapp-white.svg');
  background-position: center center;
  background-size: 28px;
  background-repeat: no-repeat;
  box-shadow: 8px 9px 19px -9px rgba(107, 107, 107, 0.53);
  -webkit-transition: 0.5s ease-out 0s;
  -moz-transition: 0.5s ease-out 0s;
  -o-transition: 0.5s ease-out 0s;
  -ms-transition: 0.5s ease-out 0s;
  transition: 0.5s ease-out 0s;
}
.whatsapp .whatsapp-button:hover {
  background-color: #075e54;
}
.whatsapp .whatsapp-popup {
  position: absolute;
  right: 3.4rem;
  bottom: 4.4rem;
  width: 300px;
  max-width: 70%;
  padding: 1.25rem 1.8rem;
  font-size: 14px;
  color: #000000;
  background-color: rgba(236, 229, 221, 0.97);
  border-radius: .3rem;
  box-shadow: 8px 9px 19px -9px rgba(107, 107, 107, 0.53);
}
.whatsapp .whatsapp-popup::after {
  content: '';
  position: absolute;
  right: .5rem;
  bottom: -1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1rem 1rem 0;
  border-color: transparent rgba(236, 229, 221, 0.97) transparent transparent;
}
.whatsapp .whatsapp-popup .title {
  display: block;
  font-weight: 700;
}
.whatsapp .whatsapp-popup .close {
  position: absolute;
  top: .3rem;
  right: .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: .4;
  -webkit-transition: 0.5s ease-out 0s;
  -moz-transition: 0.5s ease-out 0s;
  -o-transition: 0.5s ease-out 0s;
  -ms-transition: 0.5s ease-out 0s;
  transition: 0.5s ease-out 0s;
  cursor: pointer;
}
.whatsapp .whatsapp-popup .close:hover {
  opacity: 1;
}
.modal {
  display: none;
  position: fixed;
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
  z-index: 9999;
}
.modal .modal-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.modal .modal-inner {
  position: absolute;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.06);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  padding: 2.5rem;
  width: 100%;
  max-width: 1000px;
  background-color: #ffffff;
  border-radius: 10px;
}
.modal .modal-inner .modal-content {
  height: 100%;
}
.modal .modal-inner .modal-close {
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-times-color-1.svg');
  cursor: pointer;
}
.modal .modal-inner .iframe-youtube {
  position: relative;
}
.modal .modal-inner .iframe-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-inner .iframe-youtube .ratio {
  padding-bottom: 56.25%;
}
@media only screen and (max-width: 991px) {
  .modal {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .modal {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
  .modal .modal-inner {
    padding: 2.5rem 1.5rem 1.5rem;
  }
}
body > header {
  position: fixed;
  z-index: 5000;
  width: 100%;
}
body > header .header-top {
  display: block;
  width: 100%;
  margin: 0 auto;
}
body > header .search-bar-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -10;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
}
body > header .search-bar-item .search-bar-item-inner {
  width: 100%;
  border-radius: 0 0 10px 10px;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  padding: 15px 2rem 5px 2rem;
  height: calc(100% + 10px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body > header .search-bar-item .search-bar-item-inner form {
  position: relative;
  width: 100%;
}
body > header .search-bar-item .search-bar-item-inner .search-field {
  width: 100%;
  padding: 25px 0;
  outline: none !important;
  border: none;
}
body > header .search-bar-item .search-bar-item-inner .submit-container {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body > header .search-bar-item.show {
  top: calc(100% - 10px);
  opacity: 1;
}
body > header .header-wrapper {
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  z-index: 1500;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header .header-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  align-items: stretch;
}
body > header .header-inner .logolink {
  display: block;
  height: 3.75rem;
  margin-right: 1.5rem;
}
body > header .header-inner .logolink img {
  height: 100%;
  width: auto;
  display: block;
}
body > header .header-inner .header-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: .5rem 2rem .5rem 1rem;
}
body > header .header-inner .header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body > header .header-inner .header-right .phone {
  position: relative;
  margin-right: 1.25rem;
  padding-left: 1.25rem;
  font-size: 13px;
  color: #1e2e5d;
  font-weight: 600;
}
body > header .header-inner .header-right .phone::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1rem;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-phone-color-1.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
body > header .header-inner .header-right .phone:hover {
  color: #59c0ed;
}
body > header .header-inner .header-right .search-trigger {
  margin-right: 1.25rem;
}
body > header .header-inner .header-right .lang-wrapper {
  position: relative;
  padding: .4rem 1.25rem;
}
body > header .header-inner .header-right .lang-wrapper::before,
body > header .header-inner .header-right .lang-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  top: .5rem;
  bottom: .5rem;
  left: 0;
  background: rgba(0, 32, 96, 0.17);
}
body > header .header-inner .header-right .lang-wrapper::after {
  left: calc(100% - 1px);
}
body > header .header-inner .header-right .lang-wrapper:not(.border-right)::after {
  display: none;
}
body > header .header-inner .header-right .lang-wrapper .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: none;
}
body > header .header-inner .header-right .lang-wrapper .wpml-ls-legacy-dropdown {
  width: auto;
}
body > header .header-inner .header-right .lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item .wpml-ls-sub-menu {
  opacity: 0;
}
body > header .header-inner .header-right .lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item:hover .wpml-ls-sub-menu,
body > header .header-inner .header-right .lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item:focus .wpml-ls-sub-menu {
  opacity: 1;
}
body > header .header-inner .header-right .lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item a {
  display: flex !important;
  align-items: center;
  border: none;
}
body > header .header-inner .header-right .lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item a.wpml-ls-item-toggle {
  position: relative;
  padding-right: 1.3rem;
}
body > header .header-inner .header-right .lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item a.wpml-ls-item-toggle::before {
  content: '';
  position: absolute;
  top: 0;
  right: .5rem;
  bottom: 0;
  width: .5rem;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-angle-down-gray.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
body > header .header-inner .header-right .lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item a img.wpml-ls-flag {
  max-height: .75rem;
}
body > header .header-inner .header-right .lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item:hover a,
body > header .header-inner .header-right .lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-item:focus a {
  background: #ffffff;
}
body > header .header-inner .header-right .lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-current-language {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 1px 1px 0.5rem rgba(0, 0, 0, 0.13);
  padding: .75rem .5rem;
  margin-top: 3px;
  margin-bottom: 3px;
}
body > header .header-inner .header-right .lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-current-language > a > .wpml-ls-display {
  display: none;
}
body > header .header-inner .header-right .lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-current-language > ul.wpml-ls-sub-menu {
  top: calc(100% - 8px);
  left: 0;
  border: none;
  border-radius: 0 0 10px 10px;
  background: #ffffff;
  box-shadow: 1px 5px 0.5rem rgba(0, 0, 0, 0.13);
}
body > header .header-inner .header-right .lang-wrapper .wpml-ls-legacy-dropdown ul li.wpml-ls-current-language > ul.wpml-ls-sub-menu li {
  padding: .75rem .5rem;
}
body > header .header-inner .header-right .lang-wrapper .lang-list {
  display: none;
  position: absolute;
  top: calc(100% - 8px);
  padding: .5rem .8rem .4rem .8rem;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 1px 1px 0.5rem rgba(0, 0, 0, 0.13);
}
body > header .header-inner .header-right .lang-wrapper .lang-list.show {
  display: block;
}
body > header .header-inner .header-right .lang-wrapper .lang-list a {
  display: block;
}
body > header .header-inner .header-right .button {
  font-weight: 600;
  padding: .5rem 4.5rem .5rem 2rem;
}
body > header .header-inner .navigation {
  position: relative;
  text-align: right;
}
body > header .header-inner .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body > header .header-inner .navigation ul *:last-child {
  margin-right: 0;
}
body > header .header-inner .navigation li {
  position: relative;
  display: inline-block;
  padding: 0 .5rem;
}
body > header .header-inner .navigation li a {
  display: inline-block;
  font-weight: 600;
  padding: 0;
  margin-bottom: 0;
  color: #1e2e5d;
  text-decoration: none;
}
body > header .header-inner .navigation li a.sf-with-ul {
  position: relative;
}
body > header .header-inner .navigation li a.sf-with-ul::after {
  position: absolute;
  content: "";
  background: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-chevron-down.svg');
  background-size: .5rem;
  background-position: right 1px center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header .header-inner .navigation li:hover > a,
body > header .header-inner .navigation li:active > a,
body > header .header-inner .navigation li.current-menu-item > a,
body > header .header-inner .navigation li.current_page_parent > a,
body > header .header-inner .navigation li.current-page-ancestor > a {
  color: #59c0ed;
  text-decoration: none;
}
body > header .header-inner .navigation li:hover > a.sf-with-ul::after,
body > header .header-inner .navigation li:active > a.sf-with-ul::after,
body > header .header-inner .navigation li.current-menu-item > a.sf-with-ul::after,
body > header .header-inner .navigation li.current_page_parent > a.sf-with-ul::after,
body > header .header-inner .navigation li.current-page-ancestor > a.sf-with-ul::after {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-chevron-down-color-3.svg');
}
body > header .header-inner .navigation li.menu-item-has-children > a {
  padding-right: 1rem;
}
body > header .header-inner .navigation li > ul.sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 30px);
  min-width: 100%;
  background: #ffffff;
  margin: 0;
  left: -1rem;
  text-align: left;
  z-index: 203;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border-radius: 10px;
}
body > header .header-inner .navigation li > ul.sub-menu::before {
  content: '';
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  background: transparent;
}
body > header .header-inner .navigation li > ul.sub-menu li {
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
body > header .header-inner .navigation li > ul.sub-menu li:after {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu li:hover > a,
body > header .header-inner .navigation li > ul.sub-menu li:active > a,
body > header .header-inner .navigation li > ul.sub-menu li.current-menu-item > a,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_item > a,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_parent > a {
  color: #59c0ed;
}
body > header .header-inner .navigation li > ul.sub-menu li a {
  display: block;
  padding: .5rem 1.5rem;
  margin: 0;
  color: #1e2e5d;
  font-size: 1rem;
  border-top: none;
}
body > header .header-inner .navigation li > ul.sub-menu li a.sf-with-ul {
  position: relative;
  padding-right: 3rem;
}
body > header .header-inner .navigation li > ul.sub-menu li a.sf-with-ul::after {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right.svg');
  background-size: 1rem;
  top: -1px;
  right: 1rem;
}
body > header .header-inner .navigation li > ul.sub-menu li a::before {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu li::before {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu ul.sub-menu {
  display: block;
  top: 0;
  border: none;
  left: 100%;
  background: #ffffff;
}
body > header .header-inner .navigation li > ul.sub-menu ul.sub-menu::after {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu ul.sub-menu li {
  display: block;
}
body > header .header-inner .navigation li.solutions-menu-btn a {
  position: relative;
  padding-right: 1rem;
}
body > header .header-inner .navigation li.solutions-menu-btn a::after {
  position: absolute;
  content: "";
  background: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-chevron-down.svg');
  background-size: .5rem;
  background-position: right 1px center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header .header-inner .navigation li.solutions-menu-btn.current-page-ancestor a::after {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-chevron-down-color-3.svg');
}
body > header .header-inner .navigation li.solutions-menu-btn:hover a::after,
body > header .header-inner .navigation li.solutions-menu-btn.current-menu-item a::after {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-chevron-down-color-3.svg');
}
body > header .header-inner .solutions-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #ffffff;
  margin: 0;
  padding: 2rem 3rem;
  text-align: left;
  z-index: 203;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
body > header .header-inner .solutions-menu::before {
  position: absolute;
  content: '';
  top: -2rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: transparent;
}
body > header .header-inner .solutions-menu .solutions-menu-inner {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: unset;
}
body > header .header-inner .solutions-menu .solutions-menu-inner .menu-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: .5rem;
}
body > header .header-inner .solutions-menu .solutions-menu-inner .solutions-menu-items {
  display: flex;
  flex-wrap: wrap;
}
body > header .header-inner .solutions-menu .solutions-menu-inner .solutions-menu-items .solutions-menu-item {
  width: 50%;
  margin: 1rem 0;
}
body > header .header-inner .solutions-menu .solutions-menu-inner .solutions-menu-items .solutions-menu-item a {
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  color: #1e2e5d;
  font-weight: 400;
}
body > header .header-inner .solutions-menu .solutions-menu-inner .solutions-menu-items .solutions-menu-item a:hover span.label,
body > header .header-inner .solutions-menu .solutions-menu-inner .solutions-menu-items .solutions-menu-item a.active span.label {
  color: #59c0ed;
}
body > header .header-inner .solutions-menu .solutions-menu-inner .solutions-menu-items .solutions-menu-item a img {
  width: 1rem;
  height: 100%;
  margin-right: 1rem;
}
body > header .header-inner .solutions-menu .solutions-menu-inner .solutions-menu-items .solutions-menu-item a span.label {
  width: calc(100% - 2rem);
  line-height: 1.4;
  -webkit-transform: translateY(-0.2em);
  -moz-transform: translateY(-0.2em);
  -o-transform: translateY(-0.2em);
  -ms-transform: translateY(-0.2em);
  transform: translateY(-0.2em);
}
body > header .header-inner .solutions-menu .solutions-menu-inner .solutions {
  padding-right: 2rem;
}
body > header .header-inner .solutions-menu .solutions-menu-inner .solutions .solutions-menu-items {
  max-width: 100%;
  width: 500px;
}
body > header .header-inner .solutions-menu .solutions-menu-inner .services {
  flex: 1;
  border-left: 1px solid rgba(30, 46, 93, 0.09);
  padding-left: 2rem;
}
body > header .header-inner .solutions-menu .solutions-menu-inner .services .solutions-menu-items .solutions-menu-item {
  width: 100%;
}
body > header .header-inner .nav-toggle {
  position: relative;
  z-index: 1500;
}
body > header .header-inner .nav-toggle .hamburger-menu {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  padding: .5rem;
  width: 2rem;
  height: 20px;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part {
  position: absolute;
  width: 100%;
  height: 3px;
  right: 0;
  background: #1e2e5d;
  margin: auto;
  border-radius: 20px;
  transition: all 0.25s cubic-bezier(0.6, 0, 0.4, 1.3);
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(1) {
  top: 0;
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(2) {
  top: 8px;
  width: 75%;
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(3) {
  bottom: 0;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 8px;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(2) {
  opacity: 0;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(3) {
  transform: rotate(45deg);
  bottom: 9px;
}
body > header .header-inner .nav-toggle .hamburger-menu:hover .menu-part {
  background: #59c0ed;
}
body > header.page-header .header-inner {
  border-radius: 0 0 10px 10px;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  z-index: 1500;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header.page-header .header-inner .header-right .button {
  padding: 1.2rem 4.5rem 1.2rem 2rem;
  height: 100%;
  border-radius: 0 0 10px 0;
}
@media only screen and (min-width: 1600px) {
  body > header .header-inner .logolink {
    margin-right: 2rem;
  }
  body > header .header-inner .header-right .button {
    padding: .5rem 5.5rem .5rem 2rem;
  }
  body > header .header-inner .navigation li {
    margin-right: .5rem;
  }
  body > header.page-header .header-inner .header-right .button {
    padding: 1.2rem 5.5rem 1.2rem 2rem;
  }
}
@media only screen and (max-width: 1199px) {
  body > header .header-inner .logolink {
    margin-right: 1rem;
  }
  body > header .header-inner .header-left {
    padding: .5rem 1rem .5rem 1rem;
  }
  body > header .header-inner .header-right .phone {
    width: 1rem;
    height: 1rem;
    margin-right: .75rem;
  }
  body > header .header-inner .header-right .phone span {
    display: none;
  }
  body > header .header-inner .header-right .search-trigger {
    margin-right: .75rem;
    width: 1rem;
    height: 1.75rem;
  }
  body > header .header-inner .header-right .lang-wrapper {
    padding: .2rem 1rem;
  }
  body > header .header-inner .header-right .button {
    padding: .5rem 3.5rem .5rem 1rem;
    background-position: right 1.5rem center;
  }
  body > header .header-inner .navigation li {
    margin-right: 0;
  }
  body > header .header-inner .solutions-menu {
    width: 100%;
  }
  body > header.page-header .header-inner .header-right .button {
    padding: 1.2rem 3.5rem 1.2rem 1rem;
  }
}
@media only screen and (max-width: 991px) {
  body > header .header-inner .logolink {
    height: 3rem;
  }
  body > header .header-inner .header-right .phone {
    width: auto;
    height: auto;
  }
  body > header .header-inner .header-right .phone span {
    display: block;
  }
  body > header .header-inner .header-right .nav-toggle {
    margin: 0 1.5rem;
  }
  body > header.page-header .header-inner .header-right .button {
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  body > header .header-inner .header-right .lang-wrapper {
    padding: 0 1rem;
  }
  body > header .header-inner .header-right .lang-wrapper::before,
  body > header .header-inner .header-right .lang-wrapper::after {
    display: none;
  }
  body > header .header-inner .header-right .lang-wrapper .lang-list {
    top: calc(100% + 8px);
  }
}
@media only screen and (max-width: 575px) {
  body > header .header-inner .header-right .phone {
    width: 1.5rem;
    height: 1.5rem;
  }
  body > header .header-inner .header-right .phone::before {
    width: 1.5rem;
  }
  body > header .header-inner .header-right .phone span {
    display: none;
  }
  body > header .header-inner .header-right .lang-wrapper {
    padding-right: 0;
  }
}
.responsive-nav {
  display: none;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 1490;
  padding-top: 7.5rem;
}
.responsive-nav *:focus {
  outline: none;
}
.responsive-nav .nav {
  padding: 0 1.5rem;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.responsive-nav .nav li {
  display: block;
  position: relative;
  width: 100%;
}
.responsive-nav .nav li a {
  display: block;
  font-family: 'muli', sans-serif;
  font-weight: 900;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.27272727;
  margin-bottom: 1rem;
  color: #273e6c;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 1rem;
  font-size: 1.5rem;
  margin-bottom: 0;
  color: #1e2e5d;
}
@media only screen and (max-width: 991px) {
  .responsive-nav .nav li a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-nav .nav li a {
    font-size: 1.3rem;
  }
}
.responsive-nav .nav li a.sf-with-ul {
  position: relative;
}
.responsive-nav .nav li a.sf-with-ul::after {
  position: absolute;
  content: "";
  background: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-chevron-down.svg');
  background-size: 1rem;
  background-position: center right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.responsive-nav .nav li.current-menu-item a,
.responsive-nav .nav li.current_page_parent a,
.responsive-nav .nav li.current-page-ancestor a,
.responsive-nav .nav li.current-menu-ancestor a,
.responsive-nav .nav li:hover a,
.responsive-nav .nav li:active a {
  color: #59c0ed;
}
.responsive-nav .nav li.current-menu-item a.sf-with-ul::after,
.responsive-nav .nav li.current_page_parent a.sf-with-ul::after,
.responsive-nav .nav li.current-page-ancestor a.sf-with-ul::after,
.responsive-nav .nav li.current-menu-ancestor a.sf-with-ul::after,
.responsive-nav .nav li:hover a.sf-with-ul::after,
.responsive-nav .nav li:active a.sf-with-ul::after {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-chevron-down-color-3.svg');
}
.responsive-nav .nav li .sub-menu {
  margin-left: 0px;
}
.responsive-nav .nav li .sub-menu li a {
  padding-left: 2rem;
  font-size: 1rem;
  color: #1e2e5d;
}
.responsive-nav .nav li .sub-menu li a.sf-with-ul::after {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-chevron-down.svg');
}
.responsive-nav .nav li .sub-menu li:hover a,
.responsive-nav .nav li .sub-menu li:active a,
.responsive-nav .nav li .sub-menu li.current-menu-item a,
.responsive-nav .nav li .sub-menu li.current_page_parent a {
  color: #59c0ed;
}
.responsive-nav .nav li .sub-menu li:hover a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li:active a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li.current-menu-item a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li.current_page_parent a.sf-with-ul::after {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-chevron-down-color-3.svg');
}
.responsive-nav .nav li .sub-menu .sub-menu li a {
  padding-left: 3rem;
  color: #1e2e5d;
}
.responsive-nav .nav li .sub-menu .sub-menu li:hover a,
.responsive-nav .nav li .sub-menu .sub-menu li:active a,
.responsive-nav .nav li .sub-menu .sub-menu li.current_page_item a {
  color: #59c0ed;
}
.responsive-nav .nav li.li-show {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .responsive-nav {
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-nav .button {
    width: calc(100% - 5rem);
    margin: 1rem 2rem;
    font-size: 1rem;
  }
}
footer {
  position: relative;
  margin: 0;
  width: 100%;
  display: block;
  background-color: #1e2e5d;
}
footer .footer-cta {
  padding: 3.75rem 0;
  background-color: rgba(255, 255, 255, 0.04);
}
footer .footer-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  text-align: right;
}
footer .footer-cta h2 span {
  display: inline-block;
  color: #ffffff;
}
footer .footer-cta .footer-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
footer .top-footer {
  z-index: 0;
  position: relative;
  box-sizing: border-box;
  padding: 3.75rem 0;
}
footer .top-footer::after {
  z-index: -1;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 90%;
  height: 60%;
  opacity: .04;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/background-footer.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: bottom right;
}
footer .top-footer .footer-block {
  padding: .7rem 0;
}
footer .top-footer .footer-block p,
footer .top-footer .footer-block a,
footer .top-footer .footer-block li,
footer .top-footer .footer-block span {
  color: #bcc8ee;
  font-size: 14px;
}
footer .top-footer .footer-block a {
  position: relative;
}
footer .top-footer .footer-block a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
footer .top-footer .footer-block a:hover::after {
  width: 100%;
}
footer .top-footer .footer-block a.white {
  color: #ffffff;
}
footer .top-footer .footer-block a.white::after {
  background-color: #ffffff;
}
footer .top-footer .footer-block a.button::after {
  display: none;
}
footer .top-footer .footer-block a::after {
  background-color: #bcc8ee;
}
footer .top-footer .footer-block li {
  line-height: 1;
}
footer .top-footer .footer-block .titel {
  display: block;
  font-weight: 700;
  color: #ffffff;
  font-size: 17px;
  margin-bottom: .5rem;
}
footer .top-footer .footer-block .social-media a {
  position: relative;
  display: inline-block;
  margin-right: 100%;
  padding-left: 1.5rem;
}
footer .top-footer .footer-block .social-media a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
footer .top-footer .footer-block .social-media a.facebook::before {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-social-facebook.svg');
}
footer .top-footer .footer-block .social-media a.instagram::before {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-social-instagram.svg');
}
footer .top-footer .footer-block .social-media a.linkedin::before {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-social-linkedin.svg');
}
footer .top-footer .footer-block .social-media a.youtube::before {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-social-youtube.svg');
}
footer .top-footer .footer-block .social-media a.twitter::before {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-social-twitter.svg');
}
footer .top-footer .footer-block.company-info {
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
footer .top-footer .footer-block.company-info .phone,
footer .top-footer .footer-block.company-info .email {
  position: relative;
  margin-right: 1.5rem;
  padding-left: 1.5rem;
}
footer .top-footer .footer-block.company-info .phone::before,
footer .top-footer .footer-block.company-info .email::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
footer .top-footer .footer-block.company-info .phone::before {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-phone-white.svg');
}
footer .top-footer .footer-block.company-info .email::before {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-email-white.svg');
}
footer .bottom-footer {
  background: #18244a;
}
footer .bottom-footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 1rem 0;
}
footer .bottom-footer .footer-inner a,
footer .bottom-footer .footer-inner p,
footer .bottom-footer .footer-inner li,
footer .bottom-footer .footer-inner span {
  color: #bcc8ee;
  font-size: 14px;
  margin: 0;
  display: inline-block;
}
footer .bottom-footer .footer-inner a {
  position: relative;
}
footer .bottom-footer .footer-inner a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
footer .bottom-footer .footer-inner a:hover::after {
  width: 100%;
}
footer .bottom-footer .footer-inner a.white {
  color: #ffffff;
}
footer .bottom-footer .footer-inner a.white::after {
  background-color: #ffffff;
}
footer .bottom-footer .footer-inner a.button::after {
  display: none;
}
footer .bottom-footer .footer-inner a::after {
  background-color: #bcc8ee;
}
footer .bottom-footer .footer-inner .menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
footer .bottom-footer .footer-inner .menu li {
  position: relative;
  padding: 0 .5rem;
}
footer .bottom-footer .footer-inner .menu li::after {
  content: "";
  position: absolute;
  top: calc(50%);
  right: -2px;
  width: 4px;
  height: 4px;
  background-color: #bcc8ee;
  border-radius: 2px;
}
footer .bottom-footer .footer-inner .menu li:last-child::after {
  display: none;
}
footer .bottom-footer .footer-inner .menu li:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  footer .bottom-footer .footer-inner {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .top-footer .footer-block.company-info {
    border: none;
  }
  footer .bottom-footer .footer-inner {
    flex-wrap: wrap;
    padding: 1rem 1rem .5rem;
  }
  footer .bottom-footer .colofon-left,
  footer .bottom-footer .colofon-right {
    width: 100%;
    text-align: center;
  }
  footer .bottom-footer .colofon-left .menu,
  footer .bottom-footer .colofon-right .menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .bottom-footer .colofon-left .menu li::after,
  footer .bottom-footer .colofon-right .menu li::after {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  footer .footer-cta h2 {
    text-align: center;
    margin-bottom: 2rem;
  }
  footer .footer-cta .footer-cta-wrapper {
    justify-content: center;
  }
}
.module-overzicht {
  background-color: #f7f8fb;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .module-overzicht {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .module-overzicht {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .module-overzicht {
    margin-bottom: 3rem;
  }
}
.module-overzicht.no-margin {
  margin-bottom: 0;
}
.module-overzicht .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.module-overzicht .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.module-overzicht .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e2e5d;
  top: calc(32px / 2 - 3px);
}
.module-overzicht .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.module-overzicht .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.module-overzicht .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.module-overzicht .tekst h3 + ul {
  margin-top: -1rem;
}
.module-overzicht .tekst a {
  white-space: nowrap;
  position: relative;
}
.module-overzicht .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.module-overzicht .tekst a:hover::after {
  width: 100%;
}
.module-overzicht .tekst a.white {
  color: #ffffff;
}
.module-overzicht .tekst a.white::after {
  background-color: #ffffff;
}
.module-overzicht .tekst a.button::after {
  display: none;
}
.module-overzicht .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e2e5d;
  padding: 0 0 0 1.5rem;
}
.module-overzicht .tekst *:not(.form-group):last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .module-overzicht.uitgelicht {
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .module-overzicht.uitgelicht {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .module-overzicht.uitgelicht {
    padding-top: 3rem;
  }
}
.module-overzicht.uitgelicht::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  height: 275px;
  background-color: #ffffff;
  z-index: 0;
}
.module-overzicht > .container,
.module-overzicht .module-overzicht-inner {
  position: relative;
  z-index: 2;
}
.module-overzicht h2 {
  font-weight: 900;
  margin-bottom: 3rem;
  text-align: center;
}
.module-overzicht .button-container {
  text-align: center;
}
.module-overzicht .button-container .btn-more {
  margin: 3rem auto 5rem;
}
.module-overzicht .module-pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.module-overzicht .module-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  padding: .5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  background: white;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.06);
  line-height: 1;
  align-items: center;
  justify-content: center;
  margin: 0 .5rem;
}
.module-overzicht .module-pagination .page-numbers.current {
  color: #f36b23;
  font-weight: 900;
}
.module-overzicht .module-pagination a.page-numbers {
  color: #1e2e5d;
  font-weight: 900;
}
.module-overzicht .module-pagination a.page-numbers:hover {
  background: #1e2e5d;
  color: #ffffff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.module-overzicht .module-pagination a.page-numbers.prev {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-left-color-1.svg');
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.module-overzicht .module-pagination a.page-numbers.prev:hover {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-left-actie.svg');
}
.module-overzicht .module-pagination a.page-numbers.next {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-color-1.svg');
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.module-overzicht .module-pagination a.page-numbers.next:hover {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-actie.svg');
}
.module-overzicht.klantcases .case-filter {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
  margin: -2rem 0 4rem 0;
}
.module-overzicht.klantcases .case-filter span {
  margin-right: 1.25rem;
}
.module-overzicht.klantcases .case-filter a {
  position: relative;
  font-family: 'muli', sans-serif;
  font-weight: 400;
  line-height: 2;
  font-weight: 700;
  display: inline-block;
  background-color: #f36b23;
  color: #ffffff;
  font-size: 1rem;
  padding: .7rem 6rem .7rem 2rem;
  border-radius: 200px;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 1rem;
  padding: .7rem 2rem;
  color: #f36b23;
  background-color: transparent;
  background-image: none;
  border: 1px solid #f36b23;
}
.module-overzicht.klantcases .case-filter a:hover,
.module-overzicht.klantcases .case-filter a.hoverbutton {
  background-color: #e1560c;
  text-decoration: none;
  color: #ffffff;
  background-position: right 1.5rem center;
  cursor: pointer;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-white.svg');
}
.module-overzicht.klantcases .case-filter a:hover.transparent,
.module-overzicht.klantcases .case-filter a.hoverbutton.transparent {
  background-color: transparent;
  color: #1e2e5d;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-color-1.svg');
}
.module-overzicht.klantcases .case-filter a:focus,
.module-overzicht.klantcases .case-filter a:active {
  outline: none;
  color: #ffffff;
}
.module-overzicht.klantcases .case-filter a.white {
  background-color: #ffffff;
  color: #1e2e5d;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-color-1.svg');
}
.module-overzicht.klantcases .case-filter a.white:hover {
  background-color: #e1560c;
  color: #ffffff;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-white.svg');
}
.module-overzicht.klantcases .case-filter a.white.white-on-orange:hover {
  background-color: rgba(255, 255, 255, 0.85);
  color: #1e2e5d;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-color-1.svg');
}
.module-overzicht.klantcases .case-filter a.white.down {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-down-color-1.svg');
}
.module-overzicht.klantcases .case-filter a.white.orange-text {
  color: #f36b23;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-actie.svg');
}
.module-overzicht.klantcases .case-filter a.white.orange-text:hover {
  background-color: #f3f3f3;
}
.module-overzicht.klantcases .case-filter a.transparent-with-line {
  padding: 0 4rem 0 0;
  color: #1e2e5d;
  background: none;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-color-1.svg');
  background-position: right 0rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
}
.module-overzicht.klantcases .case-filter a.transparent-with-line::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #1e2e5d;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.module-overzicht.klantcases .case-filter a.transparent-with-line:hover {
  color: #f36b23;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-actie.svg');
}
.module-overzicht.klantcases .case-filter a.transparent-with-line:hover::after {
  background: #f36b23;
}
.module-overzicht.klantcases .case-filter a.dark {
  background-color: #1e2e5d;
}
.module-overzicht.klantcases .case-filter a.dark:hover {
  background-color: #141f3e;
}
.module-overzicht.klantcases .case-filter a.small {
  padding: .5rem 4rem .5rem 1rem;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-position: right 1rem center;
  background-size: 1rem;
}
.module-overzicht.klantcases .case-filter a.search-icon {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-search-white.svg');
}
.module-overzicht.klantcases .case-filter a.down {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-down-white.svg');
  background-position: right 2.5rem center;
  background-size: .6rem;
}
.module-overzicht.klantcases .case-filter a.down:hover {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-down-white.svg');
  background-position: right 2.5rem center;
}
.module-overzicht.klantcases .case-filter a.transparent {
  padding: 0 4rem 0 2rem;
  color: #1e2e5d;
  background-color: transparent;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-color-1.svg');
}
.module-overzicht.klantcases .case-filter a.transparent:hover {
  background-color: transparent;
  color: #1e2e5d;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-color-1.svg');
}
.module-overzicht.klantcases .case-filter a.transparent.white-text {
  color: #ffffff;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-white.svg');
}
.module-overzicht.klantcases .case-filter a.transparent.white-text:hover {
  color: #ffffff;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-white.svg');
}
.module-overzicht.klantcases .case-filter a.back {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.module-overzicht.klantcases .case-filter a.back:hover {
  background-position: left 1.5rem center;
}
@media only screen and (max-width: 767px) {
  .module-overzicht.klantcases .case-filter a {
    padding: .5rem 4rem .5rem 2rem;
    max-width: 100%;
  }
}
.module-overzicht.klantcases .case-filter a:hover {
  background-image: none;
}
.module-overzicht.klantcases .case-filter a.active {
  background-color: #f36b23;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .module-overzicht.klantcases .case-filter a {
    padding: .5rem 2rem;
  }
  .module-overzicht.klantcases .case-filter span {
    display: block;
    width: 100%;
  }
  .module-overzicht.klantcases .case-filter row {
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .module-overzicht .button-container .btn-more {
    margin: 3rem auto;
  }
  .module-overzicht .module-pagination {
    margin-top: .5rem;
  }
}
.module-item {
  height: 100%;
  padding-bottom: 2rem;
}
.module-item .module-item-inner {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.06);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
}
.module-item .module-item-inner .module-item-top {
  display: inline-block;
  width: 100%;
}
.module-item .module-item-inner .module-item-top .afbeelding-overzicht-container {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.module-item .module-item-inner .module-item-top .afbeelding-overzicht-container .afbeelding-overzicht-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.module-item .module-item-inner .module-item-top .tekst-overzicht {
  padding: 2rem 2rem 0 2rem ;
  display: block;
}
.module-item .module-item-inner .module-item-top .tekst-overzicht h1 {
  font-size: 1.6rem;
  margin-bottom: .5rem;
  font-weight: 900;
}
.module-item .module-item-inner .link-overzicht {
  padding: 0 2rem 1rem 2rem;
  text-align: center;
}
.module-item.team {
  box-shadow: none;
  margin: 0;
  padding: .25rem;
  overflow: visible;
}
.module-item.team .afbeelding-persoon {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 1.25rem;
  width: 100%;
  padding-bottom: calc(100% - 8px);
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid #ffffff;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.06);
}
.module-item.team .persoon-info h1,
.module-item.team .persoon-info span {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.module-item.team .persoon-info h1 {
  margin: 0;
  color: #ffffff;
}
.module-item.team .persoon-contact {
  text-align: center;
  display: block;
  padding-top: .5rem;
}
.module-item.team .persoon-contact .icon-contact {
  position: relative;
  color: #ffffff;
}
.module-item.team .persoon-contact .icon-contact::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.module-item.team .persoon-contact .icon-contact:hover::after {
  width: 100%;
}
.module-item.team .persoon-contact .icon-contact.white {
  color: #ffffff;
}
.module-item.team .persoon-contact .icon-contact.white::after {
  background-color: #ffffff;
}
.module-item.team .persoon-contact .icon-contact.button::after {
  display: none;
}
.module-item.team .persoon-contact .icon-contact::after {
  background-color: #ffffff;
}
.module-item.team.content-beside {
  display: flex;
  flex-wrap: wrap;
}
.module-item.team.content-beside .afbeelding-persoon {
  width: 80px;
  padding-bottom: 80px;
}
.module-item.team.content-beside .persoon-gegevens {
  width: calc(100% - 80px);
}
.module-item.team:hover,
.module-item.team:focus,
.module-item.team:active {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  box-shadow: none;
}
.module-item.vacature.open-sollicitatie {
  position: relative;
}
.module-item.vacature.open-sollicitatie .module-item-inner {
  background-color: #f36b23;
  position: relative;
  z-index: 1;
}
.module-item.vacature.open-sollicitatie .module-item-inner::before,
.module-item.vacature.open-sollicitatie .module-item-inner::after {
  z-index: 0;
  content: '';
  position: absolute;
  width: 150%;
  max-width: 90%;
  height: 35%;
  opacity: .11;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/background-footer.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.module-item.vacature.open-sollicitatie .module-item-inner::before {
  left: 0;
  top: 0;
  transform: rotate(180deg);
}
.module-item.vacature.open-sollicitatie .module-item-inner::after {
  right: 0;
  bottom: 0;
}
.module-item.vacature.open-sollicitatie .module-item-inner .module-item-top,
.module-item.vacature.open-sollicitatie .module-item-inner .link-overzicht {
  position: relative;
  z-index: 2;
}
.module-item.vacature.open-sollicitatie .module-item-inner * {
  color: #ffffff;
}
.module-item.vacature.open-sollicitatie .titel-with-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .75rem;
}
.module-item.vacature.open-sollicitatie .titel-with-image h1 {
  width: calc(100% - 120px);
  margin-bottom: 0;
}
.module-item.vacature.open-sollicitatie .titel-with-image .persoon-img {
  width: 100px;
}
.module-item.vacature.open-sollicitatie .titel-with-image .persoon-img .afbeelding-persoon {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0;
  width: 100%;
  padding-bottom: calc(100% - 8px);
  border-radius: 100%;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.06);
}
.module-item:hover .module-item-inner {
  -webkit-transform: translateY(-0.5rem);
  -moz-transform: translateY(-0.5rem);
  -o-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.module-item:hover .module-item-inner .module-item-top .afbeelding-overzicht-container .afbeelding-overzicht-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.module-item:hover .module-item-inner .link-overzicht .button {
  background-color: #e1560c;
  text-decoration: none;
  color: #ffffff;
  background-position: right 1.5rem center;
  cursor: pointer;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-white.svg');
}
.module-item:hover .module-item-inner .link-overzicht .button.transparent {
  background-color: transparent;
  color: #1e2e5d;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-color-1.svg');
}
.module-item.klantcase {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: no-wrap;
  align-items: end;
  padding-bottom: 0;
  margin-bottom: 2rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 10px;
}
.module-item.klantcase .module-item-inner {
  height: 350px;
  width: 100%;
  justify-content: flex-end;
  background-color: transparent;
  z-index: 1;
}
.module-item.klantcase .module-item-inner .module-item-top {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 60px;
  align-items: end;
  background-color: transparent;
  padding: 1.5rem;
  margin: 1rem;
  max-width: 80%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow: hidden;
  border-radius: 10px;
}
.module-item.klantcase .module-item-inner .module-item-top .filter {
  color: #ffffff;
  background-color: #f36b23;
  font-size: .8rem;
  padding: .15rem .6rem .3rem;
  margin-left: .6rem;
  border-radius: 50px;
}
.module-item.klantcase .module-item-inner .module-item-top .klantcase-titel {
  font-family: 'muli', sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  color: #273e6c;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1.4rem !important;
}
@media only screen and (max-width: 991px) {
  .module-item.klantcase .module-item-inner .module-item-top .klantcase-titel {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .module-item.klantcase .module-item-inner .module-item-top .klantcase-titel {
    font-size: 1.8rem;
  }
}
.module-item.klantcase .module-item-inner .module-item-top .klantcase-tekst {
  color: #ffffff;
  margin-bottom: 0;
  opacity: 0;
  max-height: 0;
}
.module-item.klantcase .module-item-inner .module-item-top svg {
  position: absolute;
  right: 10px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.module-item.klantcase .module-item-inner .module-item-top .filter {
  position: absolute;
  left: 15px;
  transition: .3s ease;
  opacity: 1;
  -webkit-transform: translateY(-1rem);
  -moz-transform: translateY(-1rem);
  -o-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.module-item.klantcase:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 10%, rgba(255, 255, 255, 0) 40%);
  border-radius: 10px;
}
.module-item.klantcase:hover .module-item-inner {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.module-item.klantcase:hover .module-item-inner .module-item-top {
  background-color: #59c0ed;
  max-height: 300px;
}
.module-item.klantcase:hover .module-item-inner .module-item-top .klantcase-titel {
  margin-top: 0;
}
.module-item.klantcase:hover .module-item-inner .module-item-top .klantcase-tekst {
  display: block;
  opacity: 1;
  max-height: 200px;
  padding-top: 15px;
}
.module-item.klantcase:hover .module-item-inner .module-item-top svg {
  opacity: 1;
  -webkit-transform: translateY(-1rem);
  -moz-transform: translateY(-1rem);
  -o-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.module-item.klantcase:hover .module-item-inner .module-item-top .filter {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .module-item.vacature.open-sollicitatie .titel-with-image h1 {
    width: calc(100% - 100px);
    margin-bottom: 0;
  }
  .module-item.vacature.open-sollicitatie .titel-with-image .persoon-img {
    width: 80px;
  }
  .module-item.klantcase .module-item-inner .module-item-top {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: 0;
  }
  .module-item.klantcase .module-item-inner .module-item-top svg {
    display: none;
  }
}
.label-item-styling {
  display: inline-block;
  margin-right: .75rem;
  background: #cde3ee;
  color: rgba(30, 46, 93, 0.5);
  text-transform: uppercase;
  font-weight: 700;
  font-size: .6rem;
  border-radius: 5rem;
  padding: .25rem .5rem;
}
.label-item-styling:last-child {
  margin-right: 0;
}
.labels-container {
  display: inline-block;
  width: 100%;
  padding: .5rem 0 1rem 0;
}
.labels-container .label-item {
  display: inline-block;
  margin-right: .75rem;
  background: #cde3ee;
  color: rgba(30, 46, 93, 0.5);
  text-transform: uppercase;
  font-weight: 700;
  font-size: .6rem;
  border-radius: 5rem;
  padding: .25rem .5rem;
}
.labels-container .label-item:last-child {
  margin-right: 0;
}
.banner {
  background-color: #1e2e5d;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .banner {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    margin-bottom: 3rem;
  }
}
.banner.no-margin {
  margin-bottom: 0;
}
.banner .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.banner .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.banner .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e2e5d;
  top: calc(32px / 2 - 3px);
}
.banner .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.banner .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.banner .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.banner .tekst h3 + ul {
  margin-top: -1rem;
}
.banner .tekst a {
  white-space: nowrap;
  position: relative;
}
.banner .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.banner .tekst a:hover::after {
  width: 100%;
}
.banner .tekst a.white {
  color: #ffffff;
}
.banner .tekst a.white::after {
  background-color: #ffffff;
}
.banner .tekst a.button::after {
  display: none;
}
.banner .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e2e5d;
  padding: 0 0 0 1.5rem;
}
.banner .tekst *:not(.form-group):last-child {
  margin-bottom: 0;
}
.banner .banner-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .5;
}
.banner.banner-post .banner-inner {
  min-height: 400px;
}
@media only screen and (max-width: 1199px) {
  .banner.banner-post .banner-inner {
    min-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.banner-post .banner-inner {
    min-height: 200px;
  }
}
.banner .banner-inner {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-end;
  padding: 9rem 0 5rem 0;
  text-align: center;
  background: radial-gradient(circle at 0% 17%, rgba(89, 192, 237, 0.3) 0%, rgba(30, 46, 93, 0.3) 100%);
  overflow: hidden;
}
.banner .banner-inner::before,
.banner .banner-inner::after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  max-width: 90%;
  height: 35%;
  opacity: .04;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/background-footer.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.banner .banner-inner::before {
  left: 0;
  top: 0;
  transform: rotate(180deg);
}
.banner .banner-inner::after {
  right: 0;
  bottom: 0;
}
.banner .banner-inner .content {
  max-width: 850px;
  margin: 0 auto;
}
.banner .banner-inner h3.top-titel {
  margin-bottom: .5rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.banner .banner-inner h1.titel {
  color: #ffffff;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.banner .banner-inner h1.titel span {
  z-index: 0;
  position: relative;
  line-height: 1;
  color: #ffffff;
}
.banner .banner-inner h1.titel span::after {
  z-index: -1;
  content: '';
  position: absolute;
  right: -.25rem;
  bottom: .75rem;
  left: -.25rem;
  height: 6px;
  background-color: #f36b23;
}
@media only screen and (max-width: 991px) {
  .banner .banner-inner h1.titel span::after {
    bottom: .5rem;
  }
}
.banner .banner-inner p {
  color: #BCC4DD;
  font-size: 1rem;
  margin-bottom: 2.5rem;
}
.banner .banner-inner .usps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner .banner-inner .usps .usp {
  width: 50%;
  margin-bottom: 1rem;
  text-align: center;
}
.banner .banner-inner .usps .usp span {
  position: relative;
  padding-left: 2rem;
  color: #ffffff;
  display: inline-block;
}
.banner .banner-inner .usps .usp span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.2rem;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-checkmark.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: top .65em left;
}
.banner .banner-inner a.button {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .banner .banner-inner .content {
    padding: 0 2rem;
  }
  .banner .banner-inner h1.titel span::after {
    bottom: .25rem;
  }
  .banner .banner-inner .usps .usp {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .banner .banner-inner {
    padding: 8rem 0 4rem 0;
  }
  .banner .banner-inner .content {
    padding: 0;
  }
  .banner .banner-inner p {
    font-size: 16px;
    margin-bottom: 2rem;
  }
  .banner .banner-inner .usps .usp {
    margin-bottom: .5rem;
  }
}
.banner-met-video .banner-inner {
  justify-content: flex-start;
  min-height: 500px;
  margin-bottom: 10rem;
  padding: 11rem 0 0 0;
  text-align: left;
  overflow: inherit;
}
.banner-met-video .banner-inner::after {
  display: none;
}
.banner-met-video .banner-inner::before {
  width: 100%;
  max-width: 80%;
  height: 50%;
}
.banner-met-video .banner-inner .content {
  max-width: 600px;
  margin: 0;
  padding-left: 2.5rem;
  padding-bottom: 4rem;
}
.banner-met-video .banner-inner h3.top-titel {
  margin-bottom: 0;
}
.banner-met-video .banner-inner p {
  margin-bottom: 1rem;
}
.banner-met-video .banner-inner .usps {
  justify-content: flex-end;
}
.banner-met-video .banner-inner .usps .usp {
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.banner-met-video .banner-inner a.button {
  margin-top: 2rem;
}
.banner-met-video .banner-inner .video-container {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  margin-bottom: -10rem;
  margin-left: 3rem;
  padding-bottom: 66.666%;
  border-radius: 20px;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  cursor: pointer;
}
.banner-met-video .banner-inner .video-container::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.banner-met-video .banner-inner .video-container .video-container-inner {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-met-video .banner-inner .video-container .video-container-inner img {
  margin-bottom: 1rem;
  width: 55px;
  height: 55px;
}
.banner-met-video .banner-inner .video-container .video-container-inner span {
  font-size: 1.3rem;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .banner-met-video .banner-inner .content {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-met-video .banner-inner h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-met-video .banner-inner .video-container {
    margin-right: 3rem;
    margin-bottom: -4rem;
  }
}
@media only screen and (max-width: 575px) {
  .banner-met-video .banner-inner .content {
    padding-left: 0;
  }
  .banner-met-video .banner-inner .video-container {
    margin: 0rem;
    margin-bottom: -4rem;
  }
  .banner-met-video .banner-inner .video-container .video-container-inner img {
    width: 3rem;
    height: 3rem;
  }
  .banner-met-video .banner-inner .video-container .video-container-inner span {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 992px) {
  .content-tekst {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .content-tekst {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-tekst {
    margin-bottom: 3rem;
  }
}
.content-tekst.no-margin {
  margin-bottom: 0;
}
.content-tekst .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.content-tekst .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.content-tekst .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e2e5d;
  top: calc(32px / 2 - 3px);
}
.content-tekst .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.content-tekst .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.content-tekst .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.content-tekst .tekst h3 + ul {
  margin-top: -1rem;
}
.content-tekst .tekst a {
  white-space: nowrap;
  position: relative;
}
.content-tekst .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.content-tekst .tekst a:hover::after {
  width: 100%;
}
.content-tekst .tekst a.white {
  color: #ffffff;
}
.content-tekst .tekst a.white::after {
  background-color: #ffffff;
}
.content-tekst .tekst a.button::after {
  display: none;
}
.content-tekst .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e2e5d;
  padding: 0 0 0 1.5rem;
}
.content-tekst .tekst *:not(.form-group):last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .content-tekst .kolom-2 {
    margin-top: 2em;
  }
}
.content-tekst form.searchform {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.content-tekst form.searchform .search-field {
  width: 100%;
  padding: 2rem 5rem 2rem 1rem;
  outline: none !important;
  border: none;
  box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);
  border-radius: 3px;
}
.content-tekst form.searchform .submit-container {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .titel-met-tekst {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .titel-met-tekst {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .titel-met-tekst {
    margin-bottom: 3rem;
  }
}
.titel-met-tekst.no-margin {
  margin-bottom: 0;
}
.titel-met-tekst .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.titel-met-tekst .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.titel-met-tekst .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e2e5d;
  top: calc(32px / 2 - 3px);
}
.titel-met-tekst .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.titel-met-tekst .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.titel-met-tekst .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.titel-met-tekst .tekst h3 + ul {
  margin-top: -1rem;
}
.titel-met-tekst .tekst a {
  white-space: nowrap;
  position: relative;
}
.titel-met-tekst .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.titel-met-tekst .tekst a:hover::after {
  width: 100%;
}
.titel-met-tekst .tekst a.white {
  color: #ffffff;
}
.titel-met-tekst .tekst a.white::after {
  background-color: #ffffff;
}
.titel-met-tekst .tekst a.button::after {
  display: none;
}
.titel-met-tekst .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e2e5d;
  padding: 0 0 0 1.5rem;
}
.titel-met-tekst .tekst *:not(.form-group):last-child {
  margin-bottom: 0;
}
.titel-met-tekst h2 {
  margin: 0;
  color: #1e2e5d;
  text-align: right;
}
.titel-met-tekst h2 span {
  display: inline-block;
  color: #1e2e5d;
}
.titel-met-tekst .content {
  padding-top: 1rem;
}
.titel-met-tekst .content p {
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .titel-met-tekst h2 {
    margin-bottom: 2rem;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .tekst-afbeelding {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-afbeelding {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-afbeelding {
    margin-bottom: 3rem;
  }
}
.tekst-afbeelding.no-margin {
  margin-bottom: 0;
}
.tekst-afbeelding .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.tekst-afbeelding .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-afbeelding .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e2e5d;
  top: calc(32px / 2 - 3px);
}
.tekst-afbeelding .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.tekst-afbeelding .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-afbeelding .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.tekst-afbeelding .tekst h3 + ul {
  margin-top: -1rem;
}
.tekst-afbeelding .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-afbeelding .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.tekst-afbeelding .tekst a:hover::after {
  width: 100%;
}
.tekst-afbeelding .tekst a.white {
  color: #ffffff;
}
.tekst-afbeelding .tekst a.white::after {
  background-color: #ffffff;
}
.tekst-afbeelding .tekst a.button::after {
  display: none;
}
.tekst-afbeelding .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e2e5d;
  padding: 0 0 0 1.5rem;
}
.tekst-afbeelding .tekst *:not(.form-group):last-child {
  margin-bottom: 0;
}
.tekst-afbeelding .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  min-height: 540px;
  padding: 5rem 0 5rem 5rem;
  background-color: #ffffff;
  border-radius: 10px 0 0 10px;
}
.tekst-afbeelding .content::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 330px;
  background-color: #ffffff;
  border-radius: 0 10px 10px 0;
}
.tekst-afbeelding .content h2 {
  font-family: 'muli', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  color: #273e6c;
  font-weight: 900;
}
@media only screen and (max-width: 991px) {
  .tekst-afbeelding .content h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-afbeelding .content h2 {
    font-size: 1.8rem;
  }
}
.tekst-afbeelding .content.content-right {
  padding: 5rem 5rem 5rem 0;
  border-radius: 0 10px 10px 0;
}
.tekst-afbeelding .content.content-right::after {
  right: 100%;
  left: inherit;
  border-radius: 10px 0 0 10px;
}
.tekst-afbeelding .content .buttons {
  margin-top: 1.5rem;
}
.tekst-afbeelding .content .buttons.two-buttons .button {
  margin-right: 3rem;
}
.tekst-afbeelding .content .buttons .button,
.tekst-afbeelding .content .buttons .secondair {
  display: inline-block;
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.tekst-afbeelding .video-container {
  position: relative;
  z-index: 2;
}
.tekst-afbeelding .afbeelding {
  padding-left: 2rem;
  position: relative;
}
.tekst-afbeelding .afbeelding .afbeelding-inner {
  position: relative;
  z-index: 2;
  width: fit-content;
}
.tekst-afbeelding .afbeelding .afbeelding-inner .image-element-overlay {
  position: absolute;
  left: 0;
  right: 100%;
  top: 0;
  bottom: 0;
  background: #1e2e5d;
  z-index: 1;
  border-radius: 10px;
}
.tekst-afbeelding .afbeelding.order-first {
  padding-right: 2rem;
  padding-left: 1rem;
}
.tekst-afbeelding .afbeelding.order-first .afbeelding-inner {
  float: right;
}
.tekst-afbeelding .afbeelding img {
  max-width: 100%;
  width: auto;
  display: block;
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .tekst-afbeelding .afbeelding img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-afbeelding .row {
    align-items: normal !important;
  }
  .tekst-afbeelding .content {
    min-height: inherit;
    padding: 3rem 0 3rem 3rem;
  }
  .tekst-afbeelding .content.content-right {
    padding: 3rem 3rem 3rem 0;
  }
  .tekst-afbeelding .afbeelding {
    margin-top: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-afbeelding .content,
  .tekst-afbeelding .content.content-right {
    padding: 8rem 3rem 3rem 3rem;
    border-radius: 10px;
  }
  .tekst-afbeelding .content::after,
  .tekst-afbeelding .content.content-right::after {
    display: none;
  }
  .tekst-afbeelding .afbeelding,
  .tekst-afbeelding .afbeelding.order-first {
    order: -2;
    margin-bottom: -4rem;
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-afbeelding .content,
  .tekst-afbeelding .content.content-right {
    padding: 6rem 2rem 2rem 2rem;
  }
  .tekst-afbeelding .afbeelding,
  .tekst-afbeelding .afbeelding.order-first {
    margin-bottom: -3rem;
    padding: 0 2rem;
  }
}
.tekst-button {
  z-index: 0;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .tekst-button {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-button {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-button {
    margin-bottom: 3rem;
  }
}
.tekst-button.no-margin {
  margin-bottom: 0;
}
.tekst-button .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.tekst-button .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-button .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e2e5d;
  top: calc(32px / 2 - 3px);
}
.tekst-button .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.tekst-button .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-button .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.tekst-button .tekst h3 + ul {
  margin-top: -1rem;
}
.tekst-button .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-button .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.tekst-button .tekst a:hover::after {
  width: 100%;
}
.tekst-button .tekst a.white {
  color: #ffffff;
}
.tekst-button .tekst a.white::after {
  background-color: #ffffff;
}
.tekst-button .tekst a.button::after {
  display: none;
}
.tekst-button .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e2e5d;
  padding: 0 0 0 1.5rem;
}
.tekst-button .tekst *:not(.form-group):last-child {
  margin-bottom: 0;
}
.tekst-button::before,
.tekst-button::after {
  z-index: -1;
  content: '';
  position: absolute;
  top: .8rem;
  width: 30%;
  height: 240px;
  opacity: .04;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/background-text-with-button.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: top right;
}
.tekst-button::before {
  left: 0;
  transform: rotate(180deg);
  background-position: bottom right;
}
.tekst-button::after {
  right: 0;
}
.tekst-button .titel {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  color: #1e2e5d;
}
.tekst-button p {
  font-size: 1.125rem;
}
.tekst-button .button {
  margin-top: 2.75rem;
}
@media only screen and (max-width: 767px) {
  .tekst-button .titel {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .tekst-formulier {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-formulier {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-formulier {
    margin-bottom: 3rem;
  }
}
.tekst-formulier.no-margin {
  margin-bottom: 0;
}
.tekst-formulier .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.tekst-formulier .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-formulier .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e2e5d;
  top: calc(32px / 2 - 3px);
}
.tekst-formulier .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.tekst-formulier .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-formulier .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.tekst-formulier .tekst h3 + ul {
  margin-top: -1rem;
}
.tekst-formulier .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-formulier .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.tekst-formulier .tekst a:hover::after {
  width: 100%;
}
.tekst-formulier .tekst a.white {
  color: #ffffff;
}
.tekst-formulier .tekst a.white::after {
  background-color: #ffffff;
}
.tekst-formulier .tekst a.button::after {
  display: none;
}
.tekst-formulier .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e2e5d;
  padding: 0 0 0 1.5rem;
}
.tekst-formulier .tekst *:not(.form-group):last-child {
  margin-bottom: 0;
}
.tekst-formulier .formulier.col-md-6 .inner {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .tekst-formulier .formulier {
    order: 13;
  }
  .tekst-formulier .formulier.col-md-6 {
    margin-top: 3rem;
  }
  .tekst-formulier .formulier.col-md-6 .inner {
    width: 100%;
  }
}
.google-maps {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .google-maps {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .google-maps {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .google-maps {
    margin-bottom: 3rem;
  }
}
.google-maps.no-margin {
  margin-bottom: 0;
}
.google-maps .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.google-maps .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.google-maps .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e2e5d;
  top: calc(32px / 2 - 3px);
}
.google-maps .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.google-maps .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.google-maps .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.google-maps .tekst h3 + ul {
  margin-top: -1rem;
}
.google-maps .tekst a {
  white-space: nowrap;
  position: relative;
}
.google-maps .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.google-maps .tekst a:hover::after {
  width: 100%;
}
.google-maps .tekst a.white {
  color: #ffffff;
}
.google-maps .tekst a.white::after {
  background-color: #ffffff;
}
.google-maps .tekst a.button::after {
  display: none;
}
.google-maps .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e2e5d;
  padding: 0 0 0 1.5rem;
}
.google-maps .tekst *:not(.form-group):last-child {
  margin-bottom: 0;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.google-maps .ratio {
  padding-bottom: 35%;
}
@media only screen and (max-width: 767px) {
  .google-maps .ratio {
    padding-bottom: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .oplossingen-diensten-overzicht {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .oplossingen-diensten-overzicht {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .oplossingen-diensten-overzicht {
    margin-bottom: 3rem;
  }
}
.oplossingen-diensten-overzicht.no-margin {
  margin-bottom: 0;
}
.oplossingen-diensten-overzicht .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.oplossingen-diensten-overzicht .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.oplossingen-diensten-overzicht .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e2e5d;
  top: calc(32px / 2 - 3px);
}
.oplossingen-diensten-overzicht .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.oplossingen-diensten-overzicht .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.oplossingen-diensten-overzicht .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.oplossingen-diensten-overzicht .tekst h3 + ul {
  margin-top: -1rem;
}
.oplossingen-diensten-overzicht .tekst a {
  white-space: nowrap;
  position: relative;
}
.oplossingen-diensten-overzicht .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.oplossingen-diensten-overzicht .tekst a:hover::after {
  width: 100%;
}
.oplossingen-diensten-overzicht .tekst a.white {
  color: #ffffff;
}
.oplossingen-diensten-overzicht .tekst a.white::after {
  background-color: #ffffff;
}
.oplossingen-diensten-overzicht .tekst a.button::after {
  display: none;
}
.oplossingen-diensten-overzicht .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e2e5d;
  padding: 0 0 0 1.5rem;
}
.oplossingen-diensten-overzicht .tekst *:not(.form-group):last-child {
  margin-bottom: 0;
}
.oplossingen-diensten-overzicht .title {
  margin-bottom: 2rem;
}
.oplossingen-diensten-overzicht .solution-item {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: .5rem 2rem .5rem 0;
  line-height: 1;
}
.oplossingen-diensten-overzicht .solution-item:hover .content h5,
.oplossingen-diensten-overzicht .solution-item:hover .content p {
  color: #59c0ed;
}
.oplossingen-diensten-overzicht .solution-item .image {
  margin-right: 1.5rem;
  padding: 2rem;
  background-color: #ffffff;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2rem;
}
.oplossingen-diensten-overzicht .solution-item .content {
  width: 100%;
}
.oplossingen-diensten-overzicht .solution-item .content h5 {
  margin-bottom: .2rem;
  font-size: 18px;
}
.oplossingen-diensten-overzicht .solution-item .content p {
  font-weight: 400;
  color: #68718E;
  font-size: 13px;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .oplossingen-diensten-overzicht {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 991px) {
  .oplossingen-diensten-overzicht .button-container {
    padding: 1rem 0 3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .oplossingen-diensten-overzicht .solution-item .content h5 {
    font-size: 16px;
  }
  .oplossingen-diensten-overzicht .button-container {
    padding: 0 0 4rem 0;
  }
}
.branches-overzicht {
  margin-top: 8rem;
  padding-top: 130px;
}
@media only screen and (min-width: 992px) {
  .branches-overzicht {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .branches-overzicht {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .branches-overzicht {
    margin-bottom: 3rem;
  }
}
.branches-overzicht.no-margin {
  margin-bottom: 0;
}
.branches-overzicht .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.branches-overzicht .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.branches-overzicht .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e2e5d;
  top: calc(32px / 2 - 3px);
}
.branches-overzicht .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.branches-overzicht .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.branches-overzicht .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.branches-overzicht .tekst h3 + ul {
  margin-top: -1rem;
}
.branches-overzicht .tekst a {
  white-space: nowrap;
  position: relative;
}
.branches-overzicht .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.branches-overzicht .tekst a:hover::after {
  width: 100%;
}
.branches-overzicht .tekst a.white {
  color: #ffffff;
}
.branches-overzicht .tekst a.white::after {
  background-color: #ffffff;
}
.branches-overzicht .tekst a.button::after {
  display: none;
}
.branches-overzicht .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e2e5d;
  padding: 0 0 0 1.5rem;
}
.branches-overzicht .tekst *:not(.form-group):last-child {
  margin-bottom: 0;
}
.branches-overzicht .branches-overzicht-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 450px;
  background-color: #E9E9E9;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.branches-overzicht .branches-overzicht-inner .branches-menu {
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.06);
  margin-top: -130px;
  margin-right: 100px;
  padding: 2rem 2.5rem;
  max-width: 400px;
  background-color: #273e6c;
  border-radius: 1.5rem;
}
.branches-overzicht .branches-overzicht-inner .branches-menu h4 {
  color: #ffffff;
  font-weight: 900;
}
.branches-overzicht .branches-overzicht-inner .branches-menu a {
  position: relative;
  display: inline-block;
  margin: .3rem 0;
  padding-left: 2rem;
  color: #ffffff;
}
.branches-overzicht .branches-overzicht-inner .branches-menu a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1rem;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-right-white.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.branches-overzicht .branches-overzicht-inner .branches-menu a:hover::before {
  left: .5rem;
}
@media only screen and (max-width: 991px) {
  .branches-overzicht .branches-overzicht-inner .branches-menu {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .branches-overzicht .branches-overzicht-inner {
    justify-content: center;
    min-height: 250px;
  }
  .branches-overzicht .branches-overzicht-inner .branches-menu {
    margin-right: inherit;
  }
}
.logo-carousel {
  padding: 3rem 0;
}
@media only screen and (min-width: 992px) {
  .logo-carousel {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .logo-carousel {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .logo-carousel {
    margin-bottom: 3rem;
  }
}
.logo-carousel.no-margin {
  margin-bottom: 0;
}
.logo-carousel .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.logo-carousel .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.logo-carousel .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e2e5d;
  top: calc(32px / 2 - 3px);
}
.logo-carousel .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.logo-carousel .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.logo-carousel .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.logo-carousel .tekst h3 + ul {
  margin-top: -1rem;
}
.logo-carousel .tekst a {
  white-space: nowrap;
  position: relative;
}
.logo-carousel .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.logo-carousel .tekst a:hover::after {
  width: 100%;
}
.logo-carousel .tekst a.white {
  color: #ffffff;
}
.logo-carousel .tekst a.white::after {
  background-color: #ffffff;
}
.logo-carousel .tekst a.button::after {
  display: none;
}
.logo-carousel .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e2e5d;
  padding: 0 0 0 1.5rem;
}
.logo-carousel .tekst *:not(.form-group):last-child {
  margin-bottom: 0;
}
.logo-carousel h2 {
  font-weight: 900;
  margin: 0 auto 4rem;
  max-width: 700px;
  text-align: center;
}
.logo-carousel .logo-carousel-inner {
  position: relative;
}
.logo-carousel .logo-carousel-inner::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #ffffff 100%);
  pointer-events: none;
}
.logo-carousel .slick-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.logo-carousel .slick-slide {
  margin: 0 1.5rem;
}
.logo-carousel .slide-item-carousel {
  text-align: center;
  padding: 1rem;
  height: 220px;
  background-color: #ffffff;
  border-radius: 10px;
}
.logo-carousel .slide-item-carousel a,
.logo-carousel .slide-item-carousel .logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.logo-carousel .slide-item-carousel a img,
.logo-carousel .slide-item-carousel .logo img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 120px;
}
@media only screen and (max-width: 1199px) {
  .logo-carousel .slide-item-carousel {
    height: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .logo-carousel .slide-item-carousel a img,
  .logo-carousel .slide-item-carousel .logo img {
    max-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .logo-carousel h2 {
    margin-bottom: 3rem;
  }
  .logo-carousel .slide-item-carousel {
    height: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .fotogalerij {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .fotogalerij {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .fotogalerij {
    margin-bottom: 3rem;
  }
}
.fotogalerij.no-margin {
  margin-bottom: 0;
}
.fotogalerij .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.fotogalerij .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.fotogalerij .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e2e5d;
  top: calc(32px / 2 - 3px);
}
.fotogalerij .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.fotogalerij .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.fotogalerij .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.fotogalerij .tekst h3 + ul {
  margin-top: -1rem;
}
.fotogalerij .tekst a {
  white-space: nowrap;
  position: relative;
}
.fotogalerij .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.fotogalerij .tekst a:hover::after {
  width: 100%;
}
.fotogalerij .tekst a.white {
  color: #ffffff;
}
.fotogalerij .tekst a.white::after {
  background-color: #ffffff;
}
.fotogalerij .tekst a.button::after {
  display: none;
}
.fotogalerij .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e2e5d;
  padding: 0 0 0 1.5rem;
}
.fotogalerij .tekst *:not(.form-group):last-child {
  margin-bottom: 0;
}
.fotogalerij .galerij .afb {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 2rem;
}
.fotogalerij .galerij .afb span.ratio {
  display: block;
  padding-bottom: 66.666%;
}
.fotogalerij .galerij .afb.hidden {
  display: none;
}
.fotogalerij .galerij .afb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-position: center;
  background-size: .5rem;
  background-repeat: no-repeat;
}
.fotogalerij .galerij .afb:hover:after {
  background-color: #1e2e5d;
  opacity: .6;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-zoom-in.svg');
  background-size: 1rem;
}
.fotogalerij .galerij .afb.more span.count {
  font-weight: 700;
  color: #ffffff;
  font-size: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.fotogalerij .galerij .afb.more::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #1e2e5d;
  opacity: .8;
}
.fotogalerij .galerij .afb.more::after {
  display: none;
}
.fotogalerij .galerij .afb.more:hover::before {
  opacity: .9;
}
@media only screen and (max-width: 767px) {
  .fotogalerij .galerij .afb.more span.count {
    font-size: 3rem;
  }
}
.fotogalerij .slider .slick-slider {
  position: relative;
}
.fotogalerij .slider .slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.fotogalerij .slider .slide span.ratio {
  display: block;
  padding-bottom: 66.666%;
}
.fotogalerij .slider .slick-arrow {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1e2e5d;
  opacity: .3;
  width: 3.5rem;
  height: 6.5rem;
  background-size: 1rem;
  top: 50%;
  z-index: 1;
  overflow: hidden;
  color: transparent;
  border: none;
  outline: none;
}
.fotogalerij .slider .slick-arrow:hover {
  opacity: .8;
  cursor: pointer;
}
.fotogalerij .slider .slick-arrow.slick-prev {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-slider-left.svg');
  border-radius: 0 10px 10px 0;
  left: 0;
}
.fotogalerij .slider .slick-arrow.slick-next {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-slider-right.svg');
  border-radius: 10px 0 0 10px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .fotogalerij .slider .slick-arrow {
    width: 3rem;
    height: 5rem;
    background-size: 1rem;
  }
}
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.95);
}
#swipebox-prev {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-slider-left.svg') !important;
  background-position: right center;
  background-size: 1rem;
}
#swipebox-next {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-slider-right.svg') !important;
  background-position: left center;
  background-size: 1rem;
}
.cijfers-block {
  padding: 2rem 1rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .cijfers-block {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .cijfers-block {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cijfers-block {
    margin-bottom: 3rem;
  }
}
.cijfers-block.no-margin {
  margin-bottom: 0;
}
.cijfers-block .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.cijfers-block .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.cijfers-block .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e2e5d;
  top: calc(32px / 2 - 3px);
}
.cijfers-block .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.cijfers-block .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.cijfers-block .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.cijfers-block .tekst h3 + ul {
  margin-top: -1rem;
}
.cijfers-block .tekst a {
  white-space: nowrap;
  position: relative;
}
.cijfers-block .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.cijfers-block .tekst a:hover::after {
  width: 100%;
}
.cijfers-block .tekst a.white {
  color: #ffffff;
}
.cijfers-block .tekst a.white::after {
  background-color: #ffffff;
}
.cijfers-block .tekst a.button::after {
  display: none;
}
.cijfers-block .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e2e5d;
  padding: 0 0 0 1.5rem;
}
.cijfers-block .tekst *:not(.form-group):last-child {
  margin-bottom: 0;
}
.cijfers-block h2 {
  font-weight: 900;
  margin-bottom: 3rem;
  text-align: center;
}
.cijfers-block .cijfer-item {
  position: relative;
  text-align: center;
  padding: 2rem 1rem;
  border-right: 1px solid #1e2e5d;
  width: 25%;
}
.cijfers-block .cijfer-item .cijfer-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 1rem;
}
.cijfers-block .cijfer-item .cijfer-wrapper span {
  color: #1e2e5d;
  font-family: 'muli', sans-serif;
  font-weight: 900;
  font-size: 5.5rem;
  line-height: 1;
  margin: 0;
  min-height: 90px;
  display: block;
}
.cijfers-block .cijfer-item .cijfer-beschrijving {
  font-size: 1.25rem;
  line-height: 1.3;
}
.cijfers-block .cijfer-item:last-child {
  border-right: none;
}
.cijfers-block .button-container {
  text-align: center;
  padding-top: 3rem;
}
.cijfers-block.aantal-2 .cijfer-item {
  width: calc(100% / 2);
}
.cijfers-block.aantal-3 .cijfer-item {
  width: calc(100% / 3);
}
@media only screen and (max-width: 991px) {
  .cijfers-block .cijfer-item .cijfer-wrapper span {
    font-size: 4rem;
    min-height: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .cijfers-block .cijfer-item {
    width: 50%;
  }
  .cijfers-block .cijfer-item.item-1,
  .cijfers-block .cijfer-item.item-2 {
    border-bottom: 1px solid #1e2e5d;
  }
  .cijfers-block .cijfer-item.item-2,
  .cijfers-block .cijfer-item.item-4 {
    border-right: 0px;
  }
  .cijfers-block .cijfer-item .cijfer-wrapper span {
    font-size: 5rem;
  }
  .cijfers-block.aantal-2 .cijfer-item,
  .cijfers-block.aantal-3 .cijfer-item {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .cijfers-block .cijfer-item {
    width: 100%;
    border-right: none;
  }
  .cijfers-block .cijfer-item:not(:last-of-type) {
    border-bottom: 1px solid #1e2e5d;
  }
}
.cta-met-persoon {
  background: #f36b23;
}
@media only screen and (min-width: 992px) {
  .cta-met-persoon {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .cta-met-persoon {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cta-met-persoon {
    margin-bottom: 3rem;
  }
}
.cta-met-persoon.no-margin {
  margin-bottom: 0;
}
.cta-met-persoon .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.cta-met-persoon .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.cta-met-persoon .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e2e5d;
  top: calc(32px / 2 - 3px);
}
.cta-met-persoon .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.cta-met-persoon .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.cta-met-persoon .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.cta-met-persoon .tekst h3 + ul {
  margin-top: -1rem;
}
.cta-met-persoon .tekst a {
  white-space: nowrap;
  position: relative;
}
.cta-met-persoon .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.cta-met-persoon .tekst a:hover::after {
  width: 100%;
}
.cta-met-persoon .tekst a.white {
  color: #ffffff;
}
.cta-met-persoon .tekst a.white::after {
  background-color: #ffffff;
}
.cta-met-persoon .tekst a.button::after {
  display: none;
}
.cta-met-persoon .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e2e5d;
  padding: 0 0 0 1.5rem;
}
.cta-met-persoon .tekst *:not(.form-group):last-child {
  margin-bottom: 0;
}
.cta-met-persoon .cta-met-persoon-inner {
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 2.5rem 0;
  background: #f36b23;
  overflow: hidden;
}
.cta-met-persoon .cta-met-persoon-inner::before,
.cta-met-persoon .cta-met-persoon-inner::after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  max-width: 90%;
  height: 35%;
  opacity: .11;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/background-footer.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.cta-met-persoon .cta-met-persoon-inner::before {
  left: 0;
  top: 0;
  transform: rotate(180deg);
}
.cta-met-persoon .cta-met-persoon-inner::after {
  right: 0;
  bottom: 0;
}
.cta-met-persoon .cta-met-persoon-inner .inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cta-met-persoon .cta-met-persoon-inner .inner-container .tekst-container {
  width: calc(100% - 200px);
  padding: 1rem 8rem 0 0;
}
.cta-met-persoon .cta-met-persoon-inner .inner-container .tekst-container .tekst * {
  color: #ffffff;
}
.cta-met-persoon .cta-met-persoon-inner .inner-container .tekst-container .button-container {
  margin-top: 1.25rem;
}
.cta-met-persoon .cta-met-persoon-inner .inner-container .teamlid-container {
  width: 200px;
}
.cta-met-persoon .cta-met-persoon-inner .inner-container .teamlid-container .col-12 {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .cta-met-persoon .cta-met-persoon-inner .inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cta-met-persoon .cta-met-persoon-inner .inner-container .tekst-container {
    width: 100%;
    padding: 0;
  }
  .cta-met-persoon .cta-met-persoon-inner .inner-container .tekst-container .tekst {
    text-align: center;
  }
  .cta-met-persoon .cta-met-persoon-inner .inner-container .tekst-container .button-container {
    text-align: center;
  }
  .cta-met-persoon .cta-met-persoon-inner .inner-container .teamlid-container {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .faq-blok {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .faq-blok {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq-blok {
    margin-bottom: 3rem;
  }
}
.faq-blok.no-margin {
  margin-bottom: 0;
}
.faq-blok .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.faq-blok .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.faq-blok .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e2e5d;
  top: calc(32px / 2 - 3px);
}
.faq-blok .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.faq-blok .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.faq-blok .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.faq-blok .tekst h3 + ul {
  margin-top: -1rem;
}
.faq-blok .tekst a {
  white-space: nowrap;
  position: relative;
}
.faq-blok .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.faq-blok .tekst a:hover::after {
  width: 100%;
}
.faq-blok .tekst a.white {
  color: #ffffff;
}
.faq-blok .tekst a.white::after {
  background-color: #ffffff;
}
.faq-blok .tekst a.button::after {
  display: none;
}
.faq-blok .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e2e5d;
  padding: 0 0 0 1.5rem;
}
.faq-blok .tekst *:not(.form-group):last-child {
  margin-bottom: 0;
}
.faq-blok .accordion .collapse-item {
  margin-bottom: 1rem;
}
.faq-blok .accordion .collapse-item .titel {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1rem 2rem;
  background: #1e2e5d;
  border-radius: 5px;
}
.faq-blok .accordion .collapse-item .titel * {
  color: #ffffff;
  margin: 0;
}
.faq-blok .accordion .collapse-item .titel .vraag {
  width: calc(100% - 2rem);
}
.faq-blok .accordion .collapse-item .titel .vraag button {
  font-family: 'muli', sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  color: #273e6c;
  color: #ffffff;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .faq-blok .accordion .collapse-item .titel .vraag button {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq-blok .accordion .collapse-item .titel .vraag button {
    font-size: 1.8rem;
  }
}
.faq-blok .accordion .collapse-item .titel .close {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.faq-blok .accordion .collapse-item .titel .close svg {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  fill: #ffffff;
  content: '';
  top: .5rem;
  right: 0;
  width: 1rem;
  height: 1rem;
}
.faq-blok .accordion .collapse-item .collapse-itself {
  padding-bottom: 2rem;
  display: none;
  width: calc(100% - 2rem);
}
.faq-blok .accordion .collapse-item .collapse-itself *:last-child {
  margin-bottom: 0;
}
.faq-blok .accordion .collapse-item .collapse-itself .antwoord {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  padding: 1rem 2rem 0 2rem;
}
.faq-blok .accordion .collapse-item:hover .titel,
.faq-blok .accordion .collapse-item:focus .titel {
  background-color: rgba(30, 46, 93, 0.85);
}
.faq-blok .accordion .collapse-item:hover .titel .close,
.faq-blok .accordion .collapse-item:focus .titel .close {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.faq-blok .accordion .collapse-item.show .titel {
  background: transparent;
}
.faq-blok .accordion .collapse-item.show .titel * {
  color: #1e2e5d;
}
.faq-blok .accordion .collapse-item.show .titel .vraag button {
  color: #1e2e5d;
}
.faq-blok .accordion .collapse-item.show .titel .close {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background: #1e2e5d;
}
.faq-blok .accordion .collapse-item.show .titel .close svg {
  opacity: 1;
}
.faq-blok .accordion .collapse-item.show .collapse-itself .antwoord {
  padding-top: 0;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .faq-blok .accordion .collapse-item .collapse-itself {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .faq-blok .accordion .collapse-item .titel {
    padding: 1rem 1rem;
  }
  .faq-blok .accordion .collapse-item .collapse-itself .antwoord {
    padding: 1rem 1rem 0 1rem;
  }
}
.contactgegevens .titel {
  margin-bottom: .5rem;
}
.contactgegevens ul {
  margin: 0 !important;
}
.contactgegevens ul li {
  padding-left: 0 !important;
}
.contactgegevens ul li::before {
  display: none;
}
@media only screen and (min-width: 992px) {
  .prijstabel {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .prijstabel {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .prijstabel {
    margin-bottom: 3rem;
  }
}
.prijstabel .prijstabel-inner {
  background: #ffffff;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}
.prijstabel .prijstabel-inner .prijs-kolom {
  text-align: center;
  padding: 3rem;
  height: 100%;
}
.prijstabel .prijstabel-inner .prijs-kolom .prijs-kolom-inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
.prijstabel .prijstabel-inner .prijs-kolom .prijs-kolom-bottom {
  padding: 3rem 0 2rem 0;
}
.prijstabel .prijstabel-inner .prijs-kolom.uitgelicht {
  background: #1e2e5d;
  border-radius: 20px;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.06);
  position: relative;
  height: calc(100% + 60px);
  top: -30px;
  bottom: -30px;
}
.prijstabel .prijstabel-inner .prijs-kolom.uitgelicht * {
  color: #ffffff;
}
.prijstabel .prijstabel-inner .prijs-kolom.uitgelicht .prijs-kolom-inner {
  padding-top: 30px;
}
.prijstabel .prijstabel-inner .prijs-kolom.uitgelicht .prijs-kolom-info span.prijs {
  color: #ffffff;
}
.prijstabel .prijstabel-inner .prijs-kolom.uitgelicht .prijs-kolom-info ul li span::before {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-check-white.svg');
}
.prijstabel .prijstabel-inner .prijs-kolom.uitgelicht .prijs-kolom-bottom {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}
.prijstabel .prijstabel-inner .prijs-kolom h2 * {
  font-size: 2.2rem;
}
.prijstabel .prijstabel-inner .prijs-kolom h2 span {
  display: inline-block;
}
.prijstabel .prijstabel-inner .prijs-kolom .prijs-kolom-info span {
  display: block;
  width: 100%;
}
.prijstabel .prijstabel-inner .prijs-kolom .prijs-kolom-info span.prijs {
  font-family: 'muli', sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  color: #273e6c;
  font-weight: 600;
  display: block;
  margin-bottom: .25rem;
}
@media only screen and (max-width: 991px) {
  .prijstabel .prijstabel-inner .prijs-kolom .prijs-kolom-info span.prijs {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .prijstabel .prijstabel-inner .prijs-kolom .prijs-kolom-info span.prijs {
    font-size: 1.8rem;
  }
}
.prijstabel .prijstabel-inner .prijs-kolom .prijs-kolom-info span.prijs-toelichting {
  color: #bcc8ee;
  font-style: italic;
  font-size: .9rem;
}
.prijstabel .prijstabel-inner .prijs-kolom .prijs-kolom-info span.titel-pakket {
  color: #f36b23;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  line-height: 1.4;
}
.prijstabel .prijstabel-inner .prijs-kolom .prijs-kolom-info span.hr {
  display: inline-block;
  margin: 2rem auto;
  width: 205px;
  max-width: 100%;
  height: 1px;
  background: #bcc8ee;
}
.prijstabel .prijstabel-inner .prijs-kolom .prijs-kolom-info ul li {
  margin-bottom: .25rem;
}
.prijstabel .prijstabel-inner .prijs-kolom .prijs-kolom-info ul li span {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 700;
  display: inline-block;
  width: auto;
  font-size: 1.1rem;
}
.prijstabel .prijstabel-inner .prijs-kolom .prijs-kolom-info ul li span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 100%;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-check-color-1.svg');
  background-size: 1rem auto;
  background-position: center left;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .prijstabel .prijstabel-inner .prijs-kolom {
    padding: 2rem;
  }
  .prijstabel .prijstabel-inner .prijs-kolom .prijs-kolom-bottom {
    padding: 2rem 0 1.5rem 0;
  }
  .prijstabel .prijstabel-inner .prijs-kolom .prijs-kolom-bottom .button {
    padding-right: 4rem;
  }
  .prijstabel .prijstabel-inner .prijs-kolom.uitgelicht {
    height: calc(100% + 40px);
    top: -20px;
    bottom: -20px;
  }
  .prijstabel .prijstabel-inner .prijs-kolom.uitgelicht * {
    color: #ffffff;
  }
  .prijstabel .prijstabel-inner .prijs-kolom.uitgelicht .prijs-kolom-inner {
    padding-top: 20px;
  }
  .prijstabel .prijstabel-inner .prijs-kolom.uitgelicht .prijs-kolom-bottom {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  .prijstabel .prijstabel-inner .prijs-kolom.uitgelicht .prijs-kolom-bottom .button {
    padding-left: 1rem;
  }
  .prijstabel .prijstabel-inner .prijs-kolom h2 * {
    font-size: 2rem;
  }
  .prijstabel .prijstabel-inner .prijs-kolom .prijs-kolom-info span.prijs-toelichting {
    font-size: .8rem;
  }
  .prijstabel .prijstabel-inner .prijs-kolom .prijs-kolom-info span.titel-pakket {
    font-size: 1.25rem;
    margin-top: 1.5rem;
  }
  .prijstabel .prijstabel-inner .prijs-kolom .prijs-kolom-info span.hr {
    margin: 1.5rem auto;
    width: 150px;
  }
  .prijstabel .prijstabel-inner .prijs-kolom .prijs-kolom-info ul li {
    margin-bottom: .25rem;
  }
  .prijstabel .prijstabel-inner .prijs-kolom .prijs-kolom-info ul li span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .prijstabel {
    padding: 0 1rem;
  }
  .prijstabel .prijstabel-inner .prijs-kolom {
    padding: 3rem 1rem;
  }
  .prijstabel .prijstabel-inner .prijs-kolom.uitgelicht {
    height: 100%;
    top: 0px;
    bottom: 0px;
  }
}
.form-group {
  position: relative;
  margin: 0 0 1rem;
  width: 100%;
}
.form-group br {
  display: none;
}
.form-group p {
  margin: 0;
}
.form-group span.titel {
  display: block;
}
.form-group label.titel {
  position: absolute;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #1e2e5d;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  white-space: nowrap;
  pointer-events: none;
  left: 1rem;
  top: 1rem;
  z-index: 1;
  width: calc(calc(100% - 2.5rem));
  overflow: hidden;
  height: calc(2px + 16px);
}
.form-group .wpcf7-checkbox label,
.form-group .wpcf7-acceptance label,
.form-group .wpcf7-radio label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 2rem;
  margin-right: 1rem;
}
.form-group .wpcf7-checkbox label span,
.form-group .wpcf7-acceptance label span,
.form-group .wpcf7-radio label span {
  display: block;
  line-height: normal;
  cursor: pointer;
}
.form-group .wpcf7-checkbox .last label,
.form-group .wpcf7-acceptance .last label,
.form-group .wpcf7-radio .last label {
  margin-right: 0;
}
.form-group .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}
.form-group .wpcf7-radio .wpcf7-list-item {
  position: relative;
  width: 100%;
  padding-left: 1.5rem;
}
.form-group .wpcf7-radio .wpcf7-list-item input {
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.form-group input,
.form-group textarea,
.form-group select,
.form-group label.upload {
  font-family: 'muli', sans-serif;
  font-weight: 400;
  color: #000000;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);
  border: none;
  font-weight: 600;
  position: relative;
  display: block;
  height: calc(2rem + 16px);
  border: 1px solid #e0e0e0;
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: 0px;
  padding: 1rem 1rem .5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder,
.form-group label.upload::placeholder {
  opacity: 0;
}
.form-group input:active,
.form-group textarea:active,
.form-group select:active,
.form-group label.upload:active,
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus,
.form-group label.upload:focus {
  outline: none;
}
.form-group input.hide,
.form-group textarea.hide,
.form-group select.hide,
.form-group label.upload.hide {
  display: none;
}
.form-group input::-ms-clear,
.form-group textarea::-ms-clear,
.form-group select::-ms-clear,
.form-group label.upload::-ms-clear {
  display: none;
}
.form-group input.wpcf7-not-valid,
.form-group textarea.wpcf7-not-valid,
.form-group select.wpcf7-not-valid,
.form-group label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
.form-group input:disabled ~ .button,
.form-group textarea:disabled ~ .button,
.form-group select:disabled ~ .button,
.form-group label.upload:disabled ~ .button {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.form-group textarea {
  resize: vertical;
  height: 9rem;
  min-height: 9rem;
  max-height: 400px;
  line-height: normal;
  padding-top: 1rem;
}
.form-group select {
  padding-top: 1.5rem;
  padding-right: 2.5rem;
  cursor: pointer;
}
.form-group select .hide-option {
  display: none;
}
.form-group select::-ms-expand {
  display: none;
}
.form-group.select::before {
  position: absolute;
  z-index: 1;
  content: '';
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: solid .5rem #A6A6A6;
  border-right: solid .5rem transparent;
  border-bottom: solid .5rem transparent;
  border-left: solid .5rem transparent;
  top: 1.5rem;
  right: 1rem;
}
.form-group input[type="submit"] {
  display: none;
}
.form-group input[type="checkbox"],
.form-group input[type="radio"] {
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: 0.2s background-size;
  -moz-transition: 0.2s background-size;
  -o-transition: 0.2s background-size;
  -ms-transition: 0.2s background-size;
  transition: 0.2s background-size;
  background-size: .5rem;
  top: 2px;
  left: 0;
  width: 1rem;
  height: 1rem;
  max-height: 1rem;
  max-width: 1rem;
  padding: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 991px) {
  .form-group input[type="checkbox"],
  .form-group input[type="radio"] {
    top: 1px;
  }
}
.form-group input[type="checkbox"]:checked {
  background-size: 1rem;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-input-checkbox.svg');
}
.form-group input[type="radio"] {
  border-radius: 1rem;
}
.form-group input[type="radio"]:checked {
  background-size: .5rem;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-input-radio.svg');
}
.form-group input[type="date"] {
  color: transparent;
  cursor: text;
}
.form-group input[type="date"]::-webkit-inner-spin-button,
.form-group input[type="date"]::-webkit-outer-spin-button,
.form-group input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group input[type="number"] {
  -moz-appearance: textfield;
}
.form-group input[type="number"]::-webkit-inner-spin-button,
.form-group input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group.input-active label.titel {
  font-size: 0.5rem;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}
.form-group.input-active input[type="date"] {
  color: #000000;
}
.form-group.input-active label.filename {
  color: #000000;
}
.form-group input[type="file"] {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  cursor: pointer;
}
.form-group label.upload {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.form-group label.upload:hover {
  background-color: #D2D2D2;
}
.form-group label.filename {
  position: absolute;
  font-weight: 700;
  color: transparent;
  pointer-events: none;
  left: 3.5rem;
  top: 1.5rem;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
.form-group.fileupload {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);
  margin-bottom: 1rem !important;
}
.form-group.fileupload label.titel {
  font-weight: 600;
  color: #000000;
  left: 3.5rem;
  width: calc(100% - 3.5rem);
  z-index: 2;
}
.form-group.fileupload::before {
  position: absolute;
  z-index: 2;
  content: '';
  pointer-events: none;
  top: 3px;
  left: 1rem;
  background: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-input-upload.svg') no-repeat center center;
  background-size: 65%;
  height: 90%;
  width: 1.5rem;
}
.form-group .wpcf7-not-valid-tip {
  display: none;
}
.form-group .wpcf7-not-valid.wpcf7-file {
  background-color: #FFE2E2;
  opacity: 1;
  z-index: 1;
  color: transparent;
  padding-top: 5rem;
}
.form-group.required.select select {
  padding-right: 3.5rem;
}
.form-group.required.select::before {
  right: 2.5rem;
}
.form-group.required input {
  padding-right: 2.5rem;
}
.form-group.required::after {
  content: "*";
  position: absolute;
  font-weight: 700;
  color: #f36b23;
  height: 1rem;
  font-size: 1.375rem;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.half {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.half .form-group {
  position: relative;
  width: calc(50% - .5rem);
}
.half .no-label {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .half {
    display: block;
  }
  .half .form-group {
    width: 100%;
  }
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid red;
  padding: .5rem 1rem;
  color: #1e2e5d;
  line-height: normal;
}
.screen-reader-response,
.wpcf7-mail-sent-ok {
  display: none !important;
}
.sitemap .col-md-12 {
  margin-bottom: 1rem;
}
.sitemap ul {
  column-count: 3;
}
.sitemap ul li {
  display: block;
  break-inside: avoid-column;
}
.sitemap ul li a {
  white-space: pre-wrap !important;
}
.sitemap ul li .sub {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 0;
}
.sitemap ul li .sub li {
  width: 100%;
  column-count: 0;
  break-inside: unset;
}
@media only screen and (max-width: 991px) {
  .sitemap ul {
    column-count: 2;
  }
  .sitemap ul li .sub {
    column-count: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap ul {
    column-count: 1;
  }
  .sitemap ul li .sub {
    column-count: 0;
  }
}
.persoon-info-blok {
  background: #f36b23;
  position: relative;
  border-radius: 13px;
}
.persoon-info-blok .persoon-info-blok-inner {
  position: relative;
  z-index: 1;
  padding: 1.25rem 1.25rem 1.75rem 1.25rem;
}
.persoon-info-blok .persoon-info-blok-inner p.titel {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: .75rem;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}
.persoon-info-blok .persoon-info-blok-inner::before,
.persoon-info-blok .persoon-info-blok-inner::after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 150%;
  max-width: 90%;
  height: 35%;
  opacity: .11;
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/background-footer.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.persoon-info-blok .persoon-info-blok-inner::before {
  left: 0;
  top: 0;
  transform: rotate(180deg);
}
.persoon-info-blok .persoon-info-blok-inner::after {
  right: 0;
  bottom: 0;
}
.persoon-info-blok .persoon-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.persoon-info-blok .persoon-item .afbeelding-container {
  width: 75px;
}
.persoon-info-blok .persoon-item .afbeelding-container .afbeelding-persoon {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-bottom: calc(100% - 8px);
  border-radius: 100%;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.06);
}
.persoon-info-blok .persoon-item .gegevens-container {
  max-width: calc(100% - 75px);
  padding-left: 1rem;
}
.persoon-info-blok .persoon-item .gegevens-container h4 {
  margin: 0;
  font-size: 1.1rem;
  color: #ffffff;
  line-height: 1.4;
}
.persoon-info-blok .persoon-item .gegevens-container .persoon-contact * {
  font-size: .85rem;
  line-height: 1.4;
}
.persoon-info-blok .persoon-item .gegevens-container .persoon-contact .icon-contact {
  position: relative;
  color: #ffffff;
}
.persoon-info-blok .persoon-item .gegevens-container .persoon-contact .icon-contact::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.persoon-info-blok .persoon-item .gegevens-container .persoon-contact .icon-contact:hover::after {
  width: 100%;
}
.persoon-info-blok .persoon-item .gegevens-container .persoon-contact .icon-contact.white {
  color: #ffffff;
}
.persoon-info-blok .persoon-item .gegevens-container .persoon-contact .icon-contact.white::after {
  background-color: #ffffff;
}
.persoon-info-blok .persoon-item .gegevens-container .persoon-contact .icon-contact.button::after {
  display: none;
}
.persoon-info-blok .persoon-item .gegevens-container .persoon-contact .icon-contact::after {
  background-color: #ffffff;
}
.single-content {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .single-content {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .single-content {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-content {
    margin-bottom: 3rem;
  }
}
.single-content.no-margin {
  margin-bottom: 0;
}
.single-content .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.single-content .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.single-content .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e2e5d;
  top: calc(32px / 2 - 3px);
}
.single-content .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.single-content .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.single-content .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.single-content .tekst h3 + ul {
  margin-top: -1rem;
}
.single-content .tekst a {
  white-space: nowrap;
  position: relative;
}
.single-content .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f36b23;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.single-content .tekst a:hover::after {
  width: 100%;
}
.single-content .tekst a.white {
  color: #ffffff;
}
.single-content .tekst a.white::after {
  background-color: #ffffff;
}
.single-content .tekst a.button::after {
  display: none;
}
.single-content .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e2e5d;
  padding: 0 0 0 1.5rem;
}
.single-content .tekst *:not(.form-group):last-child {
  margin-bottom: 0;
}
.single-content .single-content-inner {
  background: #ffffff;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.06);
  border-radius: 13px;
  padding: 2rem 0 4rem;
  margin-top: -275px;
}
.single-content .single-content-inner .single-top {
  padding: 0 3.5rem;
}
.single-content .single-content-inner .single-top .text-link.back {
  display: block;
  margin-bottom: .25rem;
}
.single-content .single-content-inner .single-top .single-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5rem;
}
.single-content .single-content-inner .single-top .single-info .content p {
  margin: 0;
  line-height: 1.4;
  font-size: .95rem;
}
.single-content .single-content-inner .single-top.vacature-info {
  display: flex;
  flex-wrap: wrap;
}
.single-content .single-content-inner .single-top.vacature-info .vacature-info-left {
  width: calc(100% - 330px);
  padding-right: 4rem;
}
.single-content .single-content-inner .single-top.vacature-info .vacature-info-left .labels-container {
  padding-top: 0;
  margin-bottom: .5rem;
}
.single-content .single-content-inner .single-top.vacature-info .vacature-info-right {
  width: 330px;
}
.single-content .single-content-inner .single-top.vacature-info .vacature-info-right .vacature-solliciteer-direct {
  padding-top: 2.5rem;
  text-align: center;
}
.single-content .single-content-inner .single-top.vacature-info .vacature-info-right .vacature-solliciteer-direct p {
  font-size: .9rem;
  color: #1e2e5d;
  margin-bottom: .75rem;
  line-height: 1.5;
}
.single-content .single-content-inner .single-top.vacature-info .content {
  background: #273e6c;
  padding: .5rem 2rem;
  border-radius: 4px;
}
.single-content .single-content-inner .single-top.vacature-info .content * {
  color: #ffffff;
}
.single-content .single-content-inner .tekst {
  padding: 0 4rem;
}
.single-content .single-content-inner .tekst.cta-tekst-single {
  text-align: center;
}
.single-content .single-content-inner.large-font-inside .tekst p:not(.privacyverklaring),
.single-content .single-content-inner.large-font-inside .tekst ul {
  font-size: 1.125rem;
}
.single-content .single-content-inner.large-font-inside .tekst img {
  max-width: 100%;
  height: auto;
}
.single-content .single-content-inner.large-font-inside .tekst .form-group {
  margin-bottom: 1rem;
}
.single-content .single-content-inner .tekst-button {
  margin: 0;
  margin-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .single-content .single-content-inner {
    margin-top: -175px;
  }
  .single-content .single-content-inner .single-top.vacature-info .vacature-info-left {
    width: 100%;
    padding-right: 0;
  }
  .single-content .single-content-inner .single-top.vacature-info .vacature-info-right {
    width: 100%;
  }
  .single-content .single-content-inner .single-top.vacature-info .vacature-info-right .vacature-solliciteer-direct {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-content .single-content-inner {
    margin-top: -125px;
  }
}
@media only screen and (max-width: 767px) {
  .single-content .single-content-inner {
    margin-top: -125px;
    padding: 2rem 0;
  }
  .single-content .single-content-inner .single-top {
    padding: 0 2rem;
  }
  .single-content .single-content-inner .tekst {
    padding: 0 2rem;
  }
}
.single-klantcases .klantcase-block .intro {
  text-align: start;
  max-width: 900px;
  padding-top: 6rem;
  padding-bottom: 12rem;
}
.single-klantcases .klantcase-block .intro h1 {
  color: #ffffff;
}
.single-klantcases .klantcase-block .intro p {
  color: #ffffff;
}
.single-klantcases .klantcase-block .intro small {
  color: #ffffff;
}
.single-klantcases .klantcase-block .intro a {
  background-image: url('https://www.splitvision.nl/wp-content/themes/splitvision/css/../images/icon-arrow-left-white.svg');
  color: #ffffff;
}
.single-klantcases .related h2 {
  text-align: start;
}
.single-klantcases .related h2.center {
  text-align: center;
}
.single-klantcases .klantcase-intro-banner {
  margin-top: -15rem;
}
.single-klantcases .klantcase-intro-banner .banner-img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  border-radius: 10px;
  max-height: 550px;
  width: 100%;
  object-fit: cover;
}
.single-klantcases .single-content .single-content-inner {
  margin-top: 50px;
  box-shadow: none;
  padding: 0;
  background: transparent;
}
.single-klantcases .single-content .tekst {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .single-klantcases .klantcase-block .intro {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  .single-klantcases .klantcase-intro-banner {
    margin-top: -8rem;
  }
}
.search-item {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 2rem;
}
.search-item:hover {
  -webkit-transform: translateY(-0.5rem);
  -moz-transform: translateY(-0.5rem);
  -o-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.search-item .search-item-image {
  width: 200px;
  padding: 12px 30px 0 0;
}
.search-item .search-item-image img {
  width: 100%;
}
.search-item .search-item-content {
  white-space: unset !important;
}
.search-item .search-item-content::after {
  display: none;
}
.search-item .search-item-content h3 {
  margin: 0;
}
.search-item .search-item-content h3 a {
  color: #1e2e5d;
}
.search-item .search-item-content h3 a:hover {
  color: #1e2e5d;
}
.search-item .search-item-content span.posttype-before {
  display: inline-block;
  margin-right: .75rem;
  background: #cde3ee;
  color: rgba(30, 46, 93, 0.5);
  text-transform: uppercase;
  font-weight: 700;
  font-size: .6rem;
  border-radius: 5rem;
  padding: .25rem .5rem;
  margin: .75rem 0 1rem 0;
}
.search-item .search-item-content span.posttype-before:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .search-item {
    display: inline-block;
  }
  .search-item .search-item-content {
    width: 100%;
  }
  .search-item .search-item-content h3 {
    display: inline-block;
  }
  .search-item .search-item-content h3 span.posttype-before {
    margin-bottom: 5px;
  }
  .search-item .search-item-content h3 a {
    width: 100%;
  }
}
.quote-block {
  margin: 5rem 0;
  max-width: 900px;
}
.quote-block .quote {
  font-family: 'muli', sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  color: #273e6c;
  color: #f36b23;
}
@media only screen and (max-width: 991px) {
  .quote-block .quote {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .quote-block .quote {
    font-size: 1.8rem;
  }
}
.quote-block .persoon {
  font-weight: 900;
  margin-bottom: -10px;
  color: #1e2e5d;
}
.quote-block .functie {
  font-size: .8rem;
  color: #273e6c;
}
@media only screen and (max-width: 767px) {
  .quote-block {
    margin: 3rem 0;
  }
}
