.row-nienke{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:40px;
    margin-top: 50px;

   align-items: center;
}
.registeredKleiner{
    font-size: 24px !important;
}
.tekst{
    color:#696969;
}
.tekst-container{
    display: block;
    flex-basis: 70%;
    margin-bottom: 50px;
    margin-left: 0px;
    padding-right: 50px;
    padding-left: 20px;
}
.h2header{
    font-family: var(--font-header);
    font-size: var(--font-size-h2) !important;
    color: var(--cyan-dark);
    margin-bottom: 0px;
    font-weight: bold;
}
.bold{
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 0px;
    color: #696969;
}



/* img voor tijdelijk*/
.containerImgNienke{
   display: flex;
   align-items: center;
   justify-content: center;
}
.imgNienke{
    max-height: 390px;
}

/* rechter blok */

.orthologo{
    display: flex;
    align-items: right;
    justify-content: right;
    position: relative;
    margin-top: -420px;
    width: 100%;
    height: 100px;
    opacity: 60%;
    z-index: 3;
}
.padding-orthologo{
    margin-right: 30px;
}
.research{
    margin-top: 0px;
    margin-left:auto;
    margin-right:auto;
    display: block;
    width: 400px;
   /* height: 400px; */
}
.h2Blok{
    display: flex;
    align-content: center;
    background-color: #004154;    
    height: 80px;
    width: 100%;
    color: white !important;
    margin-top: 0px;
    padding-top: 4px;
    padding-bottom: 10px;
    font-family: var(--font-header);
    font-size: 1,75rem !important;
}
.researchTitle{
    margin-left: 50px;
   color: white !important;
}
.img-proefopzet{
    width: 100%;
    position: relative;
    z-index: -2;
    margin-top: -50px;
    height: 400px;
}
.tekstLine{
    position: relative;
    display: flex;
    align-self: center;
    justify-content: center;
    color: white;
    z-index: 2;
    font-size: 1.25em;
    margin-left: 50px;
   
}
.tekstUnderline{
    text-decoration: none;
}
.coverLayer1, .coverLayer2, .coverLayer3, .coverLayer4, .coverLayer5{
    display: flex;
    align-items: center;
    position: relative;
    background-color: #00405483;
    height: 70px;
    width: 100%;
    z-index: -1;
}
.active1:hover .coverLayer1,
.active2:hover .coverLayer2,
.active3:hover .coverLayer3,
.active4:hover .coverLayer4,
.active5:hover .coverLayer5{
    background-color: #00405483 !important;
}

.research:hover
.coverLayer1,
.coverLayer2,
.coverLayer3,
.coverLayer4,
.coverLayer5{
    background-color: unset;
}

.tekstBlok{
    position: relative;
    margin-top: -30px;
}
.link-layer-nienke{
    z-index: 3;
    display: flex;
    position: relative;
    margin-top: -190px;
    height: 160px;

}

@media screen and (max-width: 1460px) {
    .tekst-container {
      flex-basis: 60%;
    }
}
@media screen and (max-width: 1280px) {
    .tekst-container {
      flex-basis: 100%;
      margin-bottom: 0px;
    }
    .research{
        margin-left: 15px;
        margin-right: 0px;
        margin-bottom: 40px;
    }
  }
@media screen and (max-width: 768px) {
    .tekst-container {
      flex-basis: 100%;
      padding-right: unset;
      padding-left: 20px;
      padding-right: 20px;
    }

.imgNienke{
    max-height: unset;
}

.extraMargin{
     margin: 10px 5px 10px 0px;
}
    .h2Blok{
     padding-top: 14px;
    }
   .research{
        margin-top: 40px;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    .link-layer-nienke:active .coverLayer{
    display: none;
    transition: width 2s;
 }
     .H2header{
      margin-top: 0px;
}
  .researchTitle{
      margin-top: 10px !important;         
  }
}