/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollHorizontal {
  0% {
    background-position: 0vw;
  }
  100% {
    background-position: 100vw;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(25px);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8) rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
@keyframes spark {
  0% {
    width: 4px;
    opacity: 0;
    transform: translateX(0%);
  }
  5% {
    width: 8px;
    opacity: 0.25;
    transform: translateX(-25%);
  }
  10% {
    width: 16px;
    opacity: 0.75;
    transform: translateX(-75%);
  }
  15% {
    width: 16px;
    opacity: 1;
    transform: translateX(-100%);
  }
  20% {
    width: 16px;
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    width: 16px;
    opacity: 0;
    transform: translateX(-100%);
  }
}
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  position: relative;
  overflow: unset;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item > div {
  display: flex;
  flex-direction: column;
  position: relative;
}
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav {
  position: relative;
  pointer-events: none;
  display: flex;
  margin-top: 100px;
  margin-bottom: 50px;
}
.owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next {
  background: 0;
  color: #f8b134;
  border: 0;
  padding: 0 !important;
  font: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0;
  border: 2px solid;
  border-radius: 50%;
  opacity: 0.8;
  pointer-events: all;
  background: 0;
  margin-right: 20px;
  transition: all 0.2s;
}
.owl-carousel .owl-nav button.owl-next:hover:not(.disabled) {
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-next i {
  font-size: 13px;
}
.owl-carousel .owl-nav button.owl-prev {
  background: 0;
  color: #f8b134;
  border: 0;
  padding: 0 !important;
  font: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0;
  border: 2px solid;
  border-radius: 50%;
  opacity: 0.8;
  pointer-events: all;
  background: 0;
  margin-right: 20px;
  transition: all 0.2s;
}
.owl-carousel .owl-nav button.owl-prev:hover:not(.disabled) {
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev i {
  font-size: 13px;
}
.owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0.15;
  pointer-events: none;
}
.owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.15;
  pointer-events: none;
}
.owl-carousel button.owl-dot {
  background: 0;
  color: #f8b134;
  border: 0;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../../../owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-carousel .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.15;
  margin: 5px;
  transition: all 1s;
}
.owl-carousel .owl-dots button.owl-dot:hover {
  transition: all 0.2s;
  transform: scale(1.4);
}
.owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  z-index: 1;
}
::-webkit-scrollbar-thumb {
  background: #f8b134;
  box-shadow: none;
}
::-webkit-scrollbar-track {
  background: black;
}
#criteria, #voor-wie, #aanmelden {
  display: block;
  position: absolute;
  transform: translateY(-100px);
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-0.5px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(1px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fadeUp {
  animation: fadeUp 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation-delay: 0.5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation: fadeIn 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation-delay: 1.5s;
}
@keyframes dotfadeIn {
  0% {
    filter: blur(10px);
    transform: translateX(1000px);
  }
  100% {
    filter: blur(0px);
    transform: translateX(0px);
  }
}
.dotfadeIn {
  animation: dotfadeIn 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation-delay: 1s;
}
blue {
  color: #009ddf;
}
#publicatiesSelect {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#publicatiesSelect button {
  line-height: 32px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
  background: #37423d;
  color: white;
  text-transform: uppercase;
}
#publicatiesSelect button:hover {
  background: #4e5e57;
}
#publicatiesSelect button.active {
  background: #f8b134;
  color: white;
}
#publicaties {
  min-height: 500px;
  margin-bottom: 100px;
}
#publicaties .publicatiesItem {
  animation: fadeUp 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
#publicaties .publicatiesItem:not(.active) {
  display: none;
}
#scrolldown {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
#scrolldown a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f8b134;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
#scrolldown a:hover {
  background: #f7a20d;
}
#scrolldown a i {
  font-size: 19px;
}
a.back {
  position: absolute;
  top: -100px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8b133;
  color: white;
  border-radius: 25px;
  transition: all 0.3s;
  height: 50px;
  padding: 0 20px;
  z-index: 12;
  animation: fadeUp 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
a.back:hover {
  background: #f7a20d;
}
a.back:hover i {
  transform: translateX(-5px);
}
a.back i {
  transition: all 0.3s;
  margin-right: 10px;
}
p {
  font-size: 19px;
  font-weight: 300;
  line-height: 26px;
}
p a {
  font-weight: 700;
}
p.lead {
  font-size: 20px;
  font-weight: 400;
}
h1 {
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 50px;
}
h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 50px;
}
h3 {
  margin-top: 30px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}
h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 40px;
}
span.medium {
  font-family: "Zilla Slab", sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}
span.big {
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 50px;
}
blockquote {
  font-size: 36px;
  line-height: 42px;
  font-style: italic;
  font-weight: 300;
  margin: 40px 0px;
}
mark {
  background: #a61680;
  color: white;
  padding: 0px 5px;
  border-radius: 5px;
}
ul.list {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #37423d;
  margin-left: 25px;
}
ul.list.links {
  list-style: none;
  margin-left: 0;
}
ul.list li {
  margin-bottom: 5px;
}
ul.list li a {
  font-weight: 700;
}
ul.list li a i {
  margin-right: 10px;
}
ul.downloads {
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  list-style: none;
  margin: 0;
  color: #a61680;
}
ul.downloads li {
  margin: 5px 0px;
}
ul.downloads li a {
  display: inline-block;
  align-items: baseline;
}
ul.downloads li a i {
  margin-right: 10px;
}
ul.navigatie {
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  list-style: none;
  margin: 40px 0;
  color: #a61680;
}
ul.navigatie li {
  margin: 5px 0px;
}
ul.navigatie li a {
  display: inline-flex;
  align-items: center;
  transition: all 0.2s;
}
ul.navigatie li a:hover {
  transform: translateX(5px);
}
ul.navigatie li a i {
  margin-right: 10px;
}
.moduletable .nav .nav-header {
  display: flex;
  flex-direction: row;
  color: white;
  padding: 8px 0px;
  line-height: 30px;
  background: none;
  border-radius: 0;
  font-size: unset;
  margin: 0;
}
.fsVideo {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fsVideo button.fsPlay {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: none;
  font-size: 65px;
  padding: 0;
  margin: 0;
  color: #f8b134;
  border-radius: 50%;
  background: white;
}
a.action, span.action, button.action {
  font-family: "Zilla Slab", sans-serif;
  font-size: 19px;
  line-height: 30px;
  font-weight: 700;
  display: inline-flex;
  flex-direction: row;
  letter-spacing: 0.5px;
  gap: 10px;
  align-items: center;
  color: #f8b134;
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1) !important;
  color: #657a70;
  background: none;
}
a.action:after, span.action:after, button.action:after {
  display: block;
  content: "";
  font-family: "Font Awesome 6 Free";
  color: #f8b134;
  font-weight: 900;
  line-height: 30px;
  height: 28px;
  font-size: 18px;
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1) !important;
}
.knop {
  font-size: 19px;
  font-weight: 400;
  height: 60px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  color: white;
  transition: all 0.2s;
  padding: 0px 40px;
  background: #f8b134;
  margin-top: 30px;
}
.knop:hover {
  background: #f7a20d;
  color: white;
}
.knop i {
  margin-left: 10px;
}
a.knop {
  justify-content: center;
  max-width: 200px;
}
figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}
img.image-article {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kader {
  background: #fdeed2;
  padding: 20px 40px;
  margin: 40px 0px;
  border-left: 8px solid #fac465;
  border-radius: 10px;
}
.kader h3 {
  margin-top: 20px;
}
.kader h3, .kader h4, .kader p, .kader ul, .kader a {
  color: #8e5c05;
}
.kader a {
  text-decoration: underline;
}
.kader a:hover {
  color: #a61680;
}
a.calltoaction {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: #37423d;
  background: #eaf2ee;
  padding: 40px;
  margin-top: 40px;
  border-left: 8px solid #b8c5bf;
  border-radius: 10px;
  cursor: pointer;
  transform: translateY(50px);
  transition: transform 1s, opacity 1s;
  transition-timing-function: cubic-bezier(0.25, 0.63, 0.37, 1.19);
  opacity: 0;
  width: 100%;
}
a.calltoaction:hover {
  background: #dae8e1;
  color: #37423d;
}
a.calltoaction.active {
  transform: translateY(0px);
  opacity: 1;
}
a.calltoaction i {
  font-size: 50px;
  color: #37423d;
  transition: color 0.2s;
}
a.calltoaction p {
  font-weight: 400;
  margin: 0;
}
.columns {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 100px;
}
.columns .column {
  position: relative;
}
.columns .column.width--40 {
  width: 40%;
}
.columns .column.width--45 {
  width: 45%;
}
.columns .column.width--50 {
  width: 50%;
}
.columns .column.width--55 {
  width: 55%;
}
.columns .column.width--60 {
  width: 60%;
}
.container {
  padding: 0;
}
.col {
  padding: 0;
}
.row {
  margin: 0;
}
.width--800 {
  max-width: 800px;
  margin: 0 auto;
}
.width--900 {
  max-width: 900px;
  margin: 0 auto;
}
.width--1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.width--1100 {
  max-width: 1100px;
  margin: 0 auto;
}
.width--1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.spacer {
  height: 50px;
}
.align-center {
  align-items: center;
}
.parallax {
  position: absolute;
  z-index: -1;
  top: -25%;
  left: 0;
  height: 150%;
  width: 100%;
}
.video-responsive {
  margin: 40px 0px;
  border-radius: 10px;
}
.social {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #a61680;
  color: #eaf2ee;
  font-size: 20px;
  border-radius: 50px;
}
.social:hover {
  color: #eaf2ee;
  background: #f8b134;
}
.drenthe-locaties {
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drenthe-locaties svg {
  position: relative;
  max-width: 600px;
  left: 10%;
}
.drenthe-locaties:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  height: 50%;
  background: #eaf2ee;
  z-index: -1;
}
.drenthe {
  position: absolute;
  width: 650px;
  height: 650px;
  object-fit: contain;
  mix-blend-mode: overlay;
  opacity: 0.5;
  z-index: 0;
  transform: translateX(15vw);
  bottom: 100px;
  pointer-events: none;
  user-select: none;
}
.blob {
  position: relative;
  z-index: 12;
  color: white !important;
}
.blob:after {
  color: white !important;
}
.blob:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  left: -25px;
  background: url('../../../../images/drentse_uitblinkers/shape_yellow.svg') center center no-repeat;
  background-size: contain;
  pointer-events: none;
  user-select: none;
  z-index: -1;
}
#fasen {
  margin-top: 50px;
}
#fasen div[class^="fase-"] {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#fasen div[class^="fase-"] .title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: white;
  padding: 10px;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  width: 100%;
}
#fasen div[class^="fase-"] .flextable {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  overflow: auto;
}
#fasen div[class^="fase-"] .flextable div[class^="tablerow"] {
  display: flex;
  flex-direction: row;
  width: 100%;
}
#fasen div[class^="fase-"] .flextable div[class^="tablerow"] span {
  padding: 10px;
}
#fasen div[class^="fase-"] .flextable div[class^="tablerow"] span:nth-child(1) {
  width: 10%;
  min-width: 50px;
}
#fasen div[class^="fase-"] .flextable div[class^="tablerow"] span:nth-child(2) {
  width: 60%;
}
#fasen div[class^="fase-"] .flextable div[class^="tablerow"] span:nth-child(3) {
  width: 30%;
  min-width: 160px;
}
#fasen div[class^="fase-"] .flextable div[class^="tablerow"] span.fullwidth {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  #fasen div[class^="fase-"] .flextable {
    font-size: 16px;
    line-height: 20px;
  }
  #fasen div[class^="fase-"] .flextable div[class^="tablerow"] span:nth-child(1) {
    min-width: 60px;
  }
  #fasen div[class^="fase-"] .flextable div[class^="tablerow"] span:nth-child(2) {
    min-width: 200px;
  }
  #fasen div[class^="fase-"] .flextable div[class^="tablerow"] span:nth-child(3) {
    min-width: 140px;
  }
}
#fasen div[class^="fase-"] .flextable .tablerow-header {
  font-weight: 600;
}
#fasen .fase-1 {
  border: 2px solid #1e84b5;
  color: #1e84b5;
}
#fasen .fase-1 .title {
  background: #98d2ee;
}
#fasen .fase-1 .flextable div[class^="tablerow"]:nth-child(even) span {
  background: #eff8fc;
}
#fasen .fase-2 {
  border: 2px solid #963880;
  color: #963880;
}
#fasen .fase-2 .title {
  background: #dda4cf;
}
#fasen .fase-2 .flextable div[class^="tablerow"]:nth-child(even) span {
  background: #f9eef6;
}
#fasen .fase-3 {
  border: 2px solid #4a8944;
  color: #4a8944;
}
#fasen .fase-3 .title {
  background: #aed5aa;
}
#fasen .fase-3 .flextable div[class^="tablerow"]:nth-child(even) span {
  background: #eff7ef;
}
.style-1 {
  border-radius: 10px;
  box-shadow: 0px 25px 30px #00000015;
}
.onze-diensten {
  display: grid;
  grid: auto-flow / 1fr 1fr 1fr;
  grid-gap: 40px;
}
.onze-diensten div[class^="item-"] h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.onze-diensten div[class^="item-"] P {
  margin: 0;
}
.onze-diensten div[class^="item-"] a {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 12;
}
.onze-diensten div[class^="item-"] a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #00000080, transparent);
}
.onze-diensten div[class^="item-"] a:after {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  background: url('../../../../images/drentse_uitblinkers/shape_yellow.svg') center center no-repeat;
  background-size: contain;
  left: -80px;
  bottom: -150px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.2s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
.onze-diensten div[class^="item-"] a img.icon {
  position: absolute;
  width: 80px;
  height: 80px;
  object-fit: contain;
  top: 5px;
  left: 5px;
  border-radius: 8px;
  overflow: hidden;
}
.onze-diensten div[class^="item-"] a img.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.onze-diensten div[class^="item-"] a span.action {
  position: absolute;
  left: 20px;
  bottom: 20px;
  transition: all 0.2s;
  color: white;
  z-index: 12;
}
.onze-diensten div[class^="item-"] a span.action:after {
  color: white;
}
.onze-diensten div[class^="item-"] a:hover:after {
  opacity: 1;
  transform: scale(1);
}
.onze-diensten div[class^="item-"] a:hover span.action {
  color: #a61680;
}
.onze-diensten div[class^="item-"] a:hover span.action:after {
  color: #a61680;
}
.cta {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 350px;
  z-index: 12;
  opacity: 0;
  animation: zoomIn 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19) forwards;
  animation-delay: 0.75s;
}
.cta a.action {
  flex: none;
  color: #f8b134 !important;
}
.cta:before {
  content: "";
  position: absolute;
  width: 550px;
  height: 550px;
  left: -90px;
  background: url('../../../../images/drentse_uitblinkers/shape_purple.svg') center center no-repeat;
  background-size: contain;
  z-index: -1;
}
#blocks-4 {
  display: grid;
  grid: auto-flow / 1fr 1fr;
  gap: 20px 20px;
  margin-top: 50px;
}
#blocks-4 div[class^="item-"] {
  border-radius: 10px;
  overflow: hidden;
}
#blocks-4 div[class^="item-"] .container {
  position: relative;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #eaf2ee;
  height: 100%;
  padding: 0;
}
#blocks-4 div[class^="item-"] .container img.icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80px;
  heihgt: 80px;
  object-fit: contain;
  border-radius: 8px;
  overflow: hidden;
}
#blocks-4 div[class^="item-"] .container img.image {
  max-height: 250px;
  width: 100%;
  object-fit: cover;
}
#blocks-4 div[class^="item-"] .container .content {
  padding: 20px;
  margin-bottom: 50px;
}
#blocks-4 div[class^="item-"] .container .content h3 {
  margin-top: 0;
}
#blocks-4 div[class^="item-"] .container .content a.action {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #37423d;
}
#blocks-3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}
#blocks-3 .item {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#blocks-3 .item .container {
  display: flex;
  flex-direction: row;
  background: #eaf2ee;
  height: 100%;
  padding: 0;
}
#blocks-3 .item .container .image {
  width: 30%;
}
#blocks-3 .item .container .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
}
#blocks-3 .item .container .content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 20px;
}
#blocks-3 .item .container .content:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  left: 0;
}
#blocks-3 .item .container .content .text h3 {
  margin-top: 0;
}
#blocks-3 .item .container .content a.action {
  color: #37423d;
}
.item-rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.item-rows .item {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  overflow: hidden;
  background: #eaf2ee;
  border-right: 8px solid #b8c5bf;
}
.item-rows .item img.icon {
  width: 80px;
  height: 80px;
}
.item-rows .item .content {
  padding: 30px;
}
.item-rows .item .content h3 {
  margin-top: 0;
}
#coordinatoren {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 50px 0px;
}
#coordinatoren .item {
  display: flex;
  flex-direction: row;
  background: #eaf2ee;
  min-height: 125px;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#coordinatoren .item img.gemeente {
  width: 125px !important;
  margin-bottom: 0 !important;
  align-self: center;
}
#coordinatoren .item .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#coordinatoren .item .content h4 {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-left: 50px;
  color: #a61680;
}
#coordinatoren .item .content h4 span {
  color: #37423d;
  font-weight: 700;
}
#coordinatoren .item .content .mailbuttons {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#coordinatoren .item .content .mailbuttons a {
  display: inline-flex;
  background: #b8c5bf;
  color: white;
  padding: 8px 18px;
  justify-content: center;
  min-width: 155px;
  border-radius: 5px;
}
#coordinatoren .item .content .mailbuttons a:hover {
  background: #9eafa7;
  color: white;
}
#taskforce, #stuurgroep {
  margin: 50px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#taskforce .item, #stuurgroep .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #eaf2ee;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#taskforce .item p, #stuurgroep .item p {
  margin: 0;
}
#taskforce .item a, #stuurgroep .item a {
  display: inline-flex;
  background: #b8c5bf;
  color: white;
  padding: 8px 18px;
  justify-content: center;
  min-width: 155px;
  border-radius: 5px;
}
#taskforce .item a:hover, #stuurgroep .item a:hover {
  background: #9eafa7;
  color: white;
}
#swiper {
  position: relative;
  margin-top: 50px;
}
#swiper .swiper-container .swiper-slide .controls {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transform: translateY(-80px);
}
#swiper .swiper-container .swiper-slide .controls.center {
  justify-content: center;
}
#swiper .swiper-container .swiper-slide .controls .slider-next, #swiper .swiper-container .swiper-slide .controls .slider-prev {
  background: none;
  padding: 20px 0px;
  color: #a61680;
  font-size: 19px;
}
#swiper .swiper-container .swiper-slide .controls .slider-next:focus, #swiper .swiper-container .swiper-slide .controls .slider-prev:focus {
  outline: none;
}
#swiper .swiper-container .swiper-slide .controls .slider-prev i {
  margin-right: 10px;
}
#swiper .swiper-container .swiper-slide .controls .slider-next i {
  margin-left: 10px;
}
#swiper .swiper-container .swiper-slide .controls .swiper-button-disabled {
  visibility: hidden;
}
#swiper .swiper-container .swiper-slide .content {
  opacity: 0;
  transform: translateY(-25px);
  transition: all 0.5s;
  transition-delay: 0.4s;
  position: relative;
  top: -100px;
}
#swiper .swiper-container .swiper-slide .content h3 {
  color: #a61680;
  font-weight: 400;
}
#swiper .swiper-container .swiper-slide .content .stap {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #a61680;
  margin-top: 40px;
}
#swiper .swiper-container .swiper-slide .content .stap span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #a61680;
  color: white;
  padding: 0 10px;
  margin-right: 10px;
  font-size: 17px;
}
#swiper .swiper-container .swiper-slide.swiper-slide-active .content {
  opacity: 1;
  transform: translateY(0px);
}
body {
  background: none;
}
body.nieuwsbrief #g-page-surround #g-container-main {
  display: flex;
  justify-content: center;
  min-height: 100vh;
  background: url('../../../../images/background/nieuwsbrief.jpg') center center no-repeat;
  background-size: cover;
  padding: 0 !important;
}
body.nieuwsbrief #g-page-surround #g-container-main:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000040;
}
body.nieuwsbrief #g-page-surround #g-container-main #g-mainbar {
  max-width: 400px;
  margin: 0 auto;
  background: none;
}
body.nieuwsbrief #g-page-surround #g-container-main #g-mainbar .page-header {
  margin-top: 75px;
  color: white;
}
body.nieuwsbrief #g-page-surround #g-container-main #g-mainbar .aanmeldenNieuwsbrief {
  margin: 50px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
