﻿.skadlogo {
    width: 5.65rem; 
    max-height: 8.5rem;
    margin-right: 10px;
}


.knowh2ologo {
    width: 7.315rem; 
    max-height: 5rem; 
    margin-right: 10px;
}

.boerennatuurlogo {
    width: 12.155rem; 
    max-height: 5rem; 
    margin-right: 10px;
}

.ilvologo {
    width: 14.425rem; 
    max-height: 5rem; 
    margin-left: 1rem;
}


.navbarlink {
    font-weight: bold;
    padding: 10px;
    font-size: 20px;
    background: white;
    border: 3px transparent solid;
    color: #0071BC;
    border-radius: 30px;
    text-align: center;
    margin: 2px 20px;
    padding-left: 20px;
    padding-right: 20px;
    height: 10rem;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbartitle {
    font-weight: bold;
    padding: 10px;
    font-size: 20px;
    background: white;
    border: 3px transparent solid;
    color: #0071BC;
    text-align: center;
    margin: 2px 20px;
    padding-left: 20px;
    padding-right: 20px;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


.djustconnect {
    background: #0071BC;
    color: white;
    border: 3px white solid;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-right: 2em;
}

.navbarlink.djustconnect:hover {
    background: white;
    border: 3px #0071BC solid;
    color: #0071BC;
}

.navbarlink:hover {
    background: white;
    color: #0071BC;
    border: none;
    border: 3px #0071BC solid;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 9px;
    margin-right: 9px;
    text-decoration: none;
}

.navbarlink2 {
    font-weight: bold;
    padding: 10px;
    font-size: 20px;
    background: white;
    border: 3px transparent solid;
    color: #0071BC;
    border-radius: 30px;
    text-align: center;
    margin: 2px 20px;
    padding-bottom: 2em;
    padding-top: 2em;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.3s ease-in-out;
    height:10rem;
}

.blue, .blue:hover {
    color: #0071BC !important;
}

.navbarlink2:hover {
    background: white;
    color: #0071BC;
    border: none;
    border: 3px #0071BC solid;
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
}

.navbarlink:focus {
    border:none;
}

.navbarlinkholder{
    display: flex;
    flex-direction: row;
}

.fullnavbarholder{
    display: flex;
    flex-direction:column;
    margin: 0 auto;
}


.navbarimageholder {
    display: flex;
    flex-direction: row;
    justify-content:center;
    margin-bottom:20px;
}
.navbarimagelink {
    margin-right: 20px;
    margin-top: 4px;
}

.navbarimagelink:nth-child(2)
{
    margin-top:6px;
}

.navbarurlholder {
    display:flex;
    flex-direction:row;
    justify-content:center;
    width: 100%;
}

@media (min-width: 576px) {
    .navbarimageholder {
        display: flex;
        flex-direction: row;
        margin-bottom: 0px;
    }
    .fullnavbarholder {
        display: flex;
        flex-direction: row;
        margin: 0 auto;
    }
    .navbarimagelink {
        margin-left: 0px;
        margin-top: 4px;
    }
}

.navbarlink{
    margin-left: 14px;
}

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

    .navbarimageholder {
        margin-left: 60px;
    }

    .fullnavbarholder {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 576px) {

    .navbarimageholder {
        margin-left: 50px;
        margin-top: 16px !important;
    }

    .fullnavbarholder {
        margin-left: 50px;
    }
}

@media (min-width: 1020px) {
    .navbarimageholder {
        display: flex;
        flex-direction: row;
        margin-bottom: 0px;
    }
}
@/*media only screen and (max-width: 1300px) {
    .ilvologo {
        display:none;
    }
}

@media only screen and (max-width: 1100px) {
    .boerennatuurlogo {
       display: none;
    }
}



@media only screen and (max-width: 850px) {
    .navbarimageholder {
        display: none;
        margin-bottom: 0px;
    }
}*/

@media only screen and (max-width: 919px) and (min-width: 750px) {
    .navbarimageholder {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 749px) and (min-width: 577px) {
    .navbarimageholder {
        margin-bottom: 0px;
    }
}

.container {
    margin-bottom: 40px !important;
    margin-top: 30px;
}

.copyrighttxt {
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 576px) {
    .navbarlinkholder {
        display: flex;
        flex-direction: column;
        height: max-content;
        margin: 0 auto;
    }

    .navbarlink{
        margin-top: 10px;
    }
}

.footerlogo{
    width: 10em;
    height: 5em;

}

.login-button {
    display: flex;
    align-items: center;
    margin-left: auto;
}

@media (max-width: 576px) {
    .navbarlinkholder {
        display: flex;
        flex-direction: column;
        height: max-content;
        margin: 0 auto;
    }

    .navbarlink {
        margin-top: 10px;
    }

    .login-button {
        margin-top: 10px;
        margin-left: 0;
    }
}