.section-wrapper {
    margin-top: -50px;
    padding-top: 50px;
}

.section-wrapper:first-child .section {
    padding-top: 100px;
}

#nav {
    background: none;
    left: 0;
    list-style: none;
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: none;
}
#nav a {
    background: #000;
    color: #fff;
    display: block;
    padding: 10px;
}
#nav a:hover {
    background-color: #F05C51;
    color: #dedede;
}
#nav a {
    background-color: #F05C51;
    color: #fff;
}


#slideshow { 

    width: 100%; 
    height: 300px; 

}

#slideshow > div { 
    position: absolute; 

}

.bottomMenu {

}

.cookiepolicy {
    background: #efefef;
    bottom: 0;
    font: 14px Arial, Helvetica, sans-serif;
    left: 0;
    padding: 15px 50px;
    position: fixed;
    right: 0;
    text-align: center;
}
