/* .inter-lettertjes> {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  } */
body,
html {
    font-family: 'Inter', sans-serif;
}

#content {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.titel {
    margin-top: 35px !important;
}

.home_tekst {
    margin-top: 45px !important;
}

.skills {
    font-size: 12px;
    line-height: 23px;
}

.quote-wie {
    font-size: 12px;
}

.space {
    margin-top: 25px !important;
    margin-bottom: 25px;
}

.composities {
    padding-top: 125px;
    margin-bottom: 25px;
}

.compositie-row-desktop {
    margin-bottom: 50px;
}

.compositie-row-mobile {
    margin-bottom: 50px;
    border-bottom: 1px solid black;
}

.compositie-content-mobile {
    padding-top: 50px;
    margin-bottom: 50px;
}

.compositie-plaatje-mobile{
    margin-bottom: 20px;
}

.compositie-content-desktop {
    border-top: 1px solid #000000;
    padding-top: 15px;
}

.playbutton-desktop{
    position: relative;
    top: -16px;
    margin-right: 10px;
}

#player-backdrop {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);

}

.player{
    width: 500px;
    height: 365px;
    border: 1px solid black;
    border-radius: 15px;
    top: 20%;
    left: 30%;
    background: white;
    text-align: center;
    display: none;
    z-index: 101;
    padding: 5px;
}

#kruis {
    position: absolute;
    bottom: -55px;
    left: 225px;
}

.maillink-mobile{
    margin-bottom: 100px;
}

/* .container-header {
    background-color: white;
    background-image: none;
}

.container-nav li {
    color: black;
}

.container-nav li:hover {
    color: gray;
}

.container-nav .active {
    text-decoration: underline;
}



.artikel h2 {
    font-size: 20px;
} */