body {
    background-size: cover;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: white;
    overflow: hidden;
    height: 100vh;
    cursor: url('images/TJK-cursor.png'), auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -11;
    pointer-events: none; 
}

/* PDF Button */

.pdfButton {
    margin: 2% 3% 1% 3%;
    padding: 1% 2%;
    height: 5vh;
    width: auto;
    background-color: #414141;
    color: white;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    cursor: url('images/cursor-hover.png'), pointer;
}

.pdfButton:hover {
    background-color: #1a1a1a;
}

.app-container {
    min-width: 85vw;
    max-width: 85vw;
    max-height: 85vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .app-container {
        min-height: 70vh;
        max-width: 80%;
    }
}

@media (min-width: 1200px) {
    .app-container {
        min-height: 60vh;
        max-width: 60%;
    }
}

.header {
    background-color: #2c2c2e;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-bottom: 1px solid #3a3a3c;
}

.window-controls {
    display: flex;
    gap: 8px;
    margin-right: 20px;
}

.control {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.red {
    background-color: #ff605c;
}

.yellow {
    background-color: #ffbd44;
}

.green {
    background-color: #00ca4e;
}

.header-title {
    flex-grow: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    left: -30px;
}

.nav-buttons {
    display: flex;
    gap: 15px;
}

.nav-button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #3a3a3c;
}

/* iOS-style map container */
 
.image-row {
    display: flex;
    flex-direction: row;
    justify-self: center;
    align-self: center;
    padding-top: 10%;
    position: relative;
    left: 15vw;
}

.image-row img {
    width: 100px; /* Pas de breedte van de afbeeldingen aan */
    height: auto; /* Houd de verhoudingen intact */
    margin: 0 10px; /* Verminder de horizontale ruimte tussen de afbeeldingen */
}

.map-container {
    background-color: #2c2c2e;
    height: 600px;
    min-width: 80vw;
    position: relative;
    overflow: hidden;
}


