@font-face {
    font-family: 'SourceSerifPro-Regular';
    src: url("../fonts/SourceSerifPro-Regular.ttf");
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #b7bba4
}

/*----------NavMenu----------*/
#burger {
    background-image: url(../img/menu-alt-512.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    position: fixed;
    right: 10px;
    top: 0;
}
nav {
    position: fixed;
    width: 170px;
    height: 200px;
    right: 0;
    top: 52px;
    z-index: 1;
}
nav a {
    border-bottom: solid white 0.5px;
    display: block;
    width: 200px;
    height: 60px;
    color: white;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    font-size: 18px;
    font-family: "SourceSerifPro-Regular", sans;
}
nav ul {
    transition: all 0.3s;
    list-style-type: none;
    margin-top: -10px;
    margin-right: 0;
    background-color: rgba(0, 0, 0, 0.1);
}
.verborgen {
    transform: translateX(200px);
}
/*----------Home----------*/
#s1 {
    background-image: url(../img/achtergrond2.jpg);
    background-size: cover;
    background-position: right;
    height: 100vh;
}
/*----------Logo----------*/
#logo {
    background-image: url(../img/logo1.png);
    width: 350px;
    height: 200px;
    position: absolute;
    left: 55%;
    top: 20%;
    margin-left: -200px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
/*----------Info----------*/
button.accordion {
    color: white;
    height: 80px;
    width: 92vw;
    text-align: center;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    font-family: sans-serif;
    background-color: rgba(0, 0, 0, 0.2);
    margin-left: 20px;
    margin-bottom: 5px;
    font-family: "Open Sans condensed";
    border: 0;
}
button.accordion:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
button.accordion:after {
    font-size: 18px;
    margin-left: 5px;
    font-family: "Open Sans condensed";
}
div.panel {
    padding: 0 18px 10px 30px;
    color: black;
    font-family: "Open Sans condensed";
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
     margin-bottom: 10px;
}
div.panel.show {
    width: 92vw;
    opacity: 1;
    max-height: 500px;
    background-color: rgba(0, 0, 0, 0.1);
    margin-left: 20px;
    font-family: "Open Sans condensed";
}
/*----------Slider----------*/
.unslider {
    width: 92vw;
    position: relative;
    left: 20px;
    bottom: 20px;
    top: 10px;
}
.my-slider>ul>li {
    height: 50vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.my-slider>ul>li:nth-of-type(1) {
    background-image: url(../img/foto3.jpg);
}
.my-slider>ul>li:nth-of-type(2) {
    background-image: url(../img/foto10.jpg);
}
.my-slider>ul>li:nth-of-type(3) {
    background-image: url(../img/foto16.jpg);
}
.my-slider>ul>li:nth-of-type(4) {
    background-image: url(../img/foto6.jpg);
}
.my-slider>ul>li:nth-of-type(5) {
    background-image: url(../img/foto19.JPG);
}
.unslider-nav {
    position: relative;
    top: -20px;
    width: 100%;
    height: 20px
}
.unslider-arrow.next {
    line-height: 25px;
    color: #FFF;
    position: absolute;
    bottom: 50%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 30px;
}
.unslider-arrow.prev {
    color: #FFF;
    position: absolute;
    bottom: 50%;
    left: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 30px;
}
/*-----Activiteiten----*/
.tour {
    list-style: none;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-right: 0;
    width: 143px;
    height: 100px;
    background-size: contain;
}
#activiteiten a {
    height: 30px;
    color: white;
    position: relative;
    top: 72px;
    display: block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    font-size: 18px;
     font-family: "Open Sans condensed";
    line-height: 30px;
}
#activiteiten a:hover{
       background-color: rgba(0, 0, 0, 0.5);
    }
