* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

.screen-reader-text {
  width: 0px;
  color: #00000000;
  height: 0px;
}

.sec-title {
  text-align: center;
  color: #60b060;
  font-weight: 700;
  font-size: 48px;
  padding: 8px 10px;
}

.btn {
  background: #60b060;
  color: white;
  padding: 10px 13px;
  border-radius: 5px;
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px 0px #00000070;
          box-shadow: 0 0 10px 0px #00000070;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.btn.white {
  color: black;
  background: white;
}

.btn:hover {
  -webkit-box-shadow: 0 0px 10px 2px #00000062;
          box-shadow: 0 0px 10px 2px #00000062;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.maak-afspraak {
  text-transform: uppercase;
  font-size: 18px;
}

h1, h2, h3, h4 {
  font-family: 'Satisfy', cursive;
}

body {
  font-family: 'Open Sans', sans-serif;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 70px;
  background: #ffffff00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

header button.open-nav {
  background: transparent;
  border: none;
  margin: 10px;
  font-size: 30px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

@media screen and (max-width: 770px) {
  header nav {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background: #012c03e6;
    background: #485345;
    color: #00000094;
  }
  header nav.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header nav.open ul li:nth-child(0) {
    -webkit-animation: 0.2s 0s navload linear forwards;
            animation: 0.2s 0s navload linear forwards;
  }
  header nav.open ul li:nth-child(1) {
    -webkit-animation: 0.2s 0.1s navload linear forwards;
            animation: 0.2s 0.1s navload linear forwards;
  }
  header nav.open ul li:nth-child(2) {
    -webkit-animation: 0.2s 0.2s navload linear forwards;
            animation: 0.2s 0.2s navload linear forwards;
  }
  header nav.open ul li:nth-child(3) {
    -webkit-animation: 0.2s 0.3s navload linear forwards;
            animation: 0.2s 0.3s navload linear forwards;
  }
  header nav.open ul li:nth-child(4) {
    -webkit-animation: 0.2s 0.4s navload linear forwards;
            animation: 0.2s 0.4s navload linear forwards;
  }
  header nav.open ul li:nth-child(5) {
    -webkit-animation: 0.2s 0.5s navload linear forwards;
            animation: 0.2s 0.5s navload linear forwards;
  }
  header nav.open ul li:nth-child(6) {
    -webkit-animation: 0.2s 0.6s navload linear forwards;
            animation: 0.2s 0.6s navload linear forwards;
  }
  header nav.open ul li:nth-child(7) {
    -webkit-animation: 0.2s 0.7s navload linear forwards;
            animation: 0.2s 0.7s navload linear forwards;
  }
  header nav .close-nav {
    background: transparent;
    font-size: 60px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #818181;
    cursor: pointer;
  }
  header nav .close-nav:hover {
    color: #f1f1f1;
  }
  header nav ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    list-style-type: none;
    height: 100%;
    width: 100%;
  }
  header nav ul li {
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 33px;
    font-weight: 800;
    opacity: 0;
  }
  header nav ul li a {
    color: #a0a0a0;
    text-decoration: none;
  }
  header nav ul li:hover a,
  header nav ul li a:focus a {
    color: #f1f1f1;
  }
  header nav ul li.active a {
    color: #f1f1f1;
  }
  @-webkit-keyframes navload {
    0% {
      -webkit-transform: translateX(-400px) translateY(100px);
              transform: translateX(-400px) translateY(100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes navload {
    0% {
      -webkit-transform: translateX(-400px) translateY(100px);
              transform: translateX(-400px) translateY(100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
}

header.scrolled {
  background-color: #485345;
}

header .logo {
  width: 209px;
}

header .logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 770px) {
  header {
    height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header button.open-nav {
    display: none;
  }
  header nav {
    padding: 30px 50px;
    width: 100%;
  }
  header nav .close-nav {
    display: none;
  }
  header nav ul {
    padding: 0;
    list-style-type: none;
    width: 100%;
    text-align: center;
  }
  header nav li {
    display: inline;
    margin: 0 10px;
    font-size: 20px;
  }
  header nav li a {
    color: #dadada;
    text-decoration: none;
  }
  header nav li:hover a,
  header nav li a:focus,
  header nav li.active a {
    color: #fff;
    font-weight: 600;
  }
  header .logo {
    width: 100%;
    height: 90px;
  }
  header .logo img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  header.scrolled .logo {
    display: none;
  }
}

#home {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00050185), to(#00050146)), url("../img/fb-logo.jpg");
  background-image: linear-gradient(#00050185, #00050146), url("../img/fb-logo.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 60vh;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  padding: 0 5%;
  text-align: center;
}

#home .title {
  font-size: clamp(49px, 10vw, 100px);
  font-weight: 300;
}

#home .subtitle {
  font-size: clamp(20px, 4vw, 35px);
}

#home .maak-afspraak {
  margin-top: 10%;
}

@media screen and (min-width: 620px) {
  #home {
    height: 100vh;
  }
}

section {
  padding: 80px 0;
}

section .sec-title {
  margin-bottom: 20px;
}

section .subtitleText {
  margin: 0px auto 30px auto;
  padding: 20px;
  padding-top: 0px;
  text-align: center;
  max-width: 530px;
}

#about {
  color: #333;
}

#about .container {
  max-width: 940px;
  margin: 0 auto;
}

#about .container {
  margin: 0 auto;
  width: 84%;
  max-width: 1000px;
}

