/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}


::-moz-selection {
  background: #fff;
  text-shadow: none;
}

::selection {
  background: #fff;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */

body {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
      color: #8d9599;
      font-size: 16px;
      line-height: 26px;
}

body.toggled {
    position: fixed;
    overflow: hidden;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 10px 10%;
    box-sizing: border-box;
    background: rgba(255,255,255,0);
    transition: all .5s;
}

header.nav-up {
    background: rgba(255,255,255,1);
}

header.nav-up li a {
    color: #404f54;
}

header.nav-up .site-branding a {
    background-image: url('../img/reva-plus-logodark.svg');
}

.pedicure header.nav-up .site-branding a {
    background-image: url('../img/reva-plus-pedicure-dark.svg'); 
}

 header .mobile_menu {
    width: 100%;
    top: -100vh;
    left: 0;
    position: fixed;
    transition: all 1s;
}


.toggled header .mobile_menu {
    top: 0;
}

header .mobile_menu .first {
    padding: 0 5%;
    height: 60vh;
    position: relative;
}

header .mobile_menu .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    width: 100%;
}

header .mobile_menu ul {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
}

header .mobile_menu li {
    display: block;
    float: none;
    text-align: center;
}

header .mobile_menu li a {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    line-height: 48px;
}


.mobile_logo {
    width: 100%;
     background-image: url('../img/menu_logo.svg');
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    position: relative;
    top: 10px;
}

header .overlay.dark {
    background-image: linear-gradient(-16deg, rgba(0,0,0,0.00) 30%, rgba(0,0,0,0.50) 100%);
    background: rgba(0,0,0,0.75);
}

header .mobile_menu li.orange a {
    color: #F9840B;
}


 header .contact {
    background: #fff;
     height: 40vh;
     color: #000000;
     position: relative;
     text-align: center;
    font-size: 16px;
}


header .contact p {
    color: #000000;
    margin: 0;
}

header .contact b {
    font-size: 20px;
}

header .contact a {
    color: #F9840B;
    border-bottom: 1px #F9840B;
    padding-bottom: 3px;
    display: block;
}

.toggle_menu {
    background-image: url('../img/menu.png');
    background-image: url('../img/menu.svg'), none;
    display: none;
    width: 36px;
    height: 29px;
    background-size: contain;
    position: fixed;
    top: 24px;
    right: 24px;
    background-color: transparent;
    border: none;
    z-index: 4;
}

.toggle_menu:focus {
    outline: none;
}



header .site-branding a {
    width: 126px;
    height: 90px;
    float: left;
    font-size: 0;
    display: inline-block;
    background-image: url('../img/reva-plus-logo.png');
    background-image: url('../img/reva-plus-logo.svg'), none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 10px;
}

.pedicure header .site-branding a {
    background-image: url('../img/reva-plus-pedicure.svg');
}

header ul {
    float: right;
}

header ul li {
    list-style: none;
    float: left;
    display: inline-block;
    margin: 10px 20px;
}

header ul li a {
   font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
}

header ul li.cta a {
    color: #F9840B;
    letter-spacing: 0;
    padding: 10px 15px;
    border: 1px solid #F9840B;
    border-radius: 50px;
    text-align: center;
    line-height: 14px;
}


h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 62px;
  font-weight: 400;
  line-height: 72px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h2 {
  color: #404f54;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 35px;
}

h3 {
  color: #f9840b;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
    margin: 0;
}

.button {
  background: #f9840b;
    color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
    text-decoration: none;
    padding: 14px 25px;
    border-radius: 50px;
    display: inline-block;
}

section.banner {
    width: 100%;
    height: 100vh;
    position: relative;
}


section.banner.specialisatie {
    height: 500px;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.overlay.dark {
    background-image: linear-gradient(-16deg, rgba(0,0,0,0.00) 30%, rgba(0,0,0,0.50) 100%);
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 80%;
}
.banner p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin-bottom: 30px;
}


.overlay.image {
    background-size: cover;
    background-position: center;
}

.lid .overlay.image {
    filter: grayscale(1);
}

section.overons {
    overflow: hidden;
    padding: 125px 0 125px 15%;
}

.overons .text {
    width: 48%;
    margin: 0 2% 0 0 ;
    float: left;
}

.overons .slider {
    width: 48%;
    margin: 0 0 0 2%;
    float: left;
}

.overons.second {
    padding: 0 15% 124px 0;
}

.overons.second .text {
    width: 48%;
    margin: 0 0 0 2% ;
    float: left;
}