#aubeterre {
    background-image: url(../img/Aubeterre1.jpg);
  
}
#riberac {
    background-image: url(../img/Riberac.jpg);
  
}
#brantome {
    background-image: url(../img/Brantome.jpg);

}
#saintemilion {
    background-image: url(../img/saint-emilion.jpg);
  
}
#perigueux {
    background-image: url(../img/Perigueux.jpg);

}
/*----------FietsTour----------*/
#parcot {
    background-image: url(../img/AUBETERRE.jpg);
}
#aubeterre1 {
    background-image: url(../img/PARCOT.jpg);
}
#saintjust {
    background-image: url(../img/SAINT-JUST.jpg);
}
#brantome1 {
    background-image: url(../img/BRANTOME1.jpg);
}
#siorac {
    background-image: url(../img/SIORAC.jpg);
}
#saintgermain {
    background-image: url(../img/SAINT-GERMAIN.jpg);
}
#saintAulaye {
    background-image: url(../img/SAINT-AULAYE.jpg);
}
#lusignac {
    background-image: url(../img/LUSIGNAC.jpg);
}
/*----------Contact----------*/
#facebook{
    display: block;
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-left: 45%;
}
/*----------Formulier----------*/
.formulier {
    margin: 0 20px 20px 20px;
    max-width: 490px;
    padding: 20px 12px 10px 20px;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.1);
}
.formulier li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
    font-family: "Open Sans condensed";
}
.formulier label {
    margin: 0 0 3px 0;
    padding: 0px;
    display: block;
    font-weight: bold;
}
.formulier input[type=text],
.formulier input[type=date],
.formulier input[type=datetime],
.formulier input[type=number],
.formulier input[type=search],
.formulier input[type=time],
.formulier input[type=url],
.formulier input[type=email],
textarea,
select {
    padding: 7px;
    margin: 0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}
.formulier input[type=text]:focus,
.formulier input[type=date]:focus,
.formulier input[type=datetime]:focus,
.formulier input[type=number]:focus,
.formulier input[type=search]:focus,
.formulier input[type=time]:focus,
.formulier input[type=url]:focus,
.formulier input[type=email]:focus,
.formulier textarea:focus,
.formulier select:focus {
    -moz-box-shadow: 0 0 8px black;
    -webkit-box-shadow: 0 0 8px black;
    box-shadow: 0 0 8px black;
    border: 1px solid black;
}
.formulier .field-divided {
    width: 50%;
}
.formulier .field-long {
    width: 100%;
}
.formulier .field-select {
    width: 100%;
}
.formulier .field-textarea {
    height: 100px;
}
.formulier input[type=submit],
.form-style-1 input[type=button] {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
    font-family: "Open Sans condensed";
    font-size: 15px;
}
.formulier input[type=submit]:hover,
.form-style-1 input[type=button]:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.formulier .required {
    color: indianred;
}
/*----------GoogleMaps----------*/
.google-maps {
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    margin: 0 20px 20px 20px;
}
/*----------Footer----------*/
footer {
    background-color: rgba(0, 0, 0, 0.1);
    width: 100vw;
    height: 50px;
    font-size: 15px;
    font-family: "SourceSerifPro-Regular", sans;
    text-align: center;
    line-height: 50px;
}
/*----------Algemeen----------*/
h1 {
    font-size: 22px;
    font-family: "Open Sans condensed";
    padding: 20px 0 10px 0;
  
    text-align: center;
    margin-top: 20px;
}
h2 {
    font-size: 22px;
    font-family: "Open Sans condensed";
    padding: 50px 20px 20px 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}
