* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: transparent;
}

.container {
    margin: 0 auto;
}

header {
    margin: 0 auto;
    background-color: white;
}

main {
    padding-bottom: 100px;
}


/* ----------- HEADER ----------- */

#terug {
    border: 2px solid red;
    position: fixed;
    background-color: transparent;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    width: 30px;
    height: 30px;
    right: 26px;
    bottom: 40px;
    z-index: 99;
    text-align: center;
    transition: 3s;
    display: none;
    cursor: pointer;
}

#terug:hover {
    color: white;
    background-color: red;
}

#terug:before {
    content: "";
    position: absolute;
    background: #383736;
    bottom: 0;
    left: 0;
    right: 100%;
    top: 0;
    z-index: -1;
    -webkit-transition: right 0.2s ease-in;
}

#terug a:visited {
    color: black;
}

.logo {
    width: 40px;
    min-height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/LogoWit.png);
    margin: 20px;
    z-index: 501;
    position: relative;
    top: 0;
    left: 0;
}

.kleurWissel {
    background-image: url(../img/embleemLogo.png);
}

#menuKnop {
    width: 20px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 501;
    margin: 20px;
}

.balk {
    width: 20px;
    height: 2px;
    border-radius: 10px;
    background-color: white;
    position: relative;
}

.kleur {
    background-color: black;
}

#balk1 {
    top: 13px;
}

#balk2 {
    top: 17px;
}

#balk3 {
    top: 21px;
}

.verborgenMenu {
    display: none;
}

nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 500;
    background-color: black;
}

nav ul {
    /* afstand van navbalk */
    margin-top: 160px;
    padding-left: 40px;
    padding-right: 40px;
}

nav ul li {
    /* opmaak lijstonderdelen */
    padding-bottom: 25px;
    text-align: center;
    list-style: none;
}

nav ul li a {
    /* opmaak lijstonderdelen */
    color: white;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-decoration: none;
    list-style: none;
}

a {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

a:before,
a:after {
    content: '';
    position: absolute;
    background: red;
    width: 0%;
    height: 5px;
    top: 49%;
}

#insta a:before,
#insta a:after {
    background: transparent;
}

a:before {
    right: -10px;
    left: auto;
}

a:after {
    right: -10px;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

a:hover:before {
    width: calc(100% + 20px);
    left: -10px;
    right: auto;
    transition: width 0.5s cubic-bezier(0.15, 0.29, 0.36, 1);
}

a:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}

nav ul li a:active {
    color: red;
}

/* ----------- FOOTER ----------- */
footer {
    position: relative;
}

#achtergrondFigFoot {
    width: 100%;
    height: 280px;
    background-color: #f2f2f2;
    transform: skewY(10deg);
    position: absolute;
    z-index: 0;
    top: -70px;
}

#containerFooter {
    width: auto;
    background-color: #f2f2f2;
    position: relative;
    padding: 40px 40px 0px 40px;
}

#titelFoot {
    font-family: Poppins, sans-serif;
    font-size: 25px;
    font-weight: 700;
}

#copy {
    font-family: Montserrat, sans-serif;
    font-weight: 200;
    font-size: 10px;
    text-align: center;
    padding-bottom: 40px;
}

/* ------------- LINKS ------------*/
#links,
#contactGeg {
    width: auto;
    font-size: 10px;
    line-height: 10px;
    padding: 10px;
    margin-bottom: 30px;
}

#homeFoot,
#kineFoot,
#osteoFoot,
#bikeFoot,
#praktijkFoot,
#prakFoot,
#contFoot{
    transition: 0.1s cubic-bezier(0.15, 0.29, 0.36, 1);
}

#homeFoot:hover,
#kineFoot:hover,
#osteoFoot:hover,
#bikeFoot:hover,
#praktijkFoot:hover,
#prakFoot:hover,
#contFoot:hover,
#straat:hover,
#tel:hover,
#open:hover,
#mail:hover,
#insta:hover {
    transform: translateX(5px);
}

#homeFoot:before,
#kineFoot:before,
#osteoFoot:before,
#bikeFoot:before,
#praktijkFoot:before,
#prakFoot:before,
#contFoot:before,
#maps:before,
#tel:before,
#open:before,
#mail:before,
#insta:before {
    background-color: transparent;
}

#homeFoot:after,
#kineFoot:after,
#osteoFoot:after,
#bikeFoot:after,
#praktijkFoot:after,
#prakFoot:after,
#contFoot:after,
#maps:after,
#tel:after,
#open:after,
#mail:after,
#insta:after{
    background-color: transparent;
}

#containerFooter a {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 200;
    line-height: 30px;
    color: black;
    text-decoration: none;
    list-style: none;
    border: none;
    display: block;
}

