/*mobile version*/
body {
    margin: 0;
    padding: 0;
}

.page {
    display: flex;
    flex-direction: column;
    font-family: Arial;
    transition: 0.5s;
    
}

.sidepanel {
    height: 100vh;
    width: 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #444;
    display: block;
    transition: 0.3s;
}

.sidepanel a:hover {
    color:#ffffff;
}

.sidepanel .closebtn {
    position: absolute;
    top: 2px;
    right: 20px;
    font-size: 50px;
    margin-left: 50px;
}

.sidepanel .sidebarHead {
    font-size: 30px;
    color: #ffffff;
    margin-left: 30px;
}

.personalia .opensidebarbtn {
    font-size: 20px;
    position: fixed;
    left: 0;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.opensidebarbtn:hover {
    background-color: #444;
}

.info p {
    color: #ffffff;
}

.personalia h2 {
    color: aliceblue;
    margin-block-start: 0em;
}

.personalia h1 {
    color: white;
    margin-block-start: 0;
    margin-block-end: 0;
}

.personalia .persoongegevens {
    border: 2px solid #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
    height: 200px;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, #37183d , #1e1688 , #37183d );
    animation: moveGradient 6s linear infinite;
    background-size: 200% 100%;
}

.personalia .skills {
    border: 2px solid #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
    height: 200px;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, #1e1688 , #37183d , #1e1688 );
    animation: moveGradient 6s linear infinite;
    background-size: 200% 100%;
}

.personalia .hobbys {
    border: 2px solid #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
    height: 200px;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, #37183d , #1e1688 , #37183d );
    animation: moveGradient 6s linear infinite;
    background-size: 200% 100%;
}

.personalia .skills p {
    margin-block-start: 0.6em;
    margin-block-end: 0.6em;
}

.personalia .star {
    color: #ccc; 
  }
  
  .personalia .filled {
    color: gold; 
  }

@keyframes moveGradient {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

.personalia {
    background: #4d4d5e;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.profile {
    background: linear-gradient(to bottom, #4d4d5e, #111 20%);
    width: 100%;
    
}

.person-name {
    color: #ffffff;
    
}
 
.person-logo {
    border: 2px solid #ffffff;
    border-radius: 10%;
    margin: 15px 0px 15px 0px;
    width: 30%;
    animation: glow 3s ease alternate;
}

.profile-content {
    height: 150vh;
    padding: 15px;
    font-size: 20px;
    padding-top: 0;
}

.profile-content__category-title {
    color: rgba(255, 255, 255, 0.96);
    font: bold ;
    text-align: center;
    margin-block-end: 0.6em;
    margin-block-start: 0.6em
}

.profile-content__category--hidden-mobile {
    display: none;
}

.profile-content__element {
    border: 2px solid white;
    border-radius: 10px;
    padding: 20px;
    margin: 15px 0px 15px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, #37183d , #1e1688 , #37183d );
    animation: moveGradient 6s linear infinite;
    background-size: 200% 100%;
}

.profile-content__element--hidden-mobile {
    display: flex;
    flex-direction: column;
    display: none;
}

.profile-content__title {
    border-bottom: 1px solid #ffffff;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 2px;
    margin-top: 6px;
}

.profile-content__period {
    display: none;
}

.profile-content__institute {
    color: rgba(255, 255, 255, 0.96);
    text-align: center;
    margin-top: 0px;
    font-size: 14px;
}

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

    .page {
        flex-direction: row;
    }

    .profile {
        background: linear-gradient(to right, #4d4d5e, #111 );
        width: 100%;
    }
    .person-name{
        color: #ffffff;
        order: -1;
        margin-block-start: 0em;
    }

    .profile-content__description {
        color: white;
    }

    .person-logo{
        height: 200px;
        width: auto;
    }

    .personalia {
        background: #4d4d5e;
        border-right: 2px solid #ffffff;
        width: 600px;
        height: 200vh;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .personalia h1 {
        color: white;
        margin-block-start: 1em;
        margin-block-end: 0;
    }

    .profile-content__category--hidden-mobile{
        display: flex;
        flex-direction: column;
    }

    /*fix: anders als stipje zichtbaar*/
    .profile-content__category--hidden-mobile hr{
        width: 100%;
    }

    .profile-content__element--hidden-mobile {
        display: flex;
    }

    .profile-content__element-header{
        display: flex;
        justify-content: space-between;
    }

    .profile-content__period {
        font-size: 12px;
        color: #5c6166;
        display: flex;
    }

}


/*student uitwerking*/

