/*
Theme Name:
Author URI: https://www.qstylez.nl/
Author: QStylez - Maaike Tol
Version: 1.0
*/

html {
    font-size: 15px;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    overflow: hidden;
    color: #003855;
    font-family: 'Barlow', sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    width: 100%;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
.grecaptcha-badge {
    display: none;
}
/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}
:focus {
    outline: 0
}
a.post-edit-link {
    display: none
}
textarea, input[type="submit"] {
    -webkit-appearance: none;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.2;
}
h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2rem;
}
h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.75rem;
}
h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.page-template-sub-content .entry-content h2, .page-template-sub-content .entry-content h3, .page-template-sub-content .entry-content h4, .page-template-sub-content .entry-content h5, .page-template-sub-content .entry-content h6, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6 {
    margin-bottom: 0;
    margin-top: 1.5rem;
}
.page-template-sub-content .entry-content h2+p, .page-template-sub-content .entry-content h2+ul, .page-template-sub-content .entry-content h2+ol, .page-template-sub-content .entry-content h3+p, .page-template-sub-content .entry-content h3+ul, .page-template-sub-content .entry-content h3+ol, .page-template-sub-content .entry-content h4+p, .page-template-sub-content .entry-content h4+ul, .page-template-sub-content .entry-content h4+ol, .page-template-sub-content .entry-content h5+p, .page-template-sub-content .entry-content h5+ul, .page-template-sub-content .entry-content h5+ol, .page-template-sub-content .entry-content h6+p, .page-template-sub-content .entry-content h6+ul, .page-template-sub-content .entry-content h6+ol, .single .entry-content h2+p, .single .entry-content h2+ul, .single .entry-content h2+ol, .single .entry-content h3+p, .single .entry-content h3+ul, .single .entry-content h3+ol, .single .entry-content h4+p, .single .entry-content h4+ul, .single .entry-content h4+ol, .single .entry-content h5+p, .single .entry-content h5+ul, .single .entry-content h5+ol, .single .entry-content h6+p, .single .entry-content h6+ul, .single .entry-content h6+ol {
    margin-top: 10px;
}
.page-template-sub-content .entry-content h2, .single .entry-content h2, .col.about h2 {
    font-size: 2rem;
}
.page-template-sub-content .entry-content h3, .single .entry-content h3 {
    font-size: 1.5rem;
}
b, strong {
    font-weight: 700;
}
p, li, a {
    line-height: 1.8;
}
p {
    margin: 15px 0px;
}
a {
    text-decoration: none;
}
li {
    line-height: 2;
}

.home-link {
    position: relative;
    display: block;
    width:100%;
    max-width: 200px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    width: 100%;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: none;
    vertical-align: top;
}
img {
    border-style: none;
}
img, video {
    height: auto;
    max-width: 100%;
}

section:after, article:after, .clear:after, #inner-header:after, .row:after, .social:after, .site-info:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: ;
}
:-moz-placeholder {
    color: ;
}
::-moz-placeholder {
    color: ;
}
:-ms-input-placeholder {
    color: ;
}



div#navbar ul {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}
div#navbar.open ul {
    max-height: 500px;
}
.review-item p {
    margin-bottom: 0;
}
.page-id-256 section.jobcoach-laag {
    display: none;
}

.review-item {
    padding: 20px;
    text-align: center;
    position: relative;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 0px 20px #afc3cb80;
    margin: 20px;
}
span.aantal-sterren {
    display: block;
    width: 120px;
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/rating.svg) no-repeat;
    background-position: center center;
    height: 17.5px;
    background-size: contain;
    margin: 0 auto;
}
.reviews-slider .owl-nav > div, .nieuws-slider .owl-nav > div {
    width: 40px;
    height: 40px;
    background: #e51b24 url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/arrow-left-white.svg) no-repeat;
background-position: center center;
    border: 1px solid #e51b24;
    color: white;
    text-align: center;
    margin: 0px 5px;
    border-radius: 100%;
    line-height: 40px;
}
.reviews-slider .owl-nav > div.owl-prev:hover, .nieuws-slider .owl-nav > div.owl-prev:hover {
    background: #e51b24 url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/arrow-right-white.svg) no-repeat;
    color: white;
    background-position: center center;
}
.reviews-slider .owl-nav > div.owl-next:hover, .nieuws-slider .owl-nav > div.owl-next:hover {
    color: #e51b24;
    background: transparent url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/arrow-left-red.svg) no-repeat;
    background-position: center center;
}
.reviews-slider .owl-nav > div.owl-prev, .nieuws-slider .owl-nav > div.owl-prev {
    background: transparent url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/arrow-right-red.svg) no-repeat;
    background-position: center center;
    color: #e51b24;
}

.reviews-slider .owl-nav {
    display: flex;
    justify-content: center;
}
.review-item:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: white;
    position: absolute;
    bottom: -8px;
    right: 50px;
    transform: rotate(
45deg
);
}
span.aantal-sterren.vijf {
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/rating.svg) no-repeat;
    background-position: center center;
    height: 17.5px;
    background-size: contain;
}
div#navbar ul.nav-menu > li > a {
    font-weight: bold;
}
div#navbar ul.nav-menu li.open ul.sub-menu {
    max-height: 400px;
}
div#navbar ul.sub-menu li a:before {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background: #003855;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

div#navbar ul.sub-menu li a {
    font-size: 16px;
    padding-left: 20px;
}
div#navbar ul.nav-menu li.open > a {
    color: #e51b24;
}

