/* =======================================================================
## ++ Media Queries
========================================================================== */
/* =======================================================================
## ++ Text styles
========================================================================== */
/* =======================================================================
## ++ END Text styles
========================================================================== */
.small {
	font-size:15px;
}
.small a {
	font-size:15px;
	color:#ef7e00;
}

#block-telecaster-breadcrumbs {
  background-color: white;
}
#block-telecaster-breadcrumbs .binner {
  margin: 0 auto;
  width: 1600px;
  max-width: 86vw;
}
#block-telecaster-breadcrumbs ol {
  list-style-type: none;
  margin: 0;
  padding: 15px 0;
}
#block-telecaster-breadcrumbs ol li {
  display: inline-block;
  line-height: 15px;
  text-transform: lowercase;
  border-left: 1px solid #545454;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
#block-telecaster-breadcrumbs ol li a {
  line-height: 15px;
  text-decoration: none;
  font-weight: 600;
}
#block-telecaster-breadcrumbs ol li:first-child {
  border-left: 0px solid #545454;
  padding-left: 0px;
  padding-right: 0px;
}
#block-telecaster-breadcrumbs ol li:first-child a {
  text-indent: -10000px;
  overflow: hidden;
  display: inline-block;
  background: url(../img/home.svg) center left no-repeat;
  width: 30px;
  height: 15px;
}

.flexslider {
  margin: 0 0 0 0;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  width: 900px;
  max-width: 90%;
  margin: auto;
}

.flexslider .flex-direction-nav a {
  display: block;
  opacity: 1;
  top: 25%;
}

.flex-direction-nav a::before {
  font-family: "flexslider-icon";
  font-size: 25px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  color: #009FE3;
}

.flex-direction-nav a.flex-next::before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
}

.fa-linkedin {
  background: #009FE3;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #009FE3), color-stop(90%, black));
  background: linear-gradient(to right, #009FE3 20%, black 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$blue", endColorstr="black",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa-linkedin:before {
  font-size: 60px;
}

p, li {
  line-height: 1.7;
}
@media screen and (min-width: 1180px) {
  p, li {
    font-size: 1.05vw;
  }
}
@media screen and (min-width: 1920px) {
  p, li {
    font-size: 19px;
  }
}

a {
  color: inherit;
}

.knop a, a.knop {
  display: inline-block;
  background-color: #E94E1B;
  color: white;
  font-family: "Abel", sans-serif;
  text-decoration: none;
  padding: 0 45px 0 45px;
  margin: 20px 0 0 0;
  font-weight: 600;
  border: 0;
  border-radius: 30px;
  line-height: 1.7;
  line-height: 60px !important;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
  background: #009FE3;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #009FE3), color-stop(50%, #E94E1B));
  background: linear-gradient(270deg, #009FE3 50%, #E94E1B 50%);
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease; /* Transition duration and type */
  background-size: 200% 200%; /* Enlarge background size */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1180px) {
  .knop a, a.knop {
    font-size: 1.05vw;
  }
}
@media screen and (min-width: 1920px) {
  .knop a, a.knop {
    font-size: 19px;
  }
}
.knop a:hover, a.knop:hover {
  background-position: 100% 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Abel", sans-serif;
  color: #545454;
  padding: 0px 0 0 0;
  font-size: 16px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; /* for Safari, Chrome */
  -moz-osx-font-smoothing: grayscale; /* for Firefox */
}
@media screen and (min-width: 960px) {
  body {
    padding: 0 0 0 0;
  }
}
body strong {
  font-family: "Abel", sans-serif;
  font-weight: bold;
}
body b {
  font-family: "Abel", sans-serif;
}
body.path-user {
  padding: 0 0 0 0;
}

img {
  width: 100%;
  height: auto;
}

.hidden {
  display: none;
}

iframe {
  width: 100%;
}

.paragraph:not(.paragraph--type--full-banner) {
  opacity: 0;
  padding: 200px 0px 0px 0px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.paragraph:not(.paragraph--type--full-banner).inview {
  opacity: 1;
  padding: 100px 0px 100px 0px;
}

.maincontent {
  opacity: 0.01;
  -webkit-transition: all 2s ease 1s;
  transition: all 2s ease 1s;
}
.maincontent.inview {
  opacity: 1;
}

.page-node-5 .maincontent, .page-node-5 .paginatitel {
  margin: 0 auto;
  width: 1600px;
  max-width: 86vw;
}
.toolbar, .toolbar p, .toolbar li {
  font-family: "Proxima Nova", sans-serif !important;
  font-size: 13px !important;
}

#block-sequentiq-local-tasks h2 {
  position: fixed;
  cursor: pointer;
  z-index: 100;
  top: 58px;
  right: 0;
  width: 60px;
  height: 60px;
  text-indent: -10000px;
  overflow: hidden;
  background: #B17F4A url(../img/edit.svg) center center no-repeat;
  background-size: 30px;
}
#block-sequentiq-local-tasks ul {
  position: fixed;
  z-index: 100;
  background-color: #B17F4A;
  top: 138px;
  right: -200px;
  padding: 20px;
  opacity: 1;
  padding: 30px;
  margin: 0;
  list-style-type: none;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#block-sequentiq-local-tasks ul.open {
  right: 0;
}
#block-sequentiq-local-tasks ul a {
  color: white;
  text-decoration: none;
  display: inline-block;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#block-sequentiq-local-tasks ul a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #009FE3;
}