p {
    font-size: 18px;
    font-family: "Open Sans condensed";
    color: black;
    letter-spacing: 1px;
    text-align: center;
}
a{
    color: black;
    list-style: none;
    
}
.left {
    float: left;
}
.clearfix {
    clear: both;
}
/*----------Ipad----------*/
@media(min-width: 768px) {
    /*----------Logo----------*/
    #logo {
        background-image: url(../img/logo1.png);
        width: 500px;
        height: 400px;
        position: absolute;
        left: 45%;
        top: 5%;
        margin-left: -200px;
        background-repeat: no-repeat;
    }
    /*----------Slider----------*/
    .unslider {
        width: 95vw;
        position: relative;
        left: 20px;
    }
    /*----------Activiteiten----------*/
    button.accordion {
        color: white;
        height: 50px;
        width: 95vw;
        text-align: center;
        outline: none;
        transition: 0.4s;
        background-color: rgba(0, 0, 0, 0.2);
        margin-left: 20px;
        font-family: "Open Sans condensed";
        font-size: 18px;
    }
    div.panel.show {
        width: 95vw;
        opacity: 1;
        max-height: 500px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    /*----------Formulier----------*/
    .formulier {
    max-width: 490px;
    padding: 20px 12px 10px 20px;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    margin-left: 20%;
    margin-bottom:10px;
    }
    
/*----------GoogleMaps----------*/
.google-maps {
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    margin-left: 20%;
}
    /*----------Contact----------*/
#facebook{
    display: block;
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-left: 47%;
}
}  
/*----------Computer----------*/
@media(min-width: 1000px) {
/*----------NavMenu----------*/
    #burger {
        display: none;
    }
    nav {
        background-color: rgba(0, 0, 0, 0.1);
        width: 100vw;
        height: 60px;
        position: fixed;
        top: 0;
    }
    nav ul li {
        float: left;
        list-style: none;
    }
    nav ul {
        position: fixed;
        right: 230px;
        top: 30px;
        background-color: transparent;
    }
    nav a {
        background-color: transparent;
        display: block;
        width: 120px;
        height: 25px;
        color: white;
        text-align: center;
        line-height: 20px;
        text-decoration: none;
        font-size: 20px;
        font-family: "SourceSerifPro-Regular", Arial, sans;
        border: none;
    }
    nav a:hover {
        border-bottom: solid white 0.5px;
        font-size: 21px;
    }
    /*----------Logo----------*/
    #logo {
        background-image: url(../img/logo1.png);
        width: 500px;
        height: 400px;
        position: absolute;
        left: 45%;
        top: 5%;
        margin-left: -200px;
        background-repeat: no-repeat;
    }
    /*----------Formulier----------*/
    .formulier {
        margin: 0 20px 20px 20px;
        width: 400px;
        padding: 20px 20px 10px 20px;
        font-family: "Open Sans condensed";
        font-size: 15px;
        background-color: rgba(0, 0, 0, 0.1);
        float: left;
    }
    /*----------GoogleMaps----------*/
    .google-maps {
        padding-bottom: 42%;
        overflow: hidden;
    }
    /*----------Activiteiten----------*/
    .tour {
    list-style: none;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-right: 0;
    width: 198px;
    height: 138px;
    background-size: contain;
}
    #activiteiten a:hover{
       background-color: rgba(0, 0, 0, 0.5);
        font-size: 19px;
    }
    #activiteiten a {
        height: 35px;
        color: white;
        position: relative;
        top: 103px;
        display: block;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.4);
        text-decoration: none;
        line-height: 30px;
        font-family: "Open Sans condensed";
        font-size: 18px;
    }
   
    /*----------Slider----------*/
    .unslider {
        width: 95vw;
        position: relative;
        left: 30px;
        top: 20px;
        
    }
    /*----------Info----------*/
    button.accordion {
        color: white;
        height: 50px;
        width: 95vw;
        text-align: center;
        outline: none;
        transition: 0.4s;
        background-color: rgba(0, 0, 0, 0.2);
        margin-left: 30px;
        margin-top: 3px;
        font-family: "Open Sans condensed";
        font-size: 18px;
        position: relative;
        top: 50px;
        
    }
    button.accordion:hover {
    background-color: rgba(0, 0, 0, 0.5);
        font-size: 19px;
}
    div.panel.show {
        width: 95vw;
        opacity: 1;
        max-height: 500px;
        background-color: rgba(0, 0, 0, 0.1);
        margin-left: 30px;
        margin-top: 50px;
    }
    /*----------Contact----------*/
    #facebook{
    display: block;
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-left: 49%;
}
    #contact {
        margin: 0 auto;
        width: 900px;
    }

}