ul#primary-menu li a {
    color: #003855;
    font-size: 18px;
    line-height: 2;
    margin: 10px 0px;
    display: block;
    position: relative;
}
ul#primary-menu > li > a:after {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0px;
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/chevron-down.svg) no-repeat;
    background-size: 10px;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%) rotate(
-90deg
);
}
div#navbar.open ul.nav-menu {
    margin-top: 20px;
}
div#navbar ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    margin-top: -10px;
}

div#navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
}
.top-header {
    display: none;
}
a.home-link {
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/logo.png) no-repeat;
    background-size: contain;
    background-position: 0% 0%;
    height: 45px;
    max-width: 195px;
}
.menu-header a.c-btn.red {
    display: none;
}
.phone-items {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: auto;
}

.phone-items a {
    width: 40px;
    height: 40px;
    background: #003855;
    margin-left: 5px;
    border-radius: 100%;
}
.phone-items a.tel {
    background: #003855 url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/phone-icon.svg) no-repeat;
    background-size: 16px;
    background-position: center center;
}
.nieuws-laag a.c-btn.red {
    margin-top: 0;
    margin-bottom: 20px;
}

.phone-items a.mail {
    background: #003855 url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/email-icon.svg) no-repeat;
    background-size: 17px;
    background-position: center center;
}
.knoppen .c-btn:nth-of-type(2) {
    background: #E51B24;
    margin-left: 10px;
}

.c-btn {
    background: #003855;
    border-radius: 10px;
    color: white;
    font-weight: 500;
    font-size: 16px;
    padding: 12.5px 25px;
    margin-top: 0;
}
.knoppen {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.intro-laag .left h1 strong {
    display: table;
}
.intro-laag .left h1 {
    font-size: 2.25rem;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
}
.s-text p:last-of-type {
    margin-bottom: 0;
}
section.usp-laag ul {
    list-style-type: none;
}
section.usp-laag {
    background: #E51B24;
    color: white;
    position: relative;
    padding: 20px 0px;
}

/**
 * Standaard
 * ----------------------------------------------------------------------------
 */

.inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 1.8;
    position: relative;
}
.flexbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.c-btn {
    display: table;
    padding: 10px 20px;
    text-decoration: none;
    transition: .1s ease-in-out;
    margin-top: 20px;
}

.menu-toggle {
    display:none;
}

.menu {
    width: 30px;
    height: 20px;
    order: 2;
    position: relative;
    align-self: center;
    margin-left: 20px;
}
.menu-header {
    background: white;
    padding: 10px 0px;
    position: fixed;
    box-shadow: 2px 2px 5px #d1d1d1;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #003855;
    transition: .3s ease-in-out;
}
.menu span:nth-of-type(2) {
    top: 50%;
}
.menu span:nth-of-type(3) {
    bottom: 0;
}

.menu.open span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 50%;
}
.menu.open span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 50%;
}
.menu.open span:nth-of-type(2) {
    right: -50px;
    opacity: 0;
}
section.intro-laag .right {
    order: -1;
    height: 250px;
    background: tomato;
    flex-basis: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0px 0px;
}

section.intro-laag {
    position: relative;
    padding: 20px 0px;
    background: #EDF2F4;
    padding-bottom: 0;
    margin-top: 65px;
}
.intro-laag .left {
    position: relative;
    background: white;
    padding: 20px;
}
section.intro-laag:after {
    content: '';
    display: block;
    width: 100%;
    height: 70px;
    background: #e51b24;
    position: absolute;
    bottom: 0;
    visibility: visible;
    z-index: 0;
}

section.intro-laag .inner {
    z-index: 2;
}
ul.usp-wrapper.flexbox-wrapper {
    justify-content: center;
}

ul.usp-wrapper.flexbox-wrapper li:before {
    content: '';
    display: block;
    width: 10px;
    height: 15px;
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/arrow-right.svg) no-repeat;
    margin-right: 10px;
    background-size: contain;
    background-position: center center;
}
ul.usp-wrapper.flexbox-wrapper li {
    flex-basis: calc(45% - 10px);
    width: calc(45% - 10px);
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .5px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
h2 strong {
    display: table;
}

h2 {
    font-size: 2rem;
    font-weight: normal;
    line-height: 1;
}
section.ervaringen-laag {
    position: relative;
    padding: 20px 0px;
}
section.aanpak-laag {
    position: relative;
    padding: 20px 0px;
    background: #EDF2F4;
}
section.arbeid-laag .left.tekst .c-btn {
    background: white;
    color: #e51b24;
    font-weight: bold;
    font-size: 16px;
}
section.arbeid-laag .left.tekst .c-btn:hover {
    background: #003855;
    color: white;
}
.knoppen .c-btn:first-of-type:hover {
    background: #13628b;
}
.knoppen .c-btn:nth-of-type(2):hover {
    background: #f8363f;
}
section.arbeid-laag .left.tekst {
    background: #e51b24;
    color: white;
    position: relative;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
}
section.arbeid-laag {
    padding: 40px 0px;
    position: relative;
    background: #edf2f4;
}
section.nieuws-laag {
    position: relative;
    padding: 40px 0px;
    background: #edf2f4;
}
section.subheader span.arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    background: white url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/chevron-down.svg) no-repeat;
    border-radius: 100%;
    z-index: 999;
    bottom: -65px;
    background-size: 25px;
    background-position: center center;
}
div.pagination {
    flex-basis: 100%;
    width: 100%;
}

