/* TODO dropdown on phone with navbar should be fixed, no hover but click! */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.permanent-contact-us {
    position: fixed;
    bottom: 8%;
    right: 2%;
    background-color: rgb(211,211,211);
    padding: 26px;
    cursor: pointer;
}


#UKIcon {
    height: 13px;
}

.video-container {
    width: 100%;
    height: 480px;
    margin-bottom: 60px;
}

.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.black-top {
    color: white;
    background-color: rgb(35,35,35);
    width: 100%;
    text-align: center;
    line-height: .8;
}

.main-media {
    color: black;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: rgb(241,241,241);
    padding-left: 20%;
    padding-right: 20%;
    box-sizing: border-box;
}

.logos, .lan, .logo-right, .logo-left, .logo-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
}  /*  Ik snap niet hoezo .logo-left en .logo-icon hier ook moeten staan? waarom? anders zijn ze niet centraal?*/

.logo-left, .logo-right {
    width: 25%;
}

.logo-icon {
    width: 50%;
    justify-content: center;
}
.logos i {
    padding-right: 18px;
}

.logo img {
    height: 75px;
}

.lan i, .lan p, .logo-right i {
    padding-left: 5px;
}

#dropdownLan, #lan, #fb, #insta, #yt, #shop, #shopnav, #home, #searchnav {
    cursor: pointer;
}

.logo { /* TODO hier nog zorgen dat het logo icoontje echt in het midden staat ipv flex*/
    min-height: 100px;
    color: black;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 20%;
    padding-right: 20%;
    box-sizing: border-box;
}

.logo p, .logo i {
    color: rgb(184,184,184);
    font-size: 13px;
}

.navbar {
    background-color: rgb(35,35,35);
    color: white;
    display: flex;
    flex-direction: row;
    min-width: 80%;
    padding-left: 5%;
    justify-content: space-between;
}

.test1 {
    margin: auto;
    align-items: center;
}

.test1 li {
    transition: .3s ease-in-out;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

#chip {
    flex: 1.2;

}

.test1 li:not(#chip) {
    flex: 1;
}

.contactdrop {
    padding-left: 10px;
}


.test1 > li:hover {
    background-color: rgb(184,184,184);
    color: black;
}

ul {
    padding-left: 0px; /* TODO uitzoeken waarom er padding is als dit er niet staat*/
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.test1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
}

.test1 li {
    cursor: pointer;
}


.test2 {
    margin: auto;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    justify-content: flex-end;
    text-align: center;
    min-height: 100%;
}

.test2 li {
    display: flex;
    align-items: center;
    border-left: 1px solid rgb(184, 184, 184);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    min-height: 100%;
}


.search {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid rgb(184,184,184);
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    cursor: text;
}

.search i {
    padding-left: 100px;
}

.options {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 70%;
    flex-wrap: wrap;
    min-width: 80%;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 5%;
}

.option {
    margin-top: 15px;
    max-width: 300px;
    text-align: center;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);

}

.option img {
    transition: .3s ease-in-out;
    max-width: 300px;
}

.option p {
    font-size: 13px;
    padding-bottom: 10px;
    padding-right: 7px;
    padding-left: 7px;
    color: rgb(184,184,184);
}

.discover {
    color: rgb(184,184,184);
    font-size: 13px;
    padding-bottom: 30px;
}

.option_title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.option_img {
    overflow: hidden;
    max-height: 250px;
    height: 250px;
    margin-bottom: 10px;
}

.option_img img {
    min-width: 100%;
    min-height: 100%
}

.option {
    overflow: hidden;
}


.option img:hover {
    transform: scale(1.2);
}

@media screen and (min-width: 854px) {

    .test1 .services-hidden, .test1 .contact-hidden {
        display: none;
    }

    .submenu, .submenuServices {
        display: none;
        flex-direction: column;
        background-color: white;
        position: absolute;
        min-width: 200px;
        padding: 10px;
        margin-top: 312px;
        z-index: 1;
    }

    .submenuServices {
        margin-top: 252px;
    }

    .contact:hover .submenu {
        display: flex;
        flex-direction: column;
    }

    .services:hover .submenuServices {
        display: flex;
        flex-direction: column;
    }

    .submenu li, .submenuServices li {
        border-bottom: 1px solid rgb(35, 35, 35);
        justify-content: center;
        align-items: center;
        color: rgb(35, 35, 35);
        font-size: 14px;
        padding: 5px;
        max-width: 60%;
        margin: 0 auto;
        z-index: 1;
    }

    #submenuHasselt, #submenuService {
        border-bottom: none;
    }

    .submenu li:hover, .submenuServices li:hover {
        font-size: 15px;
        background-color: white;
        color: deepskyblue;
        z-index: 1;
    }

    .test1 li {
        min-height: 50px;
        width: 100%;
    }
    .footer {
        background-color: rgb(35,35,35);
        min-width: 70%;
        color: darkgrey;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 3%;
        padding-top: 1%;
        padding-left: 15%;
        padding-right: 15%;
    }


    .footer li {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .footer li.footer_title, .footer p.footer_title {
        font-size: 20px;
        color: white;
        font-weight: bold;
        margin-bottom: 12px;
        text-transform: uppercase;
    }
}

