html{
    scroll-behavior:smooth;
}

.background { /*Main*/
    background-image: url('../images/backgroundIndex.png');
    position: fixed;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

header { /*main*/
    display:flex;
    padding: 0 80px;
    box-sizing: border-box;
    align-items: flex-start;
    position: absolute;
    top: 0%;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    top: 4%;
    z-index: 5;
}


.cat1 { /*debug button*/
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 400px;
    left: 50px;
    z-index: 1;
}

.indBody{
    height:8500px;
    width:100%;
    overflow-x:hidden;
}

#overMijHeadDiv{
    position:absolute;
    top:-25%;
    background-color:#00000068;
    width:100%;
    height:25%;
    color:#eeeeee;
    font-size:180%;
    text-align:center;
    text-shadow:#ffffff 0px 0px 5px;
}

#overMijCntr{
    width:100%;
    height:150%;
    position:absolute;
    top:140%;
    display:flex;
    align-items:center;
    justify-content:space-evenly;
    flex-direction:column;
    gap:4vh;
    padding-top:5vh;
}

.overMijInfo1{
    width:90vw;
    height:60vh;
    background-color:#00000068;
    color:#eeeeee;
    border-radius: 80px 80px;
    font-size:100%;
}

.overMijInfo2{
    width:90vw;
    height:60vh;
    background-color:#00000068;
    color:#eeeeee;
    border-radius: 80px 80px;
    font-size:100%;
}

.overMijInfo3{
    width:90vw;
    height:60vh;
    background-color:#00000068;
    color:#eeeeee;
    border-radius: 80px 80px;
    font-size:100%;
}

#Info1H1{
    text-align:center;
}

#Info1H1{
    top:2vh;
}

.linkSpan{
    color:#eeeeee;
    text-decoration:underline;
    text-decoration-color:#eeeeee;
    font-size:100%;
}

.linkSpan:hover{
    text-decoration-color:rgb(70, 130, 241);
    color:rgb(70, 130, 241);
    cursor:pointer;
}

#expertiseHeadDiv{
    position:absolute;
    background-color:#00000068;
    top:-25%;
    width:100%;
    height:25%;
    color:#eeeeee;
    font-size:180%;
    text-align:center;
    text-shadow:#ffffff 0px 0px 4px;
}

#expertiseCntr{
    width:100%;
    height:150%;
    position:absolute;
    top:350%;
}

#projectenHeadDiv{
    position:absolute;
    top:-12.5%;
    background-color:#00000068;
    width:100%;
    height:12.5%;
    color:#eeeeee;
    font-size:180%;
    text-align:center;
    text-shadow:#ffffff 0px 0px 5px;
}

#projectenCntr{
    width:100%;
    height:300%;
    position:absolute;
    top:600%;
}

.headerSelector { /*navigatie balk*/
    width: 100%;
    height: 15%;
    background-color: #000000;
    opacity: 25%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 1;
}

.button1:hover, .button2:hover, .button3:hover {
    color: rgb(85, 114, 245);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: 0.3s;
    opacity: 100%;
    cursor: pointer;
    scale: 1.05;
}

.cat1:hover {
    cursor:pointer;
    filter: invert(1);
    transition: 0.3s;
}


.button1, .button2, .button3 {
    z-index: 4;
    color: white;
    align-self: center;
    background: none;
    border: none;
    font-size: 3vw;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    position: static;
    left: unset;
    top: unset;
    flex: 1;
}

.indexTXT {
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: rgb(255, 255, 255);
    text-shadow: 2px 3px 7px #000000;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 20px;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 85%;
    font-size: 150%
}

.sliderMain {
    width: 4%;
    height: 2%;
    position: absolute;
    left:5%;
    top: 0%;
    z-index: 10;
    background-color: gray;
    opacity: 0%;
}

.sliderMainB {
    width: 4%;
    height: 10%;
    position: absolute;
    left:5%;
    top: -10%;
    z-index: 10;
    background-color: white;
}

.sliderMain:hover {
    position: absolute;
    top: 10%;
}

.sliderMain:hover + .sliderMainB {
    position: absolute;
    top: 0%;
}

.sliderMainB:hover {
    position: absolute;
    top: 0%;
}

