@font-face {
    font-family: montserratBold;
    src: url(/fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: montserratMedium;
    src: url(/fonts/Montserrat-Medium.ttf);
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

html,body
{
    width: 100%;
    overflow-x: hidden; 
}

nav {
    background-color: #FF8CBF;
    position: fixed;
    width: 100%;
    z-index: 2;
    text-align: center;
    padding-top: 15px;
    height: 140px;
    transition: all .5s ease-out .5s;
}

.navbar {
    height: 140px;
}

nav .container {
    max-width: none;
    width: 100%;
    padding-right: 18px;
}

nav a {
    color: white;
    text-decoration: none;
    font-family: montserratBold;
    font-size: 17px;
    line-height: 70px;
}

nav img {
    width: 80px;
    height: 80px;
}

svg {
    shape-rendering: optimizeSpeed;
}

.wave-beneden {
    width: 100%;
    height: 100%;
    display: block;
    background: white;
    background-position: top;

}

.wave-boven {
    width: 100%;
    display: block;
    background: white;
    background-position: top;
}

#landing-page {
    background:#FF8CBF;
    padding-top: 150px;
    overflow: hidden;
}

#landing-title {
    font-family: montserratBold;
    margin: 0px;
    color: white;
}

#landing-title-second {
    font-family: montserratBold;
    margin: 0px;
    color: white;
}

#landing-page-text {
    font-family: montserratMedium;
    font-size: medium;
    color: white;
}

#landing-page-illustration {
    height: 200px;
}

#landing-content-left {
    margin-top: 50px;
}

#landing-page-button {
    font-family: montserratMedium;
    background-color: #6C63FF;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-radius: 12px;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
}

#landing-page-button:hover {

    -webkit-box-shadow: 2px 5px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 5px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 5px 6px 0px rgba(0,0,0,0.2);

    transform: scale(1.005);
}

#wat-doet-page {
    background: white;
    padding: 80px 0px;
}

#wat-doet-title {
    color: black;
    font-family: montserratBold;
    padding: 0px;
    margin: 0px;
}

#wat-doet-title-second {
    color: #FF8CBF;
    font-family: montserratBold;
    padding: 0px;
    margin: 0px;
}

#wat-doet-content {
    color: black;
    font-family: montserratMedium;
}

#wie-zijn-page {
    background:#FF8CBF;
    padding: 80px 0px;
}

#wie-zijn-content {
    justify-content: center;
    width: 100%;
}

#wie-zijn-title-content {
    padding-bottom: 50px;
}

#wie-zijn-content-left {
    text-align: center;
}

#wie-zijn-content-right {
    margin-top: auto;
}

#wie-zijn-profiel-foto {
    height: 150px;
    width: 150px;
    background-image: url(/images/image_background.svg);
    background-repeat: no-repeat;
    background-size: 190px 180px;
    padding: 20px;
    padding-bottom: 10px;
}

#wie-zijn-tekst {
    color: white;
    font-family: montserratMedium;
}

#wie-zijn-title {
    color: black;
    font-family: montserratBold;
    padding: 0px;
    margin: 0px;
}

#wie-zijn-title-second {
    color: white;
    font-family: montserratBold;
    padding: 0px;
    margin: 0px;
}

#wie-zijn-naam {
    color: white;
    font-family: montserratBold;
    font-size: 1.5rem;
    margin: 0;
}

#samengewerkt-page {
    background:white;
    padding: 80px 0px;
}

#samengewerkt-title-content {
    justify-content: center;
    padding-bottom: 50px;
}

#samengewerkt-title {
    color: black;
    font-family: montserratBold;
    padding: 0px;
    margin: 0px;
}

#samengewerkt-title-second {
    color: #FF8CBF;
    font-family: montserratBold;
    padding: 0px;
    margin: 0px;
}

#contact-page {
    background:#FF8CBF;
    display: block;
    padding: 0;
    padding-top: 80px;
}

#contact-title-content {
    justify-content: center;
    text-align: center;
    padding-bottom: 20px;
}

#contact-title {
    color: white;
    font-family: montserratBold;
    padding: 0px;
    margin: 0px;
}

.contact-tekst {
    color: white;
    font-family: montserratBold;
    text-align: center;
    padding: 0px;
    padding-bottom: 20px;
    margin: 0px;
}

#email-email {
    width: 100%;
    padding: 12px 20px;
    border: none;
    margin-bottom: 10px;
    border-radius: 7px;
    font-family: montserratMedium;
}

