/*mobile version*/

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

.personalia {
    background-color: #D7D7D7;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile {
    background-color: #ffffff !important;    width: 100%;
}

.person-logo {
    border: 4px solid black;
    border-radius: 50%;
    margin: 15px 0px 15px 0px;
    width: 30%;
    animation: glow 3s ease alternate;
}

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

.profile-content__category-title {
    color: rgba(14, 34, 188, 0.96);
}

.profile-content__category--hidden-mobile {
}

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

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

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

.profile-content__period {
}

.profile-content__institute {
    color: rgba(0, 44, 164, 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;
    }

}


/*student uitwerking*/

.link{
    text-decoration: none;
    color:black;
}
.personalia_base{
    align-items: baseline !important;
    width: 100%;
    padding-left: 30px;
}
.personalia_base_title{
    align-self: center;
}
.personalia_email:before{
     content: "\f0e0";
}
.personalia_name:before{
         content: "\f007";
    }
    .personalia_tel:before{
         content: "\f095";
         /* transform: rotate(90deg);
    padding-right: 15px !important;
    padding-left: 15px !important; */

    }
   i{
    font-family: "Font Awesome 5 Free"; 
    font-style: normal;
   }
    .before:before{
        padding-right:15px;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    color:#0A369D !important;
    display: inline-block;
    text-align: center !important;
    width: 25px;
    }
    .personalia_home:before{
        
        content: "\f015";

    }
    .personalia_rijbewijs:before{
        content: "\f2c2";
        

    }
    .eigenschappen_ul li span{
        color:#000000;
    }
    .eigenschappen_ul{
        list-style: circle;
        color: #0a369d;
    }
    .personalia_geboorte_datum:before{
        content: "\f073";
    }
    .personalia_base div {
width: 100%;
    }
    .personalia_geslacht:before{
        content: "\f183";
    }
    .personalia_nationaliteit:before{
        content: "\f0ac";
    }
    .header{
background-image: url("../images/header_picture.jpeg");
height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: center;
    box-shadow: inset 0px 0px 10px rgb(109 103 103 / 90%);
    }
    .filter{
height:100%;
background-color:#00000087;
    }
    body{
        margin:0px;
    }
    .header_content{
        height: 100px;
        text-align: center;
        padding-top: 12%;
        color: #ffffff;
    font-family: system-ui;
    }
    .header_content a{
         
            content: "\f063";
            color: #ffffff;
            border: 3px solid #ffffff;
            border-radius: 25px;
            padding: 15px 10px;
            transition: transform 1s ease-in-out;
            position: absolute;

    }
    .header_content   h1{
    font-size: 89px;
    letter-spacing: 7px;
    text-transform:uppercase;
    opacity: 0.7;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    }
    html {
        scroll-behavior: smooth;
      }
      h3{
        color:#0A369D !important;

      }
      .picture{
        background-image: url("../images/foto_joery_2.jpeg");
        background-size: cover;
        height:27vw;
        width: 100%;
        align-content: flex-end;
        display: flex;
        flex-wrap: wrap;
      }
      .picture h1{
        background-color: #D7D7D7;
        margin-bottom: 0px;
        padding: 15px 15px 15px 15px;
        border-radius: 0px 25px 0px 0px;
        color: #0a369d;
        font-size: 30px;
      }
      .profile-content_omschrijving{
        font-size: 14px;
        color:black;
        margin-top:3px;
      }
      .bar{
        
      }
      .bar {
        width: 200px; /* Pas de breedte aan naar wens */
        height: 20px; /* Pas de hoogte aan naar wens */
        border: 1px solid #ccc; /* Randstijl en kleur aanpassen */
        border-radius: 5px; /* Afgeronde hoeken */
        overflow: hidden;
      }
      
      .bar::-webkit-progress-bar {
        background-color: #f2f2f2; /* Achtergrondkleur van de balk zelf */
      }
      
      .bar::-webkit-progress-value {
        background-color: #0A369D ; /* Vulkleur van de balk */
      }
      
      .bar::-moz-progress-bar {
        background-color: #0A369D ; /* Vulkleur van de balk voor Firefox */
      }
      .section{
        margin-bottom:25px;
        padding:15px;
        background-color:#D7D7D7;
        border-radius:15px;
        margin:30px;
        margin-top:0px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      }
      .profile {
       

    }
    .profile-content{
        padding:0px;
        padding-top:15px;

    }
    section.profile-content .filer
        {
        margin:15px;
    }
    .profile {
        background-color: #fff3f3;}
.menu{
    float: right;
    padding:15px;
}
.menu a{
    text-decoration: none;
    color: #ffffff;
    opacity: 0.6;
    font-size: 20px;
    padding: 15px;
    font-family: system-ui;
}
        @media only screen and (max-width: 800px) {

        .header{
            background-image: url("../images/mobile_header_foto.jpeg");
            background-size: cover;
        }
        .header_content h1{
            font-size:49px;
        }
        .header_content {
           
            padding-top: 50%;
    }
    .personalia {
        width: 100%;}
        .picture {
            background-size: cover;
            height: 83vw;
}
.personalia_base div {
    width: 90%;
    padding-left: 18px;
}
.section {
    margin: 15px !important;
}
.personalia_base {

    padding-left: 0px;
}}
.gdpr-consent {
    background-color: #787878;
    color: #ffffff;
    font-family: system-ui;
    padding: 15px;
    position: fixed;
    width: 100%;    bottom: 0;
    box-shadow: inset 0px 0px 10px rgb(109 103 103 / 90%);
    text-align: center;
}
.gdpr-consent button{
    background-color: #ffffff;
    border: none;
    padding: 7px;
    cursor: pointer;
}
.hide{
    display: none;
}

.show{
    display: block;
}
.parent2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding:30px;
    }
    .inner_div_parent2{
        color: black;
        padding:  15px; 
        position: relative;
    }
    /* .inner_div_parent2::before {
        content: "";
        width: 0;
        border-left: 45px solid transparent;
        border-bottom: 45px solid #787878;
        position: absolute;
        top: 0;
        transform: rotate(270deg);
        right: 0;
    } */
    /* .form{
        position: fixed;
        background-color:rgba(0, 0, 0, 0.608);
        height: 100vh;
        margin: auto;
        width: 100%;
        z-index: 999;
        text-align: center;
        
    } */
    /* iframe{
        background: #ffffff !important;
        padding: 15px;
        z-index: 999;
        margin-top:15%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border: none;
        width: 47%;
        height:28%;
    }
   .form-email{
   }
   .form-email input#email, .form-email input#name, .form-email #achternaam{
    padding: 7px 10px;
    border: 1px solid gray;
   } */
   .btn{
    margin-top: 25px;
    background-color: #34349c;
    color: #ffffff;
    padding: 5px 15px;
    border: none;
    font-size: 17px;
    font-weight: bold;
   }
   /* .parent_form_field {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 15px;
    }
    .parent_form_field_1{
        
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: 1fr;
            grid-column-gap: 0px;
            grid-row-gap: 0px;
                
        }
        .parent_form_field_1 input{
            width: 88%;
        }
    .form_title{
        font-family: system-ui;
    font-weight: bold;
    } */
    .g-recaptcha iframe{
        background: #ffffff !important; 
     padding: 0px !important; 
     z-index: 999 !important; 
     margin-top: 0% !important; 
     box-shadow: none !important;
     border: none !important; 
     width: 100% !important; 
     height: 100% !important;
    }
    #thank-you-message {
        display: none;
      }
      
      #thank-you-message.show {
        display: block;
      }
      .bad{
        background-color: #ff000052;
    color: #d40f0f;
    padding: 15px;
    text-align-last: center;
    border: 2px solid #d40f0f;
    z-index: 999;
    position: relative;
    border-radius: 5px;
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      }
      .good{
        background-color: #38c80d52;
    color: #109f1b;
    padding: 15px;
    text-align-last: center;
    border: 2px soli#109f1b;
    z-index: 999;
    position: relative;
    border-radius: 5px;
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      }

      @keyframes cssAnimation {
        to {
            width:0;
            height:0;
            overflow:hidden;
            display: none;

        }
    }
    @-webkit-keyframes cssAnimation {
        to {
            width:0;
            height:0;
            visibility:hidden;
            display: none;
        }
    }







      /* Center the loader */
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }
  
  #myDiv {
    display: none;
    text-align: center;
  }
  .filertje {
    background-color: #000000;
    height: 100vh;
    opacity: 0.5;
    position: absolute;
    z-index: 999;
    width: 100%;
    display:none;
}
.laat_zien{
    display:flex !important;
}
div.weg{
    display: none !important;
}






      /* Stijl voor de achtergrond-overlay */
      .overlay {
         display: none; 
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    /* Stijl voor het popup-venster */
    .popup {
         display: none; 
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* padding: 20px; */
        background: #fff;
        z-index: 2;
        width: 50%;
        height:70%;
    }
.popup iframe{
    margin-top: 0%;
    padding: 0px !important;
    box-shadow: none;
}
h2.form_title {
    font-family: system-ui;
    margin-top: 0px;
}
span.close-btn {
    font-family: system-ui;
}
    /* Stijl voor het sluiten van het popup-venster */
    .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

    /* Stijl voor het iframe binnen de popup */
    .popup iframe {
        width: 100%;
        height: 100%;
        border: none;
    }














    .form-email {
     
    }
    
    .form_title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .parent_form_field {
        display: flex;
        justify-content: space-between;
    }
    
    .parent_form_field_1 {
        margin-top: 10px;
    }
    
    label {
        display: block;
        margin-bottom: 10px;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="tel"],input[type="number"],
    
    textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    
    .btn {
        background-color: #4caf50;
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    label.name_lable, label.onderwerp_lable{
        width: 48%;
    }
    textarea{
        max-width: 100%;
        max-height: 89px;
    }
    a{
        cursor: pointer;
    }

    .lower_btn{
        margin-top:7%;
        margin-left: 40%;  
              background-color: #0a369d;
        color: #ffffff;
        padding: 15px;
        border-radius: 5px;
    }

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

    .popup{
        width: 85% !important;
    height: 76% !important;
    }


.lower_btn{
    margin-left: 23%;
    margin-top: 15%;
    display: inline-block;
    margin-bottom: 15%;
}}