.wp-pagenavi {
    justify-content: center;
    display: flex;
    flex-basis: 100%;
    width: 100%;
    position: relative;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 0;
    padding: 0;
    margin: 0 15px;
    color: #e51b24;
}
span.pages {
    display: none;
}
#breadcrumbs span.breadcrumb_last {
    font-weight: bold;
}

#breadcrumbs a, #breadcrumbs span {
    color: rgb(1 56 85 / 50%);
    transition: .1s ease-in-out;
}
#breadcrumbs a:hover {
    color: #083e5a;
}
section.subheader {
    margin-top: 65px;
    position: relative;
    padding: 20px 0px;
    padding-bottom: 40px;
    background: #EDF2F4;
    margin-bottom: 0px;
}
section.tekst-laag h2 {
    font-weight: bold;
}

section.tekst-laag {
    position: relative;
    padding: 40px 0px;
    background: white;
}
section.tekst-laag div.tekst p:last-of-type {
    margin-bottom: 0;
}
section.jobcoach-laag .opsomming ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 15px;
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/arrow-right.svg) no-repeat;
    margin-right: 10px;
    background-size: contain;
    background-position: center center;
}

section.jobcoach-laag .opsomming ul li {
    font-style: italic;
    display: flex;
    line-height: 2.5;
    align-items: center;
}
section.jobcoach-laag .opsomming {
    flex-basis: 100%;
    width: 100%;
    background: #e51b24;
    color: white;
    position: relative;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
}
section.jobcoach-laag .right {
    flex-basis: 100%;
    width: 100%;
    display: block;
    height: 250px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
}
section.jobcoach-laag .tekst p:last-of-type {
    margin-bottom: 0;
}
section.jobcoach-laag h2 {
    font-weight: bold;
}

section.jobcoach-laag {
    position: relative;
    padding: 40px 0px;
    background: #EDF2F4;
}
section.contact-laag .right {
    position: relative;
    padding: 20px;
    box-shadow: 0px 0px 20px #afc3cb80;
    border-radius: 10px 10px 0px 0px;
    margin-top: 10px;
}

section.contact-laag .left a {
    color: #003855;
    font-weight: bold;
    transition: .1s ease-in-out;
}
section.contact-laag .left a:hover {
    color: #e51b24;
}
.page-template-sub-dienstdetail .flexbox-wrapper .opsomming {
    flex-basis: 100%;
    width: 100%;
    background: #e51b24;
    color: white;
    position: relative;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    margin-top: 20px;
}
.right.cijfer {
    margin-top: 20px;
}

.right.cijfer a {
    display: block;
}
.page-template-sub-dienstdetail .flexbox-wrapper .opsomming li:before {

    content: '';
    display: block;
    width: 10px;
    height: 15px;
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/arrow-right.svg) no-repeat;
    margin-right: 10px;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0px;

}
.page-template-sub-dienstdetail .tekst-laag .right.bg-img {
    flex-basis: 100%;
    width: 100%;
    height: 250px;
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #edf2f4;
}
.parent-pageid-126.page-template-sub-dienstdetail .tekst-laag .right.bg-img {
    background-size: cover;
    min-height: 300px;
}
section.diensten-extralaag h2, section.diensten-extralaag h2 strong {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

section.diensten-extralaag {
    position: relative;
    padding: 40px 0px;
    background: #edf2f4;
}
.page-template-sub-dienstdetail .flexbox-wrapper .opsomming li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    padding-left: 20px;
    font-style: italic;
    line-height: 2.5;
}
.dienst-item:last-of-type {
    margin-bottom: 0;
}

.dienst-item .dienst-content h3 {
    font-weight: 500;
    font-size: 18px;
    color: #e51b24;
    margin-bottom: 0;
}
.dienst-item .dienst-content {
    background: white;
    position: relative;
    flex-basis: calc(100% - 120px);
    width: calc(100% - 120px);
    padding: 20px;
    text-align: center;
}
.diensten-wrapper.flexbox-wrapper {
    margin-top: 40px;
}
.dienst-item .dienst-thumb {
    flex-basis: 120px;
    width: 120px;
    position: relative;
}
.dienst-item .dienst-thumb:after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    background: white url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/chevron-down.svg) no-repeat;
    right: -17.5px;
    top: 50%;
    transform: translateY(-50%) rotate(
-90deg
);
    border-radius: 100%;
    z-index: 2;
    background-size: 15px;
    background-position: center center;
}
.dienst-item {
    flex-basis: 100%;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    box-shadow:0px 0px 20px rgb(144 160 166 / 25%);
    border-radius: 10px 0px 0px 10px;
}
.dienst-item.Casemanagement span.dienst-thumb {
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/dienst4.svg) no-repeat;
    background-size: 60px;
    background-position: center center;
}

.dienst-item.Loopbaanbegeleiding span.dienst-thumb {
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/dienst3.svg) no-repeat;
    background-size: 60px;
    background-position: center center;
}
.dienst-item.spoor span.dienst-thumb {
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/dienst2.svg) no-repeat;
    background-size: 60px;
    background-position: center center;
}
.dienst-item.Arbeidsdeskundig span.dienst-thumb {
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/dienst1.svg) no-repeat;
    background-size: 60px;
    background-position: center center;
}
.dienst-item.Vertrouwenspersoon span.dienst-thumb {
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2022/07/protection.png) no-repeat;
    background-size: 60px;
    background-position: center center;
}
.dienst-item a {
    display: flex;
    flex-wrap: nowrap;
}
.dienst-item .meer {
    color: #e51b24;
    text-decoration: underline;
    font-weight: bold;
}
.dienst-item .meer:hover {
    color: #003855;
}
.dienst-item a {
    color: #003855;
}
.dienst-item .dienst-content .excerpt {
    max-height: 100px;
    overflow: hidden;
}
section.contact-laag .left {
    flex-basis: 100%;
    width: 100%;
}
section.contact-laag .inner .flexbox-wrapper h2{
    font-weight: normal;
}
section.contact-laag h2 {
    font-weight: bold;
}
.formulier .gform_heading {
    display: none;
}
.right.formulier label.gfield_label {
    display: none;
}
.formulier textarea {
    height: 100px !important;
}