body.nieuwsbrief #g-page-surround #g-container-main #g-mainbar .aanmeldenNieuwsbrief .eprov-cs {
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.5) !important;
}
body.home #g-page-surround #g-header {
  min-height: 750px;
}
body.home #g-page-surround #g-container-main {
  padding: 150px 0px;
}
body.home #g-page-surround #g-container-main:before {
  content: "";
  position: absolute;
  width: 100%;
  top: -10px;
  left: 0;
  height: 100px;
  background: url('../../../../images/gui/border_2.png') center center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  min-width: 1200px;
}
body.home #g-page-surround #g-container-main:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
  height: 100px;
  background: url('../../../../images/gui/border_1.png') center center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  min-width: 1200px;
}
body.home #g-page-surround #g-container-main .columns {
  gap: 50px;
  z-index: 11;
}
body.home #g-page-surround #g-container-main a.action {
  position: absolute;
  top: 60px;
  right: 20px;
}
body:not(.home) #g-page-surround #g-header {
  min-height: 400px;
  overflow: hidden;
}
body:not(.home) #g-page-surround #g-header:before {
  background: url('../../../../images/gui/border_1w.png') center center no-repeat;
  background-size: 100% 100%;
}
body:not(.home) #g-page-surround #g-header .background {
  display: flex;
  align-items: center;
}
body:not(.home) #g-page-surround #g-header .background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body:not(.home) #g-page-surround #g-container-main {
  padding-bottom: 150px;
}
body:not(.home) #g-page-surround #g-container-main #g-mainbar .item-page {
  max-width: 800px;
  margin: 0 auto;
}
body:not(.home) #g-page-surround #g-container-main #g-mainbar .item-page.wide {
  max-width: 1200px;
  margin: 0 auto;
}
body:not(.home) #g-page-surround #g-container-main:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
  height: 100px;
  background: url('../../../../images/gui/border_1.png') center center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  min-width: 1200px;
}
body.outline-_error #g-page-surround #g-container-main #g-mainbar {
  margin-top: 200px;
  text-align: center;
}
body #g-page-surround {
  background: none;
}
body #g-page-surround #g-mobile {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000;
  width: 50px;
  height: 50px;
  display: none;
}
body #g-page-surround #g-mobile .g-container {
  width: 100px;
}
body #g-page-surround #g-mobile .g-container .g-content {
  padding: 0;
  margin: 0;
}
body #g-page-surround #g-mobile #hamburger {
  width: 50px;
  height: 50px;
  background: #f8b134;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #g-page-surround #g-mobile #hamburger:hover {
  background: #f7a20d;
}
body #g-page-surround #g-mobile #hamburger ul {
  list-style: none;
  margin: 0;
}
body #g-page-surround #g-mobile #hamburger ul li {
  display: block;
  height: 3px;
  width: 20px;
  background: white;
  margin-bottom: 5px;
  border-radius: 2px;
}
body #g-page-surround #g-mobile #hamburger ul li:last-child {
  margin-bottom: 0;
}
body #g-page-surround #g-navigation {
  position: fixed;
  width: 100%;
  transition: all 0.2s;
  z-index: 1000;
  background: none;
}
body #g-page-surround #g-navigation:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
  pointer-events: none;
  user-select: none;
}
body #g-page-surround #g-navigation:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(0deg, transparent, #00000080);
  z-index: -2;
  pointer-events: none;
  user-select: none;
}
body #g-page-surround #g-navigation.fixed:before {
  opacity: 1;
}
body #g-page-surround #g-navigation.fixed .g-main-nav a {
  color: #37423d;
}
body #g-page-surround #g-navigation.fixed .g-main-nav .g-toplevel > li .g-menu-item-container > .g-menu-item-content:before {
  background: black;
}
body #g-page-surround #g-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: none;
}
body #g-page-surround #g-header:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
  height: 100px;
  background: url('../../../../images/gui/border_1.png') center center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  min-width: 1200px;
}
body #g-page-surround #g-header .background-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../../../../video/video_background.jpg') center center no-repeat;
  background-size: cover;
  pointer-events: none;
  user-select: none;
}
body #g-page-surround #g-header .background-video:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
body #g-page-surround #g-header .background-video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
body #g-page-surround #g-header .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}
body #g-page-surround #g-header .header-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
body #g-page-surround #g-header .columns {
  gap: 200px;
  height: 100%;
  margin-top: 50px;
}
body #g-page-surround #g-header .columns .column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body #g-page-surround #g-header .columns .column .logo {
  width: 100%;
  opacity: 0;
  animation: fadeInUp 1s cubic-bezier(0.19, 0.49, 0.32, 1) forwards;
  animation-delay: 0.25s;
}
body #g-page-surround #g-header .columns .column .logo h1 {
  display: none;
}
body #g-page-surround #g-diensten {
  position: relative;
  background: #eaf2ee;
  padding-top: 0;
  padding-bottom: 100px;
}
body #g-page-surround #g-diensten .center {
  margin-bottom: 50px;
}
body #g-page-surround #g-diensten .center h2 {
  margin: 0;
}
body #g-page-surround #g-intro {
  background: white;
  position: relative;
  padding: 150px 0px;
  overflow: hidden;
}
body #g-page-surround #g-intro a.action {
  margin-top: 40px;
  color: #a61680 !important;
}
body #g-page-surround #g-intro a.action:after {
  color: #a61680 !important;
}
body #g-page-surround #g-intro .two-column {
  gap: 50px;
}
body #g-page-surround #g-intro .two-column .column:nth-child(1) {
  width: 45%;
}
body #g-page-surround #g-intro .two-column .column:nth-child(2) {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #g-page-surround #g-container-main {
  position: relative;
  background: white;
  padding: 0;
}
body #g-page-surround #g-container-main #g-mainbar {
  padding: 0;
  background: none;
  position: relative;
}
body #g-page-surround #g-container-main #g-mainbar .item-page .pull-left.item-image {
  margin: 0px 0px 25px 0px;
  width: 100%;
}
body #g-page-surround #g-container-main #g-mainbar .item-page .pull-left.item-image img {
  width: 100%;
  margin-bottom: 0;
}
body #g-page-surround #g-container-main #g-mainbar .item-page.podcast .takties-grid {
  grid: auto-flow / 1fr 1fr;
}
body #g-page-surround #g-nieuws {
  padding: 50px 0px;
  background: #eaf2ee;
}
body #g-page-surround #g-nieuws .center {
  margin-bottom: 50px;
}
body #g-page-surround #g-nieuws .center h2 {
  margin: 0;
}
body #g-page-surround #g-nieuwsbrief {
  position: relative;
  padding: 0;
  height: 650px;
  color: white;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
