/*
Theme Name: Sjoerd Vis by BTD Online
Theme URI: https://btdonline.nl
Author: Mark van Goozen
Author URI: https://markvangoozen.nl
Description: Theme development for Sjoerd Vis by Mark van Goozen of BTD Online.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sjoerdvis
*/

/*-------------------------------------- FONT IMPORT */

@font-face{
    font-family: "avenir next";
    src: url("assets/fonts/avenir/avenir-regular.otf");
    font-style: normal;
    font-weight: 400;
}

@font-face{
    font-family: "avenir next";
    src: url("assets/fonts/avenir/avenir-medium.otf");
    font-style: normal;
    font-weight: 600;
}

h1 span{
    display: inline-block;
}

h2 span{
    display: inline-block;
}

@media screen and (max-width: 768px){
  .row{
    margin-left: 0px;
    margin-right: 0px;
  }
}

/*-------------------------------------- BODY */
html{
	overflow-x: hidden;
}

body{
    margin: 0;
    font-family: "avenir next", sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    scroll-behavior: smooth;
}


@media screen and (max-width: 768px){
    .hide_mobile{
    display: none !important;
  }
}

@media screen and (min-width: 769px){
    .hide_desktop{
        display: none !important;
    }
}

.fadeinperword span{
    opacity: 0;
    display: block;
    float: left;
    margin-right: 4px;
    margin-top: 10px;
}



/*-------------------------------------- Opening */

section.splash{
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;       
    left: 0px;
    min-width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 2000;
    background-color: #000;
    animation:black-box 0.5s 1;
    -webkit-animation:black-box 0.5s 1;
    transition-timing-function: cubic-bezier(0.93, 0.01, .51, 0.66);
    animation-fill-mode: forwards;
    animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards; 
    }
    
    @keyframes black-box{
          from {bottom: 0;}
          to {bottom :100%;
            height:0%;
            visibility: hidden;}
      }

    @-webkit-keyframes black-box{
          from {bottom: 0;}
          to {bottom : 100%;
            height: 0%;
            visibility: hidden;}  
      }

section.splash h1{
    width: 229px;
    max-width: 100%;
    height: 99px;
    background-image: url("assets/images/opening/Sjoerd_Vis_Handtekening.gif");
    color: #fff;
    font-family: "avenir next";
    animation: private 2.5s;
    animation-fill-mode: forwards;
    -webkit-animation:private 2.5s 1;
    transition-timing-function: cubic-bezier(0.93, 0.01, .51, 0.66);
    -webkit-animation-fill-mode: forwards; 
    opacity: 0;
}
@keyframes private{
    0% {opacity: 1;}
    90% {opacity : 1;}
    100% {opacity: 0;}
    }

@-webkit-keyframes private{
    0% {opacity: 1;}
    90% {opacity : 1;}
    100% {opacity: 0;}
    }

section.mobile_splash{
    top: 0px;       
    left: 0px;
    min-width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    background-color: #000;
    animation: blackmobile 0.5s 1;
    -webkit-animation:blackmobile 0.5s 1;
    transition-timing-function: cubic-bezier(0.93, 0.01, .51, 0.66);
    animation-fill-mode: forwards;
    animation-delay: 1s;
    -webkit-animation-delay: 1s; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards; 
    }
    
    @keyframes blackmobile{
          from {bottom: 0;}
          to {bottom :100%;
            height:0%;
            visibility: hidden;}
      }

    @-webkit-keyframes blackmobile{
          from {bottom: 0;}
          to {bottom : 100%;
            height: 0%;
            visibility: hidden;}  
      }



/*-------------------------------------- PARALLAX */

/*-------------------------------------- FONTS */

h1,h2,h3{
    font-family: questa-grande, serif;
    font-style: normal;
    font-weight: 500;    
}

h2{
    font-size: 45px;
    line-height: 60px;
}

@media screen and (max-width: 768px){
	h2{
		font-size: 40px;
		line-height: 50px;
	}
}

.subtitle_white{
    color: #fff;
    font-family: "avenir-next", sans-serif;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size:10px;
}

.subtitle_white a{
    color: #fff;
}

.subtitle_white a:hover{
    text-decoration: none;
}

