@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "Bebas Neue";
    src: url(fonts/BebasNeue-Book.woff) format("woff"), 
        url(fonts/BebasNeue-Book.otf) format("truetype");
}

@import url('https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day');
@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC');


html, body {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    color: #666;
    background-color: white;
    font-family: Bebas Neue, Tahoma, Verdana, Geneva, sans-serif;
    font-size: 26px;
    font-weight: normal;

}
* {
    margin: 0;
    padding: 0;
}

#wrapper { /* Voor 100% hoogte, dat footer altijd onderaan staat */
    min-height: 100%;

}

.error
{
    background-color: rgba(255, 0, 0, 0.2) !important;
    border-color: rgba(255, 0, 0, 0.8) !important;
}

h1 {
    margin: 0px;
    font-family: "Bebas Neue", "Arial";
    font-size: 48px;
    color: black;
    font-weight: normal;
}

h2 {
    margin: 0px;
    font-family: "Bebas Neue", "Arial";
    font-size: 35px;
    color: black;
    font-weight: bold;
}

h3
{
    margin: 0px;
    font-size: 30px;
    color: #333;;
    font-family: 'Quicksand', sans-serif;
}

h4
{
    margin: 0px;
    font-size: 30px;
    color: #444;;
    text-decoration: underline;
    font-family: 'Quicksand', sans-serif;
}

h5 { 
    /*already exsist in ihover.css*/
}

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


#container /* alle content binnen 1000px breedte */
{ 
    padding-top: 80px;
    width: 1000px;
    height: 100%;
    margin: 0px auto;
}



#header
{
    width: 1000px;
    height: 140px;
    margin:0 auto;
    padding-top: 20px;
}
#header ul /* ul li zorgt ervoor dat items langs elkaar worden gesorteerd */
{ 

}
#header ul li 
{
    display: inline;
    float: left;
}

.headerlogo
{
    display: block;
    height: 140px;
    width: 160px;
}

.headerlogosmall
{
    display: none;
}

.headermenu
{
    height: 140px;
    width: 840px;
    display: block;
}

#menubutton
{
    display: none;
    width: 90px;
    height: 50px;
    float: right;
    padding-right: 20px;
    padding-top: 20px;
}

#menudiv
{
    color: #fff;
    display: block;
    padding-top: 40px;
    width: 840px;
    height: 60px;
    float: right;
}
#menudiv ul /* ul li zorgt ervoor dat items langs elkaar worden gesorteerd */
{ 

}
#menudiv ul li 
{
    display: inline;
    float: right;
}
#menudiv:a
{
    color: #fff;
}
#menudiv:hover
{
    color: #fff;
}

.menuitembig
{
    height: 60px;
    width: 135px;
    text-align: center;
    font-weight: normal;
    line-height: 65px;
    margin-left: 15px;
}