body #g-page-surround #g-nieuwsbrief:before {
  content: "";
  position: absolute;
  width: 100%;
  top: -10px;
  left: 0;
  height: 100px;
  background: url('../../../../images/gui/border_2.png') center center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  min-width: 1200px;
}
body #g-page-surround #g-nieuwsbrief:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
  height: 100px;
  background: url('../../../../images/gui/border_1.png') center center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  min-width: 1200px;
}
body #g-page-surround #g-nieuwsbrief .background {
  background: url('../../../../images/background/hoogte.jpg') center center no-repeat;
  background-size: cover;
}
body #g-page-surround #g-nieuwsbrief .cta {
  bottom: -25px;
  max-width: 350px;
}
body #g-page-surround #g-nieuwsbrief .cta:before {
  width: 500px;
  height: 500px;
}
body #g-page-surround #g-gemeenten {
  padding: 0;
  background: #eaf2ee;
}
body #g-page-surround #g-gemeenten .gemeentelogos {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 33px 66px;
}
body #g-page-surround #g-gemeenten .gemeentelogos a {
  width: 150px;
  opacity: 0.7;
  mix-blend-mode: luminosity;
}
body #g-page-surround #g-gemeenten .gemeentelogos a:hover {
  opacity: 1;
  mix-blend-mode: normal;
}
body #g-page-surround #g-gemeenten .gemeentelogos a img {
  width: 150px;
}
body #g-page-surround #g-footer {
  padding: 100px 0px;
  background: #eaf2ee;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #g-page-surround #g-footer:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
  height: 50px;
  background: url('../../../../images/gui/border_footer.png') center center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  min-width: 1200px;
}
body #g-page-surround #g-footer .g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
body #g-page-surround #g-footer .footer {
  display: flex;
  align-content: center;
  justify-content: center;
}
body #g-page-surround #g-footer .footer .columns {
  position: relative;
  justify-content: space-evenly;
  gap: 150px;
}
body #g-page-surround #g-footer .footer .columns .column ul {
  margin-bottom: 50px;
}
body #g-page-surround #g-footer .footer .columns .column ul.mod-menu {
  margin-left: 0;
  padding: 0;
  border: 0;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  flex-direction: column;
}
body #g-page-surround #g-footer .footer .columns .column ul.mod-menu a {
  color: #37423d;
  text-decoration: unset;
}
body #g-page-surround #g-footer .footer .columns .column ul.mod-menu li {
  border: 0;
  margin: 0;
  padding: 0;
  transition: all 0.2s;
}
body #g-page-surround #g-footer .footer .columns .column ul.mod-menu li:hover {
  transform: translateX(5px);
}
body #g-page-surround #g-footer .footer .columns .column ul.mod-menu li.current a {
  color: #a61680;
}
body #g-page-surround #g-footer .footer .columns .column ul.mod-menu li ul.nav-child {
  border: 0;
  margin: 0;
  padding: 0px 17px;
}
body #g-page-surround #g-footer .footer .columns .column ul.mod-menu li ul.nav-child li {
  list-style: circle;
  color: #37423d;
}
body #g-page-surround #g-footer .footer .columns .column a.googlemaps {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
  gap: 10px;
}
body #g-page-surround #g-footer .footer .columns .column a.googlemaps img {
  height: 50px;
}
body #g-page-surround #g-footer .footer .columns .column a.googlemaps p {
  color: #37423d;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
body #g-page-surround #g-footer .footer .columns .column a.googlemaps p i {
  font-size: 20px;
  margin-left: 5px;
}
body #g-page-surround #g-footer .footer .columns .column p {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
body #g-page-surround #g-footer .footer .columns .column h3 {
  color: #37423d;
  margin-top: 0;
  margin-bottom: 25px;
}
body #g-page-surround #g-footer .footer .socials {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}
body #g-page-surround #g-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 0;
  background: #37423d;
}
body #g-page-surround #g-copyright p, body #g-page-surround #g-copyright a {
  font-size: 17px;
  color: white;
  margin: 0;
}
body #g-page-surround #g-copyright a:hover {
  color: #f8b134;
}
body #g-page-surround #g-mobile-menu {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 10001;
  pointer-events: none;
  transition: background 0.5s;
}
body #g-page-surround #g-mobile-menu.active {
  pointer-events: all;
  background: rgba(0, 0, 0, 0.2);
}
body #g-page-surround #g-mobile-menu.active #offcanvas {
  left: 0;
}
body #g-page-surround #g-mobile-menu.active #close-offcanvas {
  width: calc(100% - 320px);
}
body #g-page-surround #g-mobile-menu #offcanvas {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 320px;
  height: 100vh;
  top: 0;
  left: -400px;
  padding: 40px 0px;
  background: #414c47;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: left 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
body #g-page-surround #g-mobile-menu #offcanvas ul, body #g-page-surround #g-mobile-menu #offcanvas li {
  border: none;
}
body #g-page-surround #g-mobile-menu #offcanvas ul.mod-menu {
  font-size: 18px;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
body #g-page-surround #g-mobile-menu #offcanvas ul.mod-menu li {
  position: relative;
  background: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
body #g-page-surround #g-mobile-menu #offcanvas ul.mod-menu li a {
  display: flex;
  flex-direction: row;
  color: white;
  padding: 8px 0px;
  line-height: 30px;
  transition: all 0.2s;
}
body #g-page-surround #g-mobile-menu #offcanvas ul.mod-menu li a:hover {
  transform: translateX(5px);
}
body #g-page-surround #g-mobile-menu #offcanvas ul.mod-menu li:hover {
  background: none;
}
body #g-page-surround #g-mobile-menu #offcanvas ul.mod-menu li:hover a {
  color: white;
}
body #g-page-surround #g-mobile-menu #offcanvas ul.mod-menu li.active {
  background: none;
}
body #g-page-surround #g-mobile-menu #offcanvas ul.mod-menu li.active a {
  color: #fce0af;
}
body #g-page-surround #g-mobile-menu #offcanvas ul.mod-menu li.current {
  background: none;
}
body #g-page-surround #g-mobile-menu #offcanvas ul.mod-menu li.current a {
  color: #f8b134;
}
body #g-page-surround #g-mobile-menu #offcanvas ul.mod-menu li.current > ul a {
  color: white;
}
body #g-page-surround #g-mobile-menu #offcanvas ul.mod-menu li > ul {
  padding: 0;
  margin-top: 0 !important;
  margin-left: 20px;
}
body #g-page-surround #g-mobile-menu #offcanvas ul.mod-menu li > ul li:before {
  position: absolute;
  content: "-";
  left: -18px;
  top: 5px;
  color: white;
}
body #g-page-surround #g-mobile-menu #offcanvas img.logo {
  margin-top: 50px;
  width: 200px;
  opacity: 0.3;
}
body #g-page-surround #g-mobile-menu #close-offcanvas {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
}
.galerij {
  margin: 0 -10px;
}
.galerij ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}
.galerij ul li {
  width: 25%;
}
.galerij ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
  text-decoration: none;
  margin: 10px;
}
.galerij ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.5);
  transition: all 0.2s;
}
.galerij ul li a i {
  font-size: 50px;
  color: white;
  position: relative;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.2s;
}
.galerij ul li a:hover img {
  filter: grayscale(0);
}
.galerij ul li a:hover i {
  transform: scale(1);
  opacity: 0.8;
}
.galerij ul li a:hover:after {
  opacity: 0;
}
body #g-page-surround #g-navigation .g-main-nav {
  max-width: 1600px;
  margin: 0 auto;
  padding: 1.563rem;
}
body #g-page-surround #g-navigation .g-main-nav .g-toplevel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
}
body #g-page-surround #g-navigation .g-main-nav ul.g-dropdown {
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transform: scale(0.95);
  transition: all 0.4s cubic-bezier(0.19, 0.49, 0.32, 1);
}
body #g-page-surround #g-navigation .g-main-nav ul.g-dropdown.g-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
}
body #g-page-surround #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container, body #g-page-surround #g-navigation .g-main-nav .g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 5px 0px;
  font-size: 18px;
  font-weight: 400;
}
body #g-page-surround #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-content, body #g-page-surround #g-navigation .g-main-nav .g-main-nav .g-sublevel > li > .g-menu-item-container .g-menu-item-content {
  padding: 0;
}
body #g-page-surround #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator, body #g-page-surround #g-navigation .g-main-nav .g-main-nav .g-sublevel > li > .g-menu-item-container .g-menu-parent-indicator {
  vertical-align: middle;
}
body #g-page-surround #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after, body #g-page-surround #g-navigation .g-main-nav .g-main-nav .g-sublevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
  margin: 0;
  padding: 0;
  width: 20px;
  text-align: center;
}
body #g-page-surround #g-navigation .g-main-nav .g-toplevel > li {
  position: relative;
  margin: 0;
}
body #g-page-surround #g-navigation .g-main-nav .g-toplevel > li:first-child {
  margin-left: 0;
}
body #g-page-surround #g-navigation .g-main-nav .g-toplevel > li:last-child {
  margin-right: 0;
}
body #g-page-surround #g-navigation .g-main-nav .g-toplevel > li .g-menu-item-container > .g-menu-item-content {
  position: relative;
}
body #g-page-surround #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  box-shadow: 0 2px 0 #a61680;
}
body #g-page-surround #g-navigation .g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
  top: 20px;
  right: 6px;
  position: absolute;
  font-size: 15px;
  font-weight: 200;
  opacity: 0.3;
}
body #g-page-surround #g-navigation .g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator:after {
  top: 0;
  width: 15px;
  padding: 0;
  height: unset;
}
body #g-page-surround #g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 20px;
  font-size: 17px;
  font-weight: 400;
}
body #g-page-surround #g-navigation .g-main-nav .g-sublevel > li {
  margin: 0;
  padding: 0;
  position: unset;
}
body #g-page-surround #g-navigation .g-main-nav .g-sublevel > li .g-menu-item-container {
  color: #37423d;
  padding: 10px;
  transition: all 0s;
  border: 0;
}
body #g-page-surround #g-navigation .g-main-nav .g-sublevel > li .g-menu-item-container span span {
  display: block;
  position: relative;
  transition: transform 0.2s;
}
body #g-page-surround #g-navigation .g-main-nav .g-sublevel > li .g-menu-item-container span span:before {
  content: "";
  font-family: FontAwesome, serif;
  transform: rotate(-90deg);
  position: absolute;
  display: block;
  left: -20px;
  top: -1px;
  opacity: 0;
  transition: opacity 0.2s;
}
body #g-page-surround #g-navigation .g-main-nav .g-sublevel > li.g-selected > a > span > span, body #g-page-surround #g-navigation .g-main-nav .g-sublevel > li.active > a > span > span {
  transform: translateX(20px);
}
body #g-page-surround #g-navigation .g-main-nav .g-sublevel > li.g-selected > a > span > span:before, body #g-page-surround #g-navigation .g-main-nav .g-sublevel > li.active > a > span > span:before {
  opacity: 0.5;
}
body #g-page-surround #g-navigation .g-main-nav .g-sublevel {
  position: relative;
}
body #g-page-surround #g-navigation .g-main-nav .g-dropdown {
  width: 260px;
  background: none;
  border: none;
  border-radius: 8px;
  margin-top: 25px;
  background: white;
  padding: 15px;
  text-transform: initial;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1);
}
body #g-page-surround #g-navigation .g-main-nav .g-dropdown .g-dropdown-column {
  border: none;
}
body #g-page-surround #g-navigation .g-main-nav .g-dropdown:before {
  border-top: 25px solid transparent;
  top: -25px !important;
}
body #g-page-surround #g-navigation .g-main-nav .g-standard > .g-dropdown .g-dropdown, body #g-page-surround #g-navigation .g-main-nav .g-main-nav .g-fullwidth > .g-dropdown .g-dropdown {
  position: absolute;
  top: -40px;
  margin-left: 0;
}
.finder {
  max-width: 800px;
  margin: 0 auto;
}
form.js-finder-searchform {
  position: relative;
  z-index: 12;
}
form.js-finder-searchform fieldset {
  padding: 0;
}
form.js-finder-searchform fieldset .form-inline .input-group {
  flex-wrap: nowrap;
}
form.js-finder-searchform fieldset .form-inline .input-group .awesomplete {
  flex-grow: 1;
}
form.js-finder-searchform fieldset .form-inline .input-group input[type="text"] {
  border-radius: 0 !important;
  border-right: none;
  height: 50px;
  font-size: 19px;
  font-weight: 300;
  line-height: 26px;
}
form.js-finder-searchform fieldset .form-inline .input-group ul li mark {
  background: #a61680;
}
form.js-finder-searchform fieldset .form-inline .input-group .btn {
  margin: 0 !important;
  padding: 10px !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 17px !important;
  text-transform: unset !important;
}
time.result__date {
  color: #37423d;
  font-weight: 700;
}
.result__item + .result__item {
  border-top: 2px solid #ccc;
}
#search-result-list {
  margin: 0;
}
body.g-uitblinkers {
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  opacity: 0;
  transition: opacity 1s linear;
}
body.g-uitblinkers.active {
  opacity: 1;
}
body.g-uitblinkers h1, body.g-uitblinkers h2, body.g-uitblinkers h3 {
  font-weight: 700;
  font-style: normal;
  color: #a61680;
  letter-spacing: unset;
}
body.g-uitblinkers h1 {
  font-size: 64px;
  line-height: 70px;
}
body.g-uitblinkers h2 {
  font-size: 48px;
  line-height: 50px;
}
body.g-uitblinkers h3 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 5px;
  margin-top: 30px;
}
body.g-uitblinkers p, body.g-uitblinkers ol, body.g-uitblinkers span.subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: black;
}
body.g-uitblinkers span.subtitle {
  display: block;
  margin-bottom: 30px;
}
body.g-uitblinkers p.lead {
  font-size: 24px;
  font-family: "zilla-slab", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #a61680;
  letter-spacing: unset;
  margin: 30px 0px;
}
body.g-uitblinkers span.subtitle {
  font-weight: 700;
}
body.g-uitblinkers .kaart-drenthe {
  opacity: 0;
  animation: fadeInUp 2s cubic-bezier(0.19, 0.49, 0.32, 1) forwards;
  animation-delay: 0.25s;
}
body.g-uitblinkers .video-responsive {
  margin: 0;
  width: 100%;
}
body.g-uitblinkers .spark {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.g-uitblinkers .spark span {
  position: absolute;
  opacity: 0;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background: #a61680;
  animation: spark 3s linear infinite;
}
body.g-uitblinkers .spark:nth-child(1) {
  transform: rotate(-90deg);
}
body.g-uitblinkers .spark:nth-child(2) {
  transform: rotate(0deg);
}
body.g-uitblinkers .spark:nth-child(3) {
  transform: rotate(90deg);
}
body.g-uitblinkers .spark:nth-child(4) {
  transform: rotate(180deg);
}
body.g-uitblinkers .sparks-left {
  position: relative;
  display: inline-flex;
}
body.g-uitblinkers .sparks-left .sparks {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  pointer-events: none;
  user-select: none;
}
body.g-uitblinkers .sparks-left .sparks:nth-child(1) {
  top: -90px;
  left: -15px;
}
body.g-uitblinkers .sparks-left .sparks:nth-child(1) .spark span {
  animation-delay: 500ms;
}
body.g-uitblinkers .sparks-left .sparks:nth-child(2) {
  top: -50px;
  left: -50px;
}
body.g-uitblinkers .sparks-left .sparks:nth-child(2) .spark span {
  animation-delay: 600ms;
}
body.g-uitblinkers .sparks-left .sparks:nth-child(3) {
  top: -70px;
  left: 30px;
}
body.g-uitblinkers .sparks-left .sparks:nth-child(3) .spark span {
  animation-delay: 700ms;
}
body.g-uitblinkers .sparks-right {
  position: relative;
  display: inline-flex;
}
body.g-uitblinkers .sparks-right .sparks {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  pointer-events: none;
  user-select: none;
}
body.g-uitblinkers .sparks-right .sparks:nth-child(1) {
  top: -50px;
  right: -20px;
}
body.g-uitblinkers .sparks-right .sparks:nth-child(1) .spark span {
  animation-delay: 500ms;
}
body.g-uitblinkers .sparks-right .sparks:nth-child(2) {
  top: -15px;
  right: -60px;
}
body.g-uitblinkers .sparks-right .sparks:nth-child(2) .spark span {
  animation-delay: 600ms;
}
body.g-uitblinkers ol.ordered-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 180px;
  background: #f5f5f7;
  border-radius: 10px;
  padding: 20px;
  font-weight: 700;
  font-size: 16px;
  margin-top: 100px;
  margin-bottom: 0;
}
body.g-uitblinkers ol.ordered-list li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 28px;
  gap: 15px;
}
body.g-uitblinkers ol.ordered-list li span {
  font-family: "zilla-slab", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #a61680;
  border-radius: 50%;
}
body.g-uitblinkers .shape-yellow {
  pointer-events: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  background: url('../../../../images/drentse_uitblinkers/shape_yellow.svg') center center no-repeat;
  background-size: contain;
}
body.g-uitblinkers .shape-yellow img {
  width: 60%;
}
body.g-uitblinkers .shape-yellow-2 {
  pointer-events: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 275px;
  height: 275px;
  background: url('../../../../images/drentse_uitblinkers/shape_yellow_2.svg') center center no-repeat;
  background-size: contain;
}
body.g-uitblinkers .shape-purple {
  pointer-events: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: url('../../../../images/drentse_uitblinkers/shape_purple.svg') center center no-repeat;
  background-size: contain;
}
body.g-uitblinkers .shape-purple img {
  width: 70%;
}
body.g-uitblinkers .detect {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
body.g-uitblinkers .detect.inview {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.25s;
}
body.g-uitblinkers .columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start !important;
  gap: 40px !important;
  margin-top: 0 !important;
}
body.g-uitblinkers .columns .column {
  display: block !important;
  position: relative;
  width: 100%;
}
body.g-uitblinkers .columns .column.width--30 {
  width: 30%;
}
body.g-uitblinkers .columns .column.width--35 {
  width: 35%;
}
body.g-uitblinkers .columns .column.width--37 {
  width: 37%;
}
body.g-uitblinkers .columns .column.width--40 {
  width: 40%;
}
body.g-uitblinkers .columns .column.width--50 {
  width: 50%;
}
body.g-uitblinkers .columns .column.width--60 {
  width: 60%;
}
body.g-uitblinkers .columns .column.width--63 {
  width: 63%;
}
body.g-uitblinkers .columns .column.width--70 {
  width: 70%;
}
body.g-uitblinkers .columns .column.width--75 {
  width: 75%;
}
body.g-uitblinkers .columns .column.width--80 {
  width: 80%;
}
body.g-uitblinkers .columns .column.width--90 {
  width: 90%;
}
body.g-uitblinkers .columns .column.width--100 {
  width: 100%;
}
body.g-uitblinkers .width--350 {
  max-width: 350px;
}
body.g-uitblinkers .width--600 {
  max-width: 600px;
}
body.g-uitblinkers .width--700 {
  max-width: 700px;
}
body.g-uitblinkers .width--800 {
  max-width: 800px;
}
body.g-uitblinkers .width--1000 {
  max-width: 1000px;
}
body.g-uitblinkers .width--1250 {
  max-width: 1250px;
}
body.g-uitblinkers .width--1400 {
  max-width: 1400px;
}
body.g-uitblinkers .align-center {
  margin: 0 auto;
}
body.g-uitblinkers .youtube-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
body.g-uitblinkers a.button-white {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #a61680;
  padding: 20px;
  gap: 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 20px;
}
body.g-uitblinkers a.button-white:hover {
  background: #f8b134;
}
body.g-uitblinkers button.show-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #f8b134;
  color: white;
  border-radius: 50%;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