.formulier input, .formulier textarea {
    font-family: 'Barlow', sans-serif;
    color: #003855;
    border-bottom: 1px solid #AFC3CB;
    padding-left: 0 !important;
}
.gform_fields > div:nth-of-type(1), .gform_fields > div:nth-of-type(2) {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}

.gform_fields > div {
    flex-basis: 100%;
    width: 100%;
}
.gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}
legend.gfield_label.gfield_label_before_complex {
    display: none !important;
}
.ginput_container.ginput_container_consent input:checked {
    background: #e51b24;
}

.ginput_container.ginput_container_consent input {
    width: auto;
    margin-right: 20px;
    border: 1px solid #e51b24 !important;
    appearance: none;
    padding: 7.5px !important;
}
.ginput_container.ginput_container_consent {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 13px;
}
.gform_footer input:hover {
    background: #f8363f;
}

.gform_footer input {
    background: #e51b24;
    border-bottom: 0;
    border-radius: 10px !important;
    color: white;
    font-weight: 500;
    font-size: 16px;
    padding: 12.5px 25px !important;
    margin-top: 0;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
    transition: .1s ease-in-out;
}
.contact-laag .maps {
    flex-basis: 100%;
    width: 100%;
    margin-top: 40px;
    height: 300px;
    margin-bottom: 0px;
    z-index: 10;
}
section.team-laag {
    padding: 40px 0px;
    background: #edf2f4;
    position: relative;
    border-top: 1px solid rgb(0 56 85 / 25%);
    padding-top: 45px;
}
.team-item .team-content {
    position: relative;
    background: white;
    padding: 20px;
}
.team-item .team-content:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: white url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/chevron-down.svg) no-repeat;
    border-radius: 100%;
    z-index: 999;
    background-size: 25px;
    background-position: center center;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.team-item .team-thumb {
    display: block;
    flex-basis: 100%;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0px 0px;
}
.error404 .tekst-laag p {
    margin: 0;
    font-size: 22px;
}
.team-wrapper .team-item:last-of-type {
    margin-bottom: 0;
}
.team-item {
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px rgb(144 160 166 / 25%);
    border-radius: 10px 10px 0px 0px;
}
.team-wrapper {
    margin-top: 40px;
}
.team-item .team-content a.c-btn {
    border: 1px solid #e51b24;
    background: transparent;
    color: #e51b24;
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
}
.team-item .team-content a.c-btn:hover {
    background: #e51b24;
    color: white;
}
.team-item .team-content a:not(.c-btn) {
    display: block;
    color: #003855;
    transition: .1s ease-in-out;
    font-weight: bold;
}
.team-item .team-content a:not(.c-btn):hover {
    color: #e51b24;
}
.team-item .team-content p.ondertitel {
    margin-top: 5px;
}
.team-item .team-content h3 {
    margin: 0;
    font-size: 18px;
    color: #e51b24;
}
.team-item .team-content a:not(.c-btn):before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/phone-icon-blauw.svg) no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center center;
}

.team-item .team-content a:not(.c-btn) {
    position: relative;
    padding-left: 25px;
}
.team-item .team-content a.mail {
    position: relative;
    padding-left: 25px;
}
.team-item .team-content a:not(.c-btn).mail:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/email-icon-blauw.svg) no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center center;
}
.single-blogs div#primary section.blog-content h2 {
    font-size: 18px;
    font-weight: bold;
}

.single-blogs div#primary .blog-header {
    padding-bottom: 20px;
}
.single-blogs div#primary section.blog-content {
    background: white;
    position: relative;
    padding: 40px 0px;
}
.single-blogs div#primary .blog-header .intro {
    font-style: italic;
    margin-bottom: 20px;
}
.single-blogs div#primary .blog-header .blog-thumbnail {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.single-blogs div#primary {
    padding: 40px 0px;
    background: #edf2f4;
    position: relative;
    border-top: 1px solid rgb(0 56 85 / 25%);
    padding-top: 45px;
    padding-bottom: 0;
}
.blog-content .tekst-blok:nth-of-type(n+2) {
    border-top: 1px solid rgb(0 56 85 / 50%);
    padding-top: 40px;
    margin-top: 40px;
}
section.gerelateerde-artikelen .inner > h3 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 40px;
    font-size: 1.75rem;
}

section.gerelateerde-artikelen {
    position: relative;
    padding: 40px 0px;
}
.page-template-sub-blogs div#content {
    padding: 40px 0px;
    background: #edf2f4;
    position: relative;
    border-top: 1px solid rgb(0 56 85 / 25%);
    padding-top: 45px;
}
div#search-filter-results-83 .blog-item:last-of-type {
    margin-bottom: 0;
}

div#search-filter-results-83 .blog-item {
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 1px rgb(61 84 97 / 20%);
}
section.subheader h1 {
    margin-bottom: 5px;
}
section.contact-laag .bg-img {
    height: 200px;
    width: 100%;
    flex-basis: 100%;
    display: block;
    background: grey;
    background-size: 160%;
    background-position: 40% 30%;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0px 0px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}
