/* CSS Document */
svg.graag {
  fill: #f7b518; }

/* CSS Document */
.img-fluid {
  width: 100%;
  height: auto; }

.circle {
  position: absolute;
  width: 40px;
  height: 50px;
  z-index: 100000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 1;
  z-index: 10000;
  transition: transform .5s,  opacity .5s;
  opacity: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4; }

.circle.enlarge {
  transform: scale(2);
  opacity: 0%; }

me
#menuBtn {
  border: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-top: 15px;
  position: relative; }
  me
  #menuBtn:focused {
    border: none !important;
    outline: none !important; }
  me
  #menuBtn .bar {
    background-color: #395284;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    transition: all .2s; }
    me
    #menuBtn .bar:nth-child(1) {
      height: 3px;
      top: -9px; }
    me
    #menuBtn .bar:nth-child(2) {
      height: 3px;
      top: 12px; }
    me
    #menuBtn .bar:nth-child(3) {
      height: 3px;
      top: 34px; }

#menuBtn.collapsed .bar:nth-child(1) {
  top: 0;
  transform: rotate(0); }
#menuBtn.collapsed .bar:nth-child(2) {
  top: 12px;
  transform: rotate(0); }
#menuBtn.collapsed .bar:nth-child(3) {
  top: 24px;
  transform: rotate(0); }

