@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

body {
    font-family: 'Poppins' , sans-serif;
    margin: 0;
    padding: 0;
    background-image: url(images/ripples.png);
    background-attachment: fixed;
    z-index: -100;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}

a {
    text-decoration: none;
}

.top-bar {
    margin: 0;
    padding: 0 0 40px 0;
    background-image: url(images/bovenbalk.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto;
    height: 190px;   
}

.container {
    text-align: center;
    padding: .8em 1.8em;
}

.container-top {
    text-align: center;
    padding: .8em 1.8em;
}

.container-schema {
    text-align: center;
    padding: .8em 1.8em;
    position: relative;
}

.logo {
    width: 180px;
    margin-top: 10px;
}

.hide-mobile {
    display: none;
}

header {
    display: flex;
    justify-content: space-between;
}
.menu {
    width: 30px;
    margin-top: 45px;
}

nav ul {
    position: fixed;
    width: 40%;
    top: 30px;
    right: 0;
    text-align: left;
    background: #60C4DE;
    height: 30%;
    z-index: 7;
    padding-top: 3.2em;
    border-radius: 20px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 1em 2em;
    background-color: rgb(#002A72) ;
}

nav ul li a:hover {
    background-color: #43a2b9 ;
    font-weight: bold;
}

.exit-btn {
    margin-bottom: 1em;
    margin-top: -1.5em;
    text-align: right;
    padding: 0 2.3em;
}

.exit-btn img {
    width: 15px;
    cursor: pointer;
}

.buttons ul li {
    margin: 2em;
}
    
.buttons ul li a {
    margin: auto;
    padding: .8em 1em;
    display: block;
    color: white;
    text-decoration: none;
    background: rgb(0,42,114);
    background: linear-gradient(0deg, rgba(0,42,114,1) 0%, rgba(96,196,222,1) 100%);
    font-size: 1em;
    border-top-left-radius: 1em;
    border-bottom-right-radius: 1em;
    box-shadow: 6px 6px 20px -5px #000000;
    border: 3px solid white;
    width: 180px;
}

.buttons ul li a:hover {
    background: rgb(0,42,114);
    background: linear-gradient(0deg, rgb(0, 30, 82) 0%, rgb(138, 221, 241) 100%);
    border: 3px solid rgb(44, 103, 190);
}    

.buttons ul li a:active {
    box-shadow: 2px 2px 10px 0px rgb(0, 0, 0);
    transform: translateY(4px);
}

.buttons-home ul li a {
    margin: auto;
    padding: .8em 1em;
    display: block;
    color: white;
    text-decoration: none;
    background: rgb(0,42,114);
    background: linear-gradient(0deg, rgba(0,42,114,1) 0%, rgba(96,196,222,1) 100%);
    font-size: 1em;
    border-top-left-radius: 1em;
    border-bottom-right-radius: 1em;
    box-shadow: 6px 6px 20px -5px #000000;
    border: 3px solid white;
    width: 180px;
}

.buttons-home ul li a:hover {
    background: rgb(0,42,114);
    background: linear-gradient(0deg, rgb(0, 30, 82) 0%, rgb(138, 221, 241) 100%);
    border: 3px solid rgb(44, 103, 190);
}    

.buttons-home ul li a:active {
    box-shadow: 2px 2px 10px 0px rgb(0, 0, 0);
    transform: translateY(4px);
}

.buttons-home ul li {
    margin: 2em;
}



/* animation waves */
.animation-wave {
    position: relative;
    width: 100%;
    height: 30vh;
    background: linear-gradient(0deg, rgba(52,181,255,1) 0%, rgba(255,255,255,0) 71%);
    overflow: hidden;
    z-index: -5;
}

.animation-wave .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(images/wave.png);
    background-size: 1000px 100px;  
}

.animation-wave .wave.wave1 {
    animation: animate 30s linear infinite;
    z-index:-1;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0; 
}

.animation-wave .wave.wave2 {
    animation: animate2 15s linear infinite;
    z-index: -2;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 10px;
}

.animation-wave .wave.wave3 {
    animation: animate 30s linear infinite;
    z-index: -3;
    opacity: 0.2;
    animation-delay: -2s;
    bottom: 15px;   
}

.animation-wave .wave.wave4 {
    animation: animate2 5s linear infinite;
    z-index: -4;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 20px;
}
    
@keyframes animate {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1000px;
    }
}