.bodyDBG {
    height: 100%;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

.button1DBG:hover, .button2DBG:hover, .button3DBG:hover {
    color: rgb(85, 114, 245);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: 0.3s;
    opacity: 100%;
    cursor: pointer;
    scale: 1.05;
}

.button1DBG, .button2DBG, .button3DBG {
    z-index: 4;
    color: rgb(255, 255, 255);
    background: none;
    align-self: center;
    border: none;
    font-size: 250%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    position: static;
    top: unset;
    left: unset;
    flex: 1;
}

.backgroundDBG { /*Main*/
    background-image: url('../images/backgroundIndex.png');
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.headerDBG { /*main*/
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    top: 0%;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    top: 4%;
    z-index: 5;
}

.headerSelectorDBG { /*navigatie balk*/
    width: 100%;
    height: 15%;
    background-color: #000000;
    opacity: 25%;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 1;
}

.dbgTXT {
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: rgb(255, 255, 255);
    text-shadow: 2px 3px 7px #000000;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 20px;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 85%;
    font-size: 150%
}

.divDBGtest {
    position: absolute;
    color: whitesmoke;
    rotate: -10deg;
    border: none;
    right: 0%;
    top: 15%;
    background-image:url(../images/backgroundIndex.png);
    background-size: 200px;
    background-position-x: center;
    background-position-y: center;
    width: 100px;
    height: 50px;
    overflow-y: hidden;
    overflow-x: hidden;
    box-shadow: 2px 3px 7px #000000;
}

.divDBGtest:hover{
    scale: 1.15;
    transition: 0.3s;
}

.GoedDoelProjectLink{
    width:300px;
    height:400px;
    background-color:#767676;
    border-color:#000000;
    border-width:2px;
    border-style:solid;
    position:absolute;
    left:10%;
    top:10%;
    box-shadow:#00000075 3px 3px 3px;
}

.imgGoedDoelProject{
    width:300px;
    height:160px;
}

.goeddoelpreviewtxtM{
    width:300px;
    height:30px;
    font-size:105%;
    color:white;
    font-family: 'Montserrat Regular', 'Consolas', 'Courier New', monospace;
}

.goeddoelpreviewtxtS{
    width:300px;
    height:60px;
    font-size:95%;
    color:#D9D9D9;
    font-family: 'Montserrat Regular', 'Consolas', 'Courier New', monospace;
}

.goeddoelpreviewtxtD{
    font-size:60%;
    color:#d9d9d9;
}

.goeddoelpreviewtxtS2{
    width:300px;
    height:20px;
    font-size:95%;
    color:#D9D9D9;
    font-family: 'Montserrat Regular', 'Consolas', 'Courier New', monospace;
}

.GoedDoelProjectLink:hover{
    border-color:gold;
    border-width:3px;
    transition:0.3s;
    cursor:pointer;
}

#daytime-label{
    text-align: center;
    font-family: Arial, sans-serif;
    color: rgb(255, 255, 255);
    text-shadow: 2px 3px 7px #000000;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 20px;
    position: absolute;
    top:-3%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 200%
}

.langSelectorToggle{
    width:7em;
    height:2.5em;
    background-color:rgb(170, 170, 170);
    position:static;
    left: 2em;
    top: unset;
    align-self:center;
    font-size:1.2em;
}


.langSelectorMenu{
    width:7em;
    height:5em;
    position:absolute;
    left:unset;
    top:-4.3em;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:0.3s;
}

.langNL{
    width:7em;
    height:2.5em;
    background-color:rgb(170, 170, 170);
    position:static;
}

.langEN{
    width:7em;
    height:2.5em;
    background-color:rgb(170, 170, 170);
    position:static;
}

.flagENimg{
    position:static;
    transform:translateX(0.2em);
    transform:translateY(0.35em);
}

.flagNLimg{
    position:static;
    transform:translateX(0.2em);
    transform:translateY(0.35em);
}

.langNL:hover{
    cursor:pointer;
    border:#ffbb00 solid 0.1em;
    width:6.8em;
    height:2.3em;
    background-color:rgb(140, 140, 140);
}

.langEN:hover{
    cursor:pointer;
    border:#ffbb00 solid 0.1em;
    width:6.8em;
    height:2.3em;
    background-color:rgb(140, 140, 140);
}

.langSelectorMenu:hover{
    cursor:pointer;
    background-color:rgb(140, 140, 140);
}

.langSelectorToggle:hover{
    cursor:default;
    background-color:rgb(140, 140, 140);
}

.langSelectorToggle:hover .langSelectorMenu,
.langSelectorToggle .langSelectorMenu:hover{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: 0.3s;
    color: black;
    position:absolute;
    top:2.5em;
}


.blankSpace{
    width:2.5em;
}

.DownArrow{
    display:inline-block;
    rotate:270deg;
}

.feedbackFooter{
    color:#00000025;
    width:100vw;
    height:40vh;
    position:absolute;
}