* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: "Jost", sans-serif;
    font-size: 18px;
    scroll-behavior: smooth;
    height: 100%;
}

.container{
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
}

#headerImg{
    background-image: url(..//img/headerImgSmall.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 15vh;
    display: block;
}

.logo{
    background-image: url(..//img/Logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 137px;
    height: 97px;
    text-align: left;
    text-decoration: none;
    display: block;
}

/* menu */

#burger {
    height: 50px;
    width: 50px;
    position: fixed;
    top: 10px;
    right: 0px;
    font-size: 28px;
    color: #ff2400;
    cursor: pointer;
    z-index: 999;
}

nav {
    position: fixed;
    top: 0px;
    transition: .4s;
    height: 100vh;
    width: 100%;
    background-color: #000543;
    font-family: "Germania One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    align-items: center;
    text-align: center;
    z-index: 999;
}

.menu {
    top: -100vh;
}

li {
    list-style: none;
    background-color: #000543;
    border-bottom: 2px solid #ff7800;
    text-align: center;
    height: 10vh;
    line-height: 10vh;
    cursor: pointer;
}

li:hover {
    background-color: #ff7800;
    transition: .4s;
}

nav ul li a {
    color: #ff7800;
    text-decoration: none;
    font-weight: 400;
    display: block;
}

nav ul li a:hover {
    font-weight: 400;
    transition: 0.5s;
    color: white;
    text-decoration: underline;
}

#orangeLine{
    width: 100%;
    height: 40px;
    background-color: #ff2400;
}

/* main content */

#ticketsImg{
    background-image: url(..//img/tickets_768px.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 162vh;
    position: relative;
    z-index: 1;
}

.underMenu{
    position: absolute;
    background-image: url(..//img/underMenu2.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    min-height: 25vh;
    top: 0px;
    z-index: 0;
    display: none;
}

.pageTitle{
    color: #36af00;
    text-align: center;
    margin: 0 auto;
    font-family: "White storm";
    font-size: 48px;
    font-weight: 100;
    letter-spacing: 2px;
    padding-top: 40px;
    z-index: 2;
    text-shadow: 4px 4px 4px rgba(22, 0, 73, 1), -2px -2px 4px rgba(22, 0, 73, 1);
}

h2{
    color: #36af00;
    text-align: center;
    margin: 0 auto;
    font-family: "White storm";
    font-size: 48px;
    font-weight: 100;
    letter-spacing: 2px;
    padding-top: 60px;
    z-index: 2;
}

h4{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    padding-bottom: 25px;
    color: white;
    padding-top: 60px;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    text-shadow: 4px 4px 4px rgba(22, 0, 73, 1), -2px -2px 4px rgba(22, 0, 73, 1);
}

#ticketsCamp{
    padding-top: 20px;
}

.onlyTickets, .ticketsEndCamping{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: left;
    gap: 42px;
    color: white;
    width: 445px;
    margin: 0 auto;
}

.onlyTickets{
    justify-content: space-between;
}

#priceFirstColumn{
    padding-left: 93px;
}

.ticketType1, .ticketType2, .ticketType3, .price1, .price2, .price3, .counter1, .counter2, .counter3, .minus, .nul, .plus{
    padding-bottom: 20px;
}

.price{
    font-weight: 600;
}

#firstColumn{
    text-align: left;
}

.counter1, .counter2, .counter3{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding-bottom: 14px;
    cursor: pointer;
}

.nul{
    width: 30px;
    height: 30px;
    background-color: white;
    color: #000543;
    text-align: center;
    padding: 3px;
}

.minus, .plus{
    width: 30px;
    height: 30px;
    background-color: #36af00;
    color: #000543;
    text-align: center;
    padding: 2px;
}

.button{
    display: block;
    width: 100px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 700;
    background-color: #36af00;
    color: #141a65;
}

.button:hover{
    background-color: white;
    color: #36af00;
    border: 2px solid #000543;
    height: 40px;
}

#textBlock{
    width: 445px;
    display: block;
    margin: 0 auto;
    padding-top: 70px;
    color: white;
    text-align: center;
}

p{
    text-align: left;
}

/* footer */

footer .container{
    background-image: url(..//img/footerImg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 346px;
    width: 100%;
    margin: 0 auto;
}

.sponsors{
    margin: 0 auto;
}

.sponsors{
    text-align: center;
    margin-bottom: 40px;
}

#sponsors123, #sponsors4567, #iconen{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#iconen{
    gap: 20px;
}

#sponsors123{
    padding-top: 40px;
}