@keyframes animate2 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -1000px;
    }
}
/* end animation waves */

.bottom {
    background-color: white;   
}

.container-bottom {
    margin-top: -2px;
    margin-bottom: 0;
    text-align: center;
    padding: .8em 1em 0 .8em;
}

.logo-onderkant{
    width: 100px;
    margin-top: -3em;
}

.container-bottom ul{
    color: #002A72;
}

.telefoon, .email {
    margin-top: .3em;  
}
.email-btn{
    color: #002A72;
    text-decoration: underline;
}

.copyr{
    color: #002A72;
    font-size: .8em;
    margin: 0;
    padding: .8em;
}








.doorsteek {
    width:250px;
    padding-left: 1em;
    padding-top: 1em;
}

.Bicarbonaat {
    width:150px;
    padding-top: 2em;
    padding-bottom: 2em;
}

.hydrosan1 {
    width:200px;
    padding-top: 2em;
    padding-bottom: 2em;
}

.hydroxan1 {
    width:200px;
    padding-top: 2em;
    padding-bottom: 2em;
}

.Silcarbon1 {
    width:250px;
    padding-top: 2em;
    padding-bottom: 2em;
}

.Nuscofloc1 {
    width:290px;
    padding-top: 2em;
    padding-bottom: 2em;
}

.innodos1 {
    width:400px;
    padding-top: 2em;
    padding-bottom: 2em;
}

.bisulfaat {
    width:250px;
    padding-top: 2em;
    padding-bottom: 2em;
}






/* home pagina mobile */

.text {
    margin-left: 3%;
    margin-right: 3%;
    text-align: center;
}

.top-text {
    margin-top: .5em; 
    margin-bottom: 0;
    color: #002A72;
    font-size: 1.7em;
}

.top-text2 {
    margin-top: 0; 
    font-size: 1.4em;
}

.subhead, .subhead2 {
    font-size: .9em;
}

.subhead2 {
    margin-top: 1.2em;
}

.subhead3 {
    margin-top: 1.2em;
    font-size: 1.2em;
    font-weight: bold;
}
.italic {
    font-style: italic;
}

.zwemmer {
    display: none;
}

.producten-lijst {
    margin-top: 2em;
    padding: 1em;
    background-color: white;
    box-shadow: 6px 6px 20px -5px #000000;
    border-radius: 2em;
    font-size: .9em;
    position: relative;   
}

.productenl::before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #60C4DE;
    position: relative;
    top: 0;
    margin-left: auto;
    margin-right: auto;
}

.producten-lijst li {
    margin-top: 2em;
}

.producten-lijst li span {
    font-weight: bold;
}

.producten-lijst li a {
    text-decoration: underline;
    color: black;
    font-weight: bold;
}

.producten-lijst li a:hover {
    font-style: italic;
    color: #002A72;
}





/* einde homepage mobile */







/* producten pagina mobile */

.schema {
    display: none;
}

/* einde productenpagina mobile */




/* contact pagina mobile */

.tekt {
    margin-left: 3%;
    margin-right: 3%;
    text-align: center;
}







/* einde contact pagina mobile */





