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

html {
    scroll-behavior: smooth;
}

body {
    background-color: white;
    font-family: Poppins, sans-serif;
}

.container {
    margin: 0 auto;
}

header {
    margin: 0 auto;
    min-height: 100px;
}

fieldset {
    border: none;
}

/* -----------MAIN----------- */

#achtergrondFig {
    width: 100vw;
    height: 50vh;
    background-color: #f2f2f2;
    transform: skewY(10deg);
    position: absolute;
    z-index: 0;
    top: 130px;
}

#titel {
    display: none;
}

main {
    padding-bottom: 0px;
}

/* -------------CONTACTVELDEN------------*/

#containerMain {
    width: 85vw;
    min-height: 20px;
    margin: 0 auto;
    padding-top: 40px;
    position: relative;
    z-index: 10;
}

#eersteRegel {
    margin-bottom: 0px;
}

#tweedeRegel {
    margin-bottom: 00px;
}

.veldA {
    display: inline-block;
    position: relative;
    font-size: 12px;
    width: 80vw;
    padding-top: 10px;
    margin-bottom: 20px;
}

#anaam,
#contacttel {
    margin-right: 11vw;
}

.veldAInput {
    display: block;
    width: 80vw;
}

.veldAInput:focus {
    outline: none;
}

.veldInput {
    background-color: transparent;
    color: black;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 12px;
    height: 40px;
    padding: 0px;
    width: 84vw;
    border-bottom: 2px solid black;
}

.langVeld {
    width: 84vw;
    display: inline-block;
    position: relative;
    font-size: 12px;
}

.langVeld .veldInput {
    width: 84vw;
}

.wrap {
    width: 100%;
    height: 40px;
    pointer-events: none;
    cursor: text;
    position: absolute;
    bottom: 0;
    left: 0;
}

.label {
    position: absolute;
    bottom: calc(50% - .5em);
    line-height: 1;
    font-size: 11px;
    font-weight: 600;
    pointer-events: none;
    transition: bottom .2s cubic-bezier(0.9, -0.15, 0.1, 1.15), opacity .2s ease-out;
    will-change: bottom, opacity;
}

.veldInput:focus::-webkit-input-placeholder {
    color: red;
}

.veldInput:focus::-moz-placeholder {
    color: red;
    opacity: 1;
}

.veldInput::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity .2s ease-out;
}

.veldInput::-moz-placeholder {
    opacity: 0;
    transition: opacity .2s ease-out;
}

.veldInput:not(:placeholder-shown) ~ .wrap .label {
    opacity: 0;
    bottom: 15px;
}

.veldInput:focus::-webkit-input-placeholder {
    opacity: 1;
    transition-delay: .2s;
}

.veldInput:focus::-moz-placeholder {
    opacity: 1;
    transition-delay: .2s;
}

.veldInput:focus ~ .wrap .label {
    opacity: 1;
    bottom: 40px;
}

.veld1 .wrap::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: red;
    position: absolute;
    bottom: 0;
    left: 0;
    will-change: width;
    transition: width .285s ease-out;
}

.veld1 .veldInput:focus ~ .wrap::after {
    width: 100%;
}

#verzendKnop {
    border: 2px solid black;
    padding: 10px;
    margin-top: 50px;
    position: absolute;
    right: 4px;
    background-color: transparent;
    font-family: Poppins, sans-serif;
    font-size: 11px;
    font-weight: 600;
    transition: 0.2s ease-in;
    cursor: pointer;
}

#verzendKnop:hover {
    color: white;
    background-color: black;
}

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

#verzendKnop:hover:before {
    right: 0;
}


/* ------------- RODE KADER ------------- */

#contactgegevens {
    width: 84vw;
    border: 2px solid red;
    padding: 20px 5vw 10px 5vw;
    margin: 150px 0px 50px 0px;
}

#contactgegevens2 {
    width: 84vw;
    padding: 10px 5vw 10px 5vw;
    margin: 0px;
    justify-content: space-between;
}

