:root{
    --var-h2-n: 36px;
    --var-h3-n:  22px;
    --var-font-size-p: 16px;
    --var-font-color: white;
    --var-background-color: #4A8080;
    --var-banner-content-color: white !important;
    --var-selection-on-hover:#004054d5;
}
.container-n{
  position: relative;
  z-index: 0;
  height: 420px;
  margin-bottom: 50px;
}
.row-n{
    display: block;
    width: 100%;
    background-color: var(--var-background-color);
    height: 420px;
    margin-bottom: 50px;
}

.banner-n{
    height: 120px;
    flex-basis: 50%;
    padding-left: 50px;
    padding-right: 50px;
}

.row-flex-n{
    display: flex;
    width: 100%;

}
.hr-n{
     border: 1px solid white;
     background-color: white !important;
     margin-bottom: 10px !important;
     margin-top: 0px !important;
     padding-top: 0px !important;
}

/* kleuren fonts */
.h2-n, .hr-n, .h3-n{
    color: var(--var-banner-content-color) !important;
}
.h3-n{
    font-size: var(--var-h3-n);
    margin-top: 0px !important;
}

.h2-n{
    font-size: var(--var-h2-n);
    margin-bottom: 0px !important;
      padding-top: 50px !important;
     padding-bottom: 0px !important;
}
.ul-n{
    color: var(--var-banner-content-color);
    height: 225px;
    margin: 0 0 0 0;
}
.product-n{
    color: var(--var-font-color);
}
.w33-n{
    flex-basis: 33.3333%;
    height: 270px;
margin-top: 30px;
}
.product-n{
    display: flex;
    height: 45px;
    margin: 0 0 0 0;
    flex-basis: 100%;
    list-style-type: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.ziekten2, .plagen3, .plagen1{
    width: 450px;
}

.li-n{
    display: flex;
    flex-basis: 100%;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0px 0px 0px 0px; 
    position: relative;
    z-index: 2; 
}
.li-n:hover{
    background-color: var(--var-selection-on-hover) !important;
}

.img-n{
    position: absolute;
    display: flex;
    z-index: 1;
    object-fit: cover ;
    height: 225px;
    width: 450px;    
}

/* margins van de plaatjes corrigeren */

.img-corr1{
    margin-top: -225px;
    background-image: url("/Documents/images/home-SCS-A.jpg");
}
.img-corr2{
    margin-top: -180px;
    background-image: url("/Documents/images/home-SCS-B.jpg");
}
.img-corr3{
    margin-top: -45px;
    background-image: url("/Documents/images/home-SCS-C.jpg");
}

/* uitlijning van de listed items */
.links{
    position: relative;
    float: left;
}
.midden{
    position: relative;
    margin-left: auto;
    margin-right: auto;  
}
.rechts{
    position: relative;
    float: right;
}

/* zorgen dat de links wit en zonder underline zijn */

.li-n{
    /* text-decoration: none !important; */
    color: white;
}
.pHover1, .pHover2, .pHover3, .pHover4, .pHover5, .product-n,
.pHover6, .pHover7, .pHover8, .pHover9, .pHover10{
    text-decoration: none;

}

/* foto wisselen met hoveren PLAGEN */

.pHover1:hover ~ .img-n{
    background-image: url("/Documents/images/home-trips.jpg");
    animation: fadeIn 0.5s; 
}
.pHover2:hover ~ .img-n{
    background-image: url("/Documents/images/home-spint.jpg");
    animation: fadeIn 0.5s;
}
.pHover3:hover ~ .img-n{
    background-image: url("/Documents/images/home-galmijt.jpg");
    animation: fadeIn 0.5s;
}
.pHover4:hover ~ .img-n{
    background-image: url("/Documents/images/home-rups(2).jpg");
    animation: fadeIn 0.5s;
}
.pHover5:hover ~ .img-n{
    background-image: url("/Documents/images/home-bladluis.jpg");
    animation: fadeIn 0.5s;
}

/* foto wisselen met hoveren Ziekten */

.pHover6:hover ~ .img-n{
    background-image: url("/Documents/images/home-meeldauw(1).jpg");
    animation: fadeIn 0.5s;
}
.pHover7:hover ~ .img-n{
    background-image: url("/Documents/images/home-valse-meeldauw.jpg");
    animation: fadeIn 0.5s;
}
.pHover8:hover ~ .img-n{
    background-image: url("/Documents/images/home-botrytis.jpg");
    animation: fadeIn 0.5s;
}
.pHover9:hover ~ .img-n{
    background-image: url("/Documents/images/home-roest.jpg");
    animation: fadeIn 0.5s;
}
.pHover10:hover ~ .img-n{
    background-image: url("/Documents/images/home-meeldauw2.jpg");
    animation: fadeIn 0.5s;
}

/* foto wisselen met hoveren PLAGEN-Vector */

.pHover10:hover ~ .img-n{
    background-image: url("/Documents/images/home-wittevlieg.jpg");

}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

@media screen and (max-width: 1460px) {

    :root{
        --var-h2-n: 28px;
        --var-h3-n:  18px;
        --var-font-size-p: 16px;
    }
    .img-n{
        width: 360px;
    }
    .ziekten2, .plagen3, .plagen1{
        width: 360px;
    }
  }

  @media screen and (max-width: 1200px) {

    :root{
        --var-h2-n: 28px;
        --var-h3-n:  18px;
        --var-font-size-p: 16px;
    }
    .img-n{
        width: 300px;
    }
    .ziekten2, .plagen3, .plagen1{
        width: 300px;
    }
  }
  /* laptop formaat instellingen */

 @media screen and (max-width: 991px) {
    :root{
        --var-h2-n: 28px;
        --var-h3-n:  18px;
        --var-font-size-p: 16px;
    }
        .row-flex-n{
            flex-wrap: wrap;
        }
         .container-n{
            height: 1110px;
           margin-bottom: 0px;
       }
        .row-n{
            width: 100%;
            height: unset;
        }
        .banner-n{
            flex-basis: 100%;
            padding-left: 25px;
            padding-right: 25px;

        }
        .img-n{ 
            display: relative;
            background-repeat: no-repeat;
            width: unset;
            max-width: 450px;
            position: relative;
            margin-left: auto;
            margin-right: auto;  
}
        }
        .ziekten2, .plagen3, .plagen1{
            width: 100%;
        }
        .w33-n{
            flex-basis: 100%;
            padding-left: 25px;
            padding-right: 25px;
        }
  }

  @media screen and (max-width: 768px) {
    :root{
        --var-h2-n: 28px;
        --var-h3-n:  18px;
        --var-font-size-p: 16px;
    }
        .row-flex-n{
            flex-wrap: wrap;
        }
         .container-n{
            height: 1110px;
           margin-bottom: 0px;
       }
        .row-n{
            width: 100%;
            height: unset;
        }
        .banner-n{
            flex-basis: 100%;
            padding-left: 25px;
            padding-right: 25px;

        }
        .img-n{ 
            display: relative;
            width: 100%;
            background-repeat: no-repeat;
        }
        .ziekten2, .plagen3, .plagen1{
            width: 100%;
        }
        .w33-n{
            flex-basis: 100%;
            padding-left: 25px;
            padding-right: 25px;
        }
  }