.contact-laag:after {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    visibility: visible;
    position: absolute;
    background: #F8363F;
    bottom: 0;
    z-index: 0;
}

section.contact-laag .c-btn {
    background: #e51b24;
}
section.contact-laag .c-btn:hover, section.nieuws-laag .inner .flexbox-wrapper:first-of-type .c-btn:hover {
    background: #f8363f;
}
section.contact-laag h2 {
    margin-bottom: 0;
}
section.contact-laag {
    position: relative;
    padding: 40px 0px;
    background: white;
    padding-bottom: 0;
}
.site-footer .logo span.footer-logo {
    display: block;
    height: 50px;
    width: 220px;
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/logo-white.png) no-repeat;
    background-size: contain;
    background-position: center left;
    position: relative;
}
.site-footer .logo > p {
    margin-bottom: 0;
}

.footer-items {
    flex-basis: 100%;
    width: 100%;
    margin-top: 20px;
}
.footer-items:nth-of-type(3) li a {
    font-weight: bold;
    text-decoration: underline;
}
.site-footer .images.flexbox-wrapper p a.linkedin {
    display: block;
    width: 25px;
    height: 25px;
    background: white url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/Icon_Linkedin.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    margin-left: 10px;
    border-radius: 4px;
}

.site-footer .images.flexbox-wrapper {
    margin-top: 20px;
}
.site-footer .images.flexbox-wrapper span {
    width: 50px;
    height: 50px;
    background: white;
    margin-right: 10px;
}
.site-footer .images span.blik {
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/blikopwerk.png) no-repeat;
    background-size: contain;
    background-position: center center;
    width: 70px;
}
.site-footer .images span.keurmerk {
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/keurmerkinstituut.png) no-repeat;
    background-size: contain;
    background-position: center center;
    width: 80px;
}
.site-footer .images span.uwv {
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/uwv.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.site-footer .images.flexbox-wrapper p {
    margin: 0;
    flex-basis: 100%;
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-wrap: nowrap;
    align-items: center;
}
.site-footer .images.flexbox-wrapper p {
    position: relative;
}

.site-footer .images.flexbox-wrapper p:before {
    content: '';
    display: block;
    width: 210px;
    height: 1px;
    background: rgb(255 255 255 / 50%);
    position: absolute;
    top: -10px;
}
footer#contact {
    background: #E51B24;
    color: white;
    padding: 40px 0px;
    position: relative;
}
footer#contact a {
    color: white;
    transition: .1s ease-in-out;
}
footer#contact a:hover {
    color: #f8b2b5;
}
.arbeid-laag .right.bg-img {
    display: block;
    flex-basis: 100%;
    width: 100%;
    height: 250px;
    background: black;
    background-size: 180%;
    background-position: 60% 30%;
    background-repeat: no-repeat;
}
.arbeid-laag ul.usp-wrapper.flexbox-wrapper {
    justify-content: flex-start;
    margin-top: 20px;
    border-top: 2px solid rgb(255 255 255 / 25%);
    padding-top: 20px;
}
.blog-item .blog-content .c-btn {
    border: 1px solid #e51b24;
    background: white;
    color: #e51b24;
}

.blog-item .blog-content .c-btn:hover {
    background: #e51b24;
    color: white;
}
.blog-item .blog-content .excerpt_tekst p {
    margin-top: 0;
}
.blog-item .blog-content {
    background: white;
    position: relative;
    padding: 30px;
}
.blog-item .blog-thumbnail {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0px 0px;
}
.blog-item {
    display: block;
    position: relative;
}
.nieuws-slider .owl-nav div {
    width: 40px;
    height: 40px;
    color: white;
    text-align: center;
    margin: 0px 5px;
    border-radius: 100%;
    line-height: 40px;
}

.nieuws-slider .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
 /**
 * Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {}
.entry-content a {}
.entry-content a:hover {}
.entry-content a, .entry-title a {
    text-decoration: none;
}
.entry-title a:hover {}
/**
 * Navigatie
 * ----------------------------------------------------------------------------
 */

/**
 * Forms
 * ----------------------------------------------------------------------------
 */

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 100;
    padding: 0;
    border: 0;
    background: transparent;
    right: 10px;
    left: auto;
    top: 0px;
    font-size: 0.8rem;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    display: none !important;
}
form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form p {
    margin: 0;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 10px;
}
form input, form textarea {
    width: 100%;
    border: 0;
    resize: none;
    font-size: 15px;
    padding: 10px;
}
form textarea {
    height: 130px;
}
.ajax-loader {
    position: absolute;
}
.top-header .inner a.mail span.m-icon {
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/email-icon.svg) no-repeat;
    background-size: 17px;
    background-position: center center;
}

.top-header .inner a.tel span.b-icon {
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/phone-icon.svg) no-repeat;
    background-position: center center;
}
form input.wpcf7-form-control.wpcf7-submit {
    display: table;
    text-decoration: none;
    font-size: 15px;
    transition: .1s ease-in-out;
    width: auto;
    line-height: 2;
    margin-top: 0;
}
/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */

@media (min-width:680px) {
}
@media (min-width:768px) {

.top-header .inner a.linkedin {
    display: block;
    width: 25px;
    height: 25px;
    background: white url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/Icon_Linkedin_red.svg) no-repeat;
    align-self: center;
    border-radius: 4px;
    background-size: contain;
    background-position: center center;
}