.subtitle_white a:before{
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    height: 1px;
    width: 0px;
    content: "";
    transition: 1s all;
}

.subtitle_white a:hover:before{
    display: inline-block;
    background-color: #fff;
    height: 1px;
    width: 20px;
    content: "";
    transition: 1s all;
    margin-right: 20px;
}



.subtitle_black{
    color: #000;
    font-family: "avenir-next", sans-serif;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size:10px;
}

.subtitle_black a{
    color: #000;
}

.subtitle_black a:hover{
    text-decoration: none;
}

.subtitle_black a:before{
    display: inline-block;
    vertical-align: middle;
    background-color: #000;
    height: 1px;
    width: 0px;
    content: "";
    transition: 1s all;
}

.subtitle_black a:hover:before{
    display: inline-block;
    background-color: #000;
    height: 1px;
    width: 20px;
    content: "";
    transition: 1s all;
    margin-right: 20px;
}

a.button {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid black ;
  font-family: "avenir next";
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  text-decoration: none;
  color: black ;
  transition: .5s all cubic-bezier(.77,0,.175,1);
}
a.button:hover {
  color: #fff;
  transition: .5s all cubic-bezier(.77,0,.175,1);
}
a.button::before,
a.button::after,
a.button span::before,
a.button span::after {
  content: "";
  position: absolute;
  z-index: -2;
  background: black ;
  transition: all .5s cubic-bezier(.77,0,.175,1);
}
a.button:hover::before,
a.button:hover::after,
a.button:hover span::before,
a.button:hover span::after {
  transition: all .5s transform .5s cubic-bezier(.77,0,.175,1);
}

a.button::before {
  bottom: 0;
  left: 0;
  height: 0%;
  width: 100%;
}
a.button:hover::before {
  height: 100%;
}




/*----- BUTTON WHITE */

a.button_white {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid white ;
  font-family: "avenir next";
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  text-decoration: none;
  color: white ;
  transition: .5s all cubic-bezier(.77,0,.175,1);
}
a.button_white:hover {
  color: #000;
  transition: .5s all cubic-bezier(.77,0,.175,1);
}
a.button_white::before,
a.button_white::after,
a.button_white span::before,
a.button_white span::after {
  content: "";
  position: absolute;
  z-index: -2;
  background: white ;
  transition: all .5s cubic-bezier(.77,0,.175,1);
}
a.button_white:hover::before,
a.button_white:hover::after,
a.button_white:hover span::before,
a.button_white:hover span::after {
  transition: all .5s transform .5s cubic-bezier(.77,0,.175,1);
}

a.button_white::before {
  bottom: 0;
  left: 0;
  height: 0%;
  width: 100%;
}
a.button_white:hover::before {
  height: 100%;
}

header.is-scroll a.button_white{
    color: #000;
  border: 1px solid black ;
}

header.is-scroll a.button_white:hover{
  color: #fff;
}

header.is-scroll a.button_white::before,
header.is-scroll a.button_white::after,
header.is-scroll a.button_white span::before,
header.is-scroll a.button_white span::after {
   background: black ;
   
}

header.is-scroll .hide_isscroll{
    display: none;
}

header .hide_standard{
    display: none;
}

header.is-scroll .hide_standard{
    display: inline-block;
}

header.transparent .hide_isscroll{
    display: inline-block;
}

header.transparent a.button_white:hover{
    color: black;
}


header.transparent a.button_white{
    color: white;
  border: 1px solid white ;
}

header.transparent a.button_white::before,
header.itransparent a.button_white::after,
header.transparent a.button_white span::before,
header.transparent a.button_white span::after {
   background: #fff ;
   
}

header.transparent a.button:hover{
    color: black;
}

header.transparent a.button:hover{
    color: black;
}


header.transparent a.button{
    color: white;
  border: 1px solid white ;
}

header.transparent a.button::before,
header.itransparent a.button::after,
header.transparent a.button span::before,
header.transparent a.button span::after {
   background: #fff ;
   
}

header.transparent a.button:hover{
    color: black;
}

.transparent .logo_black{
  display: none;
}

/*-------------------------------------- COLORS */

.black{
    background-color: #000;
    color: #fff;
}

@media screen and (max-width:768px){
.black_background{
  margin-left: 15px;
  margin-right: 15px;

  }
}

