/*
Theme Name: Fysiotherapie Muijselaar
Theme URI: http://www.fysiotherapiemuijselaar.nl
Description: Thema voor de website van Fysiotherapie Muijselaar
Version: 1.0
Author: DesignUp
License: All Rights Reserved
*/


/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* -- Algemeen -- */

body {
    font-family: Avenir, sans-serif;
    font-size: 14px;
    color: #555555;
    font-weight: 200;
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    -webkit-text-size-adjust: 100%;
}

.wrapper {
    overflow-x: hidden;
    margin: 0 20px 20px 20px;
    box-sizing: border-box;
}

a {
    color: #555555;
    text-decoration: none;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
}

a:hover {
    color: #f57700;
}

.clear {
    clear: both;
}

input,
textarea,
select {
    outline: 0;
}

textarea {
    border-radius: 0;
}

select,
input[type="submit"],
input[type="text"],
input[type="date"],
input[type="email"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}


/* -- Header -- */

.contact_info {
    float: right;
    margin-top: 15px;
}

.contact_info .mail {
    margin-right: 25px;
    float: left;
}

.contact_info .telephone {
    float: left;
}

.contact_info .mail::before {
    font-family: FontAwesome, sans-serif;
    content: '\f0e0';
    margin-right: 10px;
    color: #f57700;
}

.contact_info .telephone::before {
    font-family: FontAwesome, sans-serif;
    content: '\f095';
    margin-right: 10px;
    color: #f57700;
}

.header {
    width: 100%;
    background-color: #ffffff;
    clear: both;
}

