*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

nav{
    background: #38B6FF;
    height: 80px;
    width: 100%;
}

label.logo{
    color: white;
    font-size: 35px;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
}

nav ul{
    float: right;
    margin-right: 20px;
}

nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

nav ul li a{
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}

a.active,a:hover{
    background: #1b9bff;
    transition: .5s;
}

.checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check{
    display: none;
}

@media (max-width: 952px){
    label.logo{
        font-size: 30px;
        padding-left: 50px;
    }
    nav ul li a{
        font-size: 16px;
    }
}

@media (max-width: 858px){
    .checkbtn{
        display: block; 
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #38B6FF;
        top: 80px;
        left: 100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;
    }
    a:hover,a.active{
        background: none;
        
    }
    #check:checked ~ ul{
        left: 0;
    }
}

#container {
    width: 100%;
    height:85px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-weight: bold;
    color: white;
    background-color: #38B6FF;
}

.hoofd{
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
}


#items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#items a {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 90%;
}

.item {
    width: 100%;
    height: 120px;
    background-color: #D9D9D9;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
    border-radius: 15px;
    transition: background-color 0.3s, box-shadow 0.3s;
}

#items a:hover .item {
    background-color: #C0C0C0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.iteminstellingen {
    width: 90%;
    height: 120px;
    background-color: #D9D9D9;
    margin: 10px 0;
    display: flex;
    flex-direction: center;
    justify-content: center;
    padding: 12px;
    border-radius: 15px; 
    color: inherit;
    text-decoration: none;
    color: black;
}

.iteminstellingen a {
    display: block;
    text-decoration: none;
    color: black;
    width: 100%; 
    height: 100%; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

.iteminstellingen a:visited {
    color: black;
}

.iteminstellingen a:hover {
    color: black;
}

.iteminstellingen a:active {
    color: black;
}

.infoinstellingen {
    font-weight: bold;
}

.info {
    font-weight: normal;
}

.itemnotificatie {
    width: 90%;
    height: 120px;
    background-color: #D9D9D9;
    margin: 10px 0;
    padding: 12px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infogebruiker {
    font-weight: bold;
    font-size: 150%; 
}

.itemgebruiker {
    width: 90%;
    height: 120px;
    margin: 10px 0;
    padding: 12px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#email {
    width: 90%;
    height: 60px;
    font-size: 70%;
    margin-left: 20px;
    margin-bottom: 20px;
}

#wachtwoord {
    width: 90%;
    height: 60px;
    font-size: 70%;
    margin-left: 20px;
}

.voorbeeldmail {
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #D9D9D9;
}

.email {
    font-weight: normal;
    color: #B3B2B2;
}

.voorbeeldwachtwoord {
    font-weight: bolder;
    text-decoration: underline;
    text-decoration-color: #D9D9D9;
}

.wachtwoord {
    font-weight: normal;
    color: #B3B2B2;
}

.itemvervanger {
    width: 90%;
    height: 120px;
    background-color: #D9D9D9;

    padding: 12px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    font-weight: normal;
}

.tekstvervanger {
    display: flex;
    flex-direction: column;
}

#vak1 {
    height: 670px;
    border-radius: 5%;
    width: 100%;
    background-color:#D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#Logo_workswap {
    height: 37%;
    width: 60%;
    margin-bottom: 15%;
}

#titel {
    color: #1b9bff;
    font-size: 250%;
}