body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

/* Navbar */
.navbar {
    display: flex;
    background-color: #333;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    position: relative;
}

.navbar h2 {
    color: #ddd;
    margin: 0;
}

.nav-links {
    display: flex;
}

.navbar a {
    box-sizing: border-box;
    color: #f2f2f2;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar a:hover  {
    background-color: #4CAF50;
    color: white;
}

/* .navbar a:hover {
    background-color: #ddd;
    color: black;
} */

/* Voor eventueel latere implementatie van scrollen en laten zien waar je bent op pagina
.navbar a.active {
    background-color: #4CAF50;
    color: white;
}
*/

.menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 24px;
    color: #ddd;
}

/* Profile Content */
.profile-content__category {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.profile-content__category h2 {
    margin: 0;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 2px;
    color: #333;
}

.profile-content__category hr {
    border-color: #7D8491;
    width: 80%;
    margin-bottom: 20px;
}

/* About Section */
#about {
    padding: 15px;
}

.profile-content__description {
    padding: 20px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Education and Work Experience */
.profile-content__element {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
}

.profile-content__element-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.profile-content__title {
    color: #333;
    margin: 0;
}

.profile-content__institute {
    color: #5cb860;
    margin-bottom: 5px;
}

.profile-content__period {
    color: #777;
    margin: 0;
}

.profile-content__summary {
    color: #333;
}

/* Skills Section */
.profile-personalia-skills {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.profile-personalia-skill {
    display: flex;
    flex-direction: column;
    width: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
    align-items: center;
}

.profile-personalia-skill__title {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

.star-rating {
    display: flex;
    color: #f8d100;
}

.star {
    font-size: 20px;
    margin-right: 5px;
}

/* Contact Section */
.contact-form-column {
    flex: 1;
    max-width: 600px;
}

.contact-form-column form {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form-column label {
    display: block;
    margin-bottom: 8px;
    color: #333;
}

.contact-form-column input,
.contact-form-column textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form-column input[type="submit"]:not([disabled]) {
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
}

.additional-contact-column {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.additional-contact-column a {
    text-decoration: none;
    color: #333;
}

.contact-form-column-links {
    margin-left: 8px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2px;
    padding: 5px;
}

.contact-form-column-links img {
    height: 35px;
    width: auto;
}

.contact-form-column-links a {
    margin-left: 8px;
}

/* GDPR Consent Container */
.gdpr-container {
    padding: 20px; 
    width: 70%;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: fixed; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 9999; 
}

.gdpr-consent__title {
    display: flex;
    align-items: center;
}

.gdpr-consent__title img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.gdpr-consent__button--accept,
.gdpr-consent__button--reject {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.gdpr-consent__button--reject {
    background-color: #ccc;
    color: #333;
    margin-left: 10px;
}

.hide{
    display: none;
}

.show{
    display: block;
}

.filled {
    color: #f8d100;
}

.empty {
    color: #5c6166;
}

.profile-content__element p {
    margin: 0;
    margin-bottom: 4px;
}

.profile-person {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.profile-person-info {
    display: flex; 
    flex-direction: column;
    align-items: flex-start;
}

.profile-person-info p {
    margin: 8px 0;
}

.profile-person-info img {
    height: 32px;
    width: auto;
    margin-right: 10px; 
}

.profile-person-info p {
    margin: 8px 0;
}

.profile-person-info-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
}

.person-logo {
    border: 2px solid #333;
    border-radius: 20%;
    
    margin-bottom: 15px;
    height: 400px;
    width: auto;
}

.profile-content__element {
    margin-left: 13px;
    margin-right: 13px;
}

.profile-personalia-skill img {
    width: 100px;
    height: 100px; 
    object-fit: scale-down;
}


.profile-content__category__Conntact {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-bottom: 20px;
}

.error {
    display: flex;
    margin-bottom: 8px;
    color: red;
}

#bericht {
    display: flex;
    flex-wrap: wrap;
    text-align: start;
    height: 15rem;
}

@media screen and (min-width: 800px) {
    .profile-content__category--hidden-desktop {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .navbar {
        align-items: center;
    }

    .nav-links {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 60px;
        left: -100%;
        background-color: #333;
    }

    .menu-toggle {
        display: flex;
        align-items: center;
    }

    .nav-links.active {
        display: flex;
        left: 0;
    }

    .person-logo {
        margin-left: 15px;
        width: 150px;
        height: auto;
    }

    .profile-content__element
    .profile-personalia-skill,
    .contact-form-column {
        padding: 15px;
    }

    .profile-content__element,
    .profile-content__description {
        margin-left: 8px;
        margin-right: 8px;
    }
    
    .profile-content__category--hidden-mobile {
        display: none;
    }

    .profile-person-info img {
        width: 15px;
        height: 15px;
    }

    .additional-contact-column {
        display: flex;
        justify-content: space-evenly;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    

    .additional-contact-column img {
        width: 35px;
        height: auto;
        margin-right: 5px;
    }

    .profile-person-info-title {
        margin-bottom: 0px;
    }

    .profile-personalia-skills {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .contact-form-column {
        width: 80%;
    }

    .profile-content__category__Conntact {
        flex-direction: column;
        align-items: center;
    }
}
