body {
  font-family: "Quicksand", sans-serif;
  color: #4a4a4a;
  margin: 0;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%; }

.language-selector {
  display: flex;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  background: white;
  color: #ff3c3c !important;
  border-radius: 100%; }

#popup {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.432);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  overflow: scroll;
  padding-left: 1rem;
  padding-right: 1rem; }
  #popup .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: black;
    color: white;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
  #popup .popup-inner {
    overflow: hidden;
    position: relative;
    background: white;
    border-radius: 20px;
    max-width: 800px;
    padding: 1rem; }

.container {
  max-width: 1080px;
  margin: auto;
  padding: 0rem 1rem; }

.bg-gradient {
  background-image: linear-gradient(to bottom, #484848, transparent);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 32%;
  left: 0;
  opacity: 0.55; }

.title-wrap {
  background: #f5f5f5;
  overflow: hidden;
  text-align: center;
  padding: 4rem 0rem; }
  .title-wrap h1 {
    font-size: 4rem;
    margin: 0; }
  .title-wrap p {
    font-size: 120%;
    font-weight: 500;
    max-width: 900px;
    padding: 0;
    padding-top: 2rem;
    margin: auto; }

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

h2 {
  margin-bottom: 2rem; }

#top {
  padding-top: 100px;
  position: relative; }

.top-img {
  position: absolute;
  background-size: cover;
  background-position: 50% 30%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1; }

#video {
  position: absolute;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  background-color: #222; }

.align-center {
  align-items: center; }

p a {
  text-decoration: underline; }

#video:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(86, 78, 78, 0.15);
  display: block;
  z-index: 1; }

.top-img:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  display: block;
  z-index: 1; }

.home #hero {
  min-height: 300px;
  height: 80vh;
  max-height: 80vh; }

#hero {
  position: relative;
  z-index: 5;
  font-size: 300%;
  color: white;
  min-height: 400px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }

.slogan {
  padding: 0rem 4rem;
  border-bottom: 2px solid #ff3c3c; }
  .slogan h1 {
    padding-bottom: 1.4rem;
    font-size: 3.4rem;
    display: table;
    margin: auto; }

.light {
  background: #f5f5f5; }

.ma {
  margin: auto; }

fieldset {
  border: 0;
  padding: 0; }

form .form-row,
#form-aanmelden .form-row {
  padding: 0.8rem 0rem; }

form label,
#form-aanmelden label {
  display: block;
  padding: 0.4rem 0rem;
  font-weight: 500; }

form input,
#form-aanmelden input {
  width: 100%;
  padding: 0.4rem; }

form input[type="radio"],
#form-aanmelden input[type="radio"] {
  width: auto; }

#form-aanmelden {
  padding-bottom: 4rem 0rem; }
  #form-aanmelden label span {
    color: #ff3c3c; }

.steps {
  margin: 4rem 0rem;
  margin-bottom: 3rem;
  flex-wrap: wrap; }
  .steps .step {
    padding: 1rem;
    flex: 1;
    background: lightgrey;
    border-right: 1px solid white; }
    .steps .step.active {
      background: #4a4a4a;
      color: white;
      font-weight: bold; }
    .steps .step:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .steps .step:last-child {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }

.double-row {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem; }
  .double-row .form-row {
    flex-basis: 50%;
    padding: 1rem 1rem !important; }

.double-row textarea {
  width: 100%; }

.praktijk .btn {
  margin-top: 2rem;
  display: table;
  min-width: 200px; }

.par-1 {
  line-height: 1.7;
  max-width: 800px;
  font-size: 1.2rem; }

