@import url('https://fonts.googleapis.com/css?family=Jaldi:400,700|Source+Sans+Pro:300,400,600,700');
.logo {
    position: absolute;
    height: 150px;
    top: 0%;
    left: 10%;
    transition: 1.5s;
}

.myclass {
    position: fixed;
    height: 100px;
    top: -2%;
    left: 10%;
    z-index: 99990;
}

.haeen {
    font-size: 2.2rem;
    padding-top: 30px;
    font-family: 'Dosis', sans-serif;
    color: #e94e1b;
    padding-bottom: 10px;
    letter-spacing: normal;
    font-weight: normal;
}

.tekst {
    line-height: 35px;
    font-family: 'source sans pro', sans-serif;
    letter-spacing: 0.5px;
}

.fotorico {
    max-width: 100%;
    height: 320px;
    position: relative;
    top: 60px;
    border-radius: 30px;
}

.quotevak {
    background-color: #f3f3f3;
    height: 250px;
    text-align: center;
    margin-top: 70px;
    padding-top: 80px;
}

.quote {
    font-family: 'Dosis', sans-serif;
    font-size: 35px;
}

.knop {
    color: #e94e1b;
    border: 1px solid #e94e1b;
    background-color: transparent;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 11px 50px;
    border-radius: 30px;
    position: relative;
    top: 20px;
    margin-bottom: 50px;
    transition: all .5s ease;
}

.knop:hover {
    color: white;
    text-decoration: none;
    background: #e94e1b;
}


/* card details start  */

section {
    padding: 100px 0;
}

.details-card {
    background: #ecf0f1;
}

.card-content {
    background: #ffffff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}

.card-img img {
    width: 100%;
    height: auto;
    display: block;
    height: 270px;
}

.card-img span {
    position: absolute;
    top: 15%;
    left: 12%;
    background: #e94e1b;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%, -50%);
}

.card-img span h4 {
    font-size: 12px;
    margin: 0;
    padding: 10px 5px;
    line-height: 0;
}

.card-desc {
    padding: 1.25rem;
}

.card-desc h3 {
    color: #000000;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    font-family: 'Dosis', sans-serif;
}



.card-desc p {
    color: #212529;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'Source sans pro', sans-serif;
    font-size: 17px;
    letter-spacing: 0.5px;
}


.btn-card {
    background-color: #e94e1b;
    border: 1px solid #e94e1b;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}

.btn-card:hover {
    background-color: transparent;
    color: black;

}

a.btn-card {
    text-decoration: none;
    color: #fff;
}

/* End card section */

.lichtgrijs {
    background-color: #404040;
    padding-bottom: 30px;
}

.footerhdrie {
    font-family: 'dosis', sans-serif;
    color: white;
    padding: 20px 0px;
    padding-top: 50px;
    font-size: 24px;
    font-weight: bold;
}

.footerp,
.footerp a {
    font-family: 'Source sans pro', sans-serif;
    color: white;
    font-weight: normal;
    line-height: 40px;
    font-size: 15px;

}

.donkergrijs {
    background-color: #303030;

}

.nav-proefles {
    border: 2px solid #e04e1b;
    border-radius: 26%;
    position: relative;
    padding: 10px !important;
    margin-top: -10px;
}

@media only screen and (max-width: 767px) {
.nav-proefles {
    border: none !important;
    padding: 0px 12px!important;
    margin-top: unset !important;
}
    .proeflesvak {
        height: 350px;
    }

    .header {
        height: 40vh;
    }

    .navbar-dark .navbar-toggler {
        border-color: black;
    }
    .navbar-dark .navbar-toggler-icon {
        filter: brightness(0);
    }

    .logo {
        display: none;
    }

    .bg-dark {
        height: unset !important;
    }

    .individueelquotevak {
        margin-top: 140px;
    }

    .blokken .col-md-4 {
        margin-top: 30px;
    }

    .footerp,
    .footerhdrie {
        margin-left: 10px;
    }
}

.headercontent {
    height: 25vh;
}

.overonsfoto {
    width: 100%;
    margin-top: 100px;
}



.fotodienst {
    margin-top: 5%;
    max-width: 100%;
}

input {
    padding: 0px 10px;
    margin: 7px;
    border: none;
}

input::placeholder,
textarea::placeholder {
    font-family: 'Source Sans Pro', sans-serif;
    color: gray;

}

select {
    padding: 5px 15px;
    width: 250px;
    margin: 7px;
    background: white;
    font-family: 'source sans pro', sans-serif;
    -webkit-appearance: none;
    border: none;
    border-radius: 4px;
    color: gray;
}

.selectdiv {
    display: inline;
}

.selectdiv::after {
    content: " < >";
    color: gray;
    text-decoration: underline;
    transform: rotate(90deg);
    position: absolute;
    font-family: 'source sans pro', sans-serif;
    margin-top: 13px;
    margin-left: -36px;
    pointer-events: none;
}

select:focus,
input:focus,
textarea:focus {
    outline: none;
}

input {
    padding: 5px 15px;
    width: 250px;
    margin: 7px;
    background: white;
    font-family: 'source sans pro', sans-serif;
    border: none;
    border-radius: 4px;
}

textarea {
    padding: 5px 15px;
    width: 420px;
    margin: 7px;
    background: white;
    font-family: 'source sans pro', sans-serif;
    border: none;
    border-radius: 4px;
}

#verstuur {
    color: #e94e1b;
    background-color: white;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 30px;
    padding: 10px 20px !IMPORTANT;
    cursor: pointer;
}

a {
    color: #e94e1b;
}
