html{
    height: auto;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: rgb(1, 44, 3);
    background-image: linear-gradient(to top, rgb(169, 212, 161) 0%, rgb(255, 255, 255) 82%, rgb(255, 255, 255) 83%, rgb(169, 212, 161) 100%);
    max-width: 750px;
    margin-bottom: 50px;
}

body#team-page{
    background-image: linear-gradient(to top, rgb(90, 90, 90) 0%, rgb(255, 255, 255) 82%, rgb(255, 255, 255) 83%, rgb(90, 90, 90) 100%); 
}

body#contact-page{
    background-image: linear-gradient(to top, rgb(90, 90, 90) 0%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 90%, rgb(90, 90, 90) 100%); 
}

a {
    text-decoration: none;
    color:rgb(1, 44, 3);    
}

a:hover {
    color: rgb(28, 141, 0);
}

.page-top-container{
    display: flex;
    justify-content: right;

}

.page-top-container-logo{
    display: flex;
    justify-content: center;
    align-items: center;

}

.logo-container{
    display: flex;
    height: 170px;
    justify-content: center;
    align-items: center;
}

.logo-container-artikel{
    display: flex;
    height: 170px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.logo-pic{
    max-width: 400px;
    max-height: 100%;
    justify-content: center;
}

.nav-container{
    display: flex;
    justify-content: right;
    
}

.list-container{
    display: flex;
    margin-left: 16px;
}

@media(max-width:750px){
    .list-container{
        display: none;
    }
    .button-list{
        display: flex;
        justify-content: right;
        flex-direction: column;
    }
    .toggle-button{
        display: flex;
        flex-direction: column;
        justify-content: right;
        text-align: right;
        position: absolute;
        flex: 1;
        width: 30px;
        top:25px;
        right:15px;
        height: 23px;
    }
    nav {
        display: flex;
        text-align: right;
        flex-direction: column;
        justify-content: right;
    }
    .toggle-button .bar:hover{
        
        background-color: rgb(28, 141, 0);
    }

    .toggle-button .bar {
        height: 4px;
        width: 100%;
        background-color: rgb(1, 44, 3);
        border-radius: 50px;
    }
    
    .toggle-button .bar2 {
        height: 3px;
        width: 100%;
        background-color:none;
        border-radius: 50px;
    }
    
    

    .list-container ul {
        flex-direction: column;
        flex: 2;
        width: 100%;
    }

    .list-container.active {
        display: flex;
        justify-content: right;
        text-align: right;
        margin-right: 7px;
        margin-top: 24px;
    }
}

@media(max-width:350px){
    .list-container{
        display: none;
    }
    .button-list{
        display: flex;
        justify-content: right;
        flex-direction: column;
    }
    .toggle-button{
        display: flex;
        flex-direction: column;
        justify-content: right;
        text-align: right;
        position: absolute;
        flex: 1;
        width: 30px;
        top:25px;
        right:15px;
        height: 23px;
    }
    nav {
        display: flex;
        text-align: right;
        flex-direction: column;
        justify-content: right;
    }
    .toggle-button .bar:hover{
        background-color:rgb(90, 90, 90);
    }

    .toggle-button .bar {
        height: 4px;
        width: 100%;
        color: rgb(1, 44, 3);
        background-color: rgb(29, 29, 29);
        border-radius: 50px;
    }
    
    .toggle-button .bar2 {
        height: 3px;
        width: 100%;
        color: rgb(1, 44, 3);
        background-color:none;
        border-radius: 50px;
    }

    .list-container ul {
        flex-direction: column;
        flex: 2;
        width: 100%;
    }

    .list-container.active {
        display: flex;
        justify-content: right;
        text-align: right;
        margin-right: 7px;
        margin-top: 24px;
    }

    .logo-pic {
        width: 160px;
    }
}

nav ul li{
    height: 100%;
    flex: 2;
    list-style-type: none;
    display: flex;
    justify-content: right;
    text-align: right;
}

nav ul{
    display: flex;
    justify-content: right;
    text-align: right;
    
}

.header-image{
    width: 100%;
    border-radius: 10px;
}

.home-container{
   display: flex;
   justify-content: center;
   text-align: center;
   margin-top: 12px;
   margin-bottom: 36px;
}

.text-container{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 36px;
 }

footer{
    margin-top: 30%;
    width: 100%;
    text-align: center;
    bottom: 0;
    
}

@media(min-width:750px){
    body{
        margin-left: auto;
        margin-right:auto;
    }
    nav ul li{
        margin-left: 16px;
    }
}

.team {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 18px;
    color:rgb(29, 29, 29)
}

.team-last {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 60px;
    color:rgb(29, 29, 29)
}

.team-member {
    
    width: 50%;
    padding: 2px;
    border-color: rgb(202, 202, 202);
    border-width: 2px;
    border-style: solid;
}

h3{
    color:rgb(29, 29, 29);
}
h3 a:hover{
    color:rgb(0, 0, 0);
    text-decoration: underline;
}

.contact-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.maps-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 48px;
    margin-bottom: 60px;
}

h4 {
    color: rgb(1, 44, 3);
    font-size: x-large;
    font-weight: lighter;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 6px;

}