.header_in {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

.header .logo {
    margin: 15px 0;
    float: left;
}

.header .logo img {
    height: 120px;
    width: 190px;
}

.menu_header {
    clear: right;
    float: right !important;
}

.header .menu li {
    float: left;
    margin-top: 50px;
}

.header .menu li a {
    padding: 0 30px;
    line-height: 20px;
    position: relative;
}

.header .menu li:first-child a {
    padding-left: 0px;
}

.header .menu li:last-child a {
    padding-right: 0px;
}

.menu_icon,
.menu_close {
    display: none;
}

.header li.current_page_item a,
.header li.current-page-ancestor a {
    color: #f57700;
}


/* -- Content -- */

.content_in {
    width: 1180px;
    margin: 0 auto;
}

.content_in p {
    line-height: 20px;
}

.content_in strong {
    font-weight: 700;
}

.content_in h1 {
    font-weight: 700;
    color: #005daa;
    margin-bottom: 30px;
    font-size: 30px;
    padding: 0 20px 0 0;
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    line-height: 42px;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.content_in .kop_h1::after {
    content: " ";
    width: calc(100% - 15px);
    height: 1px;
    background-color: #f57700;
    display: block;
    top: 22px;
    position: absolute;
    z-index: 1;
}

.content_in .photo_h1::after {
    width: calc(100% - 20px);
}

.content_in h2 {
    font-weight: 700;
    font-size: 24px;
    background-color: #ffffff;
    margin: 15px 0 15px 0;
    position: relative;
    display: block;
    z-index: 2;
    line-height: 36px;
}

.content_in h2.h2_lijn {
    padding: 0 20px;
    margin: 0;
    display: inline-block;
}

.content_in h2.widgettitle {
    background-color: #005daa;
    color: #ffffff;
    padding: 20px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    line-height: 20px;
}

.content_in .widget_nav_menu .menu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.content_in .widget_nav_menu li.current-menu-item a {
    color: #f57700 !important;
    background-color: #fafafa;
}

.content_in .widget_nav_menu .menu li a {
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    display: block;
    color: #555555;
    position: relative;
}

.content_in .widget_nav_menu .menu li a::after {
    font-family: FontAwesome, sans-serif;
    content: '\f105';
    color: #f57700;
    position: absolute;
    right: 20px;
}

.content_in .widget_nav_menu li.current-menu-item a::after {
    content: none;
}

.content_in .widget_nav_menu .menu li a:hover {
    color: #f57700;
    background-color: #fafafa;
}

.content_in table {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.content_in table tbody {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.content_in table tr td {
    padding: 15px;
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    line-height: 20px;
}

.content_in .contact table tr td {
    padding: 20px;
}

.content_in table tbody tr>td {
    border-right: 1px solid #e6e6e6;
}

.content_in table tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.content_in .contact table tbody tr:nth-child(odd) {
    background-color: transparent;
}

.content_in table thead tr {
    background-color: #005daa;
    color: #ffffff;
    font-weight: 700;
}

.content_in .contact table a {
    color: #555555;
}

.content_in .contact table a:hover {
    color: #f57700;
}

.content_in .contact table a.mail::before {
    font-family: FontAwesome, sans-serif;
    content: '\f0e0';
    margin-right: 10px;
    color: #f57700;
}

.content_in .contact table a.telephone::before {
    font-family: FontAwesome, sans-serif;
    content: '\f095';
    margin-right: 10px;
    color: #f57700;
}

.content_in .contact table span.adress::before {
    font-family: FontAwesome, sans-serif;
    content: '\f041';
    margin-right: 10px;
    color: #f57700;
    margin-top: 7px;
    display: inline-block;
    float: left;
}

.kop_h2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_in .blauw_vlak h2 {
    color: #ffffff;
    background-color: #005daa;
    z-index: 2;
    margin: 0 auto;
}

.content_in .blauw_vlak .kop_h2::after {
    content: " ";
    width: calc(100% - 15px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    top: 18px;
    position: absolute;
    z-index: 1;
}

.content_in .kop_h2::after {
    content: " ";
    width: calc(100% - 15px);
    height: 1px;
    background-color: rgba(85, 85, 85, 0.15);
    display: block;
    top: 18px;
    position: absolute;
    z-index: 1;
}

.content_in .call_to_action_home h2 {
    padding: 0;
    color: #ffffff;
    background-color: transparent;
    margin: 0 0 20px 0;
}

.content_in .call_to_action_home p {
    color: #ffffff;
}

.content_in .call_to_action h2 {
    padding: 0;
    color: #005daa;
    margin: 0 0 20px 0;
}

.content_in .call_to_action a.telephone,
.content_in .call_to_action a.mail {
    color: #555555;
    display: inline-block;
}

.content_in .call_to_action a.telephone:hover,
.content_in .call_to_action a.mail:hover {
    color: #f57700;
}

.content_in .call_to_action a.mail::before {
    font-family: FontAwesome, sans-serif;
    content: '\f0e0';
    margin-right: 10px;
    color: #f57700;
}

.content_in .call_to_action a.telephone::before {
    font-family: FontAwesome, sans-serif;
    content: '\f095';
    margin-right: 10px;
    color: #f57700;
}

.content_in .call_to_action a.mail {
    margin-right: 20px;
}

.content_in h3 {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
}

.content_in li {
    line-height: 20px;
    list-style-type: disc;
    margin-left: 18px;
}

.content_in .diensten ul {
    background-color: #ffffff;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border-bottom-right-radius: 20px;
}

.content_in .diensten h2 {
    font-size: 12px;
    color: #ffffff;
    background-color: #f57700;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 0px;
}

.content_in .head h1 {
    color: #ffffff;
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
    text-shadow: 0px 0px 100px #000000;
}

.content_in .head h1 strong {
    font-weight: 700;
}

.content_in .head {
    background-attachment: fixed !important;
    background-position: center !important;
}

.content_in .quote p {
    font-weight: 700;
    color: #233150;
    font-size: 24px;
    line-height: 32px;
}

.content_in a {
    color: #f57700;
}

.content_in a:hover {
    color: #333333;
}

.content_in a.button {
    background-color: #f57700;
    border-bottom-left-radius: 10px;
    padding: 15px 20px;
    color: #ffffff;
    display: inline-block;
    border: 1px solid #f57700;
    margin-top: 30px;
}

.content_in a.button:hover {
    background-color: transparent;
    color: #f57700;
}

.content_in a.cursus {
    background-color: #f9f9f9;
    padding: 30px;
    box-sizing: border-box;
    display: block;
    color: #555555;
}

.content_in a.cursus:hover {
    background-color: #005daa;
    color: #ffffff;
}

.content_in .company_button {
    border-radius: 0 0 20px 0;
    display: block;
    position: relative;
    overflow: hidden;
}

.content_in .company_button p {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 5;
    border-top: 1px solid #f2f2f2;
}

.content_in .company_button a {
    padding: 20px;
    width: calc(100% - 45px);
    border-left: 5px solid #f57700;
    display: block;
    position: relative;
    color: #f57700;
    z-index: 5;
}

.content_in .company_button a::after {
    position: absolute;
    font-family: FontAwesome;
    content: '\f105';
    right: 20px;
    top: 20px;
    font-size: 14px;
}

.content_in .company_button p:hover a {
    color: #ffffff !important;
}

.content_in .company_button::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f57700;
    border-radius: 0 0 20px 0;
    content: "";
    z-index: 4;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -webkit-transform: translate(-105%, 0);
    -moz-transform: translate(-105%, 0);
    -ms-transform: translate(-105%, 0);
    -o-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
}

.content_in .company_button:hover::before {
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.content_in .test .wpb_wrapper {
    display: table;
}

.company_head {
    height: 150px;
    color: #ffffff;
    font-weight: 600;
}

.company_head>div {
    display: table;
    overflow: hidden;
    height: 150px;
    width: 100%;
}

.company_head p {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 24px;
}

.content_in .wpcf7-form input[type="text"],
.content_in .wpcf7-form input[type="email"],
.content_in .wpcf7-form input[type="tel"],
.content_in .wpcf7-form textarea {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    font-size: 14px;
    color: #555555;
    font-family: Arial;
}

.content_in .wpcf7-form input[type="submit"] {
    border-bottom-left-radius: 10px;
    padding: 15px 20px;
    box-sizing: border-box;
    outline: none;
    background-color: #f57700;
    text-align: center;
    border: 1px solid #f57700;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    float: right;
    font-size: 14px;
}

.content_in .wpcf7-form input[type="submit"]:hover {
    background-color: transparent;
    color: #f57700;
}

.content_in span.wpcf7-not-valid-tip {
    display: none !important;
}

.content_in .wpcf7-not-valid {
    border: 1px solid #f57700 !important;
}

.content_in div.wpcf7-response-output {
    margin: 68px 0 0 0 !important;
    background-color: #f57700;
    color: #ffffff;
    padding: 15px !important;
    border: 0 !important;
    line-height: 20px;
    border-bottom-left-radius: 10px;
    clear: both;
}

.content_in .afspraak_form div.wpcf7-response-output {
    margin: 88px 0 0 0 !important;
}

.content_in div.wpcf7 .ajax-loader {
    display: none !important;
}

.content_in .wpcf7-form .checkboxes_time {
    margin-bottom: 20px;
    display: block;
}

.content_in .wpcf7-form .checkboxes_time .wpcf7-checkbox {
    padding: 5px;
}

.content_in .wpcf7-form .checkboxes_time .wpcf7-list-item.first {
    margin-left: 0 !important;
}

.content_in .round_corner .vc_column-inner,
.content_in .round_corner {
    border-bottom-right-radius: 20px;
}

.content_in a.contact_mail,
.content_in a.contact_tel {
    display: inline-block;
    padding: 15px;
    border: 1px solid #333333;
    border-radius: 5px;
    color: #333333;
}

.content_in a.contact_mail:hover,
.content_in a.contact_tel:hover {
    background-color: #f57700;
    border: 1px solid #f57700;
    color: #ffffff;
    border-radius: 5px;
}

.content_in a.contact_tel::before {
    font-family: FontAwesome, sans-serif;
    content: '\f095';
    margin-right: 8px;
}

.content_in a.contact_tel::after {
    font-family: FontAwesome, sans-serif;
    font-size: 8px;
    content: "\f111";
    color: green;
    margin-left: 8px;
}

.content_in a.contact_mail::before {
    font-family: FontAwesome, sans-serif;
    content: '\f0e0';
    margin-right: 8px;
}

.content_in .wpb_revslider_element h1 {
    background-color: transparent;
    color: #ffffff;
    text-align: right;
    padding: 0;
    font-size: 30px !important;
    margin-bottom: 30px !important;
    line-height: 42px !important;
}

.content_in .wpb_revslider_element p {
    color: #ffffff;
    text-align: right;
    font-size: 14px !important;
    line-height: 20px !important;
}

.content_in .wpb_revslider_element a.button {
    float: none;
    clear: both;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 15px 20px !important;
    display: inline-block !important;
    margin-top: 30px !important;
    -webkit-transition: 300ms ease all !important;
    -moz-transition: 300ms ease all !important;
    -o-transition: 300ms ease all !important;
    transition: 300ms ease all !important;
    -webkit-appearance: none;
}

.content_in .wpb_revslider_element a.button:hover {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}

.content_in .wpb_revslider_element .tp-caption {
    text-align: right;
    max-width: 580px !important;
}

.content_in .slotholder::before {
    min-width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    background-color: transparent;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    content: '';
    display: block;
    position: absolute;
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
}

.content_in .cursus_div div {
    height: 100%;
}

/* -- Footer -- */

.footer {
    width: 100%;
    padding: 60px 0;
    background-color: #555555;
    color: #ffffff !important;
}

.footer_bar {
    width: 100%;
    padding: 20px 0;
    background-color: #444444;
    color: #ffffff !important;
    line-height: 20px;
}

.footer_bar .footer_bar_left {
    float: left;
}

.footer_bar .footer_bar_left ul li {
    float: left;
    margin-right: 20px;
}

.footer_bar .footer_bar_right {
    float: right;
}

.footer a,
.footer_bar a {
    color: #ffffff;
}

.footer a:hover,
.footer_bar a:hover {
    color: #f57700;
}

.footer .footer_block {
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    width: calc(25% + 5px);
}

.footer div.footer_block:first-child {
    padding-left: 0;
    width: calc(25% - 15px);
}

.footer .footer_block h3 {
    margin-bottom: 25px;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    background-color: #555555;
    position: relative;
    z-index: 2;
    padding-right: 20px;
}

.footer .footer_block>div::after {
    content: " ";
    width: calc(100% - 20px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    top: 12px;
    position: absolute;
    z-index: 1;
}

.footer .footer_block table {
    width: 100%;
}

.footer .footer_block table tr td {
    width: 50%;
    line-height: 20px;
}

.footer p {
    line-height: 20px;
}

.footer p strong {
    font-weight: 600;
}

.footer a.fas {
    width: 35px;
    height: 35px;
    background-color: #f57700;
    border-radius: 5px;
    display: inline-block;
    margin-top: 30px;
    position: relative;
    margin-right: 10px;
    border: 1px solid #f57700;
}

.footer a.fas:hover {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.footer .fa-envelope:before,
.footer .fa-phone:before {
    font-family: FontAwesome;
    position: absolute;
}

.footer .fa-envelope:before {
    top: 7.5px;
    left: 10.5px;
    font-size: 15px;
}

.footer .fa-phone:before {
    top: 7.5px;
    left: 11.5px;
    font-size: 16px;
}

.footer .menu li {
    line-height: 20px;
}

.footer_in,
.footer_bar_in {
    width: 1180px;
    margin: 0 auto;
}

.footer_block {
    float: left;
}

.footer .menu li {
    margin-bottom: 10px;
}

.footer .menu li:last-child {
    margin-bottom: 0;
}

.footer .menu li::before {
    font-family: FontAwesome, sans-serif;
    content: '\f105';
    color: #ffffff;
    margin-right: 10px;
}

.footer a.telephone::before {
    font-family: FontAwesome, sans-serif;
    content: '\f095';
    margin-right: 10px;
    color: #ffffff;
}

.footer a.mail::before {
    font-family: FontAwesome, sans-serif;
    content: '\f0e0';
    margin-right: 10px;
    color: #ffffff;
}

.footer span.adress::before {
    font-family: FontAwesome, sans-serif;
    content: '\f041';
    margin-right: 10px;
    color: #ffffff;
    margin-top: 5px;
    display: inline-block;
    float: left;
}

.footer a.mail {
    display: block;
    line-height: 20px;
}

.footer span.adress,
.footer a.telephone {
    display: block;
    margin-bottom: 15px;
    line-height: 20px;
}


/* -- Mobile and tablet -- */

@media only screen and (max-width: 1180px) {
    body {
        width: 100% !important;
        overflow-x: hidden;
    }
    .top_bar_in,
    .header_in,
    .content_in {
        width: 100%;
        box-sizing: border-box;
    }
    .content_in .wpb_revslider_element h1 {
        line-height: 42px !important;
    }
    .footer_in,
    .footer_bar_in {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .page_title_wrapper {
        left: 20px;
    }
    .contact_form_sidebar .vc_column-inner {
        margin-top: 0px !important;
    }
    .contact_form_sidebar .vc_column-inner .vc_row {
        padding-right: 10px !important;
    }
    .footer_block,
    .footer_bar {
        width: 100% !important;
        clear: both;
    }
    .footer_block {
        margin-top: 40px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .footer .footer_block>div::after {
        width: 100%;
    }
    .footer div.footer_block:first-child {
        margin-top: 0 !important;
    }
    .content_in .head {
        background-attachment: scroll !important;
    }
    .blauw_vlak {
        padding: 0 40px !important;
    }
    .menu_icon {
        display: block;
        position: absolute;
        top: 76.5px;
        right: 0px;
        cursor: pointer;
        width: 30px;
        height: 30px;
    }
    .menu_close {
        display: block;
        position: absolute;
        top: 30px;
        right: 20px;
        cursor: pointer;
        width: 30px;
        height: 30px;
    }
    .header .menu_header {
        background-color: #555555;
        position: fixed;
        top: 0;
        width: 100%;
        height: calc(100% - 70px) !important;
        -webkit-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        -ms-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        -webkit-transform: translate(-105%, 0);
        -moz-transform: translate(-105%, 0);
        -ms-transform: translate(-105%, 0);
        -o-transform: translate(-105%, 0);
        transform: translate(-105%, 0);
        overflow: auto;
        z-index: 99;
        padding-top: 70px;
    }
    .header .menu_header.active {
        left: 0;
        -webkit-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        -ms-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .header .menu_header .menu li {
        clear: both;
        max-width: 100% !important;
        width: 100% !important;
        margin-top: 0;
        position: relative;
        height: 60px;
        line-height: 60px;
        width: 100% !important;
    }
    .header .menu_header .menu li a {
        line-height: 60px;
        display: block;
        float: left;
        border-right: 0 !important;
        border-left: 0 !important;
        padding: 0 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-align: left;
        color: #ffffff;
        background-color: #555555;
        z-index: 1;
        font-size: 18px;
    }
    .header .menu_header .menu li::after {
        position: absolute;
        height: 1px;
        width: calc(100% - 20px);
        top: 30px;
        left: 0;
        background-color: rgba(255, 255, 255, 0.5);
        content: '';
    }
    .header .menu_header .menu li.current_page_item::after,
    .header .menu_header .menu li.current-page-ancestor::after,
    .header .menu_header .menu li.current-menu-item::after {
        background-color: #f57700;
    }
    .header li.current_page_item a,
    .header li.current-page-ancestor a,
    .header li.current-menu-item a {
        color: #f57700 !important;
        font-weight: 800;
    }
    .menu_close {
        position: absolute;
        right: 20px;
        top: 20px;
        display: block;
        z-index: 120;
    }
    .content_in .test .wpb_wrapper {
        display: block;
    }
    .content_in .wpb_revslider_element .tp-caption {
        padding: 0 20px !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }
}


/* -- Mobile -- */

@media only screen and (max-width: 768px) {
    body {
        font-size: 14px !important;
        width: 100%;
        overflow-x: hidden;
    }
    .content_in .diensten h2 {
        font-size: 14px;
    }
    .content_in .wpcf7-form input[type="text"],
    .content_in .wpcf7-form textarea {
        font-size: 14px !important;
    }
    .content_in p {
        line-height: 24px;
    }
    .top_bar .right_info {
        display: none;
    }
    .vc_row div.wpb_column {
        margin-bottom: 40px;
    }
    .intro div.vc_col-sm-2,
    .intro div.vc_col-sm-8 {
        margin-bottom: 0px;
    }
    .vc_row div.wpb_column:last-child {
        margin-bottom: 0px;
    }
    .header_in .mail {
        display: none;
    }
    .header_in .logo {
        clear: both;
    }
    .menu_icon {
        top: 86.5px;
    }
    .footer_bar_left,
    .footer_bar_right {
        clear: both;
        width: 100%;
        text-align: center;
    }
    .footer_bar_left {
        margin-bottom: 20px;
    }
}


/* -- Tablet -- */

@media only screen and (min-width: 768px) and (max-width: 1100px) {}

.footer .footer_block table {
    width: 100%;
}