#sponsors4567{
    margin-top: -40px;
}

#sponsor1, #sponsor2, #sponsor3, #sponsor4, #sponsor5, #sponsor6, #sponsor7, #icoon1, #icoon2, #icoon3, #icoon4{
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

#sponsor1{
    background-image: url(..//img/cocaColaSmall.png);
    width: 130px;
    height: 65px;
}

#sponsor2{
    background-image: url(..//img/vrtSmall.png);
    width: 130px;
    height: 96px;
}

#sponsor3{
    background-image: url(..//img/bpostSmall.png);
    width: 130px;
    height: 90px;
}

#sponsor4{
    background-image: url(..//img/jupilerSmall.png);
    width: 130px;
    height: 59px;
}

#sponsor5{
    background-image: url(..//img/kbcSmall.png);
    width: 130px;
    height: 110px;
}

#sponsor6{
    background-image: url(..//img/proximusSmall.png);
    width: 130px;
    height: 50px;
}

#sponsor7{
    background-image: url(..//img/duvelSmall.png);
    width: 130px;
    height: 72px;
}

#icoon1{
    background-image: url(..//img/facebookSmall.png);
    width: 41px;
    height: 40px;
}

#icoon2{
    background-image: url(..//img/instagramSmall.png);
    width: 41px;
    height: 40px;
}

#icoon3{
    background-image: url(..//img/tSmall.png);
    width: 42px;
    height: 40px;
}

#icoon4{
    background-image: url(..//img/twitterSmall.png);
    width: 41px;
    height: 40px;
}

#footer{
    padding-bottom: 20px;
    padding-top: 20px;
    color: #ff2400;
    font-size: 14px;
    text-align: center;
}

@media (min-width: 780px) {

    header nav ul li{
        display: inline-block;
        margin-left: 8rem;
    }

    #burger {
        display: none;
    }

    .textMenu{
        font-family: "Germania One", system-ui;
        font-weight: 400;
        font-style: normal;
        font-size: 24px;
        padding: 20px;
        height: 40px;
        align-items: center;
        text-align: center;
    }

    .menu {
        position: static;
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    nav {
        height: 40px;
        background-color: #ff2400;
    }

    ul{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    li {
        height: 20px;
        line-height: 20px;
        border-bottom: 0;
        background-color: transparent;
    }

    li:hover {
        background-color: transparent;
    }

    nav ul li a{
        color: #000543;
    }

    nav ul li a:hover{
        color: white;
        transition: 0.5s;
        text-decoration: underline;
    }

    nav ul li .knop1{
        margin-left: 0;
        padding-left: 0;
    }

    nav ul li .knop4{
        margin-right: 0;
        padding-right: 0;
    }

    #info{
        margin-left: 0;
    }
    
    #tickets{
        color: white;
    }
    
    #tickets2{
        color: white;
        margin-left: 0;
    }
    
    nav a{
        text-decoration: none;
        color: #000543;
    }
    
    nav ul li a #info{
        color: white;
        margin-left: 0;
    }

    #orangeLine{
        display: none;
    }

    #ticketsImg{
        background-image: url(..//img/tickets.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

}

@media (min-width: 960px) {

    #headerImg{
        min-height: 26vh;
    }

    .logo{
        background-image: url(..//img/Logo.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 210px;
        height: 170px;
        text-align: center;
        text-decoration: none;
        margin-top: 13px;
        margin-left: 13px;
        position: absolute;
    }

    .underMenu{
        display: block;
    }

    .pageTitle{
        display: none;
    }

    h2{
        padding-top: 100px;
        text-shadow: 4px 4px 4px rgba(22, 0, 73, 1), -2px -2px 4px rgba(22, 0, 73, 1);
    }

    #textBlock{
        width: 600px;
        padding-top: 65px;
    }

    h4{
        padding-top: 200px;
    }

    .onlyTickets, .ticketsEndCamping{
        width: 600px;
        justify-content: space-between
    }

    .ticketType1, .ticketType2, .ticketType3, .price1, .price2, .price3, .counter1, .counter2, .counter3, .minus, .nul, .plus{
        padding-bottom: 25px;
    }

    .counter1, .counter2, .counter3{  
        padding-bottom: 20px;
    }

}

@media (min-width: 1085px) {

    h2{
        padding-top: 20px;
        text-shadow: 0px 0px 0px rgba(22, 0, 73, 1), 0px 0px 0px rgba(22, 0, 73, 1);
    }

}

@media (min-width: 1280px) {

    .menu{
        height: 60px;
    }

    header nav ul li{
        display: inline-block;
    }

}