::-webkit-scrollbar-thumb {
  background: #009FE3;
}

::-webkit-scrollbar-track {
  background-color: #B17F4A;
  border-left: 0px solid #ededed;
}

.messages-list {
  background-color: #E94E1B;
  color: white;
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
  width: 600px;
  margin: auto;
  max-width: 90vw;
}
.messages-list h2 {
  margin-top: 0;
}

.cookies-popup, .popup-content {
  background: #545454;
  color: #f8f9fa;
  border-radius: 0 0.25rem 0.25rem;
  padding: 1.5rem;
  font-family: "Abel", sans-serif, sans-serif;
  font-size: 0.875rem;
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 270px;
  text-align: initial;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.cookies-popup h2, .popup-content h2 {
  margin: 0;
}

.cookies-popup--withdraw, .eu-cookie-withdraw-tab {
  background: #545454 url(../img/cookie.svg) center center no-repeat;
  background-size: 15px;
  color: #fff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  left: 1rem;
  border: 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  border-radius: 0.25rem 0.25rem 0 0;
  text-indent: -10000px;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.cookies-popup--withdraw:focus, .eu-cookie-withdraw-tab:focus {
  outline: none;
}

.cookies-popup * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.cookies-popup--btn-link {
  background: none;
  padding: 0;
  color: #545454;
  border: 0;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  margin-right: 1rem;
}
.cookies-popup--btn-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 110%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background: #545454;
  -webkit-transition: width 0.3s ease-in-out, left 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.cookies-popup--btn-link:hover {
  color: #545454;
}
.cookies-popup--btn-link:hover:after {
  background: #545454;
}

.eu-cookie-compliance-message {
  float: left;
  max-width: 100%;
}

.eu-cookie-compliance-buttons {
  float: unset;
  max-width: 100%;
}

.cookies-popup--btn-primary, .cookies-popup--btn-secondary, .eu-cookie-withdraw-button {
  padding: 0.5rem 1rem;
  border: 0;
  color: #fff;
  border-radius: 1rem;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  margin-top: 1rem;
  margin-right: 1rem;
}

.cookies-popup--btn-primary, .eu-cookie-withdraw-button {
  background: #E94E1B;
}
.cookies-popup--btn-primary:hover, .eu-cookie-withdraw-button:hover {
  background: #009FE3;
}

.cookies-popup--btn-secondary {
  background: #E94E1B;
}
.cookies-popup--btn-secondary:hover {
  background: #009FE3;
}

.cookies-popup--message {
  margin-bottom: 10px;
}
.cookies-popup--message p {
  display: inline;
}

.cookies-popup--switch {
  margin-bottom: 0;
}
.cookies-popup--switch input {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
.cookies-popup--switch input:checked:disabled + .cookies-popup--switch--toggle .cookies-popup--switch--toggle--inner {
  background: rgba(238, 108, 77, 0.5);
}
.cookies-popup--switch input:checked + .cookies-popup--switch--toggle .cookies-popup--switch--toggle--inner {
  left: 1rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: #B17F4A;
  -webkit-transition: left 0.5s ease, background-color 0.75s ease, -webkit-transform 0.5s ease;
  transition: left 0.5s ease, background-color 0.75s ease, -webkit-transform 0.5s ease;
  transition: left 0.5s ease, background-color 0.75s ease, transform 0.5s ease;
  transition: left 0.5s ease, background-color 0.75s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.cookies-popup--switch input:checked + .cookies-popup--switch--toggle .cookies-popup--switch--icon--line {
  top: -8px;
  left: 2px;
  -webkit-transform: rotate(-140deg);
          transform: rotate(-140deg);
  -webkit-transition: left 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
  transition: left 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
  transition: left 0.5s ease, top 0.5s ease, transform 0.5s ease;
  transition: left 0.5s ease, top 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.cookies-popup--switch input:checked + .cookies-popup--switch--toggle .cookies-popup--switch--icon--line:before {
  width: 0.25rem;
  left: 0.3rem;
  top: 0.125rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: width 0.5s ease, left 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
  transition: width 0.5s ease, left 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
  transition: width 0.5s ease, left 0.5s ease, top 0.5s ease, transform 0.5s ease;
  transition: width 0.5s ease, left 0.5s ease, top 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.cookies-popup--switch--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookies-popup--switch--toggle {
  background-color: #fff;
  width: 2rem;
  height: 1rem;
  border-radius: 2rem;
  display: block;
  padding: 0.25rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.cookies-popup--switch--toggle--inner {
  background-color: #009FE3;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  top: 0;
  position: relative;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.5s ease, background-color 0.75s ease, -webkit-transform 0.5s ease;
  transition: left 0.5s ease, background-color 0.75s ease, -webkit-transform 0.5s ease;
  transition: left 0.5s ease, background-color 0.75s ease, transform 0.5s ease;
  transition: left 0.5s ease, background-color 0.75s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.cookies-popup--switch--icon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  width: 0.75rem;
  height: 0.75rem;
}

.cookies-popup--switch--icon--line {
  display: inline-block;
  width: 0.5rem;
  height: 0.125rem;
  background-color: #fff;
  position: relative;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 0.3rem;
  top: -10px;
  left: 2px;
}
.cookies-popup--switch--icon--line:before {
  display: inline-block;
  width: 0.5rem;
  height: 0.125rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 0;
  right: 0;
  content: "";
  border-radius: 0.3rem;
}

.cookies-popup--switch--content {
  margin-left: 0.75rem;
  margin-bottom: 1rem;
}

.cookies-popup--switch--label {
  font-size: 1.25rem;
}

.cookies-popup--switch--description {
  font-size: 0.85rem;
  color: #98c1d9;
}

.cookies-popup--switch--buttons > * {
  margin-right: 1rem;
}

@media screen and (max-width: 850px) {
  .cookies-popup {
    margin-right: 1rem;
  }
}
.cookies-popup .eu-cookie-compliance-more-button {
  display: block;
  margin-left: 0;
  color: #f8f9fa;
  text-decoration: underline;
}
.cookies-popup .eu-cookie-compliance-save-preferences-button {
  margin-top: 1rem;
}

form label {
  display: block;
  padding-left: 20px;
  padding-bottom: 5px;
}
form input, form textarea {
  width: 100%;
  line-height: 40px;
  margin-bottom: 20px;
  border: 0;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 27px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 27px 0 rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}
form input.button, form textarea.button {
  display: inline-block;
  background-color: #E94E1B;
  color: white;
  font-family: "Abel", sans-serif;
  text-decoration: none;
  padding: 0 45px 0 45px;
  margin: 20px 0 0 0;
  font-weight: 600;
  border: 0;
  border-radius: 30px;
  line-height: 1.7;
  line-height: 60px !important;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
  background: #009FE3;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #009FE3), color-stop(50%, #E94E1B));
  background: linear-gradient(270deg, #009FE3 50%, #E94E1B 50%);
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease; /* Transition duration and type */
  background-size: 200% 200%; /* Enlarge background size */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: unset;
}
@media screen and (min-width: 1180px) {
  form input.button, form textarea.button {
    font-size: 1.05vw;
  }
}
@media screen and (min-width: 1920px) {
  form input.button, form textarea.button {
    font-size: 19px;
  }
}
form input.button:hover, form textarea.button:hover {
  background-position: 100% 0;
}

.region-header {
  background-color: white;
  height: 72px;
}
@media screen and (min-width: 768px) {
  .region-header {
    height: 145px;
  }
}
.region-header .rinner {
  margin: 0 auto;
  width: 1600px;
  max-width: 86vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.region-header .rinner #block-sequentiq-branding {
  width: 100px;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .region-header .rinner #block-sequentiq-branding {
    width: 200px;
    padding: 20px 0;
  }
}
.region-header .rinner #block-sequentiq-hoofdnavigatie {
  display: none;
}
@media screen and (min-width: 768px) {
  .region-header .rinner #block-sequentiq-hoofdnavigatie {
    display: block;
  }
}
.region-header .rinner #block-sequentiq-hoofdnavigatie ul:not(.contextual-links) {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.region-header .rinner #block-sequentiq-hoofdnavigatie ul:not(.contextual-links) li {
  padding-left: 20px;
  line-height: 145px;
}
@media screen and (min-width: 600px) {
  .region-header .rinner #block-sequentiq-hoofdnavigatie ul:not(.contextual-links) li {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .region-header .rinner #block-sequentiq-hoofdnavigatie ul:not(.contextual-links) li {
    padding-left: 30px;
  }
}
.region-header .rinner #block-sequentiq-hoofdnavigatie ul:not(.contextual-links) li a {
  display: inline-block;
  line-height: 1.2;
  text-decoration: none;
  text-transform: lowercase;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #545454;
  position: relative;
}
.region-header .rinner #block-sequentiq-hoofdnavigatie ul:not(.contextual-links) li a:after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: #009FE3;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.region-header .rinner #block-sequentiq-hoofdnavigatie ul:not(.contextual-links) li a:hover {
  color: #E94E1B;
}
.region-header .rinner #block-sequentiq-hoofdnavigatie ul:not(.contextual-links) li a:hover:after {
  width: 100%;
  left: 0%;
  bottom: -2px;
}

