/* 
    Created on : 2-sep-2015, 14:40:37
    Author     : lennert
*/
@font-face {
    font-family: galanoLight;
    src: url(../font/GalanoClassic-Light.otf);
}
@font-face {
    font-family: galanoRegular;
    src: url(../font/GalanoClassic-Regular.otf);
}
@font-face {
    font-family: galanoRegularAlt;
    src: url(../font/GalanoClassicAlt-Regular.otf);
}
@font-face {
    font-family: galanoLightAlt;
    src: url(../font/GalanoClassicAlt-Light.otf);
}
p{
    font-family: galanoRegular;
    font-size: 18px;
}
a{
    font-family: galanoRegular;
    font-size: 18px;
}

p a{
    color: #7ac144;
    text-decoration: none;
}

body{
    height: 100vh;
    overflow: hidden;
}
header{
    background-color: #7ac144;
    height: 45px;
    display: flex;
    align-items: center;
}
header img{
    display: inline;
    height: 25px;
    margin-left: 30px;
}
header p{
    color: white;
    font-size: 20px;
    margin-top: 11px;
    margin-left: 40px;
    font-family: galanoLight;
}
header a{
    color: white;
}
#middendiv{
    height: 75%;
    width: 100%;
}
#fotoSliderDiv{
    float: left;
    width: 65%;
    height: 100%;
}
#fotoslider{
    height: 100%;

}
#logoDiv{
    position: absolute;
}
#rechtsUitleg{
    background-color: white;
    float: left;
    width: 35%;
    height: 100%;
    overflow-y: scroll;
}
#tekstUitleg{
    margin-left: 20px;
    margin-right: 5px;
    line-height: 25px;
}
#tekstUitleg *{

}
#tekstUitleg h1{
    color: #7ac144;
    font-family: galanoRegular;
    font-size: 25px;
    margin-bottom: 5px;
     margin-top: 20px;
}
nav{
    height: 20%;
    background-color: black;
}
#groteNav{
    height: 100%;
    color: white;
}
#groteNav li{
    position: relative;
    float: left;
    width: calc(100%/7);
    height: 100%;
    -webkit-box-shadow:inset 5px 0px 0px 0px #fff;
    -moz-box-shadow:inset 5px 0px 0px 0px #fff;
    box-shadow:inset 5px 0px 0px 0px #fff;
    border-top: 5px white solid;
    /*cursor: pointer;*/
}
#groteNav li a{
    display: block;
}
#groteNav li a div{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: -10px;
    bottom: 0;
    height: 125px;
    color: white;
}
#groteNav li a div img{
    width: 100px;
}

#groteNav li a div p{
    margin-top: 5px;
    font-family: galanoLight;
}

#groteNav li{
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
#groteNav li:hover{
    background-color: #7ac144;
}
.special{
    background-color: #7ac144;
    height: 120%; 
    margin-top: -2%;

    height: 120% !important; 
    -webkit-box-shadow:inset 0px 0px 5px 0px #fff !important;
    -moz-box-shadow:inset 0px 0px 5px 0px #fff !important;
    box-shadow:inset 0px 0px 0px 5px #fff !important;
    border: none !important;
}

.special2{
    -webkit-box-shadow:inset 0px 0px 0px 0px #fff !important;
    -moz-box-shadow:inset 0px 0px 0px 0px #fff !important;
    box-shadow:inset 0px 0px 0px 0px #fff !important;
}


.iconW{
    margin-left: -100px;
    opacity: 0;
}






#mobileNav{
     display: none;
}
#mobileNav li{
    text-align: center;
    background-color: black;
    color: white;
    padding: 10px 0px;
    border-bottom: 2px solid white;
}
#mobileNav li a{
    display: block;
    text-decoration: none;
    color: white;
    font-family: galanoLight;
}

@media only handheld, screen and (max-width: 1000px) { /*go to mobile!!!*/
    body{
        height: inherit;
        overflow: scroll;
    }
    #middendiv{
        height: inherit;
        overflow: auto;
        margin-bottom: 20px;
    }
    #fotoSliderDiv{
        height: auto;
        width: 100%;
    }
    #fotoslider{
        width: 100%;
        height: auto;
    }
    #rechtsUitleg{
        width: 100%;
    }
    #tekstUitleg{
        width: 95%;
        display: block;
        margin: 0 auto;
        max-width: 800px;
    }

    header{
        height: auto;
        display: inherit;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    header img {
        height: 25px;
        margin: 0 auto;
        display: block;
    }
    header p{
        margin-top: 6px;
        margin-left: 0px;
        text-align: center;
        font-size: 18px;
        line-height: 26px;
    }
    nav{
        display: none;
    }
    #mobileNav{
        display: inline;
    }
    #focus{
        background-color: #7ac144 !important;
    }
}







@media only handheld, screen and (max-height: 680px) {

    nav {
        height: 24%;
        background-color: black;
    }
    #middendiv {
        height: 70%;
        width: 100%;
    }

}

@media only handheld, screen and (max-height: 550px) {

    #groteNav li div br{
        display: none;
    }
    #groteNav li div img {
        width: 50px;
    }
    #groteNav li div a {
        margin-left: 40px;
        position: relative;
        top: -18px;
    }
}

@media only handheld, screen and (min-aspect-ratio: 12/7) { 
    #fotoSliderDiv {
        width: auto;
    }

}