.top-header .inner a span {
    display: block;
    width: 20px;
    height: 20px;
    background: white;
    margin-right: 10px;
}
.ervaringen-laag .owl-nav {
    margin-top: 20px;
}

.reviews-slider {
    margin-top: 20px;
}
.dienst-item {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
.diensten-wrapper.flexbox-wrapper {
    justify-content: space-between;
}
.dienst-item:nth-of-type(3) {
    margin-bottom: 0;
}
.team-wrapper > .team-item {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    background: white;
    margin-bottom: 20px !important;
}
.team-item .team-content {
    padding: 30px;
}
.team-item .team-content h3 {
    font-size: 22px;
}

.team-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-laag:after {
    height: 125px;
}
.single-blogs div#primary .blog-header .blog-thumbnail {
    height: 350px;
}
section.subheader {
    margin-top: 110px;
    padding-bottom: 60px;
}
.page-template-sub-dienstdetail .tekst-laag .flexbox-wrapper > div {
    margin-top: 0;
    flex-basis: calc(50% - 10px) !important;
    width: calc(50% - 10px) !important;
    height: auto !important;
    border-radius: 10px 10px 0px 0px;
}

.page-template-sub-dienstdetail .tekst-laag .flexbox-wrapper {
    flex-wrap: nowrap;
    margin-top: 20px;
    justify-content: space-between;
}
section.diensten-extralaag {
    padding: 60px 0px;
}
section.jobcoach-laag, section.tekst-laag {
    padding: 60px 0px;
}
section.jobcoach-laag .flexbox-wrapper > div {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0;
}

section.jobcoach-laag .flexbox-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
section.jobcoach-laag {
    padding: 60px 0px;
}
section.jobcoach-laag .right {
    border-radius: 10px 10px 0px 0px;
}
section.subheader span.arrow {
    width: 60px;
    height: 60px;
    bottom: -90px;
}
div#search-filter-results-83 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div#search-filter-results-83 .blog-item {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 20px !important;
}
.blog-item .blog-thumbnail {
    height: 225px;
}
.nieuws-slider {
    margin-top: 40px;
}
.top-header .inner a {
    margin-left: 40px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.top-header .inner p {
    margin: 0;
}
.top-header .inner {
    justify-content: flex-end;
}
.top-header a {
    color: white;
}
.top-header .inner a:hover {
    color: #ecd7d8;
}
.menu-header {
    top: 37px;
}
.top-header {
    display: flex;
    z-index: 99999;
    position: fixed;
    top: 0;
    width: 100%;
    background: #003855;
    justify-content: flex-end;
    padding: 5px 0px;
}
a.home-link {
    height: 50px;
    max-width: 200px;
}
.intro-laag .left {
    flex-basis: 50%;
    width: 50%;
    border-radius: 10px 10px 0px 0px;
    z-index: 2;
}
section.intro-laag {
    padding-top: 100px;
    margin-top: 110px;
}
.intro-laag .right.bg-img {
    position: absolute;
    flex-basis: 55%;
    width: 55%;
    z-index: 0;
    right: 0px;
    bottom: -20px;
    height: 520px;
    background-position: 10% 10% !important;
}
section.usp-laag {
    padding: 20px 0px;
    padding-top: 50px;
}
ul.usp-wrapper.flexbox-wrapper li {
    flex-basis: 25%;
    width: 25%;
}
ul.usp-wrapper.flexbox-wrapper li:before{ 
    margin-right: 30px;
 }
 section.ervaringen-laag {
    padding: 40px 0px;
 }
 h2 strong {
    display: inline-block;
}
section.aanpak-laag {
    padding: 40px 0px;
    padding-bottom: 0;
}
.arbeid-laag ul.usp-wrapper.flexbox-wrapper {
    flex-basis: 100%;
    width: 100%;
}
section.nieuws-laag .inner .flexbox-wrapper:first-of-type .c-btn {
    margin: 0;
    background: #e51b24;
}

section.nieuws-laag .inner .flexbox-wrapper:first-of-type {
    justify-content: space-between;
    align-items: center;
}
section.contact-laag .bg-img {
    height: 250px;
}
.site-footer .logo span.footer-logo {
    display: block;
    height: 60px;
    width: 260px;
}
.site-footer .inner > div div.images {
    margin-top: 0;
}

.site-footer .inner > div {
    flex-basis: 50%;
    width: 50%;
}
.site-footer .inner {
    justify-content: space-between;
}
.site-footer .inner > div:nth-of-type(3) {
    order: 4;
}
.site-footer .inner > div:nth-of-type(2) {
    order: 3;
}
.site-footer .inner > div:nth-of-type(4) {
    order: 2;
}
.site-footer .inner > div:nth-of-type(1) {
    order: 1;
}
section.gerelateerde-artikelen .blog-wrapper .blog-item {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}

section.gerelateerde-artikelen .blog-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.gerelateerde-artikelen .inner > h3 {
    font-size: 2rem;
}
section.contact-laag {
    padding: 60px 0px;
    padding-bottom: 0;
}
section.contact-laag .right {
    margin-top: 20px;
}


}
@media (min-width: 769px) {
}
@media (min-width: 1024px) {

.intro-laag .left {
    flex-basis: 45%;
    width: 45%;
    padding: 40px;
}
.single-blogs div#primary {
    padding-top: 65px;
}
.single-blogs div#primary .blog-header .blog-thumbnail {
    height: 425px;
}
.single-blogs div#primary .blog-header {
    padding-bottom: 40px;
}
.right.cijfer {
    margin-top: 0px;
}
.ervaringen-laag .titel.flexbox-wrapper {
    justify-content: space-between;
}
.single-blogs div#primary section.blog-content {
    padding: 60px 0px;
}
.team-item .team-thumb {
    height: 250px;
}
.contact-laag .maps {
    margin-top: 60px;
}
section.subheader h1 {
    font-size: 2.5rem;
}
section.contact-laag .flexbox-wrapper {
    justify-content: space-between;
    align-items: flex-start;
}