.overons.second .slider {
    width: 48%;
    margin: 0 2% 0 0;
    float: left;
}

.overons .slider .image {
    height: 588px;
    background-size: cover;
    background-position: center;
}

.text ul li:before {
    content: "";
    background-image: url('../img/check.png');
    background-image: url('../img/check.svg'), none;
   display: block;
    width: 12px;
    height: 15px;
    background-repeat: no-repeat;
    left: -34px;
    position: absolute;
    margin: 7px 10px 0 0;
    background-size: contain;
}

.text ul li {
    list-style: none;
    position: relative;
    margin: 0px 0 20px;
}

.overons .button {
    margin: 45px 0;
}

.slider .slick-prev, .slider .slick-next {
    font-size: 0;
    border: none;
    background: none;
    position: absolute;
    bottom: 40px;
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    z-index: 2;
}

.slider .slick-prev:focus, .slider .slick-next:focus {
    outline: none;
}

.slider .slick-prev {
    background-image: url('../img/Left_1.png');
    background-image: url('../img/Left_1.svg'), none;
    left: 20px;
}

.slider .slick-next {
    background-image: url('../img/Right_1.png');
    background-image: url('../img/Right_1.svg'), none;
    right:  20px;
}


/* Dots */


.slick-dots
{
    position: absolute;
    bottom: 40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button
{
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 10px;
    margin: 5px;
        
}
.slick-dots li.slick-active button
{
   background: #404F54;
}

.one_image .slick-dots li.slick-active button {
    display: none;
}

section.team {
    border-top: 1px solid #979797;
    padding: 100px 10% 125px;
    text-align: center;
}

.team p {
    color: #404F54;
}

.leden {
    overflow: hidden;
    margin: 60px 0px;
}

.lid {
    width: 23%;
    float: left;
    height: 550px;
    position: relative;
    background-size: cover;
    margin: 1%;
}

.lid .hover {
  background: rgba(249,132,11,0.85);
    opacity: 0;
    z-index: 1;
    transition: all .6s;
}

.lid:hover .hover {
    opacity: 1;
}

.lid .naam {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

.lid .functie {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.lid .wrapper {
    width: )=%;
}

.lid .functie ul {
    margin: 0;
}

.lid .functie li {
    text-align: left;
}

.maps {
    height: 630px;
    width: 100%;
    position: relative;
}

.maps .contact {
    width: 458px;
    padding: 90px 60px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15%;
    box-sizing: border-box;
    z-index: 2;
}

a.link{
    font-weight: 700;
    color: #f9840b;
    text-decoration: none;
}


.maps .contact a.mail,
.maps .contact a.phone,
.maps .contact a.location {
    font-weight: 400;
    font-size: 16px;
    color: #8D9599;
    letter-spacing: 0;
    line-height: 26px;
    text-decoration: none;
    display: block;
    margin: 0 0 25px 0;
}

.maps .contact a.mail:before,
.maps .contact a.phone:before,
.maps .contact a.location:before {
    content: "";
    width: 50px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.maps .contact a.mail:before {
    background-image: url('../img/Email.png');
    background-image: url('../img/Email.svg'),none;
}

.maps .contact a.phone:before {
    background-image: url('../img/Phone.png');
    background-image: url('../img/Phone.svg'),none;
    background-position: 2px 0;
}

.maps .contact a.location:before {
    background-image: url('../img/Location.png');
    background-image: url('../img/Location.svg'),none;
    background-position: 5px 0;
}


#map {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

footer {
  background: #404f54;
}

footer ul li {
    list-style: none;
    float: left;
}

footer ul li a {
  height: 26px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
    text-decoration: none;
}

.site-info {
    font-size: 12px;
    color: #9FA7A9;
    letter-spacing: 0;
    text-align: center;
    display: block;
    border-top: 1px solid #2B3538;
    padding: 15px 10%;
    clear: both;
}

footer .container {
    padding: 25px 10%;
    display: flex;
    position: relative;
}

footer .logo {
    width: 126px;
    height: 90px;
    float: left;
    font-size: 0;
    display: inline-block;
    background-image: url('../img/reva-plus-logo.svg');
}

footer .menu {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

footer .menu li {
    margin: 0 25px;
}

footer .social {
       text-align: right;
    float: right;
    position: absolute;
    right: 10%;
    top: 43px;
}

footer .social ul {
    display: inline-block;
}

footer .social a {
    font-size: 0;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 0 0 18px;
}


footer .social a.fb {
    background-image: url('../img/fb.png');
    background-image: url('../img/fb.svg'),none;
}

footer .social a.tw {
    background-image: url('../img/tw.png');
    background-image: url('../img/tw.svg'),none;
}

footer .social a.ig {
    background-image: url('../img/ig.png');
    background-image: url('../img/ig.svg'),none;
}



.specialisaties {
    width: 80%;
    margin: -85px 10%;
    z-index: 4;
    position: relative;
    background: #fff;
    padding: 90px 85px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 0 14px 0 rgba(0,0,0,0.14);
}

.specialisaties article {
    display: flex;
    margin-bottom: 20px;
}

.specialisaties article .text {
    width: 100%;
    padding: 35px;
}

.specialisaties article:nth-of-type(even) .text {
    order: 2;
}

.specialisaties article .image {
    width: 100%;
    background-position: center;  
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    padding-bottom: 32%;
    margin-top: 50px;
}


.specialisaties h2 {
    font-size: 30px;
}

main.intro {
    display: flex;
}

main.intro .banner p {
    font-size: 18px;
    line-height: 26px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   Responsive 
   ========================================================================== */
.mobile_only {
    display: none;
}
@media only screen and (max-width: 760px) {
    .mobile_only {
        display: block;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 6;
        width: 100%;
        padding: 20px 30px;
    }
    
    header ul.desktop_menu {
        display: none;
    }
    

    .toggle_menu {
        display: block;
    }

    h1 {
        font-size: 30px;
        line-height: 34px;
    }

    h2 {
      font-size: 22px;
      line-height: 28px;
    }

    
    .overons .text,
    .overons.second .text {
        width: 100%;
        margin: 0;
    }
    

    
    section.overons {
        overflow: hidden;
        padding: 55px 10%;
    }
    
    section.overons.second {
        overflow: hidden;
        padding: 0 10% 55px 10%;
    }
    
    .overons .slider,
    .overons.second .slider{
        width: 100%;
        margin: 0;
    }
    
     .pedicure .overons .slider {
        margin: 40px 0 0;
    }
    
    .pedicure .overons .slider .image {
        background-size: cover;
    }
    
    .pedicure .overons.second .slider {
        margin: 0 0 50px;
    }
    
    .pedicure .overons .link span {
        display: block;
    }
    
    .overons .slider .image {
    height: 250px;
    background-size: contain;
        background-repeat: no-repeat;
}

    
    section.team {
        padding: 45px 10%;
    }
    
    
    .leden {
        margin: 30px 0px 0;
    }
    
    .lid .overlay,
    .lid .wrapper {
        position: relative;
        opacity: 1;
        display: block;
        transform: none;
        width: 100%;
        left: 0;
        top: 0;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
        order: 2;
    }

    .lid {
        overflow: hidden;
        display: block;
        flex-wrap: wrap;
        height: auto;
    }

    .lid img {
        width: 100%;
    }


    .lid .image.overlay {
        display: none;
    }
    
    .lid img.mobile_only {
    filter: grayscale(1);
}

    .lid ul {
        padding: 0;
        margin: 0;
    }
    
    .lid {
        width: 100%;
        margin: 20px 0;
    }
    
    
    
    .specialisaties {
        margin: -70px auto 0;
        width: 100%;
        box-shadow: none;
        padding: 30px;
    }
    .specialisaties article {
        display: block;
    }
    
    .specialisaties article .text {
        padding: 0;
    }
    
    .specialisaties article .image {
        height: 200px;
    }
    
    main.intro {
        display: block;
    }
    
    main.intro section.banner {
        height: 50vh;
    }
    
     main.intro section.banner p {
        font-size: 0;
         margin: 0;
    }
    
    .maps .contact {
        transform: none;
        position: inherit;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        clear: both;
        padding: 0 10% 50px 10%;
        margin: 0;
        right: 0;
    }
    
    .maps {
        height: 800px;
        overflow: hidden;
    }

    footer .container {
      display: block;
    }

    footer .container > div {
      width: 100%;
      display: block;
      position: relative;
      background-repeat: no-repeat;
      background-position: center;
      transform: none;
      left: 0;
      top: 0;
    }

    footer .logo {
      display: block;
      margin-bottom: 20px;
    }

    footer ul {
      margin: 20px 0 20px 0;
      padding: 0;
    }

    footer .menu li {
      width: 100%;
      float: none;
      margin: 0 0 14px;
    }

    footer .social {
      float: none;
      text-align: center;
    }
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

