
/**
Text
 */

.bold {
    font-weight: bold;
}

/**
Buttons
 */

.btn {
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    font-weight: 400;
}


/**
Layout
 */

main h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

main h2 {
    font-family: 'Karla', sans-serif !important;
    font-size: 30px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 25px;
}

main h4 {
    margin-top: 25px;
}

main p {
    font-size: 16px;
    font-family: 'Open-Sans', sans-serif !important;
    font-weight: 300;
}

main section.content {
    margin-top: 22px;
    margin-bottom: 25px;
}

/**
    Panorama
 */


section.panorama {
    padding-bottom: 15px;
}

section.panorama .tile {
    margin-bottom: 15px;
}

section.panorama .tile span {
    display: block;
    margin-top: 5px;
    text-align: center;
}

section.panorama .tile img {
    padding: 15px;
}

section.panorama .progressbar {
    margin-top: -15px;
}



    /**
        Tests
     */

section.panorama_tests .test-item {
    position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 5px 0px #ccc;
}

section.panorama_tests .test-item.gray {
    background: #eee;
}

section.panorama_tests .test-item:hover {
    transition: background-color 0.2s ease;
    background: rgba(1, 177, 237, 0.1);
}



section.panorama_tests .test-item img {
    width: 100%;
}

section.panorama_tests .test-item div.buttons{
    position: absolute;
    display: none;
    top: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

section.panorama_tests .test-item div.buttons a.btn {
    display: grid;
    margin: 10px auto;
}

section.panorama_tests .test-item:hover div.buttons{
    display: block;
}

/**
    Knowledge
 */

section.panorama_knowledge .education {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px;
}

section.panorama_knowledge .education h2{
    margin-top: 0px;
}

section.panorama_knowledge label.custom-file-label::after{
    content: "Selecteer"
}

section.panorama_knowledge .btn-outline-secondary {
    padding-left: 13px !important;
    padding-right: 14px !important;
}


/**
    Experiences
 */

section.panorama_experiences .experience {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px;
}

section.panorama_experiences .experience h2{
    margin-top: 0px;
}

section.panorama_experiences label.custom-file-label::after{
    content: "Selecteer"
}

section.panorama_experiences .btn-outline-secondary {
    padding-left: 13px !important;
    padding-right: 14px !important;
}

/**
    References
 */

section.panorama_references .reference {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px;
}

section.panorama_references .reference h2{
    margin-top: 0px;
}

section.panorama_references label.custom-file-label::after{
    content: "Selecteer"
}

section.panorama_references .btn-outline-secondary {
    padding-left: 13px !important;
    padding-right: 14px !important;
}

/**
    Portfolio

 */

section.panorama_portfolio .portfolio {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
}

section.panorama_portfolio .portfolio h2{
    margin-top: 0px;
}

section.panorama_portfolio label.custom-file-label::after{
    content: "Selecteer"
}

section.panorama_portfolio .btn-outline-secondary {
    padding-left: 13px !important;
    padding-right: 14px !important;
}

section.panorama_portfolio .portfolio .icon i {
    line-height: 42px;
    padding-left: 15px;
    font-size: 30px;
}

section.panorama_portfolio .portfolio input {
    width: 100%;
    padding: 7px;
    border: none;
}

/**
    Interests
 */

section.panorama_interests .interest {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
}

section.panorama_interests .interest h2{
    margin-top: 0px;
}

section.panorama_interests label.custom-file-label::after{
    content: "Selecteer"
}

section.panorama_interests .btn-outline-secondary {
    padding-left: 13px !important;
    padding-right: 14px !important;
}

section.panorama_interests .interest .icon i {
    line-height: 42px;
    padding-left: 15px;
    font-size: 30px;
}

section.panorama_interests .interest input {
    width: 100%;
    padding: 7px;
    border: none;
}

/**
Partner
 */

/**
Persons
 */

section.partner_persons div.searchbar input{
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
    padding: 7px;
    border: 1px solid #ccc;
    max-width: 300px;
    width: 100%;
    line-height: 1.5;
    display: inline-block;
}

section.partner_persons div.searchbar input:focus {
    outline: none;
}

section.partner_persons div.user {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 15px;
}

section.partner_persons div.user a.btn {
    margin-bottom: 3px;
    margin-top: 3px;
}

section.partner_persons div.user:not(:last-child) {
    margin-bottom: 15px;
}

section.partner_persons div.user img {
    border-radius: 50%;
    max-height: 135px;
}

section.partner_templates div.template {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 15px;
}


/**
Companies
 */

section.partner_companies div.searchbar input{
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
    padding: 7px;
    border: 1px solid #ccc;
    max-width: 300px;
    width: 100%;
    line-height: 1.5;
    display: inline-block;
}

section.partner_companies div.searchbar input:focus {
    outline: none;
}

section.partner_companies div.company {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 15px;
}

section.partner_companies div.company a.btn {
    margin-bottom: 3px;
    margin-top: 3px;
}

section.partner_companies div.company:not(:last-child) {
    margin-bottom: 15px;
}

section.partner_companies div.company img {
    border-radius: 50%;
    max-height: 135px;
}

section.partner_templates div.template {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 15px;
}

section.partner_vacancy span.header-checkbox{
    float: right;
    font-size: 15px;
}


/**
Matching
 */

section.partner_match div.searchbar input{
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
    padding: 7px;
    border: 1px solid #ccc;
    max-width: 300px;
    width: 100%;
    line-height: 1.5;
    display: inline-block;
}

section.partner_match div.searchbar input:focus {
    outline: none;
}

section.partner_match div.user {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 15px;
}

section.partner_match div.user a.btn {
    margin-bottom: 3px;
    margin-top: 3px;
}

section.partner_match div.user:not(:last-child) {
    margin-bottom: 15px;
}

section.partner_match div.user img {
    border-radius: 50%;
    max-height: 135px;
}

section.partner_match div.template {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 15px;
}

section.partner_match_persons .person {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-top: 8px;
    padding-bottom: 8px;
}

section.partner_match_persons .person:last-child {
    border-bottom: 1px solid #ccc;
}

section.partner_match_persons .person:hover {
    background: #f0f0f3;
}

section.partner_match_persons .person img{
    max-height: 74px;
}

/**
TESTS
 */

/**
Certifind Team Role Profile
 */

div.CertifindTeamRoleProfile .explanation {
    height: 75px;
}

div.CertifindTeamRoleProfile input[type='number']{
    appearance: textfield;
    width: 23px;
    text-align: center;
    display: inline;
    box-shadow: none;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}

div.CertifindTeamRoleProfile div.form-group i.incr-button, div.form-group i.decr-button {
    display: inline;
    font-size: 20px;
}

div.CertifindTeamRoleProfile div.form-group {
    user-select: none;
}

div.CertifindTeamRoleProfile div.questionrow {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: middle;
}

div.CertifindTeamRoleProfile div.questionrow:nth-child(odd) {
    background: #e9e9e9;
}

div.CertifindTeamRoleProfile div.questionrow:nth-child(odd) input {
    background: #e9e9e9;
}

div.CertifindTeamRoleProfile div.questionrow:nth-child(even) input {
    background: #fff;
}

div.CertifindTeamRoleProfile input[type=number]::-webkit-inner-spin-button {
    -moz-appearance:textfield;
    -webkit-appearance: none;
    appearance: textfield;
}

div.CertifindTeamRoleProfile input[type=number] {
    -moz-appearance:textfield;
    appearance: textfield;
}


/**
    Homepage
 */

section.border-top {
    border-top: 1px solid #42515a !important;
}

section.border-bottom {
    border-bottom: 1px solid #42515a !important;
}

section.gray {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #ecedef;
}

section.pad {
    padding-top: 50px;
    padding-bottom: 50px;
}

section.pad.nobottom {
    padding-bottom: 0px;
}

section.pad h2:first-child {
    margin-top: 0px;
}


/**
    Why matzzi
 */
section.why-matzzi h4{
    margin-top: 0px;
}

section.why-matzzi h4.btn.blue {
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 7px 0px;
    border-radius: 10px;
    background: none;
}

/**
    Matzzi views
 */

section.matzzi-view .item {
    cursor: pointer;
}

section.matzzi-view .item span {
    font-family: 'Karla', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

section.matzzi-view .item:hover span {
    border-bottom: 2px solid #6e7e87;
}

section.matzzi-view .item.active span {
    border-bottom: 2px solid #42515a;
}

/**
    Test answers
 */

section.testAnswers h5 {
    text-align: left;
}

section.testAnswers .answer {
    margin-bottom: 5px;
    text-align: left;
}

section.testAnswers .answer > .answer {
    font-weight: bold;
}

    /**
        For who
     */

section.for-who .item {
    cursor: pointer;
}

section.for-who .item span {
    font-family: 'Karla', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

section.for-who .item:hover span {
    border-bottom: 2px solid #6e7e87;
}

section.for-who .item.active span {
    border-bottom: 2px solid #42515a;
}

section.contact {
    margin-top: 25px;
    margin-bottom: 25px;
}

section.contactpage-image .imagecontainer {
    position: relative;
}

section.contactpage-image .imagecontainer .infobox {
    position: absolute;
    transform: translate(-50%, -50%);
}

section.contactpage-image .imagecontainer .infobox.emile {
    left: 23%;
    top: 75%;
}

section.contactpage-image .imagecontainer .infobox.tonny {
    left: 50%;
    top: 75%;
}

section.contactpage-image .imagecontainer .infobox.han {
    left: 77%;
    top: 75%;
}

section.contactpage-image .imagecontainer .infobox {
    width: 200px;
    background: rgba(135,33,146,0.81);
    border: 1px solid white;
    border-radius: 25px;
    padding: 15px;
}

section.contactpage-image .imagecontainer .infobox span {
    display: block;
    text-align: center;
    color: white;
}

section.contactpage-image .imagecontainer .infobox span.name {
    font-size: 20px;
    font-weight: bold;
}

section.contactpage-image .imagecontainer .infobox span.phone {
    font-size: 16px;
}

section.contactpage-image .imagecontainer .infobox span.email {
    font-size: 14px;
}

section.contactpage-image .imagecontainer .infobox span.links a {
    margin-left: 3px;
    margin-right: 3px;
}

section.contactpage-image .imagecontainer .infobox span a.snapshot img {
    height: 20px;
}

section.contactpage-image .imagecontainer .infobox span a.linkedIn {
    font-size: 20px;
}

section.contactpage-image .imagecontainer .infobox span a {
    text-decoration: none;
    color: white;
}

section.contactpage-image .imagecontainer .infobox span a:hover {
    text-decoration: underline;
}

/*
 * Extra small devices (portrait phones, less than 576px)
 * No media query since this is the default in Bootstrap
 */


@media (max-width: 576px) {

    section.panorama.image a.btn {
        font-size: 13px;
        margin-bottom: 15px;
    }

    section.panorama .progressbar {
        margin-top: 25px;
    }

    section.partner_persons div.user div.buttons, section.partner_match div.user div.buttons, section.partner_companies div.buttons {
        margin-top: 10px;
    }

    section.partner_persons div.user a.btn, section.partner_match div.user a.btn, section.partner_companies div.company a.btn {
        margin-top: 5px;
        width: 120px;
        padding-left: 15px;
        padding-right: 15px;
    }

    section.partner_vacancy span.header-checkbox {
        display: block;
        float: unset;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    section.panorama.image a.btn {
        font-size: 13px;
        margin-bottom: 15px;
    }

    section.panorama .progressbar {
        margin-top: 25px;
    }

    section.partner_persons div.user div.buttons, section.partner_match div.user div.buttons, section.partner_companies div.buttons {
        margin-top: 10px;
    }

    section.partner_vacancy span.header-checkbox {
        display: block;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    section.panorama.image a.btn {
        font-size: 11px;
        margin-bottom: 25px;
    }

    section.panorama .progressbar {
        margin-top: 50px;
    }

    section.partner_persons div.user div.buttons, section.partner_match div.user div.buttons, section.partner_companies div.buttons {
        margin-top: 0px;
    }

    section.partner_persons div.user a.btn, section.partner_match div.user a.btn, section.partner_companies div.company a.btn {
        width: 120px;
    }

    section.partner_vacancy span.header-checkbox {
        display: inline;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    section.panorama.image a.btn {
        font-size: 11px;
        margin-bottom: 50px;
    }

    section.panorama .progressbar {
        margin-top: 50px;
    }

    section.partner_persons div.user a.btn, section.partner_match div.user a.btn, section.partner_companies div.company a.btn {
        width: 150px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    section.panorama.image a.btn {
        font-size: 13px;
        margin-bottom: 68px;
    }

}