@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-family: 'Montserrat', sans-serif;
}

a{
    text-decoration: none;
    color: inherit;
}



main{
    padding: 20px;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    min-height: 100vh;
}

.card
{
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    height: 160px;
    width: 23%;
    margin: 20px;
    margin-left: 0;
    padding: 20px;
    padding-bottom: 20px;
    border-radius: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;

}

.card h3
{
    margin-top: 0px;
    font-size: 1.5rem;
}

.icon
{   
    margin-left: auto;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #ffffff;
    border-radius: 7px;
    color: #2a81f6;
    border: 1px solid #e5e7eb;
}
.cards
{
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.background-video
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
}




.card-header 
{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    flex-direction: row;

}



.groot
{
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    margin-top: 10px;
    color: #333;
}
.kleine
{
    font-size: 0.9rem;
    color: #777;
    margin: 0;
    margin-top: 5px;
 
}

.welkom
{
    background-color: rgba(0, 0, 0, 0.486);
    color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.205);
    margin-bottom: 10px;
    height: 100px;
}

.project-definitie
{
    background-color: #ffffff;
    color: #333333;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin: 20px auto;
    max-width: 1200px;
    border: 1px solid #e5e7eb;
    line-height: 2rem;
}

.project-title
{
    margin: 20px auto 30px auto;
    font-size: 2rem;
    color: #1a1a1a;
    max-width: 1200px;
    font-weight: 700;
}

.project-definitie p
{
    margin: 15px 0;
    font-size: 1.1rem;
    color: #444444;
}

.project-definitie strong
{
    color: #1a1a1a;
    font-weight: 700;
}

.welkom h2
{
    margin: 0;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.search-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.Deadlines
{
    background-color: #f3f4f6;
    color: black;
    padding: 20px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    height: auto;
}

.uren
{
    background-color: #f3f4f6;
    color: black;
    padding: 20px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    margin-bottom: 10px;
    height: 500px;
}

.Deadlines p, .uren p
{
    margin-bottom: 10px;
}

ul {
    list-style-type: none;
    padding: 0;
}
.deadline-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.deadline-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background-color: #f5f6f7;
    border-radius: 8px;
}
.deadline-item .text p {
    margin: 0;
}
.deadline-item .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    display: inline-block;
}
.deadline-item .dot.red {
    background: #ef4444;
}
.deadline-item .dot.gray {
    background: #9ca3af;
}

.pers1
{
    background-color: #dbeafe;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 10px;
    width: 50%;
}

.mensen
{
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: nowrap;
    width: 100%;

}

.pers2
{
    background-color: #dcfce7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 10px;
    width: 50%;
}

.pers2 .hour {
    color: #065f46;
}

.basic, .hour
{
    padding: 0 !important;
    margin: 0 !important;
}

.hour
{
    margin-left: auto !important;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1e40af;
}
.basic
{
    font-size: 1.2rem;
    color: #333;
}

.uren
{
    height: auto;
}

.team
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 1%;
}

.uur
{
    margin-left: auto !important;
}

.documentatie-overzicht {
    max-width: 1200px;
    margin: 40px auto;
    background-color: #f9fafb;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.doc-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #60a5fa;
}

.doc-header i {
    font-size: 1.5rem;
    color: #9ca3af;
}

.doc-header h2 {
    margin: 0;
    font-size: 1.8rem;
    color: #374151;
    font-weight: 700;
}

.doc-category {
    margin-bottom: 30px;
}

.category-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.category-header h3 {
    margin: 0;
    font-size: 1.3rem;
    color: #2563eb;
    font-weight: 700;
}


.file-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 30px;
    align-items: stretch;
    width: calc(100% - 30px);
}

.file-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 18px;
    background-color: #e5e7eb;
    border-radius: 8px;
    text-decoration: none;
    color: #1f2937;
    transition: all 0.2s ease;
    cursor: pointer;
}

.file-item:hover {
    background-color: #d1d5db;
    transform: translateX(3px);
}

.file-icon {
    font-size: 1.5rem;
    width: 24px;
    text-align: center;
}

.word-icon {
    color: #2563eb;
}

.excel-icon {
    color: #16a34a;
}

.github-icon {
    color: #1f2937;
}

.file-name {
    flex: 1;
    font-size: 1rem;
    font-weight: 500;
}

.external-icon {
    color: #60a5fa;
    font-size: 0.9rem;
}

.download-button {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 24px;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Word/Docx Button - Blue */
.word-button {
    background-color: #2563eb;
    box-shadow: 0 2px 4px rgba(37, 99, 235, 0.3);
}

.word-button:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(37, 99, 235, 0.4);
}

/* PDF Button - Red */
.pdf-button {
    background-color: #dc2626;
    box-shadow: 0 2px 4px rgba(220, 38, 38, 0.3);
}

.pdf-button:hover {
    background-color: #b91c1c;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(220, 38, 38, 0.4);
}

/* Excel Button - Green */
.excel-button {
    background-color: #16a34a;
    box-shadow: 0 2px 4px rgba(22, 163, 74, 0.3);
}

.excel-button:hover {
    background-color: #15803d;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(22, 163, 74, 0.4);
}

/* JPG/Image Button - Black */
.jpg-button {
    background-color: #1a1a1a;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.jpg-button:hover {
    background-color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.download-button .file-icon {
    color: white;
    font-size: 1.3rem;
}

.download-button .file-name {
    color: white;
    font-size: 1rem;
    font-weight: 600;
}

.download-button i.fa-download {
    color: white;
    font-size: 1rem;
}

