/* Globale Stijlen */
@font-face {
    font-family: 'LIGHT';
    src: url('./fonts/TT Interphases Pro Trial Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIK';
    src: url('./fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'Malisha' ;
    src: url(fonts/Coolvetica\ Rg.otf);
}

body {
    font-family: 'LIGHT', sans-serif;
    margin: 0;
    padding: 0;
    background-size: contain;
    background-color: #faeddd;
    color: #000000;
    line-height: 1.6;
}

header {
    font-size: 20px;
    padding: 1rem;
    position: relative;
    top: 0;
    z-index: 100;
}

header nav {
    display: flex;
    align-items: center;
}

header nav ul {
    color: rgb(74, 6, 43);
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: auto; /* Dit duwt de lijst helemaal naar rechts */
    gap: 20px;
}


header nav ul li {
    color: rgb(98, 3, 41);
    margin: 0 15px;
}

header nav ul a {
    font-family: 'Malisha';
    color: rgb(98, 3, 41);
    text-decoration: none;
    font-weight: bold;
    transition: text-decoration 0.3s;
}

header nav ul li a:hover {
    color: #cfaa91;
    transition: 0.5s;
}

/* Titels */

.Bannerfoto img{
    padding-top: 10%;
    width: 100vw;
}

h1 {
  text-align: left;

}

h1 a {
  font-family: 'Malisha';
  text-decoration: none;
  color: rgb(98, 3, 41);
  padding-left: 50px;
  font-size: clamp(2.5rem, 5vw, 5.5rem);
}

h3 {
    color: #4a062b;
    text-align: left;
    margin: 0;
    padding-left: 0%;
    font-size: 30px;
}

/* Secties */
.fotomezelf {
    padding-left: 50px;
    padding-right: 50%;
    width: 400px;
}

.fotomezelf img{
    position: absolute;
    width: 550px;
    margin-top: 0px;
}


.Eerstetekst {
    color: #4a062b;
    margin-top: 100px;
    padding-left: 50%;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative; 
    z-index: 1; 
}

h4{
    color: #4a062b;
    text-align: center;
    margin: 0;
    padding-left: 0%;
    font-size: 50px;
}

.SOCIAL, .GRAPHIC, .CRITICAL, .FASHION, .STORY {
    font-family: 'DIK', sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 5px;
    text-align: left;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.CRITICAL { background-color: #ffb1af; color: #ff0400; }
.GRAPHIC { background-color: #caffba; color: #3ae900; }
.FASHION { background-color: #c1efff; color: #00baff; }
.SOCIAL { background-color: #faf690; color: #e7d000; }
.STORY { background-color: #ffd4a9; color: #ff8a05; }


.tekstovermij{
    margin-top: 15%;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 5%;
}

.tekstovermij p{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.speerpunten {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* voegt horizontale centrering toe */
}


.speerpunten .woorden {
    display: flex;
    gap: 10px; /* ruimte tussen de woorden */
    justify-content: center; /* centreer de rij */
    flex-wrap: wrap; /* breek naar nieuwe regel als nodig */
}

.speerpunten .woorden span.active {
  opacity: 0.5; /* blijft zichtbaar wanneer geselecteerd */
}

.speerpunten {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content {
  position: absolute;
  top: 100%; 
  left: 0;
  width: 100%;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 5px;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  pointer-events: none;
}

.content.show {
  opacity: 1;
  max-height: 800px;
  pointer-events: all;
}

.content img{
  position: relative;
  flex-direction: column;
  align-items: center;
  height: 200px;
}


.loopbaantekst {
    color: #4a062b;
    padding-left: 50px;
    padding-right: 40%;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 10%;
    position: relative; 
    z-index: 1; 
}

.loopbaantekst h3{
  padding-top: 5%;  
}
.loopbaantekst p {
padding-bottom: 10%;
 
}
.loopbaantekst img{ 
position: absolute;
width: 300px;
padding-left: 65%; 
padding-right: 50px;
}

.fotosvier {
    display: flex;
    flex-direction: row;  
    align-items: center;

}

.fotosdrie {
    padding-left: 50px;
    display: flex;
    flex-direction: row;  
    align-items: center;
    gap: 25px;
}

#bovenstuk1{
    flex: 1;
    max-width: 30%; 
    height: auto; 
}

#bovenstuk2{
    flex: 1; 
    max-width: 30%;
    height: auto; 
}

#bovenstuk3{
    flex: 1; 
    max-width: 30%;
    height: auto; 
}

.vaardigheden{
padding-left: 50px;
}


footer{
    text-align: center;
    background-color: faeddd;
    color: #4a062b;
    padding: 1rem 0;
}

.socials{
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.socials img{
padding: 10px;
width: 30px;
height: 30px;
}


@media (max-width: 768px) {
    header nav {
        flex-direction: column;
        text-align: center;
    }

    header nav ul {
        flex-direction: column;
        align-items: center;
    }

    header nav ul li {
        margin: 10px 0;
    }
    header nav ul li a:hover {
        color: #f87dc5;
        transition: 0.5s;
    }

    h3 {
        padding-left: 5%; /* Kleinere padding voor kleinere schermen */
    }


    .groenjasje {
        width: 80%;
        position: relative;
        left: 10%;
    }

    .Eerstetekst {
        padding-left: 5%;
    }
}
