.logo {
    width: 24rem;
}

.c-blocks__single {
    margin-bottom: 2rem;
}

.c-blocks .c-tag {
    position: absolute;
    top: 0;
}

.c-blocks__single {
    justify-content: flex-end;
    transition: none;
}

.c-blocks__single:hover {
    box-shadow: none;
}

.c-social-buttons, .addtoany_shortcode {
    margin-top: 0 !important;
}

.c-social-buttons {
    margin-top: .5rem !important;
}

.addtoany_shortcode svg {
    margin-left: 0 !important;
    transform: scale(0.7);
}

.addtoany_shortcode a {
    border: none !important;
    padding: .3rem !important;
}

.addtoany_list {
    margin-top: 0 !important;
}

.addtoany_shortcode a:hover {
    border-bottom: none !important;
}

.c-hero-project-img {
    margin: -12rem 0 5rem;
}

.c-column__main .c-txt p a {
    color: #FF0000;
    text-decoration: underline;
}

.c-column__main .c-txt h1 strong, .c-column__main .c-txt h2 strong, .c-column__main .c-txt h3 strong, .c-column__main .c-txt h4 strong, .c-column__main .c-txt h5 strong {
    color: #FF0000;
    font-weight: normal;
}

.c-switch-content-single ul li {
    margin-bottom: 1.5rem;
    font-family: 'Source-Sans-Pro-Regular';
    font-size: 1.8rem;
    display: list-item;
}

.strenghts li {
    display: flex !important;
}

.c-switch-content-single p strong {
    font-family: 'Source-Sans-Pro-Bold';
}

.c-switch-content-single .c-info-card {
    background: white;
    margin-top: 5rem;
}

.c-switch-content-single .c-info-card ul {
    margin-top: 0 !important;
}

.c-switch-content-single .c-info-card ul li {
    display: flex !important;
}

.c-menu-logo {
    position: fixed;
    top: 0;
}

.c-menu-contact {
    position: fixed;
    bottom: 5px;
    transition: 0.3s;
}

.c-menu .o-container {
    justify-content: center;
}

/*LOAD SCREEN HAND COPIED*/

.c-load-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100vw;
    min-height: 100vh;
    height: 100%;
    z-index: 999;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.5s;
    opacity: 1;
}

@media screen and (max-width: 650px) {
    .c-load-screen {
        display: none;
        pointer-events: none;
    }
}

.c-load-screen .name {
    transition: 0.38s all;
    opacity: 1;
    width: 30rem;
    margin-left: 1.5rem;
}

.loaded .c-load-screen {
    z-index: 999;
    opacity: 0;
    transition: 0.38s all;
    pointer-events: none;
}

.loaded .c-load-screen .name {
    transition-delay: 0.1s;
    transition: 0.38s all;
    opacity: 0;
}

.c-menu .menu-item a:active, .c-menu .menu-item a:hover {
    color: #FF0000;
}

.c-usp-list {
    border-top: 1px solid #F2F2F2;
    padding: 12rem 0;
    background: white;
}

.c-usp-list .o-container {
    display: flex;
    justify-content: space-between;
}

.c-usp-list-list ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.c-usp-list-intro {
    max-width: 40rem;
}

.c-usp-list-intro small {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
}

.c-usp-list-intro h3 {
    font-size: 4rem;
}

.c-usp-list-intro div {
    margin-top: 3.5rem;
}

.c-usp-list-list {
    max-width: 52rem;
    margin-left: 3rem;
}

.c-usp-list-list ul li img {
    margin-right: 2rem;
    width: 3.2rem;
    height: 3.2rem;
    min-width: 3.2rem;
    min-height: 3.2rem;
}

.c-hero-txt h1 {
    margin-bottom: 0;
}

.c-hero-txt h1 p {
    margin-bottom: 0;
}

.c-hero-txt span {
    display: block;
    font-family: 'Source-Sans-Pro-Regular';
    font-size: 1.7rem;
    margin-top: 1.5rem
}

.c-hero--dark .c-hero-txt span {
    color: white;
}

.c-switch-subject__icon {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
}

.c-switch-subject span {
    font-size: 1.9rem;
}

.c-hero-btn {
    margin-top: 3rem;
}

.c-switch-subject {
    margin-bottom: 2rem;
}

.c-switch {
    margin-top: -10rem;
    padding-top: 20rem;
}

/*Contact form*/

.c-form-contact {
    background: #F2F2F2;
    border-radius: 1.5rem;
    margin-top: -15rem;
    margin-bottom: 10rem;
    z-index: 2;
    position: relative;
}

.c-form-contact form {
    display: flex;
    padding: 4.5rem;
}

.c-form-row .wpcf7-form-control-wrap {
    width: 100%;
}

.c-form-contact-half-margin {
    width: 4rem;
}

.c-form-contact-half {
    width: 50%;
}

.c-form-contact .wpcf7 form .c-form-contact-half:first-child {
    margin-right: 4rem;
}