.brand {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 4rem; }
  .brand span {
    color: #ff3c3c; }

.menu-toggle {
  margin-top: 2rem;
  padding: 0.8rem;
  background: #ff3c3c;
  display: none;
  color: white;
  font-weight: bold;
  border-radius: 5px; }
  .menu-toggle span:before {
    padding-right: 0.4rem 0rem;
    display: inline-block;
    transform: rotate(-90deg);
    content: "<"; }
  .menu-toggle.active span:before {
    content: "x"; }

#medewerkers-list {
  margin: 0;
  padding: 0;
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  #medewerkers-list h3 {
    margin-bottom: 0;
    color: #ff3c3c; }
  #medewerkers-list .functie {
    font-weight: bold; }
  #medewerkers-list .opleiding {
    padding: 0.4rem 0rem;
    font-size: 90%;
    color: grey; }
  #medewerkers-list li {
    text-align: center;
    display: flex;
    flex-direction: column;
    list-style: none;
    align-items: center;
    padding: 1rem;
    flex: 1 1 calc(100% * 1 / 3);
    max-width: 100%; }
    #medewerkers-list li:first-child {
      flex: 1 1 50%; }
    #medewerkers-list li:nth-child(2) {
      flex: 1 1 50%; }
    #medewerkers-list li .info {
      padding: 1rem;
      word-break: break-word; }
    #medewerkers-list li .img {
      padding: 1rem; }
    #medewerkers-list li img {
      border-radius: 50%;
      box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.25); }
    #medewerkers-list li .empty-circle {
      width: 150px;
      height: 150px;
      box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.25);
      border-radius: 50%;
      background: #cacecf;
      display: flex;
      align-items: center;
      justify-content: center; }
      #medewerkers-list li .empty-circle img {
        box-shadow: none;
        max-height: 50%;
        opacity: 0.6; }

#bgvid {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1; }
  #bgvid:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2); }

#wrapper-navbar {
  position: relative;
  z-index: 999;
  top: 0;
  width: 100%;
  left: 0;
  position: absolute; }

.navbar {
  padding: 1.4rem 0rem; }
  .navbar h1 {
    text-transform: uppercase;
    font-size: 24px; }
    .navbar h1 span {
      color: #ff3c3c; }
    .navbar h1 a {
      color: white; }

section {
  max-width: 100%;
  overflow: hidden; }

.section-pad {
  padding: 4rem 0rem; }

.flex-nav {
  justify-content: space-between;
  display: flex;
  color: white; }
  .flex-nav ul {
    margin: 0;
    padding: 0;
    align-items: center;
    display: flex;
    height: 100%; }
    .flex-nav ul li {
      padding: 0rem 1rem;
      list-style: none; }
      .flex-nav ul li.active a {
        color: #ff3c3c; }
      .flex-nav ul li a {
        font-weight: bold;
        color: #efeeee; }
        .flex-nav ul li a:hover {
          color: #ff3c3c; }

.flex-nav {
  padding: 0rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.hide {
  display: none !important; }

.flex-end {
  justify-content: flex-end; }

.buttons {
  display: flex; }

.flex {
  display: flex; }

.space-between {
  justify-content: space-between; }

button {
  font-size: 100%;
  font-family: inherit; }

.btn-wrap {
  margin-top: 4rem; }

.btn {
  -webkit-box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  padding: 0.5rem 1.8rem;
  background: white;
  z-index: 2;
  border-radius: 0;
  text-align: center;
  cursor: pointer; }

.btn-red {
  background: #ff3c3c;
  color: white;
  z-index: 1;
  transition: filter 0.3s; }
  .btn-red:hover {
    color: white;
    filter: brightness(110%); }

#wrapper-footer {
  background: #383838;
  color: #ccc9c9;
  padding: 5rem 0rem;
  margin-top: 4rem; }
  #wrapper-footer a {
    text-decoration: none; }
    #wrapper-footer a:hover {
      color: #ff3c3c; }

.site-info {
  text-align: center;
  color: #999999;
  padding: 2rem 0rem;
  padding-top: 4rem;
  font-size: 80%; }

.exclamation span {
  color: white;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 150%;
  line-height: 0.8;
  font-weight: bold; }

.opening span {
  display: block;
  font-weight: bold; }

#footer-nav ul li {
  list-style: none;
  text-align: right;
  line-height: 2; }
  #footer-nav ul li a:hover {
    color: #ff3c3c; }

#info-list {
  margin: 0;
  padding: 0;
  margin-top: 4rem; }
  #info-list li.list-item {
    list-style: none;
    border-radius: 3px;
    overflow: hidden;
    margin: 0;
    margin-bottom: 1rem;
    border: 2px solid #4a4a4a; }
    #info-list li.list-item:hover {
      border: 2px solid #ff3c3c; }
      #info-list li.list-item:hover h3 {
        background: #ff3c3c; }
    #info-list li.list-item.active {
      border: 2px solid #ff3c3c; }
      #info-list li.list-item.active h3 {
        background: #ff3c3c; }
      #info-list li.list-item.active .inhoud {
        display: block;
        line-height: 2; }
  #info-list h3 {
    list-style: none;
    padding: 0.6rem 1.4rem;
    background: #4a4a4a;
    color: white;
    margin: 0;
    padding: 0.8rem;
    cursor: pointer; }
  #info-list .inhoud {
    padding: 0.6rem 1.4rem;
    transition: 0.5s all;
    display: none; }

