*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    font-family: sans-serif;
    background-color: white;
}
.banner{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)),url(img/background.jpg) ;
    background-size: cover ;
    background-position: center ;
}
.navbar{
    width: 85%;
    margin: auto;
    padding: 35px 0; 
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
}

li{

    padding: 10px 20px;
}
.navbar ul li {
    
    list-style: none;
    display: inline-block;
    position: relative;
    margin: 0 20;
   
}

.fotoslider{
    width: 100vw;
    height: 100vh;
    background-image: url(img/foto1.jpg);
    background-position: bottom;
    background-size: cover;
    animation-name: fotoslider;
    animation-duration: 25s;
    animation-iteration-count: infinite;
}

@keyframes fotoslider{
    0%{
        opacity:0;
        background-image: url(img/foto1.jpg);  
    }
    10%{
        opacity:1;
        background-image: url(img/foto1.jpg);  
    }
    19%{
        opacity:0;
        background-image: url(img/foto1.jpg);  

    }
    20%{
        opacity:0;
        background-image: url(img/foto8.jpg); 
    }
    30%{
        opacity: 1;
        background-image: url(img/foto8.jpg); 
    }
    39%{
        opacity: 0;
        background-image: url(img/foto8.jpg); 
    }
    40%{
        opacity: 0;
        background-image: url(img/foto11.jpg); 
    }
    50%{
        opacity: 1;
        background-image: url(img/foto11.jpg); 
    }
    59%{
        opacity: 0;
        background-image: url(img/foto11.jpg); 
    }
    60%{
        opacity: 0;
        background-image: url(img/foto9.jpg); 
    }
    70%{
        opacity: 1;
        background-image: url(img/foto9.jpg); 
    }
    79%{
        opacity: 0;
        background-image: url(img/foto9.jpg); 
    }
    80%{
        opacity: 0;
        background-image: url(img/foto10.jpg); 
    }
    90%{
        opacity: 1;
        background-image: url(img/foto10.jpg); 
    }
    99%{
        opacity: 0;
        background-image: url(img/foto10.jpg); 
    }
    100%{
        opacity: 0;
        background-image: url(img/foto1.jpg);  
    }
}


.content{
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
text-align: center;
color: #fff;
}

.content h1{
    font-size: 70px;
    margin-top: 80px;
}


.content p{
    margin: 20px auto;
    font-weight: 100;
    line-height: 25px;
    color: #fff;
}

.navbar ul li a{
    text-decoration: none;
    color: #fff;
    text-overflow: uppercase;
    
}
.navbar ul li::after{
content: '';
height: 3px;
width: 100%;
background: #009688;
position: absolute;
left: 0;
bottom: 0px;
transition: 0.5s;
transform: scaleX(0);

}

.navbar ul li:hover:after{
    transform: scale(1);
}

.geschiedenis{
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    padding-bottom: 10px;
}


.slideshow{
    width: 100%;
    height: 80vh;
    margin: 0;
    padding: 20;
}

/* tentoonstellingen */

.tentoonstellingen{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 100px;

}

img:hover{
    transform: scale(1.05);
}

img{
    width: 100%;
    border-radius: 5px;
    transition: 0.2s transform;
    object-fit: cover;
}

h2{
    font-size: 36px;
    font-weight: 600;

}

p{
    color: black;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    padding: 10px;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

 /*west vleugel*/

 h5{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.westvleugel-col{
    
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

.westvleugel-col img{
    width: 100%;
    border-radius: 10px;

}

.info{
    flex-basis: 400px;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    width: 800px;
    box-sizing: border-box;
    transition: 0.5s;
    text-align:left;
}

.noordvleugel-col{
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

.noordvleugel-col img{
    width: 100%;
    border-radius: 10px;
    
}

.tickets{
    margin: auto;
    width: 350px;
    display: flex;
    flex-basis: 31%;
    background: orange;
    border-radius: 10px;
    margin-bottom: 0;
    padding: 20px 12px;
    box-sizing: border-box;
    margin-top: 30px;
    font-size: 30px;
    color: black;
    font-style: normal;
    align-items: center;
    justify-content: center;
    text-decoration: none;

}

.tickets:hover{
    transform: scale(1.05);
}

.reviews{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

.bezoekers{
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    width: 800px;
    margin: auto;
    padding-bottom: 10px;
}

#container{
    
    width: 100%;
    height: 120vh;
    text-align:center;

}

.Route{
    height: 95vh;
    width: 100%;
    

}


.knop{
    margin-left:500px;

}


#myimage{
    transform: none;
    height: 600px;

}




.coppy{
    color: rgb(215, 215, 255);
    text-align: center;
}


@media screen and (max-width:600px){
    body{
        font-size: 16px;
        width: 100vw;
    }

    .content{
        width: 80%;
    }

    .content > h1{
        font-size: 180%;
    }

    main{
        width: 100vw; 
        padding: 20px;
    }

    .fotoslider{
        width: auto;
        height: 375;
    }
    
    footer > p{
        width: 100vw;
        padding-left: 60px;
    }
    .row{
        display:block;
    }
    .westvleugel-col{
        width:100%;
    }

    .bezoekers{
        width: 100%;
    }

    .info{
        width: 100%;
    }
/* 
    #myinteraction {
        flex-direction: column;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    } */

    /* #myinteraction > h3 {
        display: flex;
        flex-direction: column;
        padding-right: 100px;
    } */

    #route {
      width: 100%;
    }

    #myinteraction {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-left: -500px;
    }

    .voerin {
        margin-right: -500px;
    }
}