section.contact-laag .right.formulier {
    flex-basis: 50%;
    width: 50%;
    padding: 40px;
    margin-top: 0;
}
section.contact-laag .left {
    flex-basis: 30%;
    width: 30%;
    padding-top: 40px;
}
.single-blogs div#primary section.blog-content h2 {
    font-size: 22px;
}
section.gerelateerde-artikelen {
    padding: 60px 0px;
}
section.gerelateerde-artikelen .inner > h3 {
    font-size: 2.25rem;
    margin-bottom: 60px;
}
section.blog-header .intro {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
section.gerelateerde-artikelen .blog-wrapper, section.blog-content .tekst-blok {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.intro-laag .right.bg-img {
    flex-basis: 60%;
    width: 60%;
    height: 600px;
    bottom: -40px;
}
section.usp-laag {
    padding-top: 60px;
}
section.ervaringen-laag {
    padding: 60px 0px;
}
h2 {
    font-size: 2.25rem;
}
div#search-filter-results-83 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.page-template-sub-blogs div#content {
    padding-top: 65px;
}
.titel.flexbox-wrapper .left {
    flex-basis: 70%;
    width: 70%;
}
section.aanpak-laag {
    padding: 60px 0px;
}
section.arbeid-laag .left.tekst div.flexbox-wrapper .c-btn {
    align-self: center;
    margin-top: 0;
}

section.arbeid-laag .left.tekst div.flexbox-wrapper {
    justify-content: space-between;
    margin-top: 20px;
    border-top: 1px solid rgb(255 255 255 / 25%);
    padding-top: 20px;
}
section.arbeid-laag .left.tekst ul.usp-wrapper li {
    flex-basis: 50%;
    width: 50%;
}
section.arbeid-laag .left.tekst ul.usp-wrapper {
    border-top: 0;
    padding-top: 0;
    flex-basis: 70%;
    width: 70%;
    margin-top: 0;
}
section.arbeid-laag .right.bg-img {
    flex-basis: 40%;
    width: 40%;
    height: auto;
    border-radius: 0 10px 0px 0px;
}
section.arbeid-laag .left.tekst {
    flex-basis: 60%;
    width: 60%;
    border-radius: 10px 0px 0px 0px;
    padding: 30px;
}
section.nieuws-laag {
    padding: 60px 0px;
}
section.contact-laag {
    padding-top: 60px;
}
section.contact-laag .inner .flexbox-wrapper h2 {
    flex-basis: 70%;
}

section.contact-laag .inner .flexbox-wrapper .c-btn {
    margin-top: 0;
}
section.contact-laag .inner .flexbox-wrapper {
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
}
section.contact-laag .bg-img {
    height: 300px;
    background-size: 100%;
}
.contact-laag:after {
    height: 150px;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    padding-bottom: 0 !important;
}
.arbeid-laag h2 {
    padding-left: 60px;
    position: relative;
}

.arbeid-laag span.icon {
    display: block;
    width: 50px;
    height: 50px;
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/vragen.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
section.team-laag {
    padding-top: 65px;
}

}
@media (min-width:1140px) {

a.home-link {
    height: 55px;
    max-width: 250px;
}
.phone-items {
    display: none;
}
.menu {
    display: none;
}
.dienst-item a:hover .dienst-content {
    height: 100%;
    border-radius: 10px 10px 0px 0px;
    padding-top: 50px;
}
section.arbeid-laag {
    padding-top: 60px;
}
section.aanpak-laag .inner .diensten-wrapper {
    border-bottom: 1px solid rgb(0 56 85 / 25%);
    padding-bottom: 60px;
}
section.aanpak-laag {
    padding-bottom: 0;
}
.dienst-item a:hover .dienst-content .excerpt {
    opacity: 1;
}

.dienst-item .dienst-content .excerpt p {
    margin: 0;
}
.dienst-item .dienst-content .excerpt {
    opacity: 0;
    margin: 20px 0px;
}
.dienst-item a:hover .dienst-thumb:after {
    bottom: initial;
    transform: rotate(
180deg
);
}
.dienst-item a dienst.thumb {
}
.dienst-item a {
    position: relative;
    display: flex;
    width: 100%;
    height: 350px;
}
.dienst-item .dienst-content {
    position: absolute;
    bottom: 0;
    height: 100px;
    transition: .3s ease-in-out;
    overflow: hidden;
    padding: 30px;
}
.page-template-sub-dienstdetail .tekst-laag .flexbox-wrapper {
    margin-top: 40px;
}
section.subheader span.arrow {
    bottom: -95px;
}
.page-template-sub-dienstdetail .flexbox-wrapper .opsomming {
    padding: 30px;
}
.reviews-slider {
    margin-top: 40px;
}
ul#primary-menu > li > a:after {
    display: none;
}
div#navbar ul.sub-menu {
    position: absolute;
        opacity: 0;
    pointer-events: none;
}
div#navbar ul.nav-menu > li > a {
    font-weight: normal;
}
.team-wrapper {
    margin-top: 60px;
}
.team-wrapper > .team-item:nth-of-type(1), .team-wrapper > .team-item:nth-of-type(2) {
    margin-bottom: 40px !important;
}
.page-template-sub-team section.team-laag .inner {
    max-width: 1100px;
}
.dienst-item {
    flex-basis: calc(25% - 20px);
    margin-bottom: 0 !important;
    border-radius: 10px 10px 0px 0px;
    width: calc(25% - 20px);
}
.dienst-item .dienst-content {
    flex-basis: 100%;
    width: 100%;
}
.dienst-item .dienst-thumb:after {
    width: 50px;
    height: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: initial;
    transition: .1s ease-in-out;
    transform: initial;
    bottom: -25px;
}
.dienst-item a {
    flex-wrap: wrap;
}
div#navbar ul li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    pointer-events: all;
}