.scrol {
  padding-top: 130px;
}
.scrol .region-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 501;
  height: 72px;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scrol .region-header .rinner {
  height: 72px;
}
.scrol .region-header .rinner #block-sequentiq-hoofdnavigatie ul:not(.contextual-links) {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.scrol .region-header .rinner #block-sequentiq-hoofdnavigatie ul:not(.contextual-links) li {
  padding-left: 20px;
  line-height: 72px;
}
@media screen and (min-width: 600px) {
  .scrol .region-header .rinner #block-sequentiq-hoofdnavigatie ul:not(.contextual-links) li {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .scrol .region-header .rinner #block-sequentiq-hoofdnavigatie ul:not(.contextual-links) li {
    padding-left: 30px;
  }
}
.scrol .region-header .rinner #block-sequentiq-hoofdnavigatie ul:not(.contextual-links) li a {
  display: inline-block;
  line-height: 1.2;
}
.scrol .region-header #block-sequentiq-branding {
  width: 100px;
  padding: 10px 0;
}

.scroll .region-header {
  display: block;
  top: -100px;
}

.scrolll .region-header {
  top: 0px;
}

.region-footer {
  background-color: #f8f9fa;
  padding: 100px 0;
}
.region-footer .rinner {
  margin: 0 auto;
  width: 1600px;
  max-width: 86vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.region-footer .rinner .footerbranding {
  width: 200px;
}
.region-footer .rinner .footercontact {
  width: 200px;
}

.path-user {
  background-color: #009FE3;
}
.path-user .region-content {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.path-user .region-content .sinner {
  width: 500px;
  max-width: 90vw;
  background-color: white;
  border-radius: 30px;
  padding: 30px;
  -webkit-box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
}
.path-user .region-content .sinner img {
  width: 150px;
  padding: 0 0 20px 0;
}
.path-user .region-content .sinner form .form-item {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.path-user .region-content .sinner form .form-item label {
  display: none;
}
.path-user .region-content .sinner form .form-item input {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 23px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2d6da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 7px;
  -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
  transition: box-shadow 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.path-user .region-content .sinner form .form-item input[type=text] {
  margin-bottom: 20px;
}
.path-user .region-content .sinner form .button {
  display: inline-block;
  background-color: #E94E1B;
  color: white;
  font-family: "Abel", sans-serif;
  text-decoration: none;
  padding: 0 45px 0 45px;
  margin: 20px 0 0 0;
  font-weight: 600;
  border: 0;
  border-radius: 30px;
  line-height: 1.7;
  line-height: 60px !important;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
  background: #009FE3;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #009FE3), color-stop(50%, #E94E1B));
  background: linear-gradient(270deg, #009FE3 50%, #E94E1B 50%);
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease; /* Transition duration and type */
  background-size: 200% 200%; /* Enlarge background size */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 8px 100px 8px 12px;
  border-radius: 7px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 23px !important;
  text-align: left;
  cursor: pointer;
}
@media screen and (min-width: 1180px) {
  .path-user .region-content .sinner form .button {
    font-size: 1.05vw;
  }
}
@media screen and (min-width: 1920px) {
  .path-user .region-content .sinner form .button {
    font-size: 19px;
  }
}
.path-user .region-content .sinner form .button:hover {
  background-position: 100% 0;
}

.paragraph--type--full-banner {
  background-color: #009FE3;
  height: calc(100vh - 72px);
  width: 100vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .paragraph--type--full-banner {
    height: calc(100vh - 145px);
  }
}
.paragraph--type--full-banner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(28, 56, 68);
  background: linear-gradient(148deg, rgb(28, 56, 68) 20%, rgb(0, 159, 227) 76%);
  z-index: 1;
  opacity: 0.7;
}
.paragraph--type--full-banner .fotoo {
  height: calc(100vh - 72px);
  width: 100vw;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .paragraph--type--full-banner .fotoo {
    height: calc(100vh - 145px);
  }
}
.paragraph--type--full-banner .fotoo .finner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.paragraph--type--full-banner .fotoo .finner img {
  display: none;
}
.paragraph--type--full-banner .fotoo .video .finner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.paragraph--type--full-banner .fotoo .video .finner iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.paragraph--type--full-banner .tekstt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paragraph--type--full-banner .tekstt .tekst-inner {
  width: 800px;
  max-width: 80vw;
}
.paragraph--type--full-banner .tekstt .tekst-inner .tekst {
  color: white;
}
.paragraph--type--full-banner .tekstt .tekst-inner .tekst h1 {
  font-family: "Abel", sans-serif;
  margin-top: 0;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 0px 0px 20px #000;
}
@media screen and (min-width: 768px) {
  .paragraph--type--full-banner .tekstt .tekst-inner .tekst h1 {
    font-size: 3.4vw;
    margin-bottom: 1.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .paragraph--type--full-banner .tekstt .tekst-inner .tekst h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
.paragraph--type--full-banner .tekstt .tekst-inner .tekst h2 {
  font-size: 19px;
  margin: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .paragraph--type--full-banner .tekstt .tekst-inner .tekst h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1180px) {
  .paragraph--type--full-banner .tekstt .tekst-inner .tekst h2 {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1920px) {
  .paragraph--type--full-banner .tekstt .tekst-inner .tekst h2 {
    font-size: 27px;
  }
}
.paragraph--type--full-banner .tekstt .tekst-inner .cta {
  text-align: center;
  padding-top: 40px;
}
.paragraph--type--full-banner .tekstt .tekst-inner .cta a {
  display: inline-block;
  background-color: #E94E1B;
  color: white;
  font-family: "Abel", sans-serif;
  text-decoration: none;
  padding: 0 45px 0 45px;
  margin: 20px 0 0 0;
  font-weight: 600;
  border: 0;
  border-radius: 30px;
  line-height: 1.7;
  line-height: 60px !important;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
  background: #009FE3;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #009FE3), color-stop(50%, #E94E1B));
  background: linear-gradient(270deg, #009FE3 50%, #E94E1B 50%);
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease; /* Transition duration and type */
  background-size: 200% 200%; /* Enlarge background size */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1180px) {
  .paragraph--type--full-banner .tekstt .tekst-inner .cta a {
    font-size: 1.05vw;
  }
}
@media screen and (min-width: 1920px) {
  .paragraph--type--full-banner .tekstt .tekst-inner .cta a {
    font-size: 19px;
  }
}
.paragraph--type--full-banner .tekstt .tekst-inner .cta a:hover {
  background-position: 100% 0;
}

.paragraph--type--foto-tekst.foto_tekst_type01 {
  background-color: #f8f9fa;
}
.paragraph--type--foto-tekst.foto_tekst_type01 .phinner {
  margin: 0 auto;
  width: 1600px;
  max-width: 86vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .paragraph--type--foto-tekst.foto_tekst_type01 .phinner {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
.paragraph--type--foto-tekst.foto_tekst_type01 .phinner .fotoo {
  width: 100%;
  position: relative;
  aspect-ratio: 1.5/1;
  -webkit-box-shadow: 0 10px 27px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 27px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .paragraph--type--foto-tekst.foto_tekst_type01 .phinner .fotoo {
    width: 45%;
  }
}
.paragraph--type--foto-tekst.foto_tekst_type01 .phinner .fotoo .finner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
}
.paragraph--type--foto-tekst.foto_tekst_type01 .phinner .fotoo img {
  display: none;
}
.paragraph--type--foto-tekst.foto_tekst_type01 .phinner .tekstt {
  width: 100%;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--foto-tekst.foto_tekst_type01 .phinner .tekstt {
    width: 45%;
    padding-bottom: unset;
  }
}
.paragraph--type--foto-tekst.foto_tekst_type01 .phinner .tekstt h2 {
  font-size: 25px;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background: #009FE3;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #009FE3), color-stop(90%, black));
  background: linear-gradient(to right, #009FE3 20%, black 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$blue", endColorstr="black",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .paragraph--type--foto-tekst.foto_tekst_type01 .phinner .tekstt h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1180px) {
  .paragraph--type--foto-tekst.foto_tekst_type01 .phinner .tekstt h2 {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1920px) {
  .paragraph--type--foto-tekst.foto_tekst_type01 .phinner .tekstt h2 {
    font-size: 41px;
  }
}
.paragraph--type--foto-tekst.foto_tekst_type01 .phinner .tekstt h3 {
  color: #009FE3;
  margin-top: 0;
  text-transform: uppercase;
}

.paragraph--type--tekst {
  margin: 0 auto;
  width: 1600px;
  max-width: 86vw;
}
.paragraph--type--tekst h2 {
  font-size: 25px;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .paragraph--type--tekst h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1180px) {
  .paragraph--type--tekst h2 {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1920px) {
  .paragraph--type--tekst h2 {
    font-size: 41px;
  }
}
.paragraph--type--tekst h2 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .paragraph--type--tekst h2 br {
    display: unset;
  }
}

.paragraph--type--tekst-tekst- {
  background-color: #f8f9fa;
}
.paragraph--type--tekst-tekst- .phinner {
  margin: 0 auto;
  width: 1600px;
  max-width: 86vw;
}
.paragraph--type--tekst-tekst- .phinner .boventekst {
  padding-bottom: 40px;
}
.paragraph--type--tekst-tekst- .phinner .boventekst .finner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.paragraph--type--tekst-tekst- .phinner .boventekst h2 {
  max-width: 850px;
  width: 100%;
  font-size: 25px;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
  text-transform: uppercase;
  background: #009FE3;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #009FE3), color-stop(90%, #E94E1B));
  background: linear-gradient(to right, #009FE3 20%, #E94E1B 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$blue", endColorstr="$red",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .paragraph--type--tekst-tekst- .phinner .boventekst h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1180px) {
  .paragraph--type--tekst-tekst- .phinner .boventekst h2 {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1920px) {
  .paragraph--type--tekst-tekst- .phinner .boventekst h2 {
    font-size: 41px;
  }
}
.paragraph--type--tekst-tekst- .phinner .boventekst h4 {
  max-width: 850px;
  width: 100%;
  margin-bottom: 40px;
  font-size: 19px;
  margin: 0;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--tekst-tekst- .phinner .boventekst h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1180px) {
  .paragraph--type--tekst-tekst- .phinner .boventekst h4 {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1920px) {
  .paragraph--type--tekst-tekst- .phinner .boventekst h4 {
    font-size: 27px;
  }
}
.paragraph--type--tekst-tekst- .phinner .boventekst h3 {
  width: 100%;
  color: #009FE3;
  margin-top: 0;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
}
.paragraph--type--tekst-tekst- .phinner .teksten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.paragraph--type--tekst-tekst- .phinner .teksten .tekst_1, .paragraph--type--tekst-tekst- .phinner .teksten .tekst_2 {
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 10px 27px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 27px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 50px 30px 50px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--tekst-tekst- .phinner .teksten .tekst_1, .paragraph--type--tekst-tekst- .phinner .teksten .tekst_2 {
    width: 47%;
  }
}
.paragraph--type--tekst-tekst- .phinner .teksten .tekst_1 h2, .paragraph--type--tekst-tekst- .phinner .teksten .tekst_2 h2 {
  font-size: 19px;
  margin: 0;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0px;
  text-transform: uppercase;
  background: #009FE3;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #009FE3), color-stop(90%, black));
  background: linear-gradient(to right, #009FE3 20%, black 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$blue", endColorstr="black",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .paragraph--type--tekst-tekst- .phinner .teksten .tekst_1 h2, .paragraph--type--tekst-tekst- .phinner .teksten .tekst_2 h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1180px) {
  .paragraph--type--tekst-tekst- .phinner .teksten .tekst_1 h2, .paragraph--type--tekst-tekst- .phinner .teksten .tekst_2 h2 {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1920px) {
  .paragraph--type--tekst-tekst- .phinner .teksten .tekst_1 h2, .paragraph--type--tekst-tekst- .phinner .teksten .tekst_2 h2 {
    font-size: 27px;
  }
}
.paragraph--type--tekst-tekst- .phinner .teksten .tekst_1 h3, .paragraph--type--tekst-tekst- .phinner .teksten .tekst_2 h3 {
  font-family: "Abel", sans-serif;
  margin-top: 0;
  font-size: 26px;
  margin-bottom: 10px;
  color: #009FE3;
}
@media screen and (min-width: 768px) {
  .paragraph--type--tekst-tekst- .phinner .teksten .tekst_1 h3, .paragraph--type--tekst-tekst- .phinner .teksten .tekst_2 h3 {
    font-size: 3.4vw;
    margin-bottom: 1.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .paragraph--type--tekst-tekst- .phinner .teksten .tekst_1 h3, .paragraph--type--tekst-tekst- .phinner .teksten .tekst_2 h3 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
.paragraph--type--tekst-tekst- .phinner .teksten .tekst_2 {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--tekst-tekst- .phinner .teksten .tekst_2 {
    margin-top: unset;
  }
}
.paragraph--type--tekst-tekst- .phinner .cta .finner {
  text-align: center;
  padding-top: 80px;
}
.paragraph--type--tekst-tekst- .phinner .cta a {
  display: inline-block;
  background-color: #E94E1B;
  color: white;
  font-family: "Abel", sans-serif;
  text-decoration: none;
  padding: 0 45px 0 45px;
  margin: 20px 0 0 0;
  font-weight: 600;
  border: 0;
  border-radius: 30px;
  line-height: 1.7;
  line-height: 60px !important;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
  background: #009FE3;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #009FE3), color-stop(50%, #E94E1B));
  background: linear-gradient(270deg, #009FE3 50%, #E94E1B 50%);
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease; /* Transition duration and type */
  background-size: 200% 200%; /* Enlarge background size */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1180px) {
  .paragraph--type--tekst-tekst- .phinner .cta a {
    font-size: 1.05vw;
  }
}
@media screen and (min-width: 1920px) {
  .paragraph--type--tekst-tekst- .phinner .cta a {
    font-size: 19px;
  }
}
.paragraph--type--tekst-tekst- .phinner .cta a:hover {
  background-position: 100% 0;
}

.paragraph--type--blok-referentie.blok_type_01 header {
  text-align: center;
}
.paragraph--type--blok-referentie.blok_type_01 .fa-quote-right {
  background: #009FE3;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #009FE3), color-stop(90%, black));
  background: linear-gradient(to right, #009FE3 20%, black 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$blue", endColorstr="black",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.paragraph--type--blok-referentie.blok_type_01 .fa-quote-right:before {
  font-size: 90px;
}
.paragraph--type--blok-referentie.blok_type_01 .phinner ul.slides li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.paragraph--type--blok-referentie.blok_type_01 .phinner ul.slides li > div .field-content {
  width: 800px;
  text-align: center;
  max-width: 80%;
}
.paragraph--type--blok-referentie.blok_type_01 .phinner .views-field-field-naam {
  padding-top: 50px;
}
.paragraph--type--blok-referentie.blok_type_01 .phinner .views-field-field-naam .field-content {
  width: unset !important;
  font-size: 25px;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  background: #009FE3;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #009FE3), color-stop(90%, black));
  background: linear-gradient(to right, #009FE3 20%, black 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$blue", endColorstr="black",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .paragraph--type--blok-referentie.blok_type_01 .phinner .views-field-field-naam .field-content {
    font-size: 25px;
  }
}
@media screen and (min-width: 1180px) {
  .paragraph--type--blok-referentie.blok_type_01 .phinner .views-field-field-naam .field-content {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1920px) {
  .paragraph--type--blok-referentie.blok_type_01 .phinner .views-field-field-naam .field-content {
    font-size: 41px;
  }
}
.paragraph--type--blok-referentie.blok_type_01 .phinner .views-field-field-functie .field-content {
  width: unset !important;
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  background: #009FE3;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #009FE3), color-stop(90%, black));
  background: linear-gradient(to right, #009FE3 20%, black 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$blue", endColorstr="black",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .paragraph--type--blok-referentie.blok_type_01 .phinner .views-field-field-functie .field-content {
    font-size: 21px;
  }
}
@media screen and (min-width: 1920px) {
  .paragraph--type--blok-referentie.blok_type_01 .phinner .views-field-field-functie .field-content {
    font-size: 21px;
  }
}
.paragraph--type--blok-referentie.blok_type_02 .phinner {
  margin: 0 auto;
  width: 1600px;
  max-width: 86vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paragraph--type--blok-referentie.blok_type_02 .phinner > div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .paragraph--type--blok-referentie.blok_type_02 .phinner > div {
    width: 45%;
  }
}
.paragraph--type--blok-referentie.blok_type_02 .phinner > div h2 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  background: #009FE3;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #009FE3), color-stop(90%, black));
  background: linear-gradient(to right, #009FE3 20%, black 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$blue", endColorstr="black",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .paragraph--type--blok-referentie.blok_type_02 .phinner > div h2 {
    font-size: 21px;
  }
}
@media screen and (min-width: 1920px) {
  .paragraph--type--blok-referentie.blok_type_02 .phinner > div h2 {
    font-size: 21px;
  }
}
.paragraph--type--blok-referentie.blok_type_02 .phinner > div a {
  display: inline-block;
  background-color: #E94E1B;
  color: white;
  font-family: "Abel", sans-serif;
  text-decoration: none;
  padding: 0 45px 0 45px;
  margin: 20px 0 0 0;
  font-weight: 600;
  border: 0;
  border-radius: 30px;
  line-height: 1.7;
  line-height: 60px !important;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
  background: #009FE3;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #009FE3), color-stop(50%, #E94E1B));
  background: linear-gradient(270deg, #009FE3 50%, #E94E1B 50%);
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease; /* Transition duration and type */
  background-size: 200% 200%; /* Enlarge background size */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1180px) {
  .paragraph--type--blok-referentie.blok_type_02 .phinner > div a {
    font-size: 1.05vw;
  }
}
@media screen and (min-width: 1920px) {
  .paragraph--type--blok-referentie.blok_type_02 .phinner > div a {
    font-size: 19px;
  }
}
.paragraph--type--blok-referentie.blok_type_02 .phinner > div a:hover {
  background-position: 100% 0;
}
.paragraph--type--blok-referentie.blok_type_02 .phinner > div.tekst {
  padding-bottom: 100px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .paragraph--type--blok-referentie.blok_type_02 .phinner > div.tekst {
    width: 40%;
  }
}