.c-form-contact-half .c-form-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2.3rem;
}

.c-form-row--consent label {
    margin-bottom: 0 !important;
}

.wpcf7-acceptance .wpcf7-list-item-label a {
    color: red;
}

.c-form-row input[type=submit] {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 2rem !important;
    font-family: 'Fjalla-Regular' !important;
    font-size: 1.8rem !important;
}

.c-form-contact-half .c-form-row:last-child {
    margin-bottom: 0;
}

.c-form-contact-half .c-form-row label {
    font-family: 'Bitter-Regular';
    font-size: 1.7rem;
    margin-bottom: 1rem;
}

.c-form-contact-half .c-form-row input, .c-form-contact-half .c-form-row textarea {
    width: 100%;
    border: none;
    border-radius: 1rem;
    padding: 2rem;
    font-family: 'Source-Sans-Pro-Regular';
    font-size: 1.7rem;
}

.c-form-contact-half .c-form-row input {
    height: 5rem;
}

.c-form-contact-half .c-form-row button {
    border: none;
    width: 100%;
    padding: 0 2.5rem;
    border-radius: 1rem;
    height: 5rem;
    margin-top: 0.3rem;
}

.c-form-contact-half .c-form-row textarea {
    min-height: 21.5rem;
    resize: vertical;
}

.c-form-contact-half .c-form-row--checkbox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 0;
}

.c-form-contact-half .c-form-row--checkbox label {
    text-align: left;
    margin-left: 1.5rem;
}

.c-form-contact-half .c-form-row--checkbox label span {
    font-family: 'Source-Sans-Pro-Regular';
}

.c-form-contact-half .c-form-row--checkbox label span a {
    color: red;
}

.c-form-contact-half .c-form-row--consent span span span label {
    display: flex;
    text-align: left;
}

.c-form-contact-half .c-form-row--consent span span span label input {
    height: auto;
    width: auto;
    margin-right: 1rem;
}

.c-footer-partners {
    margin-top: 4rem !important;
}

.c-footer-partners img {
    max-width: 13rem;
    max-height: 6rem;
    display: block;
    margin-bottom: 1.5rem;
}

.c-footer-partners img:last-of-type {
    margin-bottom: 0;
}

.c-form-contact-half .c-form-row--consent span span .wpcf7-list-item {
    margin: 0;
}

.wpcf7-response-output {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    margin: 0 !important;
    border: none !important;
}


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

    .c-usp-list {
        padding: 6rem 0 !important;
    }

    .c-usp-list .o-container {
        flex-direction: column;
    }

    .c-usp-list-intro {
        max-width: 100%;
    }

    .c-usp-list-list {
        margin-left: 0 !important;
        margin-top: 5rem;
        max-width: 100% !important;
    }
}

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

    .block-tools {
        margin-right: 0 !important;
        margin-bottom: 2rem !important;
        width: calc(50% - 1rem) !important;
    }

    .tool-container {
        justify-content: space-between;
    }

    .c-switch {
        padding-top: 17rem !important;
    }

    .c-switch .o-container {
        flex-direction: column !important;
    }

    .c-switch .o-container .c-switch-subjects {
        min-width: 100% !important;
        margin-right: 0 !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
        margin-bottom: 2rem !important;
        justify-content: flex-start !important;
    }

    .c-switch .o-container .c-switch-subjects .c-switch-subject {
        margin: 0 1.5rem 1.5rem 0 !important;
        background: black !important;
        padding: 1.1rem 2rem 1rem !important;
        border-radius: 1rem !important;
        display: flex !important;
        align-items: center !important;
    }

    .c-switch .o-container .c-switch-subjects .c-switch-subject:hover {
        background-color: red !important;
    }

    .c-switch .o-container .c-switch-subjects .c-switch-subject .c-switch-subject__icon {
        display: none !important;
    }

    .c-switch .o-container .c-switch-content {
        width: 100% !important;
    }

    .c-switch .o-container .c-switch-subjects .js-subjectActive {
        background: red !important;
        color: #ffffff !important;
    }

    .c-switch .o-container .c-switch-subjects .c-switch-subject span {
        margin-left: 0 !important;
        color: #ffffff !important;
    }

    .c-switch .o-container .c-switch-subjects .js-subjectActive span {
        color: #ffffff !important;
    }
}

@media screen and (max-width: 850px) {
    .c-form-contact form {
        flex-direction: column;
    }

    .c-employee {
        width: 49% !important;
    }

    .c-form-contact-half {
        width: 100%;
    }

    .c-switch-subject span {
        margin-top: 0;
    }

    .c-form-contact-half:last-of-type {
        width: 100%;
        margin-top: 2.3rem;
    }

    .c-form-contact-half-margin {
        width: 100%;
        height: 2.3rem;
    }

    .c-switch .o-container .c-switch-subjects .js-subjectActive span {
        color: #ffffff !important;
    }

}

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

    .c-footer--dark .c-footer-nav__single a:active, .c-footer--dark .c-footer-nav__single a:hover {
        color: #FF0000 !important;
    }

    .c-switch .o-container .c-switch-subjects .js-subjectActive span {
        color: #ffffff !important;
        position: relative;
        z-index: 2;
    }

    .c-switch .o-container .c-switch-subjects .js-subjectActive span {
        color: #ffffff !important;
    }

    .c-employee {
        width: 100% !important;
    }

    .block-diensten {
        width: 48% !important;
        margin: 10px 0;
    }

}