.black_background{
    overflow: hidden;
}

@media screen and (max-width:768px){
    .black_background{
        margin-top: 100px;
    }
}



.black_background img{
    display: block;
    margin-top: -100px;
}

.pink{
    background-color: #FFEBEC;
    color: #000;
}


/*-------------------------------------- HEADER */

header{
    position: fixed;
    width: 100%;
    padding: 50px 50px;
    z-index: 1000;
    transition: all 0.5s;
    will-change: transform;
}

@media screen and (max-width: 768px){
  header{
    padding: 10px 10px;
  }
}

header .col-md-4{
    vertical-align: middle;
}

header.is-scroll{
    background-color: #fff;
    padding: 20px 50px;
    transition: all 0.5s;
}

@media screen and (max-width: 768px){
  header.is-scroll{
    padding: 10px 10px;
  }
}

header.text-center{
  display: flex;
  justify-content: center;
  align-items: center;
}

header .logo {
display: none;
transition: all 0.5s;
}

header .logo_white{
display: inline-block;
transition: all 0.5s;
}

header.is-scroll .logo {
display: inline-block;
transition: all 0.5s;
}

header.is-scroll .logo_white{
display: none;
transition: all 0.5s;
}

.afspraak_button_mobiel{
    height: 28px; 
}

#toggle {
  width: 28px;
  height: 30px;
}

#toggle div {
  width: 100%;
  height: 2px;
  background: black;
  margin: 6px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

.toggle_white div{
    background-color: #fff !important;
}

.is-scroll .toggle_white div{
    background-color: #000 !important;
}


#toggle.on .one {
  transform: rotate(45deg) translate(3px, 5px);
  background: #fff;
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-45deg) translate(6px, -8px);
  background: #fff;
}

#menu {
 z-index: 1000;
  width: 100%;
  height: 100%;
  padding: 10px;
  margin: auto;
  display: none;
}

#menu a{
    color: #fff;
    transition: 0.5s all ease-in;
    transition-delay: 0.5s;
}

#menu a:hover{
    text-decoration: none;
    transition: 0.5s all ease-in;
    transition-delay: 0.5s;
}

header.transparent{
    background: none !important;
}

header.transparent #toggle.on .one{
    background-color: #fff !important;
}

header.transparent #toggle.on .three{
    background-color: #fff !important;
}

header.transparent .logo_white{
    display: inline-block;
}

header.transparent .logo{
    display:none;
}