.map-scroll-wrapper {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;

    &::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    &::-webkit-scrollbar-track {
        background-color: transparent;
    }

    &::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 4px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    &:hover::-webkit-scrollbar-thumb {
        opacity: 1;
    }

    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.openedMap {
    position: relative;
    min-height: 300%;
    max-width: 100%;
    display: block;
}

.mapButtonV2{
    width: 30%;
    height: auto;
}

.map-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.returnButton{
top: 50%;
left: 20%;
 width: 60px;
 position: absolute;
}

/* Positioning content */

.content {
    margin: 3% 3% 2%;
}

.projectButton {
    margin: 8% 35%;
    margin-bottom: 0;
    height: 60%;
    width: auto;
    box-shadow: rgb(27, 27, 27)
}

.projectButtonBottom {
    margin: 8% 35%;
    margin-bottom: 8%;
    height: 60%;
    width: auto;
    box-shadow: rgb(27, 27, 27)
}

.introText {
    margin: 3% 3%;
    width: 55vw;
}

.introTextBS {
    margin: 3% 3%;
    width: 54vw;
}

.textSmall {
    margin: 1% 3%;
    width: 55vw;
}

.line {
    height: 2px;
    width: 80%;
    background: linear-gradient(to right, #2c2c2e, white, #2c2c2e);
    border: none;
    margin: 10% auto;
}

/* Moodboard */

.moodboard-container {
    display: flex;
    align-items: flex-start;
    gap: 0px;
}

.moodboard {
    height: 100vh;
    width: auto;
    margin: 2% 3%;
}

.textMoodboard{
    width: 30vw;
}

.text-container {
    width: 40%;
    margin: 2% 3%;
}

.text-container p {
    margin-bottom: 10px;
}

/* Stylescapes */

.stylescapes-container {
    display: flex;
    align-items: flex-start;
    gap: 0px;
}

.stylescape {
    height: 50vh;
    width: auto;
    margin: 5% 0% 5% 3%;
}

.text-container {
    width: 35%;
    margin: 2% 3%;
}

.text-container p {
    margin-bottom: 10px;
}

.stylescape1 {
    height: 20vh;
    width: auto;
    margin: 2% 0% 0% 3%;
}

.textStylescapeProces {
    margin: 0.5% 3%;
    width: 38vw;
}

/* Logo */

.logo-text-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.text-container {
    width: 45%;
    margin: 2% 3%;
}

.logo {
    width: 35%;
    height: auto;
    margin: 2% 10% 8% 3%;
}

.textSmallLogo {
    margin: 0.5% 3%;
    width: 47svw;
}

.logoConcept {
    width: 80vw;
    height: auto;
    margin: 2% 0% 5% 3%;
}

/* Logo Process */

.processButton {
    margin: 1% 3% 0% 3%;
    padding: 1% 2%;
    height: 5vh;
    width: auto;
    background-color: #414141;
    color: white;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.processButtonAnimatieUitleg {
    margin: 1% 3% 0% 0%;
    padding: 1% 2%;
    height: 5vh;
    width: auto;
    background-color: #414141;
    color: white;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.margin0 {
    margin-left: 0;
}

.processButton:hover {
    background-color: #1a1a1a;
}

.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    position: relative;
    max-width: 80vw;
    max-height: 80vh;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    overscroll-behavior: contain;
}

.close-btn {
    position: sticky;
    top: 0;
    float: right;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    background: white;
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px;
    z-index: 1001;
}

.close-btn:hover {
    background-color: #f0f0f0;
}

.popup-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Logo animatie */

.textSmallLogoAnimatie {
    margin: 1% 3%;
    width: 45vw;
}

.logo-animation {
    width: 100%;
    height: auto;
    margin: 2% 0% 5% 3%;
    animation: fadeIn 1s ease-in-out;
}

.logoAnimatieVideo {
    width: 30vw;
    height: auto;
    margin: 2% 3% 0% 3%;
    animation: fadeIn 1s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

/* Mockups */

.textSmallMockups {
    margin: 1% 3%;
    width: 50vw;
}

.photo-container {
    display: flex;
    gap: 3%;
    margin: 2% 3%;
}

.mockup {
    width: 38.8vw;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.photoShirt-container {
    display: flex;
    margin: 2% 3%;
    gap: 3%;
}

.mockupShirt {
    width: 38.8vw;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.mockupCD {
    width: 38.8vw;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

/* Brandguide */

.textSmallBrandguide {
    margin: 1% 3%;
    width: 60vw;
}

.textSmallBrandguideGrid{
    width: 30vw;
}

.brandguide {
    margin: 2% 3%;
    width: 80vw;
    height: auto;
}

.brandguide-container {
    display: flex;
    align-items: flex-start;
}

.brandguideGrid {
    width: 30vw;
    height: auto;
    margin: 5.4% 0% 8% 3%;
}

.text-container {
    width: 32vw;
    margin: 2% 3%;
}

.flex-textBoxName {
    color: white;
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    margin-top: 19vh;
}

.flex-textBoxName h1 {
    margin: 5px 0;
}

.textUXsmall{
    margin: 3% 3% 3% 3%;
    width: 35vw;
}

.h3DecoUX{
    margin: 4% 2% 1% 3%;
    text-decoration: underline;
}

.interviewDoc{
    width: 50vw;
    height: auto;
    margin: 1% 0% 1% 3%;
}

.brandTestDoc{
    width: 50vw;
    height: auto;
    margin: 1% 0% 0% 3%;
}

.textSmallBSpresentatie{
    margin: 1% 3%;
    width: 45vw;
}

.textInterview{
    width: 24vw;
    margin: -14% 0% 0% 3%;
}

.TJK {
    width: 6%;
    height: auto;
    position: absolute;
    margin-left: 10%;
}

/* Three js */

#wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

#three-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    z-index: 999;
    pointer-events: all;
}

.nav-button {
    display: none;
}


#dot-container {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: rgba(255, 255, 255, 1);
}


/* Bureaublad styles */

.MacBook {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 0%;
    margin-left: 0%;
    z-index: -10;
}

/* Styles project 2 */

.introTextCardan{
    margin: 3% 3%;
    width: 50vw;
}

.planningUX {
    height: 60vh;
    width: auto;
    margin: 5.3% 3%;
}

.textPlanning{
    width: 37vw;
    margin-left: -5%;
}

.discordSs { 
    height: 50vh;
    width: auto;
    margin: 2% 0% 5% 3%;
}

.werkafspraken {
    height: 30vh;
    width: auto;
    margin: 2% 0% 5% 3%;
}

.werkafsprakenTekst{
    width: 40vw;
    margin-top: 6%;
}

.discordTekst{
    width: 30vw;
    margin-top: -5.5%;
}

.italic{
    font-style: italic;
}

.marginTopBottom{
    margin-bottom: 2%;
    margin-top: 6%;
}

.marginBottom{
    margin-bottom: 2%;
}

.onderzoekTekst{
    width: 50vw;
}

.onderzoekButton{
    margin: 0% 3% 10% 0%;
    padding: 1% 2%;
    height: 5vh;
    width: auto;
    background-color: #414141;
    color: white;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wireframeAndTemplates{
    width: 50vw;
    margin-bottom: 5%;   
}

.textWireframe{
    width: 46vw;
}

.venster {
    margin-top: 5%;
    margin-bottom: 4%;
    width: 20vw;
    height: auto;
}

.text-container {
    margin-top: 5%;
    width: 60vw;
}

.textOntwerp{
    margin: 1% 3% 0% 3%;
    width: 45vw;
}

.textMaison{
    margin: 1% 3% 0% 0%;
    width: 55vw;
}

.maison{
    width: 80vw;
    height: auto;
    margin: 2% 3% 0% 0%;
}

.maisonButton{
    margin: 0% 3% 10% 0%;
    padding: 1% 2%;
    height: 5vh;
    width: auto;
    background-color: #414141;
    color: white;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.presentatieCardan{
    width: 80vw;
    height: auto;
    margin: 2% 3%;
}

.textSmallPresentatie{
    margin: 1% 3%;
    width: 41.5vw;
}

.notitiesCardan{
    width: 30vw;
    height: auto;
    margin: 5.4% 0% 6% 3%;
}

.textNotities{
    width: 45vw;
}

/* Portfolio page */

.portfolioTextSmall{
    margin: 1% 3%;
    width: 55vw;
}

.portfolioTextSmall2{
    margin: 1% 3%;
    width: 30vw;
}

.portfolioPdfButton{
    margin: 10% 10% 1% 3%;
    padding: 1% 2%;
    height: 3vh;
    width: auto;
    background-color: #414141;
    color: white;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.elementenText{
    width: 50vw;
    margin: 0% 0% 0% 3%;
}

.h3Decoration{
    margin: 4% 2% 1% 3%;
    text-decoration: underline;
}

.h3Decoration2{
    margin: 0% 0% 1% 0%;
    text-decoration: underline;
}

.gifSs{
    width: 30vw;
    height: auto;
    margin: 5% 3% 0% 3%;
}

.GIFtext{
    width: 25vw;
}

.textFigmaProces{
    width: 50vw;
    margin: 3% 0% 0% 3%;
}

.textFigmaProces2{
    width: 50vw;
    margin: 1% 0% 0% 3%;
}

.figmaTestOntwerp{
    width:45vw;
    height: auto;
    margin: 5.5% 0% 0% 0%;
}

.testText{
    width: 30vw;
}

.GIFtext2{
    width: 19vw;
}

.testDoc{
    width: 30vw;
    height: auto;
    margin: 5% 0% 0% 0%;
}

.githubButton{
    width: 15vw;
    height: auto;
    margin: 0% 0% 3% 3%;
}

.textPortfolioDev{
    width: 55vw;
    margin: 3% 0% 0% 3%;
}

.hulpmiddelenButton{
    margin: 3% 0% 3% 3%;
    margin-bottom: 6%;
    padding: 1% 2%;
    height: 5vh;
    width: auto;
    background-color: #414141;
    color: white;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Project 3 - Development */

.introTextDev{
    margin: 3% 3% 1% 3%;
    width: 65vw;
}

.introTextDev2{
    margin: 0% 3%;
    width: 54vw;
}

.largeTextProjectplan{
    margin: 3% 3% 5% 3%;
}

.pdfProjectplanDev {
    margin: 5% 3% 1% 3%;
    padding: 1% 2%;
    height: 5vh;
    width: auto;
    background-color: #414141;
    color: white;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.textProjectplan{
    width: 50vw;
    margin: 3% 0% 0% 3%;
}

.werkafsprakenDev{
    width: 30vw;
    height: auto;
    margin: 5.4% 0% 0% 3%;
}

.contentConcept{    
    margin: 3% 3% 5% 3%;
}

.textWerkafsprakenDev{
    width: 30vw;
    margin: 0% 0% 0% 3%;
}

.textConceptDev{   
    margin: 1% 3% 1% 3%;
    width: 65vw;
}

.h3DecorationDev{
    margin: 2% 0% 0% 3%;
    text-decoration: underline;
}

.eyetrackerTestImg {
    width: 30%;
    height: auto;
    margin: 5.3% 15% 8% 3%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.textSmallDevTest{
    margin: 1% 3%;
    width: 55vw;
}

.placeholder{
    width: 80vw;
    height: auto;
    margin: 2% 0% 0% 3%;
}

.textFigmaPr{
    width: 23vw;
}

.figmaPrototypeSim{
    width: 50vw;
    height: auto;
    margin-right: 3%;
    margin-top: 4.5%;
}

.katMuis{
    width: 60vw;
    height: auto;
    margin: 0% 0% 0% 3%;
}

.textIteratiesElementen{
    width: 50vw;
    margin: 1% 3% 3% 3%;
}

.h3DecorationIteraties{
    margin: 8% 0% 1% 3%;
    text-decoration: underline;
}

.cssDocs{
    width: 30vw;
    height: auto;
    margin: 2% 0% 0% 3%;
}

.gitlabButton{
    width: 15vw;
    height: auto;
    margin: 3% 0% 3% 3%;
}

.devUitwerking{
    width: 80vw;
    height: auto;
    margin: 2% 3% 5%;
}

.textSmallDevUitwerking{
    margin: 1% 3%;
    width: 43vw;
}

.eyeTrackerIMG{
    width: 30vw;
    height: auto;
    margin: 1% 0% 6% 3%;
}

.textTracker{
    width: 40vw;
    margin: 0% 0% 0% 3%;
}

.textTrackerXS{
    font-size: 10px;
    width: 40vw;
    margin: 0% 0% 0% 3%;
}

/* Learning outcomes */

.learningOutcomes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    justify-content: center;
    margin: 10% auto;
    max-width: 80%;
}

.grid-image {
    width: 90%;
    height: 80%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

/* LO 1 */

.content-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 0% 2% 1% 3%;
    max-width: 100%;
}

.text-box {
    flex: 2;
    font-size: 16px;
}

.image-box {
    flex: 1;
    text-align: center;
    position: relative;
}

.small-img {
    position: relative;
    right: 60px;
    width: 120px;
    height: auto;
    border-radius: 8px;
}

/* text LO1 */

.h2LO{
    margin: 4% 2% 1% 3%;
    text-decoration: underline;
}

.h2Onderbouwing{
    margin: 4% 0% 1% 3%;
    text-decoration: underline;
}

.textLO1{
    width: 38vw;
    margin: 1% 3%;
}

.textLongLO1{
    width: 54vw;
    margin: 1% 3%;
}

/* dropdown voor links */

.dropdown-menu {
    position: relative;
    display: inline-block;
}

.menu-button {
    top: 0;
    width: 110%;
    background-color: #3c3d3d;
    color: white;
    padding: 8px 15px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 13%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.menu-button:hover {
    background-color: #555;
}

.menu-content {
    display: none;
    position: absolute;
    background-color: #262626;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 5px 0;
    z-index: 1000;
    width: 110%;
    max-height: 150px; /* Korter gemaakt */
    overflow-y: scroll;/* Zorgt voor scrollbaarheid */
    margin-left: 13%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.menu-content a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 8px 15px;
    font-size: 13px;
    transition: background-color 0.3s ease;
}

.menu-content a:hover {
    background-color: #171717;
}

.menu-content.show {
    display: block;
}

/* LO2 text */

.textLO2{
    width: 28vw;
    margin: 1% 3%;
}

.textLongLO2{
    width: 50vw;
    margin: 1% 3%;
}

.devButtonLO2{
    width: 110%;
    background-color: #3c3d3d;
    color: white;
    padding: 8px 22px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 3%;
    text-decoration: none;
}

.devButtonLO2:hover {
    background-color: #555;
}

/* LO3 text */

.textLO3{
    width: 22vw;
    margin: 1% 3%;
}

.textLongLO3{
    width: 60vw;
    margin: 1% 3%;
}

.linkInfo{
    font-size: 12px;
    width: 20vw;
    margin: 1% 30%;
}

/* LO4 text */

.textLO4{
    width: 30vw;
    margin: 1% 3%;
}

.textLongLO4{
    width: 60vw;
    margin: 1% 3%;
}

.LO4popup{
        margin: 0% 0% -2% 3%;
        padding: 8px 15px;
        height: 5vh;
        width: auto;
        background-color: #3c3d3d;
        color: white;
        border: none;
        border-radius: 5px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        transition: background-color 0.3s ease;
}

.LO4popup:hover {
    background-color: #555;
}

/* LO5 text */

.textLO5{
    width: 32vw;
    margin: 1% 3%;
}

.textLongLO5{
    width: 58vw;
    margin: 1% 3%;
}

.logoFeedpulse {
    position: absolute;
    right: 80px;
    top: 90px;
    width: 120px;
    height: auto;
    border-radius: 8px;
}

.menu-buttonLO5{
    width: 110%;
    background-color: #3c3d3d;
    color: white;
    padding: 8px 15px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.LO5Button2{
    margin: 0% 1% 0% 1%;
    padding: 8px 15px;
    height: 5vh;
    width: auto;
    background-color: #3c3d3d;
    color: white;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.LO5Button2:hover {
    background-color: #555;
}

.menu-buttonLO5:hover {
    background-color: #555;
}

.menu-content2 {
    display: none;
    position: absolute;
    background-color: #262626;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 5px 0;
    z-index: 1000;
    width: 110%;
    max-height: 150px; /* Korter gemaakt */
    overflow-y: scroll;/* Zorgt voor scrollbaarheid */
    margin-left: 13%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.menu-content2 a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 8px 15px;
    font-size: 13px;
    transition: background-color 0.3s ease;
}

.menu-content2 a:hover {
    background-color: #171717;
}

/* Reflectie text */

.h2Reflectie{
    margin: 4% 2% 1% 3%;
}

.textReflectie{
    width: 45vw;
    margin: 1% 3%;
}

.textReflectieOnder{
    width: 45vw;
    margin: 1% 3% 6%;
}

/* About Me content */

.aboutMeDesign{
    width: 65vw;
    height: auto;
    margin: 1.5% 8% auto;
}

.LO1dropdownProducts{
    top: 0;
    width: 110%;
    background-color: #3c3d3d;
    color: white;
    padding: 8px 15px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 30%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.menu-content3{
    display: none;
    position: absolute;
    background-color: #262626;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 5px 0;
    z-index: 1000;
    width: 110%;
    max-height: 150px; /* Korter gemaakt */
    overflow-y: scroll;/* Zorgt voor scrollbaarheid */
    margin-left: 30%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.menu-content3 a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 8px 15px;
    font-size: 13px;
    transition: background-color 0.3s ease;
}

.menu-content3 a:hover {
    background-color: #171717;
}

.menu-content3.show {
    display: block;
}

.LO2github1{
    width: 13vw;
    height: auto;
    margin: 0% 0% 0% 3%;
}

/* Project X - content */

.limonluztLogo{
    width: 40vw;
    height: auto;
    margin: 2% 3% 0% 3%;
}

.textLimonluztLogo{
    width: 30vw;
    margin: -8% 0%;
}

.logoProcesLimonLuzt{
    width: 35vw;
    height: auto;
    margin: 2% 0% 0% 3%;
}

.textLimonluztLogoProces{
    width: 50vw;
    margin: 0% 3%;
}

.fireflyUitleg{
    width: 50vw;
    height: auto;
    margin: 2% 0% 0% 3%;
}

.textSmallAchtergrond{
    margin: 1% 3%;
    width: 50vw;
}

.textFirefly{
    width: 26vw;
    margin: -10% 0%;
}

.textFirefly2{
    width: 24vw;
    margin: -10% 0%;
}

.bg2LL{
    width: 50vw;
    height: auto;
    margin: 2% 0% 0% 3%;
}

.LLprototypeText{
    width: 48vw;
    margin: 1% 3%;
}

.LLprototype{
    width: 80vw;
    margin: 0% 3% 0% 3%;
}

.usertestLL{
    width: 40vw;
    height: auto;
    margin: 2% 0% 0% 3%;
}

.LLpresenterenText{
    width: 45vw;
    margin: 1% 3% 10%;
}

.usertestLLImage{
    width: 80vw;
    height: auto;
    margin: 2% 0% 0% 3%;
}

.introTextLL{
    margin: 3% 3%;
    width: 48vw;
}

.doelLLusertest{
    width: 40vw;
    margin: 2% 3%;
}

.textDecorationOff{
    color: inherit;
    text-decoration: none !important;
}

.usertestPortfolio{
    width: 80vw;
    height: auto;
    margin: 5% 0% 5%;
}