#email-subject {
    width: 100%;
    padding: 12px 20px;
    border: none;
    margin-bottom: 10px;
    border-radius: 7px;
    font-family: montserratMedium;
}

#email-content {
    width: 100%;
    padding: 12px 20px;
    height: 200px;
    border: none;
    border-radius: 7px;
    font-family: montserratMedium;
}

#email-submit-button {
    font-family: montserratMedium;
    background-color: #6C63FF;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-radius: 12px;
    transition: all .2s ease-in-out;
}

#email-submit-button:hover {

    -webkit-box-shadow: 2px 5px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 5px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 5px 6px 0px rgba(0,0,0,0.2);

    transform: scale(1.005);
}

.carousel {
    position: relative;
    height: 600px;
    width: 80%;
    margin: 0 auto;
}

.carousel_track-container {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.carousel_track {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    height: 100%;
    transition: transform .5s ease-in;
}

.carousel_slide {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.carousel_slide img {
    height: 100%;
    width: 75%;
}

.carousel_button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.carousel_button--left{
    left: -100px;
}

.carousel_button--right{
    right: -100px;
}

.carousel_button img {
    width: 40px;
    cursor: pointer;
}

.carousel_nav {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    cursor: pointer;
}

.carousel_indicator {
    border: 0;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: #FF8CBF;
    margin: 0 12px;
    padding: 0;
}

.carousel_indicator.current-slide {
    background-color: #6C63FF;
}

.blob_left {
    background: url(/images/blobRight.svg) no-repeat;
    background-position: center center;
    background-size: 700px;
    background-clip: border-box;
    height: 100%;
    text-align: center;
}

.blob_right {
    background: url(/images/blobLeft.svg) no-repeat;
    background-position: center center;
    background-size: 450px;
    background-clip: border-box;
    height: 100%;
    text-align: center;
}

.blob_left .container {
    height: 100%;
    position: relative;
}

.blob_right .container {
    height: 100%;
    position: relative;
}

.blob_left .row {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 51%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blob_right .row {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 51%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.samengewerkt_bedrijfs_foto {
    max-height: 50%;
}

.samengewerkt_bedrijfsnaam {
    font-family: montserratBold;
    color: white;
    text-align: center;
    font-size: 1.9rem;
    margin-top: 15px;
}
.phone_number {
    font-family: montserratMedium;
    color: white;
    text-align: center;
    font-size: 1.7rem;
}

.is-hidden { display: none; }

.error_message {
    font-family: montserratMedium;
    color: red;
}

.footer {
    background-color: #FF8CBF;
}

.footer_content {
    height: 100%;
    text-align: center;
}

.social_buttons {
    background-color: #6C63FF;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: relative;
}

.social_icon {
    position: absolute;
    left: 31%;
    top: 25%;
    pointer-events: none;
}

.error_message_wrapper {
    position: relative;
    margin-top: 35px;
}

.error_message_wrapper_left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.error_message_wrapper_right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.success{
    color: #6C63FF;
    font-family: montserratBold;
    font-size: 17px;
    line-height: 60px;
}

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

    nav .container {
        padding: unset;
    }

    .line {
        width: 30px;
        height: 3px;
        background-color: white;
        margin: 5px;
    }

    .hamburger {
        position: absolute;
        cursor: pointer;
        right: 5%;
        z-index: 3;
    }

    nav.open {
        width: 100%;
        height: 100vh;
        transition: all .5s ease-out;
    }
 
    .menu-item {
        transition: all .5s ease-out;
        opacity: 0;
        visibility: hidden;
    }

    .menu-item.open {
        transition: all .5s ease-out .2s;
        opacity: 1;
        visibility: visible;
    }

    nav a {
        font-size: 25px;
    }

    nav .column, nav .columns {
        width: 100%;
        float: left;
        box-sizing: border-box;
        margin: 0;
        padding: 10px 0;
    }

    nav .one.column, nav .two.columns {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    #samengewerkt-page {
        padding: 80px 20px;
    }
    .carousel_track-container {
        height: 70%;
    }
    .carousel_button--left{
        left: -70px;
    }
    
    .carousel_button--right{
        right: -70px;
    }
    .carousel_button {
        top: 35%;
    }
}

@media screen and (max-width: 550px) {
    .error_message_wrapper_left {
        position: unset;
        left: unset;
        bottom: unset;
    }
    .error_message_wrapper_right {
        position: unset;
        right: unset;
        bottom: unset;
    }
    .error_message_wrapper {
        margin-top: 0;
        position: unset;
    }
    .blob_left {
        background-size: 450px;
    }
    .blob_right {
        background-size: 280px;
    }
}