body {
  overflow-x: hidden;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal; }
  body h1, body h2, body h3, body h4, body h5 {
    color: #e72908;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase; }

.table {
  width: 100%; }
  .table .highlight {
    background-color: #d8e9fd; }
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #395284; }

table, .table {
  width: 100% !important;
  margin-bottom: 1rem;
  color: #212529; }
  table h1, table h2, table h3, table h4, table h5, .table h1, .table h2, .table h3, .table h4, .table h5 {
    margin: 0; }
  table tr:nth-child(1), .table tr:nth-child(1) {
    background-color: #395284;
    color: #FFFFFF;
    text-align: center; }
  table td, .table td {
    padding: .25rem .75rem;
    vertical-align: top;
    border: 1px solid #c7c7c7; }

.lessons-table tr:nth-child(1) {
  background-color: transparent;
  color: #383d41;
  text-align: left; }
.lessons-table td {
  padding: .25rem .75rem;
  vertical-align: top;
  border: 0; }
.lessons-table tr {
  border-bottom: 1px solid #dee2e6; }

nav {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 0 !important; }
  nav .socials {
    background-color: #e72908; }
    nav .socials svg {
      color: #FFFFFF;
      fill: #FFFFFF;
      height: 20px;
      width: auto; }
    nav .socials .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
    nav .socials ul {
      flex-direction: row; }
      nav .socials ul li a {
        color: #FFFFFF; }
        nav .socials ul li a:hover {
          text-decoration: underline; }
  nav .hoofdnav {
    padding: 1rem 1rem;
    background-color: #FFFFFF; }
    nav .hoofdnav .navbar-nav {
      padding-top: 35px; }
    nav .hoofdnav .nav-item.show .nav-link {
      color: #e72908 !important; }
    nav .hoofdnav .nav-item {
      margin-left: 30px;
      transition: .5s; }
      nav .hoofdnav .nav-item .nav-link {
        font-family: "din-2014", sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #395284;
        font-size: 1.5rem; }
    nav .hoofdnav .dropdown-menu {
      border-radius: 0;
      padding: 0;
      border: 0px; }
      nav .hoofdnav .dropdown-menu .container {
        padding: 0; }
      nav .hoofdnav .dropdown-menu .dropdown-item {
        padding: 0.5rem 0; }
    nav .hoofdnav .nav-item:first-child {
      border-top: 0px; }
    nav .hoofdnav .nav-item {
      margin: 0 !important;
      text-align: left !important;
      border-top: 1px solid #EEE; }
      nav .hoofdnav .nav-item .dropdown-carret:after {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-left: .35em;
        vertical-align: .2em;
        content: "";
        border-top: 2px solid #395284;
        border-left: 2px solid #395284;
        transition: transform .2s ease-in-out;
        transform: rotate(495deg); }
    nav .hoofdnav .nav-item.show .dropdown-carret:after, nav .hoofdnav .nav-item.show:hover .dropdown-carret:after {
      border-top: 2px solid #e72908;
      border-left: 2px solid #e72908;
      transform: rotate(585deg); }
    nav .hoofdnav .nav-item:hover .dropdown-carret:after {
      border-top: 2px solid rgba(0, 0, 0, 0.7);
      border-left: 2px solid rgba(0, 0, 0, 0.7); }
  nav .navbar-brand img {
    max-height: 85px;
    width: 100%;
    height: 85px; }
  nav .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-right: 0;
    margin-left: auto; }
  nav .row-no-padding {
    margin: 0; }

.quote-border {
  border-left: 3px solid #395284;
  padding: 0 0 0 20px;
  margin: 0 0 30px; }

#cookies {
  z-index: 1000;
  position: fixed;
  width: calc(100% - 20px);
  right: 10px;
  left: 10px;
  bottom: 10px;
  animation-delay: 1.2s;
  visibility: visible;
  animation-name: fadeIn;
  text-align: left;
  padding: 24px;
  padding-top: 14px;
  border-radius: 0rem;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 20px 40px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 20px 40px 0px rgba(50, 50, 50, 0.3); }
  #cookies .cm-active {
    color: #FFFFFF;
    text-decoration: 0;
    border: 2px solid #e72908;
    background-color: #e72908;
    transition: .5s; }
    #cookies .cm-active:hover {
      color: #e72908;
      text-decoration: 0;
      border: 2px solid #e72908;
      background-color: transparent; }

.troef {
  padding: 15px; }
  .troef a {
    display: block; }
  .troef .card {
    padding: 15px;
    border: 0;
    border-radius: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: block; }
    .troef .card img {
      max-width: 100px;
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px; }
    .troef .card h3 {
      margin-bottom: 0; }
    .troef .card .card-body {
      padding: 20px; }

.pagination {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #395284; }
  .pagination .disabled .page-link {
    color: #6c757d !important;
    pointer-events: none;
    cursor: auto; }
  .pagination .active .page-link {
    color: #e72908 !important;
    pointer-events: none;
    cursor: auto; }
  .pagination .page-item .page-link {
    color: #395284;
    background-color: transparent;
    border: 0; }

.nieuwsflitsen .slide {
  height: 100%; }
  .nieuwsflitsen .slide:nth-child(2n+0) {
    margin-top: 20px; }
.nieuwsflitsen .card {
  border: 0;
  border-radius: 0;
  background-color: transparent; }
  .nieuwsflitsen .card h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .nieuwsflitsen .card p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .nieuwsflitsen .card .square {
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px; }
    .nieuwsflitsen .card .square:after {
      content: '';
      display: block;
      padding-bottom: 100%; }

#instagram-posts .col-insta a {
  transition: .8s; }
  #instagram-posts .col-insta a:hover .info {
    opacity: 1 !important; }
  #instagram-posts .col-insta a .holder {
    overflow: hidden;
    position: relative; }
    #instagram-posts .col-insta a .holder img {
      position: relative; }
    #instagram-posts .col-insta a .holder .info {
      background-color: #0000009c;
      z-index: 5;
      position: absolute;
      opacity: 0;
      height: 100%;
      width: 100%;
      top: 0;
      color: #FFFFFF;
      transition: .5s; }
      #instagram-posts .col-insta a .holder .info .blok {
        text-align: center;
        transform: translateX(-50%) translateY(-50%);
        margin-top: 50%;
        margin-left: 50%;
        position: absolute;
        width: 80%; }
        #instagram-posts .col-insta a .holder .info .blok .likes {
          margin-bottom: 7.5px; }
        #instagram-posts .col-insta a .holder .info .blok .description {
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }

#instagram-posts .col-insta {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%; }
  #instagram-posts .col-insta:nth-child(1) {
    display: block; }
  #instagram-posts .col-insta:nth-child(2) {
    display: block; }
  #instagram-posts .col-insta:nth-child(3) {
    display: none; }
  #instagram-posts .col-insta:nth-child(4) {
    display: none; }
  #instagram-posts .col-insta:nth-child(5) {
    display: none; }
  #instagram-posts .col-insta:nth-child(6) {
    display: none; }

main {
  margin-top: 95px;
  max-width: 100vw; }

.hero .hero-img {
  min-height: 300px;
  position: relative;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center; }
.hero .border-div {
  margin-top: -50px; }
.hero h1 {
  color: #395284;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 0.9; }
.hero h2 {
  color: #f7b518; }

.container-sm {
  padding-left: 0;
  padding-right: 0; }

a:focus, a:active, a:hover {
  outline: 0 !important;
  border-radius: 0 !important; }

#basic-header {
  position: relative; }
  #basic-header .omslag {
    background-size: cover;
    background-position: center;
    min-height: 250px; }
  #basic-header .info {
    padding-left: 15px;
    padding-right: 15px;
    z-index: 10;
    width: 100%;
    position: relative;
    display: block; }
    #basic-header .info h1 {
      font-size: 3.5rem;
      text-transform: uppercase;
      color: #395284;
      line-height: 3rem;
      margin-top: 25px; }
  #basic-header img {
    position: absolute;
    left: -25px;
    bottom: -25px;
    height: 250px;
    width: 250px; }