.menuitembigselected
{
    height: 60px;
    width: 135px;
    text-align: center;
    line-height: 65px;
    margin-left: 15px;
    background-color: white;
    color: #e3b296;
    position: relative;
    z-index: 1;
}
.menuitembigselected:after
{
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.menuitembigselected:after
{
    bottom: 0;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}

.menuitembig:hover 
{
    height: 60px;
    width: 135px;
    text-align: center;
    line-height: 65px;
    margin-left: 15px;
    background-color: white;
    color: #e3b296;
    position: relative;
    z-index: 1;
}
.menuitembig:hover:after
{
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.menuitembig:hover:after
{
    bottom: 0;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}

.menuitemsmall
{
    height: 60px;
    width: 105px;
    text-align: center;
    font-weight: normal;
    line-height: 65px;
    margin-left: 15px;
}

.menuitemsmallselected
{
    height: 60px;
    width: 105px;
    text-align: center;
    line-height: 65px;
    margin-left: 15px;
    background-color: white;
    color: #e3b296;
    position: relative;
    z-index: 1;
}
.menuitemsmallselected:after
{
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.menuitemsmallselected:after
{
    bottom: 0;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}

.menuitemsmall:hover 
{
    height: 60px;
    width: 105px;
    text-align: center;
    line-height: 65px;
    margin-left: 15px;
    background-color: white;
    color: #e3b296;
    position: relative;
    z-index: 1;
}
.menuitemsmall:hover:after
{
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.menuitemsmall:hover:after
{
    bottom: 0;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}


#menudivmoblie
{
    display: none;
}



.quote 
{
    background-image: url("images/pattrn.png");
    color: #fff;
    position: relative;
    z-index: 1;
    height: 145px;
    font-size: 22px;
    font-family: "Bebas Neue", 'Alegreya Sans SC', sans-serif;
}
.quote:after 
{
    background: inherit;
    bottom: 0;
    content: '';
    display: block;
    height: 65%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%;
    z-index: -1;
}

#procert
{
    float: right;
    width: 160px;
    height: 140px;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 100px;
    margin-right: 20px;
    z-index: 2;
    display: block;
}

#procertmobile
{
    display: none;
}


#treatmentselection
{
    width: 1000px;
    height: 150px;
    font-family: Bebas Neue;
}


#reserveringdiv
{
    width: 1000px;
    height: 750px;
    margin:0 auto;
}
#reserveringdiv ul /* ul li zorgt ervoor dat items langs elkaar worden gesorteerd */
{
}
#reserveringdiv ul li
{
    display: inline;
}


.reserveringfield
{
    height: 600px;
    width: 498px;
    float: left;
}

.reserveringitem
{
    height: 80px;
    width: 498px;
    margin-bottom: 30px;
    font-family: Bebas Neue;
}

.reserveringitemtimegrid
{
    height: 380px;
    width: 440px;
    margin-bottom: 30px;
    font-family: Bebas Neue;
}

.reserveringitembig
{
    height: 380px;
    width: 489px;
    margin-bottom: 30px;
    font-family: Bebas Neue;
}

#price
{
    color: black;
    font-size: 35px;
    font-family: 'Dawning of a New Day', cursive;
}

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}
.span_3_of_4 {
    width: 74.6%;
}
.span_2_of_4 {
    width: 49.2%;
}
.span_1_of_4 {
    width: 23.8%;
    text-align: center;
    line-height: 30px;
    border-radius: 0px 10px;
    background-color: lightgreen;
    color: #009500;
    font-size: 22px;
}
.free{
    background-color: lightgreen;
}
.taken{
    background-color: lightcoral;
    color: #bc0000;
}
.impossible{
    background-color: #f7f7f7;
    color: #b7b7b7;
}
.choice{
    background-color: lightsalmon;
    color: #fff;
}

select[name=treatment] {
    display: block;
    width: 592px;
    height: 40px;
    font-size: 16px;
    padding-left: 8px;
    color: #222;
    appearance: none;
    box-shadow: none;
    border-radius: 1px 20px;
    background-color: #fff;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
select[name=treatment]:focus {
    outline: none;
    background-color: #ffeac3;
}
select[name=treatment]:hover {
    outline: none;
    background-color: #ffeac3;
}

input[type=text] {
    display: block;
    width: 100px;
    height: 40px;
    font-size: 16px;
    font-weight: lighter;
    padding-left: 16px;
    color: #222;
    border: 1px solid black;
    appearance: none;
    box-shadow: none;
    background-color: #fff;
    border-radius: 1px 20px;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
input[type=text]:focus {
    outline: none;
    background-color: #ffeac3;
}
input[type=text]:hover {
    outline: none;
    background-color: #ffeac3;
}

textarea[name=comments] {
    display: block;
    margin: 0;
    width: 400px;
    font-size: 16px;
    padding-left: 8px;
    padding-top: 4px;
    color: black;
    appearance: none;
    box-shadow: none;
    border: 1px solid black;
    border-radius: 1px 20px;
    background-color: white;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
textarea[name=comments]:focus {
    outline: none;
    background-color: #ffeac3;
}
textarea[name=comments]:hover {
    outline: none;
    background-color: #ffeac3;
}


button[type="submit"] {
    border: none;
    width: 165px;
    height: 45px;
    text-align: center;
    font-size: 35px;
    font-weight: lighter;
    appearance: none;
    box-shadow: none;
    border-radius: 1px 20px;
    line-height: 30px;
    color: white;
    background-color: black;
    font-size: 20px;
    -webkit-appearance: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;

}

input[type="submit"] {
    border: none;
    width: 165px;
    height: 45px;
    text-align: center;
    font-size: 35px;
    font-weight: lighter;
    appearance: none;
    box-shadow: none;
    border-radius: 1px 20px;
    line-height: 30px;
    color: white;
    background-color: black;
    font-size: 20px;
    -webkit-appearance: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
input[type="submit"]:hover
{
    background-color: pink;
    color: black;
}



.footer {
    background-image: url("images/pattrn.png");
    position: relative;
    z-index: 1;
    width: 100%;
    height: 200px;
    text-align: center;
    position: relative;
    clear: both;
}
.footer:before {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.footer:before {
    top: 0;
    -webkit-transform: skewY(-2.0deg);
    transform: skewY(-2.0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}


#footersocialdiv
{
    padding-top: 30px;
    margin:0 auto;
    margin-bottom: 20px;
    width: 300px;
    height: 40px;
}
#footersocialdiv ul
{
}
#footersocialdiv ul li
{
    display: inline;
    float: left;
}


.footersocial
{
    width: 100px;
    height: 40px;
}

#thinline
{
    margin:0 auto;
    width: 100px;
    height: 1px;
    background: #fff;
}

#copyright
{
    margin:0 auto;
    margin-top: 20px;
    width: 200px;
    height: 25px;
    font-weight: lighter;
    font-size: 30px;
    color: #fff;
}


#slogan
{
    font-family: 'Dawning of a New Day', cursive;
    color: #222;
    margin:0 auto;
    width: 700px;
    height: 80px;
    text-align: center;
    font-size: 55px;
    position: relative;
    margin-bottom: 10px;
}

#slogan:after
{
    content: '';
    position: absolute;
    width: 32%;
    left: 34%;
    bottom: -10px;
    border-bottom: 1px solid #999;
}

#sloganproducten
{
    font-family: 'Dawning of a New Day', cursive;
    color: #222;
    margin:0 auto;
    width: 700px;
    height: 80px;
    text-align: center;
    font-size: 55px;
    position: relative;
    margin-bottom: 70px;
}

#sloganproducten:after
{
    content: '';
    position: absolute;
    width: 15%;
    left: 43%;
    bottom: -10px;
    border-bottom: 1px solid #999;
}

#welkomswoord
{
    text-align: center;
    width: 600px;
    margin:0 auto;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 40px;
}

#online-agenda-homepage
{
    text-align: center;
    width: 600px;
    margin:0 auto;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 40px;
    border: 1px solid;
    padding: 16px;
}


#voorwaarden
{
    text-align: center;
    width: 600px;
    margin:0 auto;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    margin-bottom: 100px;
}

#specialiteitendiv
{
    display: block;
    width: 1000px;
    height: 400px;
    margin:0 auto;
    margin-top: -80px;
    margin-bottom: 60px;
    color: #333;
    text-align: center;
}
#specialiteitendiv ul /* ul li zorgt ervoor dat items langs elkaar worden gesorteerd */
{  
}
#specialiteitendiv ul li 
{
    display: inline;
}

.specialiteitendivmobile
{
    display: none;
}

.specialiteitlinks
{
    height: 250px;
    width: 375px;
    font-family: 'Quicksand', sans-serif;
    float: left;
    padding-left: 80px;
}
.specialiteitrechts
{
    height: 250px;
    width: 375px;
    font-family: 'Quicksand', sans-serif;
    float: right;
    padding-right: 80px;
}

#silke
{
    display: none;
}

#silke2
{
    width: 360px;
    margin:0 auto;
    margin-bottom: -250px;
    margin-top: 100px;
    display: block;
}

#silkesmall
{
    display: none;
}

#silkesalon
{
    margin-bottom: 40px;
    height: 533px;
    width: 800px;
    margin:0 auto;
    display: block;
}

#silkesalonsmall
{
    display: none;
}

#silkesalonvertical
{
    margin-bottom: 40px;
    height: 800px;
    width: 533px;
    margin:0 auto;
    display: block;
}

#silkesalonsmallvertical
{
    display: none;
}

#silkesalon2
{
    margin-bottom: 10px;
    margin-top: -60px;
    height: 533px;
    width: 800px;
    margin:0 auto;
    display: block;
}

#silkesalonsmall2
{
    display: none;
}


#rosagraf
{
    width: 900px;
    margin:0 auto;
    margin-top: 80px;
    margin-bottom: 160px;
    display: block;
}

#rosagrafmobile
{
    display: none;
}

#pedicures
{
    width: 300px;
    margin:0 auto;
    margin-top: -40px;
    margin-bottom: 70px;
}

@media screen and (max-width: 999px) { /* Alles lager full width */

    html, body {
        width: 100%;
        margin: 0 auto;
        font-size: 18px;
    }

    h3
    {
        font-size: 24px;
    }

    h4
    {
        font-size: 22px;
    }

    #container /* alle content binnen 1000px breedte */
    {
        width: 100%;
    }

    #header
    {
        width: 100%;
        height: 140px;
        margin:0 auto;
        padding-top: 20px;
    }

    .headermenu
    {
        display: none;
    }

    .headerlogo
    {
        display: none;
    }

    .headerlogosmall
    {
        display: block;
        padding-left: 20px;
        height: 95px;
        width: 120px;
    }

    #procert
    {
        display: none;
    }

    #procertmobile
    {
        font-size: 12px;
        width: 310px;
        height: 190px;
        margin:0 auto;
        margin-top: -20px;
        margin-bottom: 50px;
        display: block;
    }

    #slogan
    {

        width: 90%;
        height: 80px;
        text-align: center;
        font-size: 50px;
        position: relative;
        margin-bottom: 70px;
    }

    #sloganproducten
    {
        margin-bottom: 120px;
        line-height: 90px;
        width: 100%;
    }

    #welkomswoord, #voorwaarden, #online-agenda-homepage
    {
        width: 86%;
    }

    #specialiteitendiv
    {
        display: none;
        width: 100%;
        height: 900px;
        margin:0 auto;
        margin-bottom: 100px;
    }

    .specialiteitendivmobile
    {
        display: block;
        width: 100%;
        height: 340px;
        color: #444;
        font-size: 22px;
        text-align: center;
    }

    .specialiteit
    {
        height: 220px;
        width: 310px;
        margin: 0 auto;
    }

    #rosagraf
    {
        display: none;
    }

    #rosagrafmobile
    {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 50px;
        display: block;
    }

    #silke
    {
        width: 360px;
        margin:0 auto;
        margin-bottom: 50px;
        margin-top: -260px;
        display: block;
    }

    #silke2
    {
        display: none;
    }

    #menudiv
    {
        display: none;
    }

    #menubutton
    {
        display: block;
    }

    #menudivmoblie
    {
        display: block;
        width: 100%;
        height: 60px;
        padding-top: 30px;
        text-align: center;
    }

    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 4;
        top: 0;
        left: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.95);
        overflow-x: hidden;
        transition: 0.3s;
    }

    .overlay-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #fff;
        display: block;
        transition: 0.3s;
    }

    .overlay a:hover, .overlay a:focus {
        color: #818181;
    }

    .closebtn {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 110px !important;
        color: white;
    }


}


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


    #silkesalonsmall
    {
        width: 100%;
        margin:0 auto;
        display: block;
    }

    #silkesalon
    {
        display: none;
    }

    #silkesalonsmallvertical
    {
        width: 70%;
        margin:0 auto;
        display: block;
    }

    #silkesalonvertical
    {
        display: none;
    }

    #silkesalonsmall2
    {
        width: 100%;
        margin:0 auto;
        display: block;
    }

    #silkesalon2
    {
        display: none;
    }

}






@media screen and (max-width: 550px) {
    .overlay a {font-size: 40px}
    .closebtn
    {
        font-size: 75px !important;
        top: 15px;
        right: 35px;
    }

    #slogan
    {
        margin-bottom: 40px;
        line-height: 45px;
    }

    #slogan:after
    {

        width: 32%;
        left: 34%;
        bottom: -30px;
        border-bottom: 1px solid #999;
    }

    #sloganproducten
    {
        margin-bottom: 120px;
        line-height: 120px;
    }

    #sloganproducten:after
    {

        width: 20%;
        left: 40%;
        bottom: -30px;
        border-bottom: 1px solid #999;
    }

    #pedicures
    {
        width: 60%;
    }

    #silke2
    {
        display: none;
    }

    #silkesmall
    {
        height: 250px;
        width: 250px;
        margin:0 auto;
        margin-top: -260px;
        margin-bottom: 50px;
        display: block;
    }

    #silke
    {
        display: none;
    }





}

@media screen and (max-width: 350px) {
    .overlay a {font-size: 40px}
    .closebtn
    {
        font-size: 75px !important;
        top: 15px;
        right: 35px;
    }

    html, body {
        font-size: 22px;

    }



}