* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    color: #4a4a4a;
    background: #fffef8;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.06em;
}

#logo {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

#menu {
    display: none;
}

nav {
    background: white;
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    padding: 25px;
    box-sizing: border-box;
    font-size: 1.1em;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
}

a {
    color: #4a4a4a;
    text-decoration: none;
    transition: .1s ease;
}

a:hover {
    color: #eabe05;
}

#active {
    color: #eabe05;
}

nav a {
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 5px 0;
}

hr {
    border: none;
    border-top: 1px solid #e6e6e6;
    margin: 12px 0;
}

main {
    margin-left: 300px;
    padding-bottom: 30px;
}

header {
    height: 240px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.header-index {
    background: url(../images/headers/capiler.jpg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-training {
    background: url(../images/headers/training.jpg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-ontwikkeling {
    background: url(../images/headers/ontwikkeling.jpg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-borging {
    background: url(../images/headers/borging.jpg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-coaching {
    background: url(../images/headers/coaching.jpg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-observatie {
    background: url(../images/headers/observatie.jpeg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-integratie {
    background: url(../images/headers/re-integratie.jpeg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-contact {
    background: url(../images/headers/contact.jpg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-partners {
    background: url(../images/headers/partners.jpg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    font-family: sans-serif;
    font-size: 4.3em;
    color: white;
    background-color: #f4d75d;
    margin: 0;
    margin-bottom: 45px;
    display: inline-block;
    padding: 15px 15px 15px 80px;
    font-weight: 600;
    position: relative;
    z-index: 0;
}

.biggest-title {
    font-size: 4vw;
}

h2 {
    font-size: 1.5em;
    font-style: italic;
    margin-bottom: 15px;
}

section {
    margin-left: 80px;
    padding-bottom: 40px;
    overflow: hidden;
}

p {
    line-height: 1.5em;
    max-width: 800px;
    padding-right: 25px;
}

.hr_sm {
    margin-top: -7px;
    margin-bottom: 15px;
    clear: both;
}

.popup {
    max-width: 700px;
    line-height: 1.5em;
    border: 1px solid #f4d75d;
    padding: 15px;
    border-radius: 3px;
}

.popup h3 {
    font-size: 1.3em;
    margin-bottom: 20px;
}

.training-container {
    max-width: 800px;
    margin-top: 10px;
    overflow: hidden;
}

.training-container div {
    /*    float: left;*/
    /*    margin-right: 40px;*/
}

.training-container a {
    display: block;
    color: white;
    padding: 5px;
    background-color: #eabe05;
    float: left;
    /*    clear: both;*/
    margin-right: 10px;
    font-size: 1.1em;
    margin-bottom: 10px;
    border-radius: 3px;
    text-align: center;
}

.training-container a:hover {
    background-color: #ffce00
}

.border-img {
    max-width: 100%;
    line-height: 1.5em;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #fff;
    float: left;
    max-width: 200px;
    border: 1px solid #faecb2;
}

.border-img-container {
    /*    width: 250px;*/
    padding: 10px;
    max-width: 100%;
    /*    padding: 10px;*/
    border-radius: 3px;
    background-color: #fffbed;
    margin-top: 50px;
    border: 1px solid #faecb2;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
}

.info a {
    display: block;
    float: left;
    clear: both;
}

.info {
    padding-left: 15px;
    display: inline-block;
    padding-right: 20px;
    font-size: 1.1em;
}

.info span {
    display: block;
    float: left;
    clear: both;
}

.info img {
    margin-right: 8px;
    height: 30px;
}

.info .mail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}

.info .phone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info .name {
    font-size: 1.3em;
    margin-bottom: 25px;
    margin-top: 30px;
}

.info .button-yellow {
    color: white;
    padding: 8px;
    background-color: #eabe05;
    font-size: 1.2em;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 15px;
}

.cta {
    color: white;
    padding: 8px;
    background-color: #eabe05;
    font-size: 1.1em;
    border-radius: 3px;
    display: inline-block;
    margin-top: 15px;
    margin-left: 50%;
    transform: translateX(-50%)
}

.cta2 {
    transform: none;
    margin-left: 0;
    margin-top: 20px;
}

.info .button-yellow:hover {
    background-color: #ffce00;
}

.cta:hover {
    background-color: #ffce00;
    color: white;
}

.bold {
    font-weight: 600;
}

form {
    margin-top: 50px;
    display: inline-block;
    border: 1px solid #faecb2;
    border-radius: 3px;
    padding-left: 10px;
    background-color: #fffbed;
    margin-right: 20px;
    float: left;
    box-sizing: border-box;
    max-width: 99%;
}

form input {
    clear: both;
    display: block;
    margin-top: 8px;
    padding: 6px;
    border: 0;
    border: 1px solid #f4d75d;
    width: 210px;
    max-width: 80%;
}

form textarea {
    clear: both;
    display: block;
    margin-top: 8px;
    width: 500px;
    height: 120px;
    border: 0;
    border: 1px solid #f4d75d;
    max-width: 85%;
    padding: 6px;
}

form label {
    clear: both;
    display: block;
    margin-top: 20px;
    float: le
}

form div {
    display: inline-block;
}

form div:first-of-type {
    display: inline-block;
    margin-right: 20px;
}

form .cta {
    border: 0;
    margin-left: 0;
    transform: translateX(0);
    margin-bottom: 10px;
    margin-right: 10px;
}

.thanks {
    color: #45b152;
    font-weight: 600;
    display: inline-block;
    display: none;
}

#form-subject {
    color: white;
    /*    padding: 8px;*/
    background-color: #a7a7a7;
    font-size: .8em;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
    margin-bottom: 2px;
    margin-top: 7px;
    padding-left: 7px;
    display: none;
}

#form-subject div {
    margin: 0;
    cursor: pointer;
    padding: 7px;
}

#form-subject div:hover {
    opacity: .8;
}

.partners {
    margin-top: 15px;
}

.partners img {
    width: 100%;
    display: block;
    border: 1px solid #dbdbdb
}

.partners a {
    display: block;
    width: 360px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    max-width: 100%;
}

.partners a:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
    opacity: .9;
}

.partner {}

.partner:nth-of-type(odd) {
    margin-left: 100px;
}

.training-list {
    margin-top: 5px;
    list-style: disc;
    color: #e3b800;
}

.training-list li {
    margin-bottom: 5px;
}

.contact-photo {
    max-width: 200px;
    /*    border-radius: 100%;*/
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 900px) {
    .partner:nth-of-type(odd) {
        margin-left: 0;
    }
    .menu_trigger {
        max-height: 525px;
    }
    p {
        font-size: 1em;
    }
    nav {
        width: 100%;
        max-height: 90px;
        overflow: hidden;
        text-align: center;
        padding: 0;
        height: auto;
        transition: .5s ease;
    }
    #logo {
        width: 170px;
        margin: 0;
        margin-top: -4px;
        margin-bottom: 3px;
    }
    #menu {
        display: block;
        width: 30px;
        position: absolute;
        top: 0;
        left: 0;
        padding: 36px;
        cursor: pointer;
    }
    main {
        margin-left: 0;
        margin-top: 90px;
    }
    header {
        height: 180px;
        position: relative;
        z-index: 1;
        transition: .3s;
    }
    h1 {
        padding-left: 35px;
    }
    .big-title {
        font-size: 3.8em
    }
    .biggest-title {
        font-size: 7vw;
    }
    h2 {
        padding-right: 35px;
    }
    section {
        margin-left: 35px;
    }
}

@media screen and (max-width: 600px) {
    .info {
        display: block;
    }
}

@media screen and (max-width: 450px) {
    form div:first-of-type {
        display: inline-block;
        margin-right: 0;
    }
    form {
        max-width: 100%;
    }
    .main-nav {
        clear: both;
    }
    #logo {
        float: right;
        margin-right: 10px;
        margin-bottom: 13px;
    }
    #menu {
        width: 25px;
        padding: 39px 20px 32px 15px;
    }
    header {
        height: 150px;
    }
    section {
        padding: 15px;
        margin-left: 0;
    }
    h1 {
        padding: 20px;
        margin-left: 0;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        font-size: 15vw;
        margin-bottom: 20px;
    }
    .big-title {
        font-size: 3.8em;
        font-size: 12vw;
    }
    .biggest-title {
        font-size: 6.6vw;
    }
    p,
    h2 {
        padding-right: 0;
    }
    .training-container a {
        font-size: em;
        width: auto;
    }
    .training-container div {
        float: left;
        margin-right: 0px;
    }
}