body.g-uitblinkers .youtube-video {
  border-radius: 10px;
  background: #efefef;
}
body.g-uitblinkers .youtube-module {
  position: relative;
  margin: 0 -20px;
}
body.g-uitblinkers .youtube-module .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.g-uitblinkers .youtube-module .items .item {
  width: calc(100% / 3);
  padding: 0 20px;
  overflow: hidden;
  margin-bottom: 0;
  height: 0;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 0.49, 0.32, 1);
}
body.g-uitblinkers .youtube-module .items .item.active {
  display: block;
  height: unset;
  margin-bottom: 40px;
  opacity: 1;
}
body.g-uitblinkers .youtube-module .youtube-module-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.g-uitblinkers .youtube-module .youtube-module-buttons button.show-more.hidden {
  display: none;
}
body.g-uitblinkers .podcast-module {
  margin-top: 40px;
}
body.g-uitblinkers .podcast-module .items .owl-nav {
  position: absolute;
  margin: 0;
  top: -100px;
  right: 0;
}
body.g-uitblinkers .podcast-module .items .owl-item {
  pointer-events: none;
  opacity: 0.5;
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
body.g-uitblinkers .podcast-module .items .owl-item.active {
  opacity: 1;
  pointer-events: all;
}
body.g-uitblinkers .podcast-module .items .owl-item a.item {
  display: block;
  background: white;
  height: 100%;
}
body.g-uitblinkers .podcast-module .items .owl-item a.item:hover {
  background: #f8b134;
}
body.g-uitblinkers .podcast-module .items .owl-item a.item:hover .image img {
  transform: scale(1.05);
}
body.g-uitblinkers .podcast-module .items .owl-item a.item .image {
  width: 100%;
  height: 250px;
  background: #efefef;
  overflow: hidden;
}
body.g-uitblinkers .podcast-module .items .owl-item a.item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.19, 0.49, 0.32, 1);
}
body.g-uitblinkers .podcast-module .items .owl-item a.item p {
  padding: 20px;
  min-height: 120px;
  margin: 0;
  color: black !important;
}
body.g-uitblinkers #g-page-surround #g-header {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  color: black;
  min-height: unset;
  height: unset;
  max-height: 1000px;
}
body.g-uitblinkers #g-page-surround #g-header .platform-content {
  position: relative;
}
body.g-uitblinkers #g-page-surround #g-header .platform-content .shape-yellow {
  position: absolute;
  right: 0;
  top: 0;
}
body.g-uitblinkers #g-page-surround #g-header .uitblinkers-header {
  align-items: center;
}
body.g-uitblinkers #g-page-surround #g-header:before {
  display: none;
}
body.g-uitblinkers #g-page-surround #g-featured {
  position: relative;
  background: #f8b134;
  padding: 25px 0px;
}
body.g-uitblinkers #g-page-surround #g-featured .platform-content {
  position: relative;
}
body.g-uitblinkers #g-page-surround #g-featured .platform-content .shape-purple {
  position: absolute;
  right: -45px;
  top: -180px;
}
body.g-uitblinkers #g-page-surround #g-featured .platform-content .shape-purple img {
  transform: translateY(-50px);
}
body.g-uitblinkers #g-page-surround #g-featured .columns {
  gap: 100px;
}
body.g-uitblinkers #g-page-surround #g-featured:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  top: -75px;
  background: url('../../../../images/drentse_uitblinkers/transition_yellow.svg') center center no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
body.g-uitblinkers #g-page-surround #g-featured:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: -75px;
  background: url('../../../../images/drentse_uitblinkers/transition_yellow.svg') center center no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