#RobinContact {
    width: 84vw;
    padding: 0px 10vw 10px 10vw;
    margin: 0px 0px 50px 0px;
    justify-content: space-between;
}

#KAstraat,
#KAtel,
#KAopen,
#KAmail {
    width: 66vw;
    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);
}

#ROstraat,
#ROmail,
#ROtel {
    width: 66vw;
    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);
}


#contactgegevens a {
    text-decoration: none;
    list-style: none;
    color: black;
    border: none;
}

#RobinContact a{
    text-decoration: none;
    list-style: none;
    color: black;
    border: none;
}

#contactgegevens a:before {
    height: 0px;
}

#contactgegevens a:after {
    height: 0px;
}

#KAstraat:hover,
#KAtel:hover,
#KAopen:hover,
#KAmail:hover {
    transform: translateX(5px);
}

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

#copy {
    margin-bottom: 40px;
    margin: 0 auto;
    text-align: center;
}

/* SUCCES en ERROR */

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
     margin-top: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
    margin-top: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}



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



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

NIEUWE MQ {
    background-color: red, yellow, green, blue, purple, pink
}

@media (min-width: 768px) {

    main {
        margin-top: 100px;
    }

    #achtergrondFig {
        height: 70vh;
        top: 180px;
    }

    #contactgegevens2 {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 5vw 20px 0vw;
    }
    
    #contactgegevens {
    width: 84vw;
    padding: 20px 5vw 10px 5vw;
}

    
    
    .veldA {
        width: 30vw;
    }
    
    .veldInput {
        
    }

    #KAstraat,
    #KAtel,
    #KAopen,
    #KAmail {
        font-size: 13px;
        margin-bottom: 20px;
    }

    #KAstraat {
        width: 35vw;
    }

    #KAtel,
    #KAmail,
    #KAopen {
        width: 28vw;
    }

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


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

    NIEUWE MQ {
        background-color: red, yellow, green, blue, purple, pink
    }

    @media (min-width: 992px) {

        /* tijdelijke kleur */
        body {
            background-color: white;
        }

        #containerMain {
            padding-right: 20vw;
        }

        #eersteRegel,
        #tweedeRegel,
        #derdeRegel {
            display: flex;
        }

        #achtergrondFig {
            height: 35vh;
            top: 260px;
            transform: skewY(5deg);
        }

        #titel {
            display: block;
            transform: rotate(-90deg);
            font-size: 100px;
            font-weight: 800;
            position: absolute;
            top: 410px;
            right: -10px;
            width: 420px;
            height: 120px;
        }

        #verzendKnop {
            right: 22vw;
        }

        .veldInput {
            width: 26vw;
        }

        .langVeld .veldInput {
            width: 63vw;
        }

        .label {
            font-size: 15px;
        }

        .veldA {
            padding-top: 25px;
            width: 26vw;
        }

        #KAstraat,
        #KAtel,
        #KAopen,
        #KAmail {
            margin-top: 10px;
        }

        #KAstraat:hover,
        #KAtel:hover,
        #KAopen:hover,
        #KAmail:hover {
            transform: translateY(-10px);
        }
        
        
    #contactgegevens2 {
        width: 75vw;
        padding: 0px 2vw 20px 2vw;
    }

        #KAstraat {
            width: 24vw;
        }

        #KAtel {
            width: 13vw;
        }
        
        #KAopen {
            width: 15vw;
        }
        
        #KAmail {
            width: 16vw;
        }
    }

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

    NIEUWE MQ {
        background-color: red, yellow, green, blue, purple, pink
    }

    @media (min-width: 1200px) {
        #achtergondFig {
            transform: skewY(5deg);
        }

        .veldInput {
            font-size: 18px;
        }

        .label {
            font-size: 18px;
        }

        #KAstraat,
        #KAtel,
        #KAopen,
        #KAmail {
            font-size: 16px;
        }

        #contactgegevens {
            border: 3px solid red;
        }
        
        #copy {
            font-size: 14px;
        }
        
    
    }