.praktijk-list {
  margin-top: 6rem;
  margin-bottom: 4rem; }
  .praktijk-list .column {
    flex-basis: 280px;
    margin-bottom: 4rem; }
  .praktijk-list .icon {
    margin: auto;
    background: #4a4a4a;
    border-radius: 50%;
    padding: 1.2rem;
    width: 80px;
    margin-bottom: 1.4rem;
    height: 80px; }
  .praktijk-list p {
    margin-bottom: 2rem; }

.columns {
  display: flex;
  flex-wrap: wrap; }

.columns.pad-2 {
  margin-left: -2rem;
  margin-right: -2rem; }
  .columns.pad-2 .column {
    padding: 2rem; }

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1; }

.col-280 .column {
  flex-basis: 280px; }

.single-container {
  padding: 4rem 0rem; }

.lr-wrap {
  display: flex;
  margin-left: -2rem;
  margin-right: -2rem; }

.kwaliteit {
  justify-content: center;
  padding-top: 4rem;
  display: flex;
  align-items: center; }
  .kwaliteit a {
    margin: 0px 4px; }
  .kwaliteit img {
    max-height: 50px; }
  .kwaliteit a:nth-child(2) img {
    max-height: 47px;
    border-radius: 4px; }

#behandelingen .item-left.active {
  background: #ff3c3c; }

#behandelingen .item-right {
  display: none; }
  #behandelingen .item-right.active {
    display: block; }

#behandelingen p {
  line-height: 1.5;
  font-size: 105%; }

.left {
  flex-basis: calc(100% * 1 / 3); }

.right {
  flex-basis: calc(100% * 2 / 3); }

.left,
.right {
  padding: 2rem; }

.left {
  padding-top: 4rem; }
  .left ul {
    margin: 0;
    padding: 0; }
    .left ul li {
      list-style: none;
      padding: 0.6rem;
      background: #4a4a4a;
      color: white;
      margin-bottom: 0.3rem;
      cursor: pointer; }
      .left ul li:hover {
        background: #ff3c3c; }
      .left ul li:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .left ul li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }

.notificatie {
  background: #ff3c3c;
  color: white;
  padding: 0.3rem 0.4rem;
  border-radius: 5px;
  z-index: 999;
  display: flex;
  align-items: center; }
  .notificatie .img {
    padding: 1rem; }
    .notificatie .img img {
      max-height: 30px; }
  .notificatie .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer; }

.notificatie-home {
  max-width: 600px;
  margin: auto;
  margin-bottom: 3rem;
  position: relative; }

.notificatie-slide {
  position: fixed;
  min-width: 220px;
  max-width: calc(100% - 2rem);
  padding-right: 2rem;
  bottom: 1rem;
  left: 1rem;
  animation: slide 1s forwards;
  transform: translateX(-500px);
  box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.5); }

@keyframes slide {
  0% {
    transform: translateX(-500px); }
  100% {
    transform: translateX(0px); } }

.right ul {
  margin: 0;
  padding: 0; }
  .right ul li {
    list-style: none;
    padding: 0.6rem;
    margin-bottom: 0.3rem; }

.contact-wrap {
  background: #ff3c3c; }

.card {
  box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.5); }

.text-center {
  text-align: center; }

.behandelingen-img {
  position: relative;
  margin-top: 2rem; }
  .behandelingen-img img {
    max-width: 100%;
    display: block; }
  .behandelingen-img .btn {
    z-index: 5;
    display: table;
    position: relative;
    margin: auto;
    transform: translateY(50%); }

.page-tarieven .line-section {
  flex-direction: justify-self; }
  .page-tarieven .line-section .btn {
    margin-left: auto; }