body.g-uitblinkers #g-page-surround #g-videos {
  color: black;
  position: relative;
  padding-top: 125px;
  padding-bottom: 50px;
}
body.g-uitblinkers #g-page-surround #g-videos .columns {
  position: relative;
  gap: 100px;
}
body.g-uitblinkers #g-page-surround #g-videos .columns .shape-yellow-2 {
  position: absolute;
  top: -150px;
  left: -75px;
}
body.g-uitblinkers #g-page-surround #g-videos .columns .shape-yellow-2 p {
  hyphens: none;
  color: white;
  font-weight: 700;
  transform: translateY(-50px);
  margin-left: 75px;
}
body.g-uitblinkers #g-page-surround #g-videos .columns .shape-yellow-2 p img {
  width: 30px;
  margin-left: 5px;
  transform: translateY(10px);
}
body.g-uitblinkers #g-page-surround #g-videos .youtube-videos {
  border-top: 3px solid #efefef;
}
body.g-uitblinkers #g-page-surround #g-podcasts {
  background: #a61680;
  color: white;
  padding: 50px 0px;
}
body.g-uitblinkers #g-page-surround #g-podcasts h2 {
  color: white;
  margin-bottom: 20px;
}
body.g-uitblinkers #g-page-surround #g-podcasts p {
  color: white;
}
body.g-uitblinkers #g-page-surround #g-podcasts .spark span {
  background: white;
}
body.g-uitblinkers #g-page-surround #g-podcasts .podcast-footer {
  margin-top: 40px;
}
body.g-uitblinkers #g-page-surround #g-podcasts .podcast-footer img {
  margin-bottom: 20px;
  pointer-events: none;
  user-select: none;
}
body.g-uitblinkers #g-page-surround #g-contact {
  text-align: center;
  padding: 50px 0px;
  background: white;
}
body.g-uitblinkers #g-page-surround #g-contact a {
  color: black;
  font-weight: 300;
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  body.g-uitblinkers ol.ordered-list {
    margin-top: 50px;
  }
  body.g-uitblinkers .shape-yellow-2, body.g-uitblinkers .shape-purple {
    display: none;
  }
  body.g-uitblinkers #g-page-surround #g-header {
    max-height: unset;
  }
  body.g-uitblinkers #g-page-surround #g-header .platform-content .shape-yellow {
    top: -50px;
  }
  body.g-uitblinkers #g-page-surround #g-header .uitblinkers-header {
    flex-wrap: wrap;
    justify-content: center;
  }
  body.g-uitblinkers #g-page-surround #g-header .uitblinkers-header .column {
    max-width: 600px;
    width: 100% !important;
  }
}
@media only screen and (max-width: 1000px) {
  body.g-uitblinkers .youtube-module .items .item {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  body.g-uitblinkers .podcast-module {
    margin-top: 100px;
  }
  body.g-uitblinkers .youtube-module .items .item {
    width: 100%;
  }
  body.g-uitblinkers .columns {
    flex-wrap: wrap;
  }
  body.g-uitblinkers .columns .column.width--50 {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  body.g-uitblinkers h1 {
    font-size: 55px;
    line-height: 55px;
  }
  body.g-uitblinkers h2 {
    font-size: 40px;
    line-height: 40px;
  }
  body.g-uitblinkers h3 {
    font-size: 30px;
    line-height: 30px;
  }
  body.g-uitblinkers ol.ordered-list {
    max-height: unset;
  }
  body.g-uitblinkers #g-page-surround #g-header {
    height: unset !important;
  }
  body.g-uitblinkers #g-page-surround #g-header .platform-content .shape-yellow {
    right: -50px;
  }
  body.g-uitblinkers #g-page-surround #g-header .uitblinkers-header h1 {
    margin-top: 125px;
  }
}
body.g-sterkevakantieparken {
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  opacity: 0;
  transition: opacity 1s linear;
}
body.g-sterkevakantieparken .g-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
body.g-sterkevakantieparken .popup-aanmelden {
  position: fixed;
  left: 20px;
  bottom: 20px;
  transform: scale(0.2);
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transition: all 0.2s cubic-bezier(0.25, 0.63, 0.37, 1.19);
  z-index: 1000;
}
body.g-sterkevakantieparken .popup-aanmelden.active {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
body.g-sterkevakantieparken.active {
  opacity: 1;
}
body.g-sterkevakantieparken p, body.g-sterkevakantieparken ol {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: black;
  margin: 20px 0px;
}
body.g-sterkevakantieparken p.blue, body.g-sterkevakantieparken ol.blue {
  color: #009fe3;
}
body.g-sterkevakantieparken p.lead {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  hyphens: none;
}
body.g-sterkevakantieparken h1, body.g-sterkevakantieparken h2, body.g-sterkevakantieparken h3 {
  font-weight: 700;
  font-style: normal;
  color: black;
  letter-spacing: unset;
}
body.g-sterkevakantieparken h1 i, body.g-sterkevakantieparken h2 i, body.g-sterkevakantieparken h3 i {
  font-weight: 300;
}
body.g-sterkevakantieparken h1 {
  font-size: 60px;
  line-height: 60px;
}
body.g-sterkevakantieparken h1 i {
  font-size: 80%;
}
body.g-sterkevakantieparken h2 {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 40px;
}
body.g-sterkevakantieparken h3 {
  font-size: 31px;
  line-height: 38px;
  margin-bottom: 5px;
  margin-top: 30px;
}
body.g-sterkevakantieparken h3.small {
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: black;
  margin-bottom: 25px;
}
body.g-sterkevakantieparken span.title-small {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: black;
  margin-bottom: -20px;
}
body.g-sterkevakantieparken span.subtitle {
  display: inline-block;
  font-family: "Zilla Slab", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}
body.g-sterkevakantieparken .video-responsive {
  margin: 0;
  width: 100%;
}
body.g-sterkevakantieparken ol.ordered-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 250px;
  font-weight: 700;
  font-size: 16px;
  margin-top: 45px;
  margin-bottom: 0;
  padding-left: 0;
  max-height: 180px;
}
body.g-sterkevakantieparken ol.ordered-list li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 28px;
  gap: 15px;
}
body.g-sterkevakantieparken ol.ordered-list li span {
  font-family: "zilla-slab", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #a61680;
  border-radius: 50%;
}
body.g-sterkevakantieparken .columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 100px;
  margin-top: 0;
}
body.g-sterkevakantieparken .columns .column {
  position: relative;
  width: 100%;
}
body.g-sterkevakantieparken .columns .column.width--30 {
  width: 30%;
}
body.g-sterkevakantieparken .columns .column.width--35 {
  width: 35%;
}
body.g-sterkevakantieparken .columns .column.width--37 {
  width: 37%;
}
body.g-sterkevakantieparken .columns .column.width--40 {
  width: 40%;
}
body.g-sterkevakantieparken .columns .column.width--50 {
  width: 50%;
}
body.g-sterkevakantieparken .columns .column.width--60 {
  width: 60%;
}
body.g-sterkevakantieparken .columns .column.width--63 {
  width: 63%;
}
body.g-sterkevakantieparken .columns .column.width--70 {
  width: 70%;
}
body.g-sterkevakantieparken .columns .column.width--75 {
  width: 75%;
}
body.g-sterkevakantieparken .columns .column.width--80 {
  width: 80%;
}
body.g-sterkevakantieparken .columns .column.width--90 {
  width: 90%;
}
body.g-sterkevakantieparken .columns .column.width--100 {
  width: 100%;
}
body.g-sterkevakantieparken .width--350 {
  max-width: 350px;
}
body.g-sterkevakantieparken .width--400 {
  max-width: 400px;
}
body.g-sterkevakantieparken .width--600 {
  max-width: 600px;
}
body.g-sterkevakantieparken .width--700 {
  max-width: 700px;
}
body.g-sterkevakantieparken .width--800 {
  max-width: 800px;
}
body.g-sterkevakantieparken .width--900 {
  max-width: 900px;
}
body.g-sterkevakantieparken .width--1000 {
  max-width: 1000px;
}
body.g-sterkevakantieparken .width--1100 {
  max-width: 1100px;
}
body.g-sterkevakantieparken .width--1250 {
  max-width: 1250px;
}
body.g-sterkevakantieparken .width--1400 {
  max-width: 1400px;
}
body.g-sterkevakantieparken .align-center {
  margin: 0 auto;
}
body.g-sterkevakantieparken .youtube-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  background: #efefef;
}
body.g-sterkevakantieparken .youtube-video .video-responsive {
  border-radius: unset;
}
body.g-sterkevakantieparken a.button-blue {
  position: relative;
  display: inline-block;
  background: #009fe3;
  color: white;
  padding: 15px 30px;
  gap: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 50px;
  z-index: 2;
}
body.g-sterkevakantieparken a.button-blue img {
  margin: -15px 0px;
  width: 20px;
  margin-right: 10px;
}
body.g-sterkevakantieparken a.button-blue:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: #009fe3;
  opacity: 0.2;
  border-radius: 50px;
  transform: scale(0.3);
  transition: all 0.2s cubic-bezier(0.25, 0.63, 0.37, 1.19);
  z-index: -1;
}
body.g-sterkevakantieparken a.button-blue:hover::before {
  transform: scale(1);
}
body.g-sterkevakantieparken a.button-yellow {
  position: relative;
  display: inline-block;
  background: #f8b134;
  color: white;
  padding: 15px 30px;
  gap: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 50px;
  z-index: 2;
}
body.g-sterkevakantieparken a.button-yellow img {
  margin: -15px 0px;
  width: 20px;
  margin-right: 10px;
}
body.g-sterkevakantieparken a.button-yellow:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: #f8b134;
  opacity: 0.2;
  border-radius: 50px;
  transform: scale(0.3);
  transition: all 0.2s cubic-bezier(0.25, 0.63, 0.37, 1.19);
  z-index: -1;
}
body.g-sterkevakantieparken a.button-yellow:hover::before {
  transform: scale(1);
}
body.g-sterkevakantieparken button.show-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #009fe3;
  color: white;
  border-radius: 50%;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  z-index: 2;
}
body.g-sterkevakantieparken button.show-more:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: #009fe3;
  opacity: 0.2;
  border-radius: 50px;
  transform: scale(0.3);
  transition: all 0.2s cubic-bezier(0.25, 0.63, 0.37, 1.19);
  z-index: -1;
}
body.g-sterkevakantieparken button.show-more:hover::before {
  transform: scale(1);
}
body.g-sterkevakantieparken .youtube-module {
  position: relative;
}
body.g-sterkevakantieparken .youtube-module .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -20px;
}
body.g-sterkevakantieparken .youtube-module .items .item {
  width: calc(100% / 3);
  padding: 0 20px;
  overflow: hidden;
  margin-bottom: 0;
  height: 0;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 0.49, 0.32, 1);
}
body.g-sterkevakantieparken .youtube-module .items .item.active {
  display: block;
  height: unset;
  margin-bottom: 40px;
  opacity: 1;
}
body.g-sterkevakantieparken .youtube-module .youtube-module-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.g-sterkevakantieparken .youtube-module .youtube-module-buttons button.show-more.hidden {
  display: none;
}
body.g-sterkevakantieparken .podcast-module {
  margin-top: 35px;
  margin-bottom: 50px;
}
body.g-sterkevakantieparken .podcast-module .items .owl-nav {
  position: absolute;
  margin: 0;
  top: -100px;
  right: 0;
}
body.g-sterkevakantieparken .podcast-module .items .owl-nav button {
  border: none;
  background: white;
  color: black;
}
body.g-sterkevakantieparken .podcast-module .items .owl-item {
  pointer-events: none;
  opacity: 0.5;
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
body.g-sterkevakantieparken .podcast-module .items .owl-item.active {
  opacity: 1;
  pointer-events: all;
}
body.g-sterkevakantieparken .podcast-module .items .owl-item a.item {
  position: relative;
  display: block;
  background: white;
  height: 100%;
}
body.g-sterkevakantieparken .podcast-module .items .owl-item a.item:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(0deg, black, transparent);
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
  z-index: -1;
}
body.g-sterkevakantieparken .podcast-module .items .owl-item a.item:hover::before {
  opacity: 0.2;
}
body.g-sterkevakantieparken .podcast-module .items .owl-item a.item .image {
  width: 100%;
  height: 250px;
  background: #efefef;
  overflow: hidden;
}
body.g-sterkevakantieparken .podcast-module .items .owl-item a.item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.g-sterkevakantieparken .podcast-module .items .owl-item a.item p {
  padding: 20px;
  min-height: 120px;
  margin: 0;
  color: black !important;
}
body.g-sterkevakantieparken .podcast-module .items .owl-item a.item.preview {
  pointer-events: none;
  user-select: none;
}
body.g-sterkevakantieparken #g-page-surround #g-sterke-vakantieparken-header {
  position: relative;
  padding-top: 0;
  padding-bottom: 0px;
  color: black;
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
  background: url('../../../../images/sterke_vakantieparken/header.jpg?6912fa20') center center no-repeat;
  background-size: cover;
}
body.g-sterkevakantieparken #g-page-surround #g-sterke-vakantieparken-header h1 {
  display: none;
}
body.g-sterkevakantieparken #g-page-surround #g-sterke-vakantieparken-header img.sterke-vakantieparken {
  margin-bottom: 25px;
}
body.g-sterkevakantieparken #g-page-surround #g-sterke-vakantieparken-header a.button-blue {
  margin-top: 20px;
  margin-bottom: 50px;
}
body.g-sterkevakantieparken #g-page-surround #g-sterke-vakantieparken-header .opaque {
  z-index: 1;
  padding-top: 100px;
}
body.g-sterkevakantieparken #g-page-surround #g-sterke-vakantieparken-header .opaque:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  bottom: 0;
  background: white;
  z-index: -1;
}
body.g-sterkevakantieparken #g-page-surround #g-sterke-vakantieparken-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  width: 100%;
  height: 100px;
  background: url('../../../../images/sterke_vakantieparken/transition_white.svg?6912fa21') center center no-repeat;
  pointer-events: none;
  user-select: none;
}
body.g-sterkevakantieparken #g-page-surround #g-hulp-nodig {
  position: relative;
  padding: 100px 0px;
  background: #e3f7ff;
}
body.g-sterkevakantieparken #g-page-surround #g-hulp-nodig a.button-blue {
  margin-top: 20px;
}
body.g-sterkevakantieparken #g-page-surround #g-hulp-nodig:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  width: 100%;
  height: 100px;
  background: url('../../../../images/sterke_vakantieparken/transition_white.svg?6912fa21') center center no-repeat;
  pointer-events: none;
  user-select: none;
}
body.g-sterkevakantieparken #g-page-surround #g-hulp-nodig:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  width: 100%;
  height: 100px;
  background: url('../../../../images/sterke_vakantieparken/transition_white.svg?6912fa21') center center no-repeat;
  pointer-events: none;
  user-select: none;
}
body.g-sterkevakantieparken #g-page-surround #g-wat-wij-kunnen-betekenen {
  color: black;
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}
body.g-sterkevakantieparken #g-page-surround #g-wat-wij-kunnen-betekenen a.button-blue {
  margin-top: 20px;
}
body.g-sterkevakantieparken #g-page-surround #g-aan-tafel-met {
  position: relative;
  background: linear-gradient(-90deg, #f8b134 0%, #009fe3 100%);
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
body.g-sterkevakantieparken #g-page-surround #g-aan-tafel-met h2, body.g-sterkevakantieparken #g-page-surround #g-aan-tafel-met p {
  color: white;
}
body.g-sterkevakantieparken #g-page-surround #g-aan-tafel-met:before {
  content: "";
  position: absolute;
  left: -300px;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: 70px 0px;
  background: url('../../../../images/sterke_vakantieparken/beeldmerk.svg?6912fa20') left center no-repeat;
  background-size: auto;
  z-index: 1;
  opacity: 0.2;
}
body.g-sterkevakantieparken #g-page-surround #g-aan-tafel-geweest-met {
  padding-top: 50px;
  padding-bottom: 100px;
}
body.g-sterkevakantieparken #g-page-surround #g-aan-tafel-geweest-met .podcast-module .items .owl-item a.item {
  background: #e3f7ff;
}
body.g-sterkevakantieparken #g-page-surround #g-aan-tafel-geweest-met .podcast-module .items .owl-nav button {
  background: #e3f7ff;
}
body.g-sterkevakantieparken #g-page-surround #g-zij-gingen-je-voor {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
  background: #e8f8e7;
}
body.g-sterkevakantieparken #g-page-surround #g-zij-gingen-je-voor h2 {
  color: #3caa36;
}
body.g-sterkevakantieparken #g-page-surround #g-zij-gingen-je-voor .column.kaart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.g-sterkevakantieparken #g-page-surround #g-zij-gingen-je-voor .column.kaart .kaart-drenthe {
  position: absolute;
  right: -5vw;
  left: 0;
  z-index: 1;
}
body.g-sterkevakantieparken #g-page-surround #g-zij-gingen-je-voor:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  width: 100%;
  height: 100px;
  background: url('../../../../images/sterke_vakantieparken/transition_white.svg?6912fa21') center center no-repeat;
  pointer-events: none;
  user-select: none;
}
body.g-sterkevakantieparken #g-page-surround #g-zij-gingen-je-voor:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  width: 100%;
  height: 100px;
  background: url('../../../../images/sterke_vakantieparken/transition_white.svg?6912fa21') center center no-repeat;
  pointer-events: none;
  user-select: none;
}
body.g-sterkevakantieparken #g-page-surround #g-ons-expertteam {
  padding-top: 100px;
  padding-bottom: 50px;
}
body.g-sterkevakantieparken #g-page-surround #g-ons-expertteam .columns {
  gap: 40px;
}
body.g-sterkevakantieparken #g-page-surround #g-ons-expertteam .youtube-module {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 3px solid #efefef;
}
body.g-sterkevakantieparken #g-page-surround #g-klaar-om-stappen-te-zetten {
  position: relative;
  padding-top: 150px;
  padding-bottom: 75px;
  background: #e8f8e7;
}
body.g-sterkevakantieparken #g-page-surround #g-klaar-om-stappen-te-zetten h2 {
  color: #3caa36;
}
body.g-sterkevakantieparken #g-page-surround #g-klaar-om-stappen-te-zetten a:not(.button-blue) {
  color: unset;
  font-weight: unset;
  text-decoration: underline;
}
body.g-sterkevakantieparken #g-page-surround #g-klaar-om-stappen-te-zetten:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  width: 100%;
  height: 100px;
  background: url('../../../../images/sterke_vakantieparken/transition_white.svg?6912fa21') center center no-repeat;
  pointer-events: none;
  user-select: none;
}
body.g-sterkevakantieparken #g-page-surround #g-gemeenten {
  position: relative;
  padding-top: 150px;
}
body.g-sterkevakantieparken #g-page-surround #g-gemeenten:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  width: 100%;
  height: 100px;
  background: url('../../../../images/sterke_vakantieparken/transition_green.svg?69132d1f') center center no-repeat;
  pointer-events: none;
  user-select: none;
}
body.g-sterkevakantieparken #g-page-surround #g-footer h3 {
  margin-top: 30px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}
