@charset "utf-8";
@media screen and (max-width: 1600px){
    .shortAboutJOT{
        width: 90vw;
    }
}
@media screen and (max-width: 1300px){
    .mainPageHero{
        height: 65vh;
    }
    .mainPageHero div{
        top: 30vh;
    }
    .mainPageHero div h1{
        font-size: 7rem;
        margin-top: 10px;
    }
    .shortAboutJOT img{
        left: 15%;
        max-width: 350px;
    }
        .sportTechnical .basicGrid{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .rightAlign{
        text-align: left;
    }
}
@media screen and (max-width: 1140px) {
    .mainPageHero div{
        top: 25vh;
    }
    .categorieCards{
        width: 90vw;
    }
    .fullSize h2{
        font-size: 3rem;
    }
    .fullSize h5{
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 1095px) {
    .mainPageHero div h1{
        font-size: 6rem;
    }
    .mainPageHero #driehoek{
        top:23vh;
    }
    .mainPageHero #heroImage{
        top: 5vh;
    }

    .transport{
        grid-gap: 2rem;
        width: 90vw;
    }
    h5{
        font-size: 1.2rem;
    }
    p{
        font-size: 0.8rem;
    }
    .transport h2{
        font-size: 3rem;
    }
}
@media screen and (max-width: 995px){
    .categorieCards{
        grid-template-columns: repeat(2, 1fr);
        width: 75vw;
    }
    .shortAboutJOT img{
        left: 0;
    }
    
}
@media screen and (max-width: 900px){
    .mainPageHero{
        height: 55vh;
    }
    .toggleButton{
        display: flex;
    }
    .navBarLinks{
        display: none;
    }
    nav{
        flex-direction: column;
        align-items: flex-start;
        padding: 5px 15%;
    }
    .show{
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
        height: 100vh;
    }
    .footer{
        display: flex;
        flex-direction: column;
    }
    #right{
        margin-top: 30px;
    }
    #left img{
        max-width: 180px;
    }
    .mainPageHero div h1{
        font-size: 5rem;
    }
    .sellingPoints{
        display: none;
    }
    .newsPage{
        width: 90vw;
    }
    .fullSize h2, .fullSize h5{
        padding: 0 20px;
    }

}
@media screen and (max-width: 758px) {
    .mainPageHero div h1{
        font-size: 4rem;
    }
    button{
        padding: 8px 30px;
    }
    .mainPageHero button{
        font-size: 0.7rem
    }
    h2{
        font-size: 3rem;
    }
    h3{
        font-size: 2.5rem;
    }
    p{
        font-size: 0.9rem;
    }
    .shortAboutJOT{
        display: flex;
        flex-direction: column;
        margin: 10vh auto;
        width: 80vw;
        text-align: center;
    }
    .shortAboutJOT div{
        padding-right: 0;
    }
    .shortAboutJOT img{
        display: none;
    }
    .transport{
        display: flex;
        flex-direction:column-reverse;
        width: 80vw;
        align-items: flex-start;
    }
    .dontShowTill{
        display: block;

    }
    .stopShowing{
        display: none;
    }
    .registrationCard button{
        width: 250px;
        margin: 10px 0;
    }

    
}
@media screen and (max-width: 650px) {
    .sportTechnical iframe{
        width: 80vw;
        height: 60vw;
    }
    .componentPadding{
        padding-top: 25px;
    }
}
@media screen and (max-width: 600px){
    .mainPageHero #heroImage{
        top: 10vh;
        left:-50px
    }
    .mainPageHero #driehoek{
        height: 35vw;
        top:20vh;
    }
    .mainPageHero div{
        top: 20vh;
        left: 25vw;
        width: 70vw;
    }.mainPageHero{
        height: 45vh;
    }
    .mainPageHero div h5{
        font-size: 1rem;
    }
    .photoGallery{
        display: none;
    }
    .mediaSection div svg{
        width: 20%;
        height: 20%;
    }
    .basicGrid{
        grid-template-columns: repeat(auto-fit, minmax(200px, 400px));
    }
    .hotelCard{
        flex-direction: column;
    }
    .hotelImage{
        height: 180px;
        width: 100%;
    }
    h6{
        font-size: 1rem;
    }
    .smallFontPadding{
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 570px){
    .registrationCard button{
        width: 200px;
        margin: 10px 0;
        font-size: 0.7rem;
    }
}
@media  screen and (max-width: 539px) {
    .mainPageHero{
        height: 80vh;
    }
    .mainPageHero #driehoek{
        top:55vh;
    }
    .mainPageHero #heroImage{
        height: 40vh;
        left:-70px
    }
    .mainPageHero div{
        top: 43vh;
        left:20vw;
        width: 80vw;
    }
    .callToAction{
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
        text-align: center;
    }
    .callToAction h2{
        font-size: 2rem;
    }
    .callToAction button{
        font-size:1.1rem;
        border-radius: 15px;
    }
    .categorieCards{
       width: 90vw;
    }
}
@media  screen and (max-width: 480px){
    #left img{
        max-width: 120px;
    }.mainPageHero #heroImage{
        top:0;
    }
    .mainPageHero div{
        top: 40vh;
        left: 7vw;
    }
    .mainPageHero #driehoek{
        top: 35vh;
        width: 60vw;
        height: 40vh;
    }

    .categorieCards{
        width: 90vw;
    }
    .hide div p{
        display: none;
    }
    .hide, .hide h3{
        padding: 10px 0;
        margin:0;
        border-style: none;
    } 
       .categorieCards{
        display: flex;
        flex-direction: column;
    }
    .sectionPadding{
        padding: 50px 0;
    }
    .registrationCard{
        display: flex;
        flex-direction: column;
    }
    .registrationCard h2{
        font-size: 2rem;
    }
    .registrationCard h5{
        font-size: 1rem;
    }
    #upSideDown{
        display: flex;
        flex-direction: column-reverse;
    }

}
@media screen and (max-width: 380px) {
    .transport{
        width: 90vw;
    }    
}