.menu_top{
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu_top .row{
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
    margin: auto;
    max-width: 1140px;
    width: 1140px;
}

.menu_top .row .col-md-6, .menu_top .row .col-md-4{
  float: left !important;
} 

.menu_top ul.main-menu{
    list-style: none;
    padding-left: 0px;
    font-family: questa-grande, serif;
    font-size: 64px;
    line-height: 64px;
}



.menu_top ul.main-menu li{
    padding-bottom: 20px;
    transition: 0.5s all ease-in;
    transition-delay: 0.5s;
}

.menu_top ul.sub-menu{
    margin-top: 100px;
    list-style: none;
    padding-left: 0px;
}

.menu_top ul.sub-menu li{
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin-right: 20px;
    font-size: 10px;
}

.menu_top h3{
    font-family: "avenir-next", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: 10px;
    color: #737479;
    margin-bottom: 20px;
}

.background-image-face{
    background-image: url('assets/images/menu/Face-background.jpg');
    background-size: cover; 
    transition: 0.5s all ease-in;
    transition-delay: 0.5s;
}


.background-image-hand{
    background-image: url('assets/images/menu/Hand-background.jpg');
    background-size: cover; 
    transition: 0.5s all ease-in;
    transition-delay: 0.5s;
}


.background-image-prices{
    background-image: url('assets/images/menu/Behandelingen-background.jpg');
    background-size: cover; 
    transition: 0.5s all ease-in;
    transition-delay: 0.5s;
}


@media screen and (max-width: 768px){
 .menu_top ul.main-menu{
    margin-top: 50px;
    list-style: none;
    padding-left: 0px;
    font-family: questa-grande, serif;
    font-size: 32px;
    line-height:32px;

}

.menu_top ul.sub-menu{
  margin-top: 25px;
}

.menu_top ul.sub-menu li{
  display: block;
  float: initial;
}

.background-image-face{
    background-image: none;
}


.background-image-hand{
    background-image: none;
}


.background-image-prices{
    background-image: none;
}

video{
  display: none;
}
}

/*-------------------------------------- FOOTER */

footer{
    background-color: #000;
    padding-top: 100px;
    color: #fff;
}

footer h3{
    font-family: "avenir next";
    font-size: 12px;
    letter-spacing: 7px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #737479;
    text-transform: uppercase;
}

footer p{
    margin-bottom: 30px;
}

footer a{
    color: #fff;
    text-decoration: none;
}

footer p a:hover{
    text-decoration: none;
    color: #fff;
}

footer ul{
    margin-top: 30px;
    padding-left: 0px;
}
footer ul li{
    list-style: none;
}

footer ul.menu li a{
    font-size: 14px;
    color: #737479;
    line-height: 24px;
    font-weight: 400;
    transition: 0.5s all ease-in-out;
}

footer ul li a:hover{
    text-decoration: none;
    color: #fff;
    transition: 0.5s all ease-in-out;
}

footer ul.socials{
    padding-top: 50px;
}

footer .social_margin{
    margin-right: 15px;
}

footer ul.socials li a{
    font-size: 14px;
    color: #737479;
    line-height: 30px;
    font-weight: 400;
    transition: 0.5s all ease-in-out;
}

footer ul.socials li a:hover{
    color: #fff;
    transition: 0.5s all ease-in-out;
}

footer .credits{
    color: #737479;
    margin-top: 150px;
    padding-bottom: 30px;
    font-size: 14px;
}

footer .credits a{
    color: #737479;
    transition: 0.5s all ease-in-out;
    text-decoration: none;
}

footer .credits a:hover{
    color: #fff;
    transition: 0.5s all ease-in-out;
    text-decoration: none;    
}

/*-------------------------------------- HOME */


/*-------------------------------------- HOME HEADER */


.home_header{
    background-image: url("assets/images/home/sv_homepage_1.jpg");
    background-size: cover;
    height: 90vh;
    width: 100%;
    display: table;
}

.home_header .container{
    display: table-cell;
    vertical-align: middle;
}

.home_header .row{
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    width: 100%;
}

.home_header h1{
    font-size: 64px;
    color: #fff;
    line-height: 80px;
}

@media screen and (max-width: 768px){
.home_header h1{
	font-size: 36px;
	line-height: 52px;
}

}

.subtitle_white{
    color: #fff;
    font-family: "avenir-next", sans-serif;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size:10px;
}


/*-------------------------------------- HOME Introduction */

.home_introduction{
    height: 90vh;
    display: flex;
    align-items: center;
}

/*-------------------------------------- HOME behandelingen */

.home_behandelingen{
    height: 90vh;
    background-color: rgba(0,0,0,0.7);
}

.home_behandelingen .container{
    margin-top: -90vh;
}

@media screen and (max-width: 768px){
    .home_behandelingen{
        background-color: transparent;
        background-image: url("assets/images/home/SV_Mobiel_Video_Image_home.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .home_behandelingen .container{
        margin-top: 0;
    }
}

video.behandeling_video { 
    position: relative;
    max-width: 100%;
    z-index: -100;
    width: 100%; 
    height: 90vh;
    overflow: hidden !important;
    object-fit: fill;
}

.home_behandelingen .overzicht{
    margin-top: 230px;
}

.home_behandelingen .overzicht h2{
    color: #fff;
}

.home_behandelingen .black{
    margin-top: 400px;
}

@media screen and (max-width:768px){
    .home_behandelingen .black{
        margin-top: 100px;
    }  
}

.home_behandelingen .overzicht .row{
    margin-top: 160px;
}

/*-------------------------------------- HOME afbeelding */

.home_afbeelding{
    margin-top: 300px;
    margin-bottom: 200px;
}

@media screen and (max-width:768px){

    .home_afbeelding{
        margin-top: 300px;
        margin-bottom: 200px;
    }
}

/*-------------------------------------- Home Quote */

.home_quote{
padding-bottom: 200px;
padding-top: 200px;
}

.home_quote h2{
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 50px;
}

@media screen and (max-width:768px){
	.home_quote h2{
		font-size: 40px;
		line-height: 50px;
}
}

/*-------------------------------------- Home Blog */

.home_blog{
    margin-top: 200px;
    margin-bottom: 200px;
}

.home_blog .subtitle_black{
    margin-bottom: 50px;
}

@media screen and (max-width:768px){
.home_blog .text-right a{
	float: left !important;
	margin-top: 30px;
}
}
/*-------------------------------------- Behandeling Introductie */

.behandeling_header{
    display: flex;
    background-color: rgba(0,0,0,0.7);
    background-size: cover;
    height: 90vh;
    width: 100%;
    align-items: center;
}

@media screen and (max-width: 768px){
    .face_header{
        background-color: transparent;
        background-image: url("assets/images/home/SV_Mobiel_Video_Image_home.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}


.behandeling_header .row{
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    width: 100%;
}


.behandeling_header video {
    position: absolute;
    z-index: -100;
    width: 100%; 
    height: 90vh;
    overflow: hidden !important;
    object-fit: fill;
}

.header_hand{
    background-image: url('assets/images/behandelingen/hand/Hands_1.jpg')
}

.behandeling_header h1{
    font-size: 64px;
    color: #fff;
    line-height: 80px;
}

#carousel {
position: relative;
margin:0 auto;
}

#slides {
overflow: hidden;
position: relative;
width: 100%;
}

#slides ul {
list-style: none;
width:100%;
margin: 0;
padding: 0;
position: relative;
}

 #slides li {
width:100%;
float:left;
position: relative;
}
/* Styling for prev and next buttons */
.btn-bar{
    max-width: 346px;
    display: block;
    position: relative;
    top: 40px;
    width: 100%;
}

 #buttons {
padding:0 0 5px 0;
float:left;
}

