:root {
    --primary-color: rgba(39, 140, 39, 0.96);
}

body {
    font-size: 14px;

}


body {
    font-family: Arial;
}
/*mobile version*/
.contact-information{
    font-size: 14px;
}
.page {
    display: flex;
    flex-direction: column;
    font-family: Arial;
}

.personalia {
    background-color: #e7e8ec;
    width: fit-content;
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 5px;
}

.profile {
    background-color: #faf8f8;
    width: 100%;
}

.person-logo {
    aspect-ratio: 1/1;
    object-fit: scale-down;
    border: 1px solid black;
    border-radius: 50%;
    margin: 15px 0px 15px 0px;
    width: 20%;
    background-color: white;
}
.btn-contact {
    background-color: var(--primary-color);
    color: white;
    width: 100%;
}

.profile-content {
    position: relative;
    padding: 15px;
    font-size: 20px;
}

.profile-content__category-title {
    color: rgba(39, 140, 39, 0.96);
}

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

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

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

.profile-content__title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 2px;
    margin-top: 6px;
}

.profile-content__period {
    display: none;
}

.profile-content__institute {
    color: rgba(39, 140, 39, 0.96);
    margin-top: 0px;
    font-size: 14px;
}

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

    .page {
        flex-direction: row;
    }

    .person-name{
        order: -1;
    }

    .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;
    }
    .btn-contact {
        width: inherit;
    }

}



.container {
    display: flex;
    flex-direction: column;
    font-family: Arial;
}


.gdpr-consent {
    background-color: rgb(247, 245, 245);

    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    margin: 5px;
    border-radius: 15px 15px 15px 15px;
}

.gdpr-consent__description{
    display: flex;
    justify-content: center;
}

.gdpr-consent__choice{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    width: 100%;
}


.gdpr-consent__button--accept {
    background-color: #d5f5d5;
}

.gdpr-consent__button--accept:hover {
    background-color: #c5e3c5;
    cursor: pointer;
}


.gdpr-consent__button--reject {
    border-radius: 5px;
}

.btn {
    padding: 10px;
    border: transparent;
    border-radius: 5px;
}

.btn:hover {
    cursor: pointer;
}



.hide{
    display: none;
}

.show{
    display: block;
}

.skill-rating {

    /*color: red;*/
    color: rgba(39, 140, 39, 0.96);
    display: flex;
    justify-content: end;
    width: initial;
    gap: 4px;

}

.skill-rating i.inactive{
    color: lightgray;
}
.skill-rating i {
    flex-direction: row;
}

.skill-list {
    padding-left: 0!important;

}
.skill-list li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


/*student uitwerking*/