@media screen and (max-width: 550px) {
    .c-form-contact form {
        padding: 4rem 3.5rem;
    }

    .block-tools {
        margin-bottom: 2rem !important;
        width: calc(100%) !important;
    }
}

::-webkit-scrollbar {
    background: #efefef;
    width: .9rem;
}

::-webkit-scrollbar-thumb {
    background: #c5c5c5;
}

::selection {
    background: black;
    color: white;
}

.c-text--alt {
    color: #000;
    margin-bottom: 0;
}

.c-hero-image--alt {
    margin-bottom: 0;
}

.c-txt--service {
    background: #fff;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 4rem;
}

.c-txt--service__row {
    padding: 5rem 0;
    background: #fff;
}

.c-txt--service h2 {
    color: #000;
}

.c-txt--service h3 {
    color: #ff0400;
    font-size: 2rem;
}

.c-txt--service ul {
    padding: 0 2rem;
    margin: 0;
}

.c-txt--service li {
    color: #000;
    font-size: 1.8rem;
    font-family: 'Source-Sans-Pro-Regular';
}

.btn--part {
    margin: 1.5rem 0;
    display: inline-block;
}

.block-diensten {
    background: #fff;
    width: 32%;
    margin-right: 1%;
    display: block;
    float: left;
    border: none;
    padding: 0;
}

.c-employee {
    background-size: cover !important;
    background-color: #000;
    min-height: 250px;
    float: left;
    margin-right: 1%;
    width: 24%;
}

.c-txt--alt-2 {
    background: #fff;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 4rem;
    border-bottom: 1px solid #ccc;
}

.u-space--top {
    padding-top: 5rem;
}

.u-space--vertical {
    padding: 5rem 0;
}

.u-color--black {
    color: #000;
}

.u-margin-med {
    margin: 2rem;
}

.c-employee__title {
    font-size: 2.5rem;
    margin-bottom: 0;
}


.u-overflow--hidden {
    overflow: hidden;
}

.tool-container {
    display: flex;
    flex-wrap: wrap;
}

.block-tools {
    width: calc(20% - 2rem);
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    height: 20rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
    border-radius: 12px;
}


.block-tools img {
    max-width: 80%;
    max-height: 6rem;
}

.c-employee .c-blocks__single-txt {
    background: rgba(255, 255, 255, .9);
    padding: 1rem 2rem .5rem;
    text-align: center;
    margin: 0;

}

.c-employee h2 {
    font-size: 2rem;
    color: #000 !important;
}

.c-employee__text {
    color: #000 !important;
    font-size: 1.5rem;
}


.c-blocks-home .c-blocks__single-txt h2, .c-blocks-home .c-blocks__single-txt p {
    color: #000 !important;
}

a {
    color: #FF0000;
    text-decoration: none;
    font-weight: normal;
}

.c-hero-rounded {
    display: block;
    position: absolute;
    background: #F2F2F2;
}

.c-blocks {
    margin-top: 0;
    margin-bottom: 0;
}

.c-hero-img {
    margin: auto;
}

.c-blocks__row h2 {
    color: #fff;
}

.c-column {
    margin: 0 0 10rem;
    position: relative;
    z-index: 3;
    background: #fff;
}

.c-blocks-home .c-blocks__single-bg.u-bg-cover-center {
    background-size: contain;
}

.c-blocks-filter {
    margin-top: -4rem;
}

.c-switch {
    background: transparent;
    padding-top: 11rem;
}

.page-template-template-home .c-hero {
    padding-bottom: 2.5rem;
}

.single-projecten .c-hero-rounded, .single-blog_post .c-hero-rounded {
    display: none;
}

.wpml-ls-current-language:hover ul {
    opacity: 1;
    cursor: pointer;
}

.wpml-ls-current-language ul {
    padding: 0;
    opacity: 0;
    transition: .3s;
    cursor: none;
}

.wpml-ls-current-language ul li {
    margin: 0;
}

.c-header-nav {
    padding-top: 1rem;
}

.c-header .o-container {
    align-items: flex-start;
}

.c-hero-rounded {
    height: 100px;
    width: 100%;
}

.c-footer-nav__single:last-of-type {
    display: block !important;
}

.c-column__side ul li {
    width: 100% !important;
}

.single-projecten .c-hero-txt h1, .single-blog_post .c-hero-txt h1 {
    color: #fff !important;
}