#buttons a {
    text-align: center;
    display: block;
    font-size: 50px;
    float: left;
    outline: 0;
    margin: 0 60px 0 0;
    color: #b14943;
    text-decoration: none;
}

#prev:before{
    content: url("assets/images/behandelingen/arrow-left.svg");
    display: inline-block;
}

#next:before{
    content: url("assets/images/behandelingen/arrow-right.svg");
    display: inline-block;
}

@media screen and (max-width: 768px){
    .behandeling_header h1{
        font-size: 36px;
        color: #fff;
        line-height: 52px;
    } 
}

.clearboth{
	clear: both;
}

.behandeling_introduction{
    margin-top: 360px;
}

.behandeling_introduction h2{
	margin-bottom: 50px;
}

@media screen and (max-width: 768px){
.behandeling_introduction{
		margin-top: 100px;
	}

}

.behandeling_introduction p{
    margin-bottom: 200px;
}

.behandeling_afbeelding{
    margin-top: 200px;
    margin-bottom: 200px;
}

@media screen and (max-width: 768px){
.behandeling_introduction p{
margin-bottom: 100px;
}

.behandeling_afbeelding{
	margin-top: 0px;
	margin-bottom: 100px;
}
}

.afbeeldigen_behandeling{
    margin-bottom: 200px;
}

.afbeeldigen_behandeling img{
    width: 100%;
    height: auto;
}

.behandelingen_sub img{
    width: 100%;
    height: 100%;
}

.behandelingen_sub a.button{
    background-color: #000;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 768px){
 
.behandelingen_sub a.button{ 
    top: 20px;
    bottom: auto; 
    left: 10px;
    right: 10px; 
}
}

/*-------------------------------------- Behandeling volgende */

.volgende_behandeling{
    background-image: url("assets/images/behandelingen/face/sv_face_treatment_5.jpg");
    background-size: cover;
    padding: 240px 0px;
}

.volgende_behandeling_hand{
    background-image: url("assets/images/behandelingen/hand/Hands_6.jpg");
    background-size: cover;
    padding: 240px 0px;
}

/*-------------------------------------- About */

/*-------------------------------------- About Header */
.about_header{
    display: flex;
    background: url("assets/images/about/sv_about_1.jpg");
    background-size: cover;
    align-items: center;
    height: 90vh;
    width: 100%;
}

.about_header .container{
    display: table-cell;
    vertical-align: middle;
}

.about_header .row{
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    width: 100%;
}

.about_header h1{
    font-size: 64px;
    color: #fff;
    line-height: 80px;
}