#contact-info {
  padding: 3rem 0rem;
  padding-top: 6rem; }
  #contact-info .column {
    padding: 1rem;
    text-align: center; }
    #contact-info .column a:hover {
      color: #ff3c3c; }
  #contact-info .card {
    padding: 1rem; }
  #contact-info .img {
    margin: auto;
    background: #ff3c3c;
    border-radius: 50%;
    padding: 1.2rem;
    width: 80px;
    margin-bottom: 1.4rem;
    height: 80px; }
    #contact-info .img img {
      width: 100%;
      display: block; }

.line-section {
  padding: 3rem 0rem;
  border-top: 1px solid lightgrey;
  display: block;
  display: flex;
  align-items: center; }
  .line-section .tekst {
    width: 100%; }
  .line-section .icon {
    background: #4a4a4a;
    padding: 1.4rem;
    margin-right: 2rem;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex; }
  .line-section:last-child {
    border-bottom: 1px solid lightgrey; }

#nav-toggle {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  display: none;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

#nav-toggle {
  cursor: pointer;
  padding: 22px; }

#nav-toggle span {
  margin-left: -15px; }

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: ""; }

#nav-toggle span:before {
  top: -10px; }

#nav-toggle span:after {
  bottom: -10px; }

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  transition: all 500ms ease-in-out; }

#nav-toggle.active span {
  background-color: transparent; }

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0; }

#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg); }

#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg); }

.mobile-nav {
  display: none;
  z-index: 999;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 80px;
  right: 1rem;
  text-align: right; }
  .mobile-nav li {
    list-style: none; }
  .mobile-nav .inner {
    box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background: white;
    line-height: 3.8;
    padding: 1rem 2rem;
    transform: translateX(2000px); }
  .mobile-nav.active .inner {
    transform: translateX(0px); }

@media (max-width: 850px) {
  .mobile-nav {
    display: block; }
    .mobile-nav.active {
      pointer-events: initial; }
      .mobile-nav.active .inner {
        transition: 0.5s transform; }
  .slogan {
    max-width: 95%;
    margin: auto;
    padding: 1rem 0rem; }
  .slogan h1 {
    padding-bottom: 1.4rem;
    font-size: 2.4rem;
    display: table;
    margin: auto; }
  #hero {
    min-height: 250px; }
  .title-wrap {
    padding-left: 1rem;
    padding-right: 1rem; }
    .title-wrap h1 {
      word-wrap: break-word;
      font-size: 2rem; }
    .title-wrap p {
      font-size: 100%; }
  #nav-toggle {
    display: block; }
  .flex-nav nav {
    display: none; }
  .flex-nav,
  .navbar {
    padding: 0; } }

@media screen and (orientation: portrait) and (max-width: 800px) {
  .home #hero {
    min-height: 240px;
    height: 80vh;
    max-height: 35vh; }
  #bgvid {
    display: none; } }

@media (max-width: 690px) {
  .navbar h1 {
    font-size: 20px; }
  html {
    font-size: 14px; }
  footer .columns {
    display: block; }
  #footer-nav ul {
    margin: 0;
    margin-top: 4rem;
    padding: 0; }
    #footer-nav ul li {
      text-align: left; }
  .lr-wrap {
    margin: 0; }
  .left,
  .right {
    padding: 1rem; }
  .left {
    flex-basis: calc(100% * 1 / 5); }
  #medewerkers-list li {
    flex-basis: 250px; } }

@media (max-width: 550px) {
  html {
    font-size: 13px; }
  .menu-toggle {
    display: block; }
  .line-section {
    flex-direction: column;
    align-items: center;
    justify-items: center; }
    .line-section .btn {
      margin: auto;
      margin-top: 2rem; }
    .line-section .icon {
      margin: 0;
      margin-bottom: 2rem; }
  .steps {
    display: block; }
    .steps .step {
      border-bottom: 1px solid white; }
  .double-row {
    flex-wrap: wrap; }
    .double-row .form-row {
      width: 100%;
      flex-basis: 100%; }
  .lr-wrap {
    max-width: 100%;
    overflow: visible;
    position: relative;
    display: block; }
    .lr-wrap .right {
      padding: 0; }
      .lr-wrap .right li {
        padding: 0; }
    .lr-wrap .left {
      padding: 0;
      padding-top: 2rem;
      display: none;
      width: 100%;
      transition: transform 0.3s;
      border-bottom: 1px solid black; }
      .lr-wrap .left.active {
        display: block;
        transform: translateX(0px); } }