@media only screen and (min-width: 1000px) {

    .top-bar{
        margin: 0;
        padding: 0 0 40px 0;
        background-image: url(images/bovenbalk.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: auto;   
    }
    
    .container {
        width: 75%;
        margin: 0 auto;
    }

    .container-top {
        width: 80%;
        margin: 0 auto;
    }

    .logo{
        width: 250px;
        margin-top: 2%;
        margin-right: 2%;
    }

    .show-desktop {
        display: block;
        margin: 0 auto 13% auto;
    }

    .hide-desktop {
        display: none;
    }

    nav ul {
        position: inherit;
        width: auto;
        background: none;
        height: auto;
        display: flex;
        padding-top: 2.6em;
    }

    nav ul li {
        margin: 3em 0 7em;
        float: left;
        text-align: center;
    }

    nav ul li a {
        color: rgb(17, 41, 83);
        background-color: inherit;
        text-align: center;
        padding: 0;
        margin: 0 2em;
    }

    nav ul li a:hover {
        background-color: #78B7C7;
        font-weight: inherit;
        border-radius: 1em;  
    }

    .active-nav {
        background-color: #78B7C7;
        border-radius: 1em;
    }

    .bottom {
        background-color: white;
    }

    .container-bottom {
        
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }

    .container-bottom ul {
        margin-bottom: 2em;
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: center; 
    }

    .logo-onderkant {
        width: 150px;
        height: auto;
        margin: 0; 
    }

    .copyr {
        padding-bottom: 2em;
    }










    /* home pagina ipad */

    .zwemmer {
        display: block;
        margin: 4em 0 0 2em;
        width: 180px;
        background-color: white;
        padding: 2em;
        border-top-left-radius: 3em;
        border-bottom-right-radius: 3em;
        border-bottom-right-radius: 3em;
        box-shadow: 6px 6px 20px -5px #000000;
        border: 5px solid #60c4de;
    }

    .hero-text {
        text-align: left;
    }

    .text {
        margin: 0;
        display: flex;
        justify-content: space-between;
    }

    .top-text {
        font-size: 2em;
        margin-top: 0;
    }

    .top-text2 {
        font-size: 1,7em;
    }

    .subhead, .subhead2 {
        margin-bottom: 1em;
        font-size: 1em;
    }

    .producten-lijst {
        margin-top: 5em;
        padding: 2em;
        text-align: left;
        font-size: 1em;
    }
    
    .buttons-home {
        margin-top: 2em;
        float: left;
    }

    .buttons-home ul li a{
        margin: 0;
        display: block;
        float: left;
    }


    /* einde home pagina ipad/





    /* producten pagina ipad */


    .producten {
        font-size: 2em;
    }

    .schema {
        display: block;
        width: 650px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 6em;
    }

   

    .nuscofloc {
        position: absolute;
        top: 309px;
        left: 4%;
    }

    .hydrosan {
        position: absolute;
        top: 347px;
        right: 4%;
    }

    .natriumbicarbonaat {
        position: absolute;
        top: 517px;
        left: 4%;
    }

    .silcarbon {
        position: absolute;
        top: 682px;
        right: 4%;
    }

    .hydroxan {
        position: absolute;
        top: 907px;
        left: 4%;
    }
    .innodos {
        position: absolute;
        top: 1027px;
        right: 4%;
    }
    .natriumbisulfaat {
        position: absolute;
        top: 1122px;
        left: 4%;
    }



    /* einde producten pagina ipad */
}


  







@media only screen and (min-width: 1250px) {
    
    .top-bar {
        padding: 0 0 40px 0;
    }

    .container-top {
        width: 65%;
        margin: 0 auto;
    }

    .schema {
        width: 800px;
    }

    .container-bottom {
        margin-left: auto;
        margin-right: auto;
        width: 45%;
    }

    .container {
        width: 55%;
        margin: 0 auto;
    }

    

    /* home pagina desktop */

    .subhead2 {
        margin-bottom: 2.5em;
    }

    /* einde home pagina desktop */

    

   




    /* producten pagina desktop */

    .producten {
        font-size: 2.5em;
    }

    .nuscofloc {
        top: 395px;
        left: 20%;
    }
    .hydrosan {  
        top: 445px;
        right: 20%;
    }
    .natriumbicarbonaat {
        position: absolute;
        top: 645px;
        left: 20%;
    }
    .silcarbon {
        position: absolute;
        top: 860px;
        right: 20%;
    }
    .hydroxan {
        position: absolute;
        top: 1125px;
        left: 20%;
    }
    .innodos {
        position: absolute;
        top: 1275px;
        right: 20%;
    }
    .natriumbisulfaat {
        position: absolute;
        top: 1390px;
        left: 20%;
    }

    /* einde producten pagina desktop */







}