@media screen and (max-width:768px){
.about_header h1{
    font-size: 36px;
    color: #fff;
    line-height: 52px;
}
}

.about_header h1 span{
    display: inline-block;
}

.about_video{
    margin-top: 200px;
    margin-bottom: 200px;
}

.about_quote{
    margin-bottom: 200px;
    vertical-align: middle;
}

@media screen and (max-width: 768px){
  .about_quote h2{
    padding: 5%;
    margin-top: 100px;
  }
}

.about_afbeeldingen{
    margin-bottom: 200px;
}

.about_afbeeldingen img{
    vertical-align: middle;
}

/*-------------------------------------- Contact */

.contact{
    padding-top: 200px;
    margin-bottom: 200px;
}

@media screen and (max-width:768px){
.contact{
    padding-top: 100px;
    margin-bottom: 100px;
}
}


@media screen and (max-width:768px){
	.contact h2{
		margin-left: 15px;
	}
}
.contact input, .contact  textarea{
    border: 1px solid #DDE3E4;
    width: 100%;
    padding: 5px;
}

.contact .subtitle_black{
    margin-top: 30px;
    margin-bottom: 0px;
}

.contact input[type=submit]{
    border: none;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: "avenir next";
    font-size: 10px;
    padding: 18px; 
    width: 200px;
    letter-spacing: 4px;
}

@media screen and (max-width:768px){
	.contact button {
		margin-left: 15px;
	}
}

@media screen and (max-width:768px){

.contact .black{
	margin-top: 100px;
}
}

/*-------------------------------------- prijzen */

.prijzen_header{
    padding-top:250px;
    padding-bottom: 180px;
    margin-bottom: 100px;
}

.prijzen_header h1{
    font-size: 65px;
}

@media screen and (max-width: 768px){

.prijzen_header h1{
    font-size: 36px;
    line-height: 52px;
}
}

.nav-tabs{
    border: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    font-family: "avenir next";
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 7px;
}

.nav-tabs .nav-link{
    font-family: "avenir next";
    border: none;
    border-bottom: 1px solid #DDE3E4;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 7px;
    color: #000;
}

.prijzen_table .end_behandeling{
    border-bottom: 1px solid #DDE3E4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/*-------------------------------------- Blog */


.blog_header{
    padding-top:250px;
    padding-bottom: 180px;
}

.blog_header h1{
    font-size: 65px;
}

@media screen and (max-width: 768px){

.blog_header h1{
    font-size: 36px;
    line-height: 52px;
}
}

.blog{
    margin-top: 100px;
    margin-bottom: 100px;
}

.blog .row{
    margin-bottom: 100px;
}

/*-------------------------------------- Afspraak */

.afspraak_header{
    padding-top:250px;
    padding-bottom: 180px;
}

.afspraak_header h1{
    font-size: 65px;
}

@media screen and (max-width: 768px){

.afspraak_header h1{
    font-size: 36px;
    line-height: 52px;
}

.afspraak iframe{
    margin-top: 100px;
}
}

/*-------------------------------------- Article */

.article .date{
    display: block;
    font-family: "avenir next", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 7px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px){
	.article .date{
		margin-top: 30px;
	}
}

.article h2{
    margin-bottom: 30px;
}

/*-------------------------------------- Single Post */

.single_post{
    padding-top: 200px;
    margin-bottom: 100px;
}

.single_post .date{    display: block;
    font-family: "avenir next", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 7px;
    margin-bottom: 30px;
    margin-top: 100px;
}







/*-------------------------------------- Slider */








/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    bottom: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: ppx;
}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}
.slick-prev:before
{
    content: url("assets/images/behandelingen/arrow-left.svg");
}
[dir='rtl'] .slick-prev:before
{
    content: url("assets/images/behandelingen/arrow-left.svg");
}

.slick-next
{
    right: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}
.slick-next:before
{
    content: url("assets/images/behandelingen/arrow-right.svg");
}
[dir='rtl'] .slick-next:before
{
    content: url("assets/images/behandelingen/arrow-right.svg");
}

.gallery-wrap {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.slide-count-wrap{
    margin-top: 50px;
    font-family: "avenir next";
    font-size: 12px;
    letter-spacing: 8px;
}