#containerFooter a:visited {
    color: black;
}

/* ------------- CONTACTGEG ------------- */
#straat,
#tel,
#open,
#mail,
#insta {
    width: auto;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 200;
    margin-bottom: 20px;
    transition: 0.1s cubic-bezier(0.15, 0.29, 0.36, 1);
}

#postcode {
    padding-left: 5px;
}

.icon-clock-circled:before,
.icon-phone:before,
.icon-location:before,
.icon-mail:before,
.icon-insta:before {
    padding-right: 4px;
}

 #insta img{
    width: 15px;
    min-height: 15px;
    margin-right: 10px;     
    }

@media (min-width: 440px) {

#containerFooter {
        padding: 40px 80px 0px 80px;
    }
    
}

/* ------------ NIEUWE MQ ---------------- */

@media (min-width: 768px) {

    /* ------------ HEADER ---------------- */
    
    nav ul {
        margin-top: 220px;
    }

    nav ul li {
        padding-bottom: 45px;
    }

    nav ul li a {
        font-size: 40px;
    }

    .logo {
        width: 80px;
        min-height: 80px;
        margin: 40px;
    }

    #menuKnop {
        margin: 55px 40px 40px 40px;
    }

    /* ------------ FOOTER ---------------- */
    #containerFooter {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 50px 40px 0px 40px;
    }

    #achtergrondFigFoot {
        height: 280px;
        transform: skewY(7deg);
        top: -60px;
    }

    #titelFoot {
        width: 25vw;
        font-size: 30px;
    }

    #links {
        width: 25vw;
    }

    #contactGeg {
        width: 35vw;
    }

    #links {
        font-size: 13px;
    }

    #containerFooter a {
        font-size: 13px;
        line-height: 45px;
    }

    #straat,
    #tel,
    #open,
    #mail,
    #insta {
        font-size: 13px;
        line-height: 20px;
    }

    .icon-clock-circled:before,
    .icon-phone:before,
    .icon-location:before,
    .icon-mail:before,
    .icon-insta:before {
        padding-right: 10px;
    }

    #copy {
        font-size: 10px;
        width: 100vw;
    }
    
}

/* ------------ NIEUWE MQ ---------------- */

@media (min-width: 992px) {

    #terug {
    border: 2.5px solid red;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    width: 40px;
    height: 40px;
}
    
    
    /* ------------ HEADER ---------------- */
    #menuKnop {
        display: none;
    }

    .verborgenMenu {
        display: block;
    }

    header {
        display: flex;
    }
    
    #logo {
        width: 120px;
        min-height: 120px;
        background-image: url(../img/volledigLogoScherm.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-color: pink;
    }

    nav {
        position: static;
        height: 100px;
        background-color: transparent;
    }

    nav ul,
    .verborgenMenu ul {
        margin-top: 35px;
        display: flex;
        justify-content: flex-end;
    }

    nav ul li {
        padding: 30px;
    }

    nav ul li a {
        font-size: 15px;
        color: black;
    }

    nav ul li a:active {
        color: red;
    }

    a:before,
    a:after {
        height: 2px;
        margin-top: 0.5px;
    }

    /* ------------ FOOTER ---------------- */
    
    #containerFooter {
        padding: 50px 60px 0px 60px;
    }
    
    #achtergrondFigFoot {
        transform: skewY(6deg);
        top: -65px;
    }

    #titelFoot {
        font-size: 35px;
    }

    #links {
        font-size: 14px;
    }

    #homeFoot:hover,
    #kineFoot:hover,
    #osteoFoot:hover,
    #bikeFoot:hover,
    #praktijkFoot:hover,
    #prakFoot:hover,
    #contFoot:hover,
    #straat:hover,
    #tel:hover,
    #open:hover,
    #mail:hover,
    #insta:hover {
        transform: translateX(10px);
    }

    #copy {
        font-size: 12px;
    }
    
     #insta img{
    width: 15px;
    min-height: 15px;
    margin-right: 12px;     
    }
}


/* ------------ NIEUWE MQ ---------------- */

@media (min-width: 1200px) {

    /* ------------ HEADER ---------------- */
    
    /* ------------ FOOTER ---------------- */
    
    #achtergrondFigFoot {
        transform: skewY(5deg);
        top: -70px;
    }

    #titelFoot {
        font-size: 50px;
        width: 28vw;
    }

    #links {
        width: 20vw;
    }
    
    #containerFooter a,
    #straat,
    #tel,
    #open,
    #mail,
    #insta {
        font-size: 15px;
    }
    
     #insta img{
    width: 15px;
    min-height: 15px;
    margin-right: 15px;     
    }
}