.dienst-item .dienst-thumb {
    flex-basis: 100%;
    width: 100%;
    height: 250px;
    background-size: 100px !important;
    }
div#navbar ul {
    max-height: 100px;
    display: flex;
}
body:not(.home) div.site-main section.tekst-laag .inner, body:not(.home) div.site-main section.jobcoach-laag .inner {
    max-width: 1100px;
}
section.tekst-laag {
    padding-top: 80px;
}
section.jobcoach-laag .flexbox-wrapper {
    margin-top: 40px;
}
section.jobcoach-laag .opsomming {
    padding: 30px;
}
section.jobcoach-laag .flexbox-wrapper > div {
    height: auto;
}
div#navbar ul li.current_page_item a {
    font-weight: bold;
}
section.subheader .inner:last-of-type {
    max-width: 1100px;
    margin-top: 40px;
}
.single-blogs div#primary .blog-header .blog-thumbnail {
    height: 450px;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
}
.contact-laag .maps {
    height: 350px;
}

section.subheader .inner:first-of-type {
    max-width: 1400px;
}

div#navbar ul li {
    margin-left: 20px;
    margin-right: 20px;
}
li#menu-item-53, li#menu-item-217 {
    display: flex;
    align-items: center;
}
li#menu-item-53:after, li#menu-item-217:after {
    content: '';
    display: block;
    width: 10px;
    height: 8px;
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/chevron-down.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    margin-left: 10px;
    margin-top: 4px;
}
section.intro-laag {
    padding-top: 160px;
}
section.usp-laag {
    padding-top: 70px;
    padding-bottom: 30px;
}
section.usp-laag .inner ul {
    justify-content: space-between;
}

section.usp-laag .inner li {
    flex-basis: auto;
    width: auto;
}
section.usp-laag .inner {
    max-width: 1300px;
}
.titel.flexbox-wrapper .left {
    flex-basis: 60%;
    width: 60%;
}

div.site-main section .inner {
    max-width: 1300px;
}
.nieuws-slider {
    margin-top: 60px;
}
.site-footer .inner {
    max-width: 1300px;
    flex-wrap: nowrap;
    align-items: center;
}
.footer-items {
    margin-top: 0px;
}
.site-footer .inner > div:nth-of-type(4) {
    order: 5;
    flex-basis: 230px;
    width: 230px;
}
.site-footer .inner > div:nth-of-type(1) {
    flex-basis: 30%;
    width: 30%;
}
.site-footer .inner > div {
    flex-basis: 20%;
    width: 20%;
}
footer#contact {
    padding: 60px 0px;
}
.intro-laag .left {
    flex-basis: 450px;
    width: 450px;
}
section.intro-laag .inner {
    max-width: 1300px;
}
.intro-laag .right.bg-img {
    flex-basis: 70%;
    width: 70%;
}
div#navbar ul li a {
    color: #003855;
    font-size: 16px;
    transition: .1s ease-in-out;
}
div#navbar ul li a:hover {
    color: #e51b24;
}
.menu-header a.c-btn.red {
    display: block;
    margin-top: 0;
    align-self: center;
    background: #e51b24;
}
.menu-header a.c-btn.red:hover {
    background: #f8363f;
}
.menu-header .inner.flexbox-wrapper {
    justify-content: space-between;
}

div#navbar {
    order: initial;
    flex-basis: initial;
    width: initial;
    align-self: center;
}
section.contact-laag {
    padding-top: 80px;
} 
div#navbar ul.sub-menu li a:hover {
    font-weight: bold;
}

div#navbar ul.sub-menu li a:before {
    opacity: 0;
}
div#navbar ul.sub-menu li {
    margin: 0;
    border-bottom: 1px solid rgb(0 56 85 / 25%);
}
div#navbar ul.sub-menu li a {
    margin: 0;
    padding: 10px 30px;
    padding-right: 80px;
    font-weight: bold;
}
div#navbar ul.sub-menu li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(https://www.comeback-reintegratie.nl/wp-content/uploads/2021/06/angle-arrow-down.svg) no-repeat;
    background-size: contain;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

div#navbar ul.sub-menu li a:hover {
    background: #AFC3CB;
    color: #003855;
}
div#navbar ul.sub-menu {
    max-height: 300px;
    display: block;
    background: white;
    top: 50px;
    padding-top: 25px;
    border-radius: 0px 0px 10px 10px;
}
body:not(.home) .diensten-wrapper.flexbox-wrapper {
    margin-top: 60px;
    justify-content: center;
}
body:not(.home) .diensten-wrapper.flexbox-wrapper .dienst-item {
    margin-left: 10px;
    margin-right: 10px;
}

}
@media (min-width:1440px) {
}

@media (max-width: 1024px) {
    input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
    a[href^="tel"] {
       
        text-decoration: none;
    }
}