body.g-sterkevakantieparken #g-page-surround #g-footer .columns .column {
  width: unset;
}
body.g-sterkevakantieparken #g-page-surround #g-copyright p {
  line-height: 26px;
}
body.g-sterkevakantieparken #g-page-surround #g-copyright .g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
@media only screen and (max-width: 1100px) {
  body.g-sterkevakantieparken div[class^="width--"] {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  body.g-sterkevakantieparken .columns {
    flex-wrap: wrap;
    gap: 0px;
  }
  body.g-sterkevakantieparken .podcast-module {
    margin-top: 100px;
  }
  body.g-sterkevakantieparken .youtube-module .items .item {
    width: 100%;
  }
  body.g-sterkevakantieparken #g-page-surround #g-sterke-vakantieparken-header .opaque {
    padding-top: 50px;
  }
  body.g-sterkevakantieparken #g-page-surround #g-wat-wij-kunnen-betekenen .youtube-video {
    margin-top: 50px;
  }
  body.g-sterkevakantieparken #g-page-surround #g-zij-gingen-je-voor .column.kaart .kaart-drenthe {
    margin-top: 50px;
    position: relative;
    right: unset;
    left: unset;
  }
}
body.g-jaarverslag {
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  opacity: 0;
  transition: opacity 1s linear;
}
body.g-jaarverslag.active {
  opacity: 1;
}
body.g-jaarverslag p, body.g-jaarverslag ol {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: black;
}
body.g-jaarverslag p.lead {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  hyphens: none;
}
body.g-jaarverslag h1, body.g-jaarverslag h2, body.g-jaarverslag h3 {
  font-weight: 700;
  font-style: normal;
  color: #a61680;
  letter-spacing: unset;
}
body.g-jaarverslag h1 {
  font-size: 50px;
  line-height: 60px;
}
body.g-jaarverslag h2 {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 40px;
}
body.g-jaarverslag h3 {
  font-size: 31px;
  line-height: 38px;
  margin-bottom: 5px;
  margin-top: 30px;
}
body.g-jaarverslag h3.small {
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: black;
  margin-bottom: 25px;
}
body.g-jaarverslag tag {
  display: inline-block;
  font-family: "zilla-slab", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #f8b134;
  margin-bottom: 15px;
}
body.g-jaarverslag nav.jaarverslag {
  position: absolute;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  bottom: -100px;
  text-align: left;
}
body.g-jaarverslag nav.jaarverslag ul {
  list-style: none;
  padding: 0;
}
body.g-jaarverslag nav.jaarverslag ul li {
  position: relative;
}
body.g-jaarverslag nav.jaarverslag ul li a {
  color: white !important;
}
body.g-jaarverslag nav.jaarverslag ul li a:hover {
  color: #f8b134 !important;
}
body.g-jaarverslag nav.jaarverslag ul li.active:before {
  content: url('../../../../images/jaarverslag_2024/arrow_right.png');
  position: absolute;
  left: -20px;
  top: 1px;
}
body.g-jaarverslag nav.jaarverslag ul li.active a {
  color: #f8b134 !important;
}
body.g-jaarverslag nav.jaarverslag:before {
  content: url('../../../../images/jaarverslag_2024/shape_purple.svg');
  position: absolute;
  width: 240px;
  transform: translateY(10px);
  z-index: -1;
}
body.g-jaarverslag span.subtitle {
  display: inline-block;
  font-family: "zilla-slab", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}