.border-div {
  background-color: #FFFFFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 1.5rem; }

.border-blue {
  border-left: 8px solid #395284; }
  .border-blue h1, .border-blue h2, .border-blue h3, .border-blue h4 {
    color: #395284;
    text-transform: uppercase; }

.border-orange {
  border-left: 8px solid #e72908; }
  .border-orange h1, .border-orange h2, .border-orange h3, .border-orange h4 {
    color: #e72908;
    text-transform: uppercase; }
  .border-orange .cm-btn {
    color: #e72908;
    text-decoration: 0;
    padding: 0.75rem 1rem;
    border: 2px solid #e72908;
    transition: .5s;
    display: inline-block; }
    .border-orange .cm-btn:hover {
      color: #FFFFFF;
      text-decoration: 0;
      border: 2px solid #e72908;
      background-color: #e72908; }

.cm-btn {
  font-family: "din-2014", sans-serif;
  color: #395284;
  text-decoration: 0;
  padding: 0.75rem 1rem;
  border: 2px solid #395284;
  transition: .5s;
  display: inline-block; }
  .cm-btn:hover {
    color: #FFFFFF;
    text-decoration: 0;
    border: 2px solid #395284;
    background-color: #395284; }

.cm-active {
  color: #FFFFFF;
  text-decoration: 0;
  border: 2px solid #395284;
  background-color: #395284;
  transition: .5s; }
  .cm-active:hover {
    color: #395284;
    text-decoration: 0;
    border: 2px solid #395284;
    background-color: transparent; }

.accordeon .card {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #395284;
  border-radius: 0; }
  .accordeon .card .card-body {
    border: 0;
    padding: 0; }
    .accordeon .card .card-body .container {
      padding: 0; }
.accordeon .left {
  transform: rotate(45deg);
  float: left;
  margin-right: 50px;
  transition: transform 0.5s;
  font-size: 2.5rem;
  line-height: 2rem; }
.accordeon .collapsed .left {
  transform: rotate(0deg); }
.accordeon button {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  color: #395284; }
  .accordeon button:active, .accordeon button:focus {
    border: 0;
    outline: 0; }
  .accordeon button h1, .accordeon button h2, .accordeon button h3 {
    margin: 0;
    padding: 1rem 0rem;
    color: #395284;
    text-transform: uppercase;
    font-weight: 300; }

.image-slider {
  width: 100%;
  height: 420px; }
  .image-slider .slide {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center; }
    .image-slider .slide:focus, .image-slider .slide:active, .image-slider .slide:hover {
      border: 0;
      outline: 0;
      border-radius: 0; }
    .image-slider .slide a:focus, .image-slider .slide a:active, .image-slider .slide a:hover {
      border: 0 !important;
      outline: 0 !important;
      border-radius: 0 !important; }
  .image-slider .slick-dots {
    bottom: 25px; }

.slick-slider .slide:focus, .slick-slider .slide:active, .slick-slider .slide:hover {
  border: 0;
  outline: 0;
  border-radius: 0; }

.testemonial {
  transition: .5s; }
  .testemonial .teste-text {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 10px; }
    .testemonial .teste-text:before {
      border-bottom: 3px solid #395284;
      bottom: -3px;
      content: "";
      left: 0;
      position: absolute;
      width: 100%;
      z-index: -2; }
    .testemonial .teste-text:after {
      border-left: 3px solid #395284;
      border-top: 3px solid #395284;
      content: "";
      height: 22px;
      position: absolute;
      width: 22px;
      transform: rotate(225deg);
      bottom: -13px;
      left: 26px;
      background-color: white;
      z-index: -1; }
  .testemonial h4 {
    margin-bottom: 0px; }
  .testemonial .avatar {
    width: 100%;
    overflow: hidden;
    border-radius: 50px;
    background-size: cover;
    background-position: center; }
  .testemonial .avatar:after {
    content: '';
    display: block;
    padding-bottom: 100%; }
  .testemonial .text {
    position: relative;
    padding-left: 20px; }
  .testemonial .text:before {
    content: '"';
    font-size: 2.5rem;
    color: #395284;
    line-height: 0rem;
    line-height: 0rem;
    position: absolute;
    top: 18px;
    left: 4px; }

.col-hover {
  transition: .5s;
  padding: 15px; }
  .col-hover:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: scale(1.01);
    background-color: #FFFFFF; }

.icon-background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100%; }

.row.cta .border-div {
  height: 100%; }

.container-map .border-div {
  transform: translateY(50%);
  margin-top: -100px;
  margin-left: 15px;
  margin-right: 15px; }
.container-map .place-card {
  display: none; }

.inline-cta .inline-cta-img {
  height: 400px;
  background-size: cover;
  background-position: center;
  width: 100%; }
.inline-cta .border-div {
  transform: translateY(-50%);
  margin-left: 15px;
  margin-right: 15px; }

.insta-widget .square {
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  background-color: #e72908; }
  .insta-widget .square:after {
    content: '';
    display: block;
    padding-bottom: 100%; }

.news-container {
  position: relative;
  overflow: hidden;
  padding: 0; }
  .news-container:before {
    position: absolute;
    display: block;
    width: 150px;
    height: 100%;
    margin-left: 0;
    background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, white 100%);
    background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, white 100%);
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, white 100%);
    z-index: 5; }
  .news-container:after {
    position: absolute;
    display: block;
    width: 150px;
    height: 100%;
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0, white 100%);
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0, white 100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, white 100%);
    z-index: 5;
    left: auto;
    right: 0;
    top: 0; }

.news-slider {
  overflow: visible; }
  .news-slider .slick-list {
    max-width: 100vw;
    overflow-x: hidden; }
  .news-slider .slide {
    height: 100%; }
    .news-slider .slide:nth-child(2n+0) {
      margin-top: 20px; }
  .news-slider .card {
    border: 0;
    border-radius: 0;
    background-color: transparent; }
    .news-slider .card h3 {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .news-slider .card p {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .news-slider .card .square {
      width: 100%;
      background-size: cover;
      background-position: center;
      margin-bottom: 20px; }
      .news-slider .card .square:after {
        content: '';
        display: block;
        padding-bottom: 100%; }

.list-unstyled li {
  padding: 0.2rem 0; }
.list-unstyled .Link {
  color: #395284; }
  .list-unstyled .Link:hover {
    text-decoration: none;
    color: #395284; }

.Link {
  color: #e72908; }
  .Link:hover {
    text-decoration: none;
    color: #e72908; }

.link-dark {
  color: #395284 !important; }
  .link-dark:hover {
    text-decoration: none;
    color: #395284; }

a {
  color: #e72908; }
  a:hover {
    text-decoration: underline;
    color: #e72908; }

.Link {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  display: inline-flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
  align-items: center;
  justify-content: space-between; }
  .Link .Link-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    white-space: nowrap; }
  .Link .Link-arrowIcon {
    width: 21px;
    height: 14px;
    position: relative;
    z-index: 0; }
  .Link .Link-line {
    position: absolute;
    top: 50%;
    right: 1px;
    width: calc(100% - 1px);
    display: block;
    border-bottom: 2px solid;
    transform: translateY(-50%); }
  .Link .Link-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    display: block;
    border-color: currentcolor;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg) translateY(3px); }
  .Link:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 2px;
    width: calc(100% - 2px);
    border-bottom: 2px solid;
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform: scaleX(0) translateY(-50%);
    transform-origin: right; }

.Link:focus:before, .Link:hover:before {
  transform: scaleX(1) translateY(-50%); }

.Link:hover:not(.Link--arrowLeft) > .Link-label {
  transform: translateX(-100%); }

.Link:not(.Link--arrowLeft) > .Link-label {
  margin-right: 10px; }

.Link.prev {
  transform: rotate(180deg); }

.slick-arrow {
  z-index: 100; }

.slick-prev {
  left: 35px; }
  .slick-prev:before {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: .2em;
    content: "";
    border-top: 3px solid #FFFFFF;
    border-left: 3px solid #FFFFFF;
    transition: transform .2s ease-in-out;
    transform: rotate(315deg); }

.slick-next {
  right: 35px; }
  .slick-next:before {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: .2em;
    content: "";
    border-top: 3px solid #FFFFFF;
    border-left: 3px solid #FFFFFF;
    transition: transform .2s ease-in-out;
    transform: rotate(495deg); }

.arrows {
  z-index: 6;
  position: relative; }
  .arrows .prev, .arrows .next {
    width: 50px; }
  .arrows .next {
    margin-right: 5%; }

.sticky-class {
  position: sticky;
  top: 200px; }

.col-md-4 {
  position: relative; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.agenda-row .col-lg-4 {
  display: flex;
  margin-bottom: 25px; }
.agenda-row .agenda-info {
  display: inline-block; }
  .agenda-row .agenda-info h1, .agenda-row .agenda-info h2, .agenda-row .agenda-info h3, .agenda-row .agenda-info h4 {
    margin: 0; }
.agenda-row .agenda-date {
  background-color: #395284;
  color: #FFFFFF;
  display: inline-table;
  margin-right: 33px;
  padding: 7px 20px;
  text-transform: uppercase;
  text-align: center; }
  .agenda-row .agenda-date span {
    display: block;
    line-height: 1; }
    .agenda-row .agenda-date span:nth-child(1) {
      font-size: 2rem;
      padding: 0;
      text-transform: uppercase; }
    .agenda-row .agenda-date span:nth-child(2) {
      font-size: 2.8rem; }
    .agenda-row .agenda-date span:nth-child(3) {
      font-size: 1.8rem;
      padding: 0;
      text-transform: uppercase;
      line-height: 1; }

.news-img-slider img {
  max-height: 100%;
  margin-right: 25px; }
.news-img-slider .slick-slide {
  position: relative;
  height: 400px; }

.arrows-2 {
  margin-top: 25px; }
  .arrows-2 button {
    background-color: transparent;
    border: 2px solid #000000;
    outline: 0;
    padding: 0.5rem 1.25rem; }
    .arrows-2 button svg {
      width: 50px; }

button:focus {
  outline: 0 !important;
  border: 0 !important; }

#contactform label {
  color: #395284; }
#contactform .form-group .form-control {
  border-radius: 0;
  border: 1px solid #395284; }
#contactform .submitbutton {
  background-color: transparent; }
  #contactform .submitbutton:hover {
    background-color: #395284; }

footer {
  color: #FFFFFF;
  background-color: #395284;
  margin-top: -75px;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: -15% 50%; }
  footer .footertekst {
    margin-bottom: 0 !important; }
  footer .nav-link {
    display: inline-block;
    float: left; }
    footer .nav-link svg {
      width: 20px; }
  footer h1, footer h2, footer h3, footer h4, footer a, footer p {
    color: #FFFFFF; }
  footer a:hover {
    color: #f7b518 !important;
    text-decoration: underline; }
  footer a {
    text-decoration: underline; }
  footer img {
    max-width: 80%; }
  footer .footer-bottom {
    background-color: #395284; }

@media (min-width: 576px) {
  #basic-header .info {
    width: 75%; }

  .news-slider {
    overflow: visible; }
    .news-slider .slick-list {
      overflow-x: visible;
      overflow: visible; }

  #cookies {
    left: auto;
    max-width: 360px; } }
@media (min-width: 768px) {
  .troef .card {
    padding: 25px; }

  #instagram-posts .col-insta {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 25%;
    max-width: 25%; }
    #instagram-posts .col-insta:nth-child(1) {
      display: block; }
    #instagram-posts .col-insta:nth-child(2) {
      display: block; }
    #instagram-posts .col-insta:nth-child(3) {
      display: block; }
    #instagram-posts .col-insta:nth-child(4) {
      display: block; }
    #instagram-posts .col-insta:nth-child(5) {
      display: none; }
    #instagram-posts .col-insta:nth-child(6) {
      display: none; }

  #basic-header .omslag {
    min-height: 350px; }
  #basic-header:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #395284;
    opacity: 0.3;
    display: block;
    position: absolute; }
  #basic-header .info {
    z-index: 10;
    width: 50%;
    position: absolute;
    bottom: 25px;
    left: 55px; }
    #basic-header .info h1 {
      font-size: 5.5rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #FFFFFF;
      line-height: 5rem; }
  #basic-header img {
    position: absolute;
    left: -25px;
    bottom: -25px;
    height: 250px;
    width: 250px; }

  main {
    margin-top: 135px; }

  .hoofdnav {
    padding: 1rem 0rem; }

  .news-container {
    position: relative;
    overflow: hidden;
    padding: 0; }
    .news-container:before {
      content: '';
      position: absolute;
      display: block;
      width: 150px;
      height: 100%;
      margin-left: 0;
      background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, white 100%);
      background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, white 100%);
      background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, white 100%);
      z-index: 5; }
    .news-container:after {
      content: '';
      position: absolute;
      display: block;
      width: 150px;
      height: 100%;
      background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0, white 100%);
      background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0, white 100%);
      background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, white 100%);
      z-index: 5;
      left: auto;
      right: 0;
      top: 0; } }
@media (min-width: 992px) {
  .row .teste-col:nth-child(4) {
    display: none; }

  #instagram-posts .col-insta {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 20%;
    max-width: 20%; }
    #instagram-posts .col-insta:nth-child(1) {
      display: block; }
    #instagram-posts .col-insta:nth-child(2) {
      display: block; }
    #instagram-posts .col-insta:nth-child(3) {
      display: block; }
    #instagram-posts .col-insta:nth-child(4) {
      display: block; }
    #instagram-posts .col-insta:nth-child(5) {
      display: block; }
    #instagram-posts .col-insta:nth-child(6) {
      display: none; }

  #basic-header .omslag {
    min-height: 400px; }
  #basic-header .info {
    width: 40%; }

  nav .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem; }
  nav .hoofdnav .navbar-nav {
    padding-top: 0; }
  nav .hoofdnav .nav-item {
    border-top: 0; }
  nav .navbar-nav .dropdown-menu::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: 0 0;
    margin-top: 0; }
  nav .megamenu > .dropdown-menu {
    left: auto;
    right: 0;
    width: 100%; }
  nav .navbar-nav .dropdown-menu {
    min-width: 220px;
    width: 100%;
    padding: 0 .5rem;
    margin: 0;
    text-align: left;
    border: 0;
    border-top: 0;
    background-color: transparent; }
  nav .mega-dropdown-menu {
    background-color: #395284;
    color: #FFFFFF;
    width: 100%; }
    nav .mega-dropdown-menu h1, nav .mega-dropdown-menu h2, nav .mega-dropdown-menu h3, nav .mega-dropdown-menu h4 {
      color: #FFFFFF; }
    nav .mega-dropdown-menu .col-8 {
      min-height: 365px;
      padding: 4rem;
      background-image: url("../images/SPT_logo-background-trans.svg");
      background-size: 40%;
      background-repeat: no-repeat;
      background-position: 107% 50%; }
      nav .mega-dropdown-menu .col-8 ul .dropdown-item {
        color: #FFFFFF;
        padding: 0.2rem 0; }
        nav .mega-dropdown-menu .col-8 ul .dropdown-item:hover {
          background-color: transparent;
          text-decoration: underline;
          color: #FFFFFF; }
    nav .mega-dropdown-menu .mega-dropdown-col-cover {
      left: 0;
      top: 0;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      position: relative; }
      nav .mega-dropdown-menu .mega-dropdown-col-cover:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.6;
        display: block; }
      nav .mega-dropdown-menu .mega-dropdown-col-cover h2 {
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        position: absolute;
        z-index: 50;
        color: #FFFFFF; }
  nav .nav-item:nth-child(1) .mega-dropdown-col-cover {
    background-position: center center; }
    nav .nav-item:nth-child(1) .mega-dropdown-col-cover h2:after {
      content: '#sintpieter';
      display: block; }
  nav .nav-item:nth-child(2) .mega-dropdown-col-cover {
    background-position: center center; }
    nav .nav-item:nth-child(2) .mega-dropdown-col-cover h2:after {
      content: '#graagnaarschool';
      display: block; }
  nav .nav-item:nth-child(3) .mega-dropdown-col-cover {
    background-position: center center; }
    nav .nav-item:nth-child(3) .mega-dropdown-col-cover h2:after {
      content: '#sptturnhout';
      display: block; }
  nav .nav-item:nth-child(4) .mega-dropdown-col-cover {
    background-position: center center; }
    nav .nav-item:nth-child(4) .mega-dropdown-col-cover h2:after {
      content: '#graagnaarschool';
      display: block; }
  nav .nav-item:nth-child(5) .mega-dropdown-col-cover {
    background-position: center center; }
    nav .nav-item:nth-child(5) .mega-dropdown-col-cover h2:after {
      content: '#sptturnhout';
      display: block; }
  nav .nav-item:nth-child(5) .mega-dropdown-col-cover {
    background-position: center center; }
    nav .nav-item:nth-child(5) .mega-dropdown-col-cover h2:after {
      content: '#graagnaarschool';
      display: block; }

  .hero .border-div {
    width: calc(100% + 150px);
    margin-top: 100px;
    transform: translateY(-50px); }
  .hero .hero-img video {
    position: absolute;
    height: 150%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-45%); }

  .inline-cta .border-div {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 50%;
    margin-right: auto;
    margin-bottom: -50px; }

  .container-map .border-div {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 60%;
    margin-right: auto; } }
@media (min-width: 1200px) {
  #instagram-posts .col-insta {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 16.666%;
    max-width: 16.666%; }
    #instagram-posts .col-insta:nth-child(1) {
      display: block; }
    #instagram-posts .col-insta:nth-child(2) {
      display: block; }
    #instagram-posts .col-insta:nth-child(3) {
      display: block; }
    #instagram-posts .col-insta:nth-child(4) {
      display: block; }
    #instagram-posts .col-insta:nth-child(5) {
      display: block; }
    #instagram-posts .col-insta:nth-child(6) {
      display: block; } }
@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1400px; } }
.mega-dropdown-menu .col-8 {
  background-image: none !important; }
.mega-dropdown-menu .heading-2 {
  display: none; }