.fb-footer-subscribe {
    text-transform: uppercase;
}

.fb-footer-subscribe p {
    margin-bottom: 0px;
    margin-top: 0px;
}

.fb-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 12px;
}

.fb-footer-icons i {
    width: 14px;
    height: 14px;
    margin-top: 15px;
    background-color: white;
    border-radius: 50%;
    padding: 7px;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}

.time {
    padding-bottom: 12px;
}

#instafooter:hover {
    background-color: cornflowerblue;
    color: white;
}

#fbfooter:hover {
    background-color: dodgerblue;
    color: white;
}

#ytfooter:hover {
    background-color: red;
    color: white;
}

.fb-footer-subscribe-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 12px;
}

.fb-footer-subscribe-actions p {
    padding: 10px;
    font-size: 12px;
    margin-right: 30px;
    border-radius: 5%;
    background-color: dodgerblue;
    color: white;
    text-transform: none;
    cursor: pointer;
}

fb-footer-subscribe {
    text-transform: uppercase;
    border: 3px solid white;
}

.footer-rights {
    background-color: rgb(35,35,35);
    color: darkgrey;
    border-top: 1px solid darkgrey;
    font-size: 13px;
    padding-top: 2%;
    padding-left: 15%;
    padding-bottom: 5%;
}

.footer > div ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newsletter {
    min-width: 100%;
    padding-left: 0;
}

.newsletter input {
    background-color: rgb(35,35,35);
    padding: 17px;
    border: 1px solid rgb(59,59,59);
    margin-bottom: 10px;
    color: white;
}

.newsletter button {
    padding: 18px;
    background-color:  rgb(59,59,59);
    cursor: pointer;
    transition: all .3s ease-in-out;
    color: white;
    text-transform: uppercase;
    box-shadow:none;
    border:none;
}

.newsletter button:hover {
    padding: 18px;
    background-color:  white;
    color: rgb(59,59,59);
    margin-bottom: 10px;
    cursor: pointer;
}

.mediapart {
    max-width: 100%;
}

@media screen and (min-width: 854px) {
    .navbar li:nth-child(17) {display: none;}
    #hoursDrop, #hasseltDrop, #latemDrom {
        display: none;
    }

}
@media screen and (max-width: 854px) {

    .test1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-width: 100%;
        margin: 0;
        height: 100%;
    }

    .navbar {
        padding-left: 0;
    }
    .navbar li:not(:nth-child(17)) {
        max-height: 0;
        padding: 0px;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
        border-bottom: none;
    }

    .navbar li:nth-child(17) {
        padding: 10px;
    }


    .navbar.responsive li:not(:nth-child(17)) {
        max-height: 34px;
        border-bottom: 1px solid rgb(59, 59, 59);
        overflow: hidden;
        padding: 10px;
    }
    .navbar li.icon {
        display: flex;
    }

    .test1 li:hover {
        background-color: rgb(59, 59, 59);
        color: white;
    }
    .test1 li {
        width: 70%;
        transition: background-color 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out;
        transition: min-height 0.5s ease-in-out;
    }
    .test2 {
        display: none;
    }

    .hoursDrop {
        display: flex;
        margin-left: 150px;
    }

    .footer {
        background-color: rgb(35,35,35);
        color: darkgrey;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        flex-wrap: nowrap;
        padding-bottom: 3%;
        padding-top: 1%;
        padding-left: 15%;
        padding-right: 15%;
    }


    .footer li {
        font-size: 14px;
    }

    .footer li.footer_title, .footer p.footer_title {
        font-size: 20px;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
    }

    .footer_item {
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
        width: 40%;
    }

    .footer_item {
        padding: 0; /* somehow als deze line weg is, dan komt  de 09-17 te staan bij tijden waar de rest gesloten is*/
    }

    .footer_dropdown.responsive .footer_item {
        max-height: 34px;
        padding-top: 7px;
    }


    .footer_title {
        cursor: pointer;
        border-bottom: none;
    }

    .footer_dropdown {
        min-height: fit-content;
    }

    .fb-footer-icons {
        display: flex;
        flex-direction: column;
    }

    #fbfooter {
        margin-top: 0;
    }
    .fb-footer-subscribe {
        padding-top: 5%;
    }

    /*  TODO should be fixed without important!!!*/
    .services-hidden, .contact-hidden {
        max-height: 0 !important;
        min-height: 0;
        padding: 0!important;
        overflow: hidden!important;
        transition: max-height, min-height 0.5s ease-in-out;
        border-bottom: none!important;
    }

    .show-service, .show-contact {
        color: grey;
        max-height: 34px!important;
        min-height: 34px;
    }

}

/* TODO DIT WERKT NIET, MOET WERKEN!!!!
#latem, #hasselt, #hours {
    max-height: fit-content;
    overflow: hidden;
}

.footer_dropdown {
    overflow: hidden;
}*/