body.g-jaarverslag button.arrow, body.g-jaarverslag a.arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  line-height: 20px;
  min-height: 46px;
  min-width: 150px;
  background: #a61680;
  color: white;
  border-radius: 10px;
  gap: 15px;
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
body.g-jaarverslag button.arrow:after, body.g-jaarverslag a.arrow:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
body.g-jaarverslag button.arrow:hover, body.g-jaarverslag a.arrow:hover {
  background: #d31ca3;
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
}
body.g-jaarverslag button.arrow:hover:after, body.g-jaarverslag a.arrow:hover:after {
  transform: translateX(5px);
  transition: all 0.2s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
body.g-jaarverslag .kaart-drenthe {
  opacity: 0;
  animation: fadeInUp 2s cubic-bezier(0.19, 0.49, 0.32, 1) forwards;
  animation-delay: 0.25s;
}
body.g-jaarverslag .list-actief {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  max-height: 800px;
}
body.g-jaarverslag .list-actief .list-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 5px;
}
body.g-jaarverslag .list-actief .list-title.yellow {
  color: #f8b134;
}
body.g-jaarverslag .list-actief .list-title.pink {
  color: #e5007d;
}
body.g-jaarverslag .list-actief .list-title.purple {
  color: #a61680;
}
body.g-jaarverslag .list-actief .list-title.blue {
  color: #009fe3;
}
body.g-jaarverslag .list-actief .list-title.gray {
  color: #aaa;
}
body.g-jaarverslag .loader {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
body.g-jaarverslag .loader:before, body.g-jaarverslag .loader:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid transparent;
  animation: prixClipFix 2s linear infinite;
}
body.g-jaarverslag .loader:after {
  transform: rotate3d(90, 90, 0, 180deg);
  border-color: #a61680;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  75%, 100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
}
body.g-jaarverslag .video-responsive {
  margin: 0;
  width: 100%;
  background: #dfdfdf;
}
body.g-jaarverslag .video-responsive:before {
  position: absolute;
  content: url('../../../../images/jaarverslag_2024/play.svg');
  width: 68px;
  height: 48px;
  top: calc(50% - 24px);
  left: calc(50% - 34px);
  pointer-events: none;
  user-select: none;
  filter: grayscale(1);
  opacity: 0.5;
  z-index: 0;
}
body.g-jaarverslag .video-responsive .loader {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  z-index: 0;
}
body.g-jaarverslag .youtube-4x {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
body.g-jaarverslag .youtube-4x .item {
  width: calc(50% - 10px);
}
body.g-jaarverslag .youtube-4x .item .video-responsive {
  margin-bottom: 5px;
  padding-bottom: 55%;
}
body.g-jaarverslag .youtube-4x .item p {
  margin: 0;
}
body.g-jaarverslag ol.ordered-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  list-style-position: inside;
  padding: 0;
}
body.g-jaarverslag ol.ordered-list li {
  line-height: 19px;
}
body.g-jaarverslag .progressbar {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  width: 13px;
  transform: translateX(-50%);
  height: 100%;
  top: 25px;
  background: #e5e5e5;
  border-radius: 10px;
}
body.g-jaarverslag .progressbar span.fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #a61680;
  transition: all 1s cubic-bezier(0.19, 0.49, 0.32, 1);
  border-radius: 10px;
}
body.g-jaarverslag .progressbar span.dot {
  display: block;
  position: absolute;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  overflow: hidden;
  background: #e5e5e5;
  transform: translateY(-15px);
  mix-blend-mode: darken;
}
body.g-jaarverslag .progressbar span.dot:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.2);
  transition: transform 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19), background 0s cubic-bezier(0.19, 0.49, 0.32, 1);
  transition-delay: 0.95s;
  background: #e5e5e5;
  border-radius: 50%;
}
body.g-jaarverslag .progressbar span.dot.active::after {
  transform: scale(1);
  background: #a61680;
}
body.g-jaarverslag .timeline-header {
  margin-bottom: -140px;
}
body.g-jaarverslag .timeline-header .timeline-title {
  min-height: 140px;
}
body.g-jaarverslag .timeline-header .timeline-title h2 {
  color: black;
  margin: 0;
}
body.g-jaarverslag .timeline-header .timeline-title span.subtitle {
  color: #c2c2c2;
}
body.g-jaarverslag .timeline {
  position: relative;
  gap: 0;
  flex-wrap: wrap;
  padding-bottom: 100px;
  opacity: 0;
  transition: opacity 2s;
}
body.g-jaarverslag .timeline.active {
  opacity: 1;
}
body.g-jaarverslag .timeline .timeline-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
}
body.g-jaarverslag .timeline .timeline-month {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  min-height: 140px;
}
body.g-jaarverslag .timeline .timeline-month.hidden {
  visibility: hidden;
}
body.g-jaarverslag .timeline .timeline-month:after {
  content: "";
  display: block;
  flex-shrink: 1;
  width: 100%;
  height: 4px;
  margin-top: 25px;
  background: #c2c2c2;
  transition: all 1s cubic-bezier(0.19, 0.49, 0.32, 1);
  transition-delay: 1s;
}
body.g-jaarverslag .timeline .timeline-month h2 {
  margin: 0;
  flex-shrink: 0;
  color: transparent;
  background: url('../../../../images/jaarverslag_2024/mask.png') center center no-repeat;
  background-position: -50px 100px;
  background-clip: text;
  background-color: #c2c2c2;
  transition: all 1s cubic-bezier(0.19, 0.49, 0.32, 1);
  transition-delay: 1s;
}
body.g-jaarverslag .timeline .timeline-month.active:after {
  background: #a61680;
}
body.g-jaarverslag .timeline .timeline-month.active h2 {
  background-position: -50px 0px;
}
body.g-jaarverslag .timeline .timeline-item {
  margin-bottom: 35px;
}
body.g-jaarverslag .timeline .timeline-item:last-child {
  margin-bottom: 75px;
}
body.g-jaarverslag .timeline .timeline-item tag {
  margin-bottom: 5px;
}
body.g-jaarverslag .timeline .timeline-item h3 {
  margin-top: 0;
  margin-bottom: 20px;
  color: black;
}
body.g-jaarverslag .timeline .timeline-item.podcast {
  position: relative;
  padding: 20px;
  background: #fef7ea;
  border-radius: 10px;
}
body.g-jaarverslag .timeline .timeline-item.podcast:after {
  content: url('../../../../images/jaarverslag_2024/microphone.svg');
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 24px;
  height: 40px;
}
body.g-jaarverslag .timeline .timeline-item.portrait {
  display: flex;
}
body.g-jaarverslag .timeline .timeline-item.portrait .circle {
  margin-top: 25px;
  flex-shrink: 0;
}
body.g-jaarverslag .timeline .timeline-item.portrait .circle img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.2);
}
body.g-jaarverslag .timeline .timeline-item.vlinders {
  position: relative;
}
body.g-jaarverslag .timeline .timeline-item.vlinders:after {
  content: url('../../../../images/jaarverslag_2024/vlinders_2.svg');
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}
body.g-jaarverslag .timeline .timeline-seperator {
  margin-bottom: 30px;
  height: 4px;
  width: 100px;
  background: #a61680;
}
body.g-jaarverslag .timeline .timeline-filler-1 {
  margin-top: 50px;
  position: relative;
}
body.g-jaarverslag .timeline .timeline-filler-1:after {
  content: url('../../../../images/jaarverslag_2024/vlinders.svg');
  position: absolute;
  right: 0;
  width: 140px;
}
body.g-jaarverslag .timeline .timeline-filler-2 {
  margin-top: -50px;
  margin-bottom: 20px;
}
body.g-jaarverslag .timeline :nth-child(odd) .timeline-month {
  flex-direction: row-reverse;
}
body.g-jaarverslag .timeline :nth-child(odd) .timeline-item.portrait {
  flex-direction: row-reverse;
}
body.g-jaarverslag .timeline :nth-child(odd) .timeline-item.portrait .circle {
  margin-right: 25px;
  margin-left: -50px;
}
body.g-jaarverslag .timeline :nth-child(even) .timeline-month {
  flex-direction: row;
}
body.g-jaarverslag .timeline :nth-child(even) .timeline-item.portrait {
  flex-direction: row;
}
body.g-jaarverslag .timeline :nth-child(even) .timeline-item.portrait .circle {
  margin-right: -50px;
  margin-left: 25px;
}
body.g-jaarverslag .columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start !important;
  gap: 40px;
  margin-top: 0 !important;
}
body.g-jaarverslag .columns .column {
  display: block;
  position: relative;
  width: 100%;
}
body.g-jaarverslag .columns .column.width--30 {
  width: 30%;
}
body.g-jaarverslag .columns .column.width--35 {
  width: 35%;
}
body.g-jaarverslag .columns .column.width--37 {
  width: 37%;
}
body.g-jaarverslag .columns .column.width--40 {
  width: 40%;
}
body.g-jaarverslag .columns .column.width--50 {
  width: 50%;
}
body.g-jaarverslag .columns .column.width--60 {
  width: 60%;
}
body.g-jaarverslag .columns .column.width--63 {
  width: 63%;
}
body.g-jaarverslag .columns .column.width--70 {
  width: 70%;
}
body.g-jaarverslag .columns .column.width--75 {
  width: 75%;
}
body.g-jaarverslag .columns .column.width--80 {
  width: 80%;
}
body.g-jaarverslag .columns .column.width--90 {
  width: 90%;
}
body.g-jaarverslag .columns .column.width--100 {
  width: 100%;
}
body.g-jaarverslag .width--350 {
  max-width: 350px;
}
body.g-jaarverslag .width--600 {
  max-width: 600px;
}
body.g-jaarverslag .width--700 {
  max-width: 700px;
}
body.g-jaarverslag .width--800 {
  max-width: 800px;
}
body.g-jaarverslag .width--1000 {
  max-width: 1000px;
}
body.g-jaarverslag .width--1250 {
  max-width: 1250px;
}
body.g-jaarverslag .width--1400 {
  max-width: 1400px;
}
body.g-jaarverslag .align-center {
  margin: 0 auto;
}
body.g-jaarverslag .text-align-center {
  text-align: center;
}
body.g-jaarverslag .youtube-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 15px;
  border-radius: 10px;
  background: #efefef;
  overflow: hidden;
}
body.g-jaarverslag .podcast-module {
  margin-top: 40px;
}
body.g-jaarverslag .podcast-module .items .owl-nav {
  position: absolute;
  margin: 0;
  top: -100px;
  right: 0;
}
body.g-jaarverslag .podcast-module .items .owl-item {
  pointer-events: none;
  opacity: 0.5;
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
body.g-jaarverslag .podcast-module .items .owl-item.active {
  opacity: 1;
  pointer-events: all;
}
body.g-jaarverslag .podcast-module .items .owl-item a.item {
  display: block;
  background: white;
  height: 100%;
}
body.g-jaarverslag .podcast-module .items .owl-item a.item:hover {
  background: #f8b134;
}
body.g-jaarverslag .podcast-module .items .owl-item a.item:hover .image img {
  transform: scale(1.05);
}
body.g-jaarverslag .podcast-module .items .owl-item a.item .image {
  width: 100%;
  height: 250px;
  background: #efefef;
  overflow: hidden;
}
body.g-jaarverslag .podcast-module .items .owl-item a.item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.19, 0.49, 0.32, 1);
}
body.g-jaarverslag .podcast-module .items .owl-item a.item p {
  padding: 20px;
  min-height: 120px;
  margin: 0;
  color: black !important;
}
body.g-jaarverslag .accordions {
  margin: 75px 0px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
body.g-jaarverslag .accordion {
  position: relative;
  padding: 20px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 15px;
}
body.g-jaarverslag .accordion .columns {
  padding-top: 20px;
}
body.g-jaarverslag .accordion .columns .column:first-child {
  width: 230px;
  flex-shrink: 0;
}
body.g-jaarverslag .accordion .portrait {
  position: relative;
  top: 20px;
  left: 30px;
}
body.g-jaarverslag .accordion .portrait:after {
  content: url('../../../../images/jaarverslag_2024/chat.svg');
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 80px;
  height: 80px;
}
body.g-jaarverslag .accordion .header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
body.g-jaarverslag .accordion .header .quote {
  font-size: 24px;
  line-height: 30px;
  color: #a61680;
  font-weight: 700;
  margin-bottom: 0;
}
body.g-jaarverslag .accordion .header p {
  margin-top: 0;
  margin-bottom: 25px;
}
body.g-jaarverslag .accordion h3.small {
  margin-top: 0;
  margin-bottom: 5px;
}
body.g-jaarverslag .accordion .content {
  height: 62px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  hyphens: none;
}
body.g-jaarverslag .accordion .content p {
  margin-bottom: 20px;
  margin-top: 0;
}
body.g-jaarverslag .accordion .content.active {
  height: unset;
  -webkit-line-clamp: unset;
}
body.g-jaarverslag .accordion .controls {
  display: flex;
  justify-content: flex-end;
}
body.g-jaarverslag .accordion .controls button {
  background: none;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
}
body.g-jaarverslag .accordion .controls button.readmore {
  color: #009fe3;
  text-decoration: underline;
}
body.g-jaarverslag .accordion .controls button.expand {
  opacity: 0.3;
}
body.g-jaarverslag .accordion .controls button.expand:hover {
  opacity: 0.6;
}
body.g-jaarverslag .mobile {
  display: none !important;
}
body.g-jaarverslag .nomobile {
  display: flex;
}
body.g-jaarverslag #g-page-surround #g-header {
  position: relative;
  padding-top: 150px;
  padding-bottom: 0px;
  color: black;
  text-align: center;
  overflow: visible;
  background: #f8b134;
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
body.g-jaarverslag #g-page-surround #g-header .platform-content {
  position: relative;
}
body.g-jaarverslag #g-page-surround #g-header .platform-content .shape-yellow {
  position: absolute;
  right: 0;
  top: 0;
}
body.g-jaarverslag #g-page-surround #g-header .uitblinkers-header {
  align-items: center;
}
body.g-jaarverslag #g-page-surround #g-header:before {
  content: "";
  position: absolute;
  top: -75px;
  left: -400px;
  width: calc(100% + 800px);
  height: 200px;
  background: url('../../../../images/jaarverslag_2024/transition_purple.svg') center center no-repeat;
}
body.g-jaarverslag #g-page-surround #g-video {
  padding-top: 100px;
  position: relative;
}
body.g-jaarverslag #g-page-surround #g-video:before {
  content: "";
  position: absolute;
  top: -100px;
  left: -400px;
  width: calc(100% + 800px);
  height: 200px;
  background: url('../../../../images/jaarverslag_2024/transition_yellow.svg') center center no-repeat;
}
body.g-jaarverslag #g-page-surround #g-actief {
  position: relative;
}
body.g-jaarverslag #g-page-surround #g-actief .columns {
  gap: 10px;
}
body.g-jaarverslag #g-page-surround #g-actief h2 {
  margin-top: 50px;
}
body.g-jaarverslag #g-page-surround #g-tijdlijn {
  padding-top: 50px;
}
body.g-jaarverslag #g-page-surround #g-bijzonder {
  padding-top: 50px;
}
body.g-jaarverslag #g-page-surround #g-financieel {
  padding-top: 25px;
  padding-bottom: 75px;
  background: #fafafa;
}
body.g-jaarverslag #g-page-surround #g-financieel .overflow {
  overflow-x: auto;
}
body.g-jaarverslag #g-page-surround #g-financieel .asterisk {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid black;
}
body.g-jaarverslag #g-page-surround #g-financieel table {
  border: none;
}
body.g-jaarverslag #g-page-surround #g-financieel table.overzicht {
  min-width: 850px;
  margin-bottom: 100px;
}
body.g-jaarverslag #g-page-surround #g-financieel table .text-right {
  text-align: right;
}
body.g-jaarverslag #g-page-surround #g-financieel table .result-red {
  color: #FF0000;
}
body.g-jaarverslag #g-page-surround #g-financieel table .accent {
  color: white;
  background: #a61680;
  font-weight: bold;
}
body.g-jaarverslag #g-page-surround #g-financieel table .font-small {
  font-size: 90%;
}
body.g-jaarverslag #g-page-surround #g-financieel table .purple {
  color: #a61680;
  font-weight: bold;
}
body.g-jaarverslag #g-page-surround #g-financieel table .spacer {
  padding-top: 20px;
}
body.g-jaarverslag #g-page-surround #g-financieel table .border-top {
  border-top: 2px solid #a61680 !important;
}
body.g-jaarverslag #g-page-surround #g-financieel table .border-bottom {
  border-bottom: 2px solid #a61680 !important;
}
body.g-jaarverslag #g-page-surround #g-financieel table .border-right {
  border-right: 1px solid #999 !important;
}
body.g-jaarverslag #g-page-surround #g-financieel table th {
  padding: 0;
  background: none;
}
body.g-jaarverslag #g-page-surround #g-financieel table td {
  padding: 0;
  vertical-align: top;
}
body.g-jaarverslag #g-page-surround #g-financieel table tr.alternate > td:nth-child(even) {
  background: #f7f2f6;
}
body.g-jaarverslag #g-page-surround #g-colofon {
  position: relative;
  padding-top: 50px;
  padding-bottom: 75px;
}
body.g-jaarverslag #g-page-surround #g-colofon img.logo {
  margin: 1rem 0;
  width: 350px;
}
body.g-jaarverslag #g-page-surround #g-colofon img.huisje {
  position: absolute;
  left: 0;
  bottom: -115px;
}
body.g-jaarverslag #g-page-surround #g-copyright {
  background: #3caa36;
}
@media only screen and (max-width: 1200px) {
  body.g-jaarverslag .mobile {
    display: flex !important;
  }
  body.g-jaarverslag .nomobile {
    display: none !important;
  }
  body.g-jaarverslag nav.jaarverslag {
    margin-top: -50px;
    position: relative;
    right: -22vw;
    bottom: -80px;
  }
  body.g-jaarverslag .columns {
    max-width: 500px;
    flex-direction: column;
  }
  body.g-jaarverslag .columns .column {
    width: 100% !important;
  }
  body.g-jaarverslag .progressbar {
    display: none;
  }
  body.g-jaarverslag .timeline-header {
    margin-bottom: -40px;
  }
  body.g-jaarverslag .timeline:nth-child(even) .timeline-month, body.g-jaarverslag .timeline:nth-child(odd) .timeline-month {
    flex-direction: row-reverse;
    min-height: 90px;
  }
  body.g-jaarverslag .timeline .timeline-month.hidden {
    display: none;
  }
  body.g-jaarverslag .timeline .timeline-row {
    flex-direction: column;
  }
  body.g-jaarverslag .timeline .timeline-row.flip {
    flex-direction: column-reverse;
  }
  body.g-jaarverslag .timeline .timeline-row .column {
    width: 100% !important;
  }
  body.g-jaarverslag .timeline .timeline-item:last-child {
    margin-bottom: 0;
  }
  body.g-jaarverslag .timeline f div[class^=timeline-filler-] {
    display: none;
  }
  body.g-jaarverslag .accordion .portrait {
    position: relative;
    width: 140px;
    margin: 0 auto;
    top: -15px;
    left: unset;
  }
  body.g-jaarverslag .accordion .portrait:after {
    left: -10px;
    bottom: -10px;
    width: 60px;
    height: 60px;
  }
  body.g-jaarverslag #g-page-surround #g-header {
    padding-top: 100px;
  }
  body.g-jaarverslag #g-page-surround #g-header:before {
    top: -125px;
  }
  body.g-jaarverslag #g-page-surround #g-bijzonder {
    padding-top: 0;
  }
  body.g-jaarverslag #g-page-surround #g-colofon {
    padding-bottom: 150px;
  }
  body.g-jaarverslag #g-page-surround #g-colofon img.huisje {
    bottom: -190px;
  }
}
@media only screen and (max-width: 800px) {
  body.g-jaarverslag p, body.g-jaarverslag ol {
    font-size: 17px;
    line-height: 25px;
  }
  body.g-jaarverslag p.lead {
    font-size: 19px;
    line-height: 27px;
  }
  body.g-jaarverslag h1 {
    font-size: 40px;
    line-height: 45px;
  }
  body.g-jaarverslag h2 {
    font-size: 35px;
    line-height: 40px;
  }
  body.g-jaarverslag h3 {
    font-size: 25px;
    line-height: 30px;
  }
  body.g-jaarverslag h3.small {
    font-size: 17px;
  }
  body.g-jaarverslag .timeline .timeline-item.portrait .circle {
    margin-right: 20px;
    margin-left: -35px;
  }
  body.g-jaarverslag .timeline .timeline-item.portrait .circle img {
    width: 150px;
    height: 150px;
  }
  body.g-jaarverslag .timeline .timeline-item.vlinders:after {
    width: 70px;
  }
  body.g-jaarverslag .timeline .timeline-month:after {
    margin-top: 20px;
  }
  body.g-jaarverslag .accordion .content {
    height: 55px;
  }
  body.g-jaarverslag .accordion .header .quote {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}
.takties-carousel-wrapper .owl-stage .owl-item {
  max-width: 430px;
}
.takties-carousel-wrapper .takties-carousel {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.takties-carousel-wrapper .takties-carousel .takties-carousel-item a.carousel-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.takties-carousel-wrapper .takties-carousel .takties-carousel-item a.carousel-image img.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.takties-carousel-wrapper .takties-carousel .takties-carousel-item .carousel-content {
  margin-top: 20px;
}
.takties-list-wrapper .takties-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.takties-list-wrapper .takties-list .takties-list-item {
  display: none;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
.takties-list-wrapper .takties-list .takties-list-item .takties-tags {
  font-family: "Zilla Slab";
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #37423d;
  margin-bottom: 20px;
}
.takties-list-wrapper .takties-list .takties-list-item.active {
  display: block;
}
.takties-list-wrapper .takties-list .takties-list-item.animate {
  transform: scale(1);
  opacity: 1;
}
.takties-grid-wrapper .takties-grid {
  display: grid;
  grid: auto-flow / 1fr 1fr 1fr;
  grid-gap: 40px 20px;
}
.takties-grid-wrapper .takties-grid .takties-grid-item {
  display: none;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
.takties-grid-wrapper .takties-grid .takties-grid-item a.grid-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.takties-grid-wrapper .takties-grid .takties-grid-item a.grid-image img.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.takties-grid-wrapper .takties-grid .takties-grid-item .grid-content {
  margin-top: 20px;
}
.takties-grid-wrapper .takties-grid .takties-grid-item.active {
  display: block;
}
.takties-grid-wrapper .takties-grid .takties-grid-item.animate {
  transform: scale(1);
  opacity: 1;
}
.takties-tagfilter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 50px 0px;
  gap: 2px;
}
.takties-tagfilter button.tagfilter {
  background: #f8b134;
  color: white;
  padding: 10px;
  line-height: 10px;
  font-size: 18px;
  transition: all 0.2s;
}
.takties-tagfilter button.tagfilter:hover {
  background: #f19d08;
}
.takties-tagfilter button.tagfilter.active {
  background: #a61680 !important;
}
.takties-buttons {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.takties-showmore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #f8b134;
  color: white;
  border-radius: 50%;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  opacity: 0;
  transform: scale(0.5);
  pointer-events: none;
  user-select: none;
  transition: all 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
.takties-showmore.active {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
.takties-showmore button.button {
  max-width: 180px;
}
.takties-readmore {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 12;
}
.takties-readmore span.action {
  position: absolute;
  left: 20px;
  bottom: 20px;
  transition: all 0.2s;
  color: white;
  z-index: 12;
}
.takties-readmore span.action:after {
  color: white;
}
.takties-readmore:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #00000080, transparent);
  z-index: 1;
}
.takties-readmore:after {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  background: url('../../../../images/drentse_uitblinkers/shape_yellow.svg') center center no-repeat;
  background-size: contain;
  left: -80px;
  bottom: -150px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.2s cubic-bezier(0.25, 0.63, 0.37, 1.19);
  z-index: 2;
}
.takties-readmore:hover:after {
  opacity: 1;
  transform: scale(1);
}
.takties-readmore:hover span.action {
  color: #a61680;
}
.takties-readmore:hover span.action:after {
  color: #a61680;
}
span.date {
  color: #7e948a;
}
.takties-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  color: #7e948a;
}
.takties-title {
  margin-top: 10px;
  margin-bottom: 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.taktiesform-g-recaptcha {
  display: none;
}
.taktiesform-wrapper {
  margin-top: 50px;
  position: relative;
  width: 100%;
}
.taktiesform-wrapper form.taktiesform {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
.taktiesform-wrapper form.taktiesform .invalid {
  color: #dc3545;
}
.taktiesform-wrapper form.taktiesform.loading .taktiesform-loading {
  animation: spin 2s linear infinite;
  opacity: 1;
}
.taktiesform-wrapper form.taktiesform.loading .taktiesform-content {
  opacity: 0.5;
  pointer-events: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-loading {
  position: absolute;
  border: 15px solid #f8b134;
  border-radius: 50%;
  border-top: 15px solid #a61680;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  pointer-events: all;
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row span.checkbox {
  display: flex;
  align-items: center;
  line-height: 40px;
  margin: 10px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row span.checkbox input {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  transform: translatey(-3px);
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row label.form-label {
  display: flex;
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 500;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row label.form-label span {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row label.form-label span i {
  margin-left: 5px;
  font-size: 10px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content span.taktiesform-attachments-messages {
  display: flex;
  flex-direction: column;
  color: #f8b134;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content span.taktiesform-attachments-messages i {
  margin-right: 10px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox {
  position: relative;
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #37423d;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox i {
  position: relative;
  font-size: 30px;
  margin-bottom: 10px;
  pointer-events: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox span {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 12px;
  pointer-events: none;
  line-height: 15px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox input:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox.dragging {
  background: rgba(255, 255, 255, 0.2);
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #f8b134;
  background: #f8b134;
  display: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles.active {
  display: block;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details {
  display: flex;
  align-items: center;
  color: white;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details .preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  user-select: none;
  background: rgba(255, 255, 255, 0.25);
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details .preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details .preview i {
  font-size: 21px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details .name {
  margin-right: 10px;
  user-select: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details .size {
  font-size: 12px;
  opacity: 0.5;
  user-select: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details .remove {
  margin-left: auto;
  cursor: pointer;
  padding: 0 15px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .takties-checkboxes {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin-bottom: 25px;
  width: 100%;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .takties-checkboxes input {
  margin-top: 6px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .takties-checkboxes label {
  margin-left: 10px;
  flex-direction: column;
  font-size: 17px;
  font-weight: 500 !important;
  line-height: 32px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .takties-checkboxes label span {
  margin: 0;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .takties-checkboxes label a {
  color: #37423d;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .takties-checkboxes label a:hover {
  text-decoration: underline;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input, .taktiesform-wrapper form.taktiesform .taktiesform-content select, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  background: #f5f5f5;
  box-shadow: none;
  transition: all 0s;
  font-size: 17px;
  font-weight: 300 !important;
  line-height: 25px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus, .taktiesform-wrapper form.taktiesform .taktiesform-content select:focus, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus {
  border-color: #f8b134;
  outline: none;
  box-shadow: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus i, .taktiesform-wrapper form.taktiesform .taktiesform-content input:focus span, .taktiesform-wrapper form.taktiesform .taktiesform-content select:focus i, .taktiesform-wrapper form.taktiesform .taktiesform-content select:focus span, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus i, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus span {
  color: #37423d;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus:invalid, .taktiesform-wrapper form.taktiesform .taktiesform-content select:focus:invalid, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus:invalid {
  border-color: #f8b134;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus:invalid:focus, .taktiesform-wrapper form.taktiesform .taktiesform-content select:focus:invalid:focus, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus:invalid:focus {
  border-color: #f8b134;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:hover, .taktiesform-wrapper form.taktiesform .taktiesform-content select:hover, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:hover {
  border-color: #f8b134;
  outline: none;
  box-shadow: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:hover i, .taktiesform-wrapper form.taktiesform .taktiesform-content input:hover span, .taktiesform-wrapper form.taktiesform .taktiesform-content select:hover i, .taktiesform-wrapper form.taktiesform .taktiesform-content select:hover span, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:hover i, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:hover span {
  color: #f8b134;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input.invalid, .taktiesform-wrapper form.taktiesform .taktiesform-content select.invalid, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea.invalid {
  border: 1px solid #dc3545;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input {
  margin: 0;
  padding: 0 20px;
  height: 60px;
  position: relative;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content select {
  width: 100%;
  margin: 0;
  padding: 0 20px;
  height: 60px;
  position: relative;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content select option {
  padding: 0;
  margin: 0;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content select:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content select:focus:invalid:focus {
  border: none;
  border: none;
  outline: none;
  outline: none;
  box-shadow: none;
  box-shadow: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content textarea {
  margin: 0;
  width: 100%;
  position: relative;
  margin: 0;
  overflow-X: hidden;
  padding: 20px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content textarea::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content textarea::-webkit-scrollbar-thumb {
  background: #f8b134;
  border-radius: 0px;
  box-shadow: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content textarea::-webkit-scrollbar-track {
  background: white;
}
.taktiesform-wrapper form.taktiesform .button-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.taktiesform-wrapper form.taktiesform .button-box button {
  margin-top: 0;
  color: #37423d;
}
.taktiesform-wrapper form.taktiesform .button-box button:after {
  color: #37423d;
}
.taktiesform-wrapper form.taktiesform .taktiesform-message {
  width: 100%;
}
.taktiesform-wrapper form.taktiesform .taktiesform-message .alert {
  text-align: center;
  margin-top: 25px;
  padding: 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 1100px) {
  .columns {
    max-width: 500px;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    gap: 50px;
  }
  .columns .column {
    width: 100% !important;
  }
  .cta:before, .cta:after {
    display: none;
  }
  .onze-diensten {
    max-width: 500px;
    margin: 0 auto;
    grid: auto-flow / 1fr;
  }
  .onze-diensten div[class^="item-"] a {
    height: 250px;
  }
  .takties-grid-wrapper .takties-grid {
    grid: auto-flow / 1fr 1fr;
  }
  #scrolldown {
    bottom: 30px;
  }
  body #g-page-surround #g-mobile {
    display: block;
  }
  body #g-page-surround #g-navigation {
    display: none;
  }
  body #g-page-surround #g-header .background-video:before {
    background: rgba(0, 0, 0, 0.5);
  }
  body #g-page-surround #g-header .columns {
    gap: 50px;
    margin-top: 0;
    margin-bottom: 50px;
  }
  body #g-page-surround #g-header .columns .column {
    justify-content: center;
  }
  body #g-page-surround #g-header:before {
    height: 50px;
  }
  body #g-page-surround #g-diensten {
    padding-bottom: 0;
  }
  body #g-page-surround #g-nieuwsbrief {
    height: 500px;
  }
  body #g-page-surround #g-nieuwsbrief .cta {
    bottom: 0;
  }
  body #g-page-surround #g-nieuwsbrief .background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  body #g-page-surround #g-nieuws {
    padding: 0;
  }
  body #g-page-surround #g-gemeenten {
    display: none;
  }
  body #g-page-surround #g-footer {
    padding-top: 0;
  }
  body #g-page-surround #g-footer .footer .columns {
    gap: 0;
  }
  body.home #g-page-surround #g-header {
    min-height: unset;
  }
  body.home #g-page-surround #g-container-main {
    padding: 100px 0px;
  }
  body:not(.home, .g-jaarverslag) #g-page-surround #g-header {
    min-height: 200px;
  }
  body:not(.home, .g-jaarverslag) #g-page-surround #g-header:before {
    height: 50px;
  }
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 35px;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 25px;
  }
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
  h4 {
    font-size: 19px;
    line-height: 24px;
  }
  span.medium {
    font-size: 28px;
    line-height: 32px;
  }
  a.action, span.action, button.action {
    font-size: 17px;
    line-height: 20px;
  }
  a.calltoaction {
    padding: 25px;
    flex-direction: column;
    gap: 20px;
  }
  a.calltoaction i {
    font-size: 40px;
  }
  #blocks-3 .item .container {
    flex-direction: column;
  }
  #blocks-3 .item .container .image {
    width: 100%;
    height: 200px;
  }
  #blocks-3 .item .container .content {
    width: 100%;
  }
  #blocks-4 {
    grid: auto-flow / 1fr;
  }
  #coordinatoren .item {
    flex-direction: column;
  }
  #coordinatoren .item img.gemeente {
    display: none;
  }
  #coordinatoren .item .content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  #coordinatoren .item .content h4 {
    padding-left: 0;
  }
  #coordinatoren .item .content .mailbuttons {
    margin-top: 10px;
  }
  #taskforce .item {
    flex-direction: column;
    text-align: center;
  }
  #taskforce .item a {
    margin-top: 10px;
  }
  #swiper .swiper-container .swiper-slide .content {
    top: -80px;
  }
  #swiper .swiper-container .swiper-slide .controls {
    transform: translateY(-40px);
  }
  .kader {
    padding: 25px;
  }
  .blob:before {
    width: 120px;
    height: 120px;
    left: -15px;
  }
  .takties-grid-wrapper .takties-grid {
    grid: auto-flow / 1fr;
  }
  body #g-page-surround #g-header .header-icon {
    width: 120px;
    height: 120px;
  }
  body #g-page-surround #g-container-main #g-mainbar .item-page.article.podcast .takties-grid {
    grid: auto-flow / 1fr;
  }
  body #g-page-surround #g-nieuwsbrief {
    height: 400px;
  }
  body:not(.home) #g-page-surround #g-container-main #g-mainbar .item-page, body:not(.home) #g-page-surround #g-container-main #g-mainbar .item-page.wide {
    max-width: 500px;
  }
}
/*# sourceMappingURL=custom_20.css.map */