#about .text1 {
  margin: 0px auto 30px auto;
  text-align: center;
  max-width: 530px;
}

#about img {
  width: calc(100% - 20px);
  max-width: 450px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 40px;
  border-radius: 10px;
  -webkit-box-shadow: #000000b9 0 0 15px;
          box-shadow: #000000b9 0 0 15px;
}

#about .text2 p {
  margin-bottom: 20px;
}

@media screen and (min-width: 750px) {
  #about .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #about .flex-container img {
    width: 50%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 10px;
    margin-right: 10px;
  }
  #about .flex-container .text2 {
    float: left;
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}

#galarij {
  background: #f3f3f3;
}

#galarij .foto-grid {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  --colums: 2;
  -ms-grid-columns: (1fr)[var];
      grid-template-columns: repeat(var(--colums), 1fr);
  grid-auto-rows: calc((100vw/var(--colums)));
  padding: 0;
  list-style-type: none;
}

#galarij .foto-grid li {
  cursor: pointer;
  margin: 10px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

#galarij .foto-grid li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#galarij .foto-grid li .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000044;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 8vw;
  color: #ffffff;
  opacity: 0;
}

#galarij .foto-grid li:hover .overlay {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 1;
}

@media screen and (min-width: 530px) {
  #galarij .foto-grid {
    --colums:3;
  }
}

@media screen and (min-width: 820px) {
  #galarij .foto-grid {
    --colums:4;
  }
}

@media screen and (min-width: 1400px) {
  #galarij .foto-grid {
    max-width: 1400px;
    grid-auto-rows: calc((1400px / var(--colums)));
  }
}

#galarij .photo-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000000d2;
  color: #ccc;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}

#galarij .photo-viewer .exit {
  text-align: right;
  font-size: 25px;
  font-weight: 900;
  cursor: default;
  margin-right: 7px;
}

#galarij .photo-viewer .index {
  text-align: right;
  font-size: 14px;
  margin-right: 7px;
}

#galarij .photo-viewer .index span {
  font-weight: bolder;
}

#galarij .photo-viewer img {
  max-width: 100%;
  max-height: calc(90vh - 50px);
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: black 0px 0px 5px .2px;
          box-shadow: black 0px 0px 5px .2px;
  cursor: pointer;
}

#galarij .photo-viewer .left,
#galarij .photo-viewer .right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  width: 50px;
  height: 50px;
  color: black;
  background-color: #ffffffad;
  border-radius: 100px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#galarij .photo-viewer .left {
  left: 20px;
}

#galarij .photo-viewer .right {
  right: 20px;
}

#openingstijden .container {
  margin: 0 auto;
  width: 84%;
  max-width: 1000px;
}

#openingstijden .table {
  font-size: 18px;
  margin: 0 0 50px 0;
}

#openingstijden .table .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#openingstijden .table .item div {
  padding: 10px;
  width: 50%;
}

#openingstijden p {
  margin-top: 10px;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}

#openingstijden .btn {
  width: 180px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

#openingstijden img {
  width: 100%;
  margin-top: 50px;
  border-radius: 10px;
  -webkit-box-shadow: #000000b9 0 0 15px;
          box-shadow: #000000b9 0 0 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 700px) {
  #openingstijden .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  #openingstijden .table {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    grid-row: 1/8;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    margin: 0;
  }
  #openingstijden img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 10;
    grid-row: 1/11;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin: 0;
    height: 100%;
    width: 100%;
  }
  #openingstijden .btn {
    -ms-grid-row: 8;
    -ms-grid-row-span: 3;
    grid-row: 8/11;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    margin: 40px 0 0 0;
  }
}

#adres {
  background-color: #f3f3f3;
}

#adres .container {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}

#adres .info {
  margin-bottom: 10px;
}

#adres .info p {
  margin: 0 0 30px 0;
  font-size: 22px;
  color: #555;
}

#adres .info a.bold {
  font-weight: bold;
  color: #60b060;
}

#adres .info .btn {
  margin: -5px 0 20px 0;
  display: inline-block;
}

#adres .map {
  width: 100%;
  height: calc(100vw - 100px);
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: #00000059 0 0 10px .5px;
          box-shadow: #00000059 0 0 10px .5px;
}

@media screen and (min-width: 600px) {
  #adres .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #adres .info {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 40px;
  }
  #adres .info p {
    margin: 50px 0;
  }
  #adres .info .btn {
    margin-top: 50px;
  }
  #adres .map {
    width: 50%;
    height: initial;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#prijzen .container {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}

#prijzen .table {
  font-size: 18px;
  margin: 0 0 50px 0;
}

#prijzen .table .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#prijzen .table .item div {
  padding: 10px;
  width: 60%;
}

#prijzen .table .item .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 40%;
}

#prijzen p {
  margin-top: 10px;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  font-size: 18px;
}

#prijzen img {
  width: 100%;
  margin-top: 50px;
  border-radius: 10px;
  -webkit-box-shadow: #000000b9 0 0 15px;
          box-shadow: #000000b9 0 0 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 850px) {
  #prijzen .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  #prijzen .table {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    grid-row: 1/8;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    margin: 0;
  }
  #prijzen img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 10;
    grid-row: 1/11;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin: 0;
    height: 100%;
    width: 100%;
  }
}

#recensies {
  background-color: #f3f3f3;
}

#recensies .container {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}

#recensies .recensie {
  background-color: #f9f9f9;
  padding: 20px;
  margin: 10px;
  border-radius: 4px;
  -webkit-box-shadow: #0000002d 0 0 8px;
          box-shadow: #0000002d 0 0 8px;
  font-size: 20px;
}

#recensies .recensie h3 {
  font-family: 'Open Sans', sans-serif;
}

footer {
  background-color: #2b2b2b;
  color: white;
  text-align: center;
  padding: 30px 0px 10px 0;
}

footer .socials {
  max-width: 400px;
  margin: 0 auto 30px auto;
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

footer .socials li {
  font-size: 50px;
  -webkit-transition: all .1s;
  transition: all .1s;
}

footer .socials li:hover {
  -webkit-transform: scale(1.2) !important;
          transform: scale(1.2) !important;
}

footer .socials li.f:hover a, footer .socials li.f a:focus {
  color: #1876f2;
}

footer .socials li.i:hover a, footer .socials li.i a:focus {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

footer .socials li.p:hover a, footer .socials li.p a:focus {
  color: #2fa10c;
}

footer .socials a {
  color: white;
  -webkit-transition: all .1s;
  transition: all .1s;
}

footer .nav {
  padding: 0;
  margin-bottom: 30px;
}

footer .nav li {
  list-style-type: none;
  padding: 4px;
}

footer .nav a {
  color: #c9c9c9;
  text-decoration: none;
  font-size: 20px;
}

footer .nav a:hover, footer .nav a:focus {
  color: white;
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */