body[data-simply-edit] #wrapper {
    top: 60px;
}

body {
  padding-top: 200px;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

#wrapper {
  position: fixed;
  top: 0;
  z-index: 1;
  background-color: #fff;
  width: 100%;
}

.driesprong-row-mobile {
  display: none;
}

.driesprong-navbar-nav-mobile {
  display: none;
}

.driesprong-navbar-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  list-style: none;
}

.driesprong-navbar-nav li {
  text-align: center;
}

.navbar-collapse .driesprong-navbar-nav li a.nav-link {
  color: #931f76 !important;
  background-color: transparent !important;
  display: inline-flex;
}

.navbar-collapse .driesprong-navbar-nav li a.nav-link[data-toggle="collapse"] {
  margin-right: -1.7rem;
}

.navbar-collapse
  .driesprong-navbar-nav
  li
  a.nav-link[data-toggle="collapse"]::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  font-size: 16px;
  margin-left: 10px;
  display: inline-block;
  z-index: 2;
  top: -3px;
  transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

.navbar .hamburger {
  display: none;
}

.phone {
  margin-right: 0;
}

.appointment {
  margin-right: 0;
}

.social {
  left: 0;
}

.hovereffect .caption a {
  position: absolute;
  width: 100%;
  min-height: 80px;
  background-color: rgba(147, 31, 118, 0.8);
  bottom: 0px;
  color: #ffffff;
  text-align: center;
  padding: 1rem 0;
}

.hovereffect .caption a::before {
  position: absolute;
  right: 0.5rem;
  top: -0.3rem;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  padding: 0.7rem;
  font-weight: 900;
  transform: rotate(270deg);
}

.carousel-inner {
  aspect-ratio: 19/9;
}

@media (max-width: 991px) {
  body {
    padding-top: 100px;
  }

  .container {
    max-width: 720px;
  }

  header {
    min-height: 100px;
    transition: all 300ms ease-in-out;
  }

  .driesprong-row-mobile {
    display: block;
  }

  .hidden {
    display: none;
  }

  .driesprong-collumn-small {
    max-width: 100%;
    display: flex;
    justify-content: space-around;
  }

  .navbar,
  .driesprong-navbar-nav {
    padding-right: 0;
  }

  .driesprong-btn a {
    color: #ffffff;
    padding: 0.5rem 1rem;
    background-color: #00b4ff;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.5;
    font-size: calc(6px + 1.5vw);
  }

  .driesprong-appointment a::before {
    content: "\f086";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.4rem;
    margin-right: 0.6rem;
    height: 1em;
    vertical-align: -0.2em;
    position: relative;
    top: -0.2em;
  }

  .driesprong-btn a:hover {
    background-color: #afbe48;
    text-decoration: none;
  }

  .navbar .hamburger {
    display: block;
  }

  .hamburger {
    top: -85px;
  }

  header > .container > .row .col-md-8 {
    display: flex;
    align-items: end;
  }

  .d-sm-none {
    display: none !important;
  }

  .col-sm-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
  }

  .phone {
    margin-right: 3rem;
    display: none;
  }

  .driesprong-phone {
    color: #931f76;
  }

  .driesprong-phone a::before {
    content: "\f095";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.4rem;
    margin-right: 0.6rem;
    vertical-align: -0.2em;
    position: relative;
    top: -0.2em;
  }

  .driesprong-phone a {
    font-size: calc(6px + 1.5vw);
  }

  .driesprong-phone a:hover {
    color: #afbe48;
    text-decoration: none;
  }

  .driesprong-navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: end;
  }

  .navbar-mobile {
    width: 100%;
  }

  .driesprong-navbar-nav-mobile {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
    list-style: none;
    padding: 0;
  }

  .driesprong-navbar-nav-mobile li a.driesprong-nav-item {
    color: #931f76;
    background-color: transparent;
    font-weight: bold;
    font-size: calc(6px + 1.5vw);
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  
  .driesprong-beweegprogrammas .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
