/*
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%;
}
body {
    margin: 0;
    font-family: 'IBM Plex Sans', 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;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html, button, input, select, textarea {}
small {
    font-size: small;
}
.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;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
}
h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2.5rem;
}
h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2rem;
}
h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.5rem;
}
h1 span,h2 span,h3 span {
    font-weight: 300;
}
.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 {
    margin: 15px 0;
}
.error404 .page-title {
    font-size: 3rem;
}
.home-link {
    position: relative;
    display: block;
    width:100%;
    max-width: 150px;
}
a.home-link {
    height: 85px;
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/SS_Logo_Footer.svg) no-repeat;
    position: absolute;
    z-index: 10;
    top: -35px;
    background-size: contain;
    background-position: 0% 0%;
    max-width: 85px;
    left: 20px;
}
div#navbar ul#primary-menu li a {
    color: white;
    padding: 0px 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}

div#navbar.open ul#primary-menu {
    max-height: 400px;
   
    padding: 20px 0px;
    padding-top: 40px;
}
div#navbar ul#primary-menu:after {
    content: '';
    display: block;
    width: 70%;
    height: 70%;
    position: absolute;
    background: url(https://www.smile-security.nl/wp-content/uploads/2020/03/BG_icon.png) no-repeat;
    bottom: 0;
    right: -40px;
    background-size: cover;
    background-position: 0% 0%;
    opacity: .4;
}
div#navbar ul#primary-menu {
     background: rgb(255,55,45);
    background: -moz-linear-gradient(45deg, rgba(255,55,45,1) 0%, rgba(205,7,6,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,55,45,1) 0%,rgba(205,7,6,1) 100%);
    background: linear-gradient(45deg, rgba(255,55,45,1) 0%,rgba(205,7,6,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff372d', endColorstr='#cd0706',GradientType=1 );
    color: white;
}
.menu {
    width: 25px;
    height: 25px;
    position: relative;
    align-self: center;
    margin-left: 20px;
}
.menu.open span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 12.5px;
}

.menu.open span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 12.5px;
}
.menu.open span:nth-of-type(2) {
    right: -60px;
    opacity: 0;
}
.menu span:nth-of-type(3) {
    top: 23px;
}

.menu span:nth-of-type(2) {
    top: 11.5px;
}
.menu span {
    width: 100%;
    height: 2px;
    background: white;
    display: block;
    position: absolute;
    top: 0;
    transition: .2s ease-in-out;
}
.home-link img {
    width: 100%;
    display:block;
}
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;
    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: ;
}
/**
 * Standaard
 * ----------------------------------------------------------------------------
 */

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


.menu-toggle {
    display:none;
}

.topNav a {
    color: white;
    text-decoration: none;
}

.topNav ul {
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
}
.topNav ul:first-of-type {
    display: none;
}
.topNav {
    position: relative;
    background: #0d0d0d;
    color: white;
    padding: 10px 0px;
}
.topNav ul li {
    margin: 0;
}
div#navbar ul.nav-menu {
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: .3s ease-in-out;
}
.owl-stage-outer, .owl-stage, .owl-item, .owl-item .slide {
    height: 100%;
}

.home-slider {
    height: 80vh;
    position: relative;
}
.owl-item .slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
a.c-btn:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/Pijl_rood.svg) no-repeat;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}
section.contact-laag .c-btn:after {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/Pijl_wit.svg) no-repeat;
}
.slide a.c-btn:after {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/Pijl_wit.svg) no-repeat;
    transition: .1s ease-in-out;
}
.slide .inner a.c-btn:hover:after {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/Pijl_rood.svg) no-repeat;
}
.slide .inner a.c-btn {
    color: white;
}
.owl-item .slide .inner div p {
    font-style: italic;
    font-size: 18px;
    margin: 0;
}
.owl-item .slide .inner h2 {
    color: white;
    font-size: 1.75rem;
    line-height: 1.4;
}
.owl-item .slide .inner {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    padding: 0px 20px;
    color: white;
}
.owl-item .slide:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.breadcrumb ol a, .breadcrumb ol li {
    font-size: 13px;
}

.breadcrumb ol a {
    color: black;
    text-decoration: none;
}
.breadcrumb ol {
    list-style-type: none;
}
.breadcrumb {
    margin-bottom: 20px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 1.8;
    position: relative;

}
.diensten-wrapper .dienst p {
    margin-bottom: 0;
}

.diensten-wrapper .dienst h3 {
    margin: 0;
    margin-top: 10px;
    font-weight: bold;
}
.diensten-wrapper .dienst span.icon {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 50%;
    display: block;
}
.diensten-wrapper .dienst a {
    display: block;
    height: 100%;
    width: 100%;
    transition: .1s ease-in-out;
    padding: 20px;
    text-decoration: none;
    color: black;
}
.diensten-wrapper .dienst a:hover {
    box-shadow: 1px 1px 10px 0px #cacaca;
    border-radius: 3px;
}
.dienst .arrow {
    display: block;
    width: 15px;
    height: 15px;
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/Pijl_los_rood.svg) no-repeat;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-size: 15px;
    background-position: center center;
}
.vacatures-overzicht .vacature h3 {
    line-height: 1;
    font-weight: bold;
    color: #e30f13;
}

.vacatures-overzicht .vacature {
    background: white;
    padding: 20px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 20px;
}
.vacatures-overzicht {
    margin-top: 20px;
}
.werkleren a.c-btn {
    color: white;
    border-bottom: 2px solid white;
}

.werkleren {
    background: #0d0d0d;
    color: white;
    padding: 20px;
    position: relative;
    border-radius: 3px;
    margin-bottom: 20px;
}
.openvacature a.c-btn:after, .werkleren a.c-btn:after {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/Pijl_wit.svg) no-repeat;
}
.openvacature a.c-btn {
    color: white;
    border-bottom: 2px solid white;
}

.openvacature h2 {
    color: white;
}
.openvacature {
    padding: 20px;
    position: relative;
    border-radius: 3px;
    color: white;
    background: rgb(255,55,45);
    background: -moz-linear-gradient(45deg, rgba(255,55,45,1) 0%, rgba(205,7,6,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,55,45,1) 0%,rgba(205,7,6,1) 100%);
    background: linear-gradient(45deg, rgba(255,55,45,1) 0%,rgba(205,7,6,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff372d', endColorstr='#cd0706',GradientType=1 );
    width: 100%;
}
.dienst.contact span.arrow {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/Pijl_wit_los.svg) no-repeat;
    background-size: 15px;
    background-position: center center;
}
.diensten-wrapper .dienst.contact h3 {
    color: white;
}
.diensten-wrapper .dienst.wrapper {
    background: transparent;
    margin-bottom: 0;
}
.diensten-wrapper .dienst.wrapper .dienst {
    flex-basis: 100%;
    width: 100%;
}

.diensten-wrapper .dienst.contact {
    background: rgb(255,55,45);
    background: -moz-linear-gradient(45deg, rgba(255,55,45,1) 0%, rgba(205,7,6,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,55,45,1) 0%,rgba(205,7,6,1) 100%);
    background: linear-gradient(45deg, rgba(255,55,45,1) 0%,rgba(205,7,6,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff372d', endColorstr='#cd0706',GradientType=1 );
    color: white;
    margin-bottom: 0;
}
.diensten-wrapper .dienst.contact span.icon {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/BelDiensten_icon.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}
.diensten-wrapper .dienst {
    flex-basis: 100%;
    width: 100%;
    position: relative;
    background: white;
    border-radius: 3px;
    margin-bottom: 20px;
}
div#navbar ul li {
    margin: 0;
}
div#navbar {
    flex-basis: 100%;
    width: 100%;
}
ul.social li {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}
ul.social li a {
    display: block;
    width: 100%;
    height: 100%;
}
ul.social li.twitter {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/TW_Icon.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}

ul.social li.linkedin {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/IN_Icon.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}
ul.social li.facebook {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/FB_Icon.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}
ul.social li.linkedin:hover {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/IN_Icon_rood.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}

ul.social li.twitter:hover {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/TW_Icon_rood.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}
ul.social li.facebook:hover {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/FB_Icon_rood.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}
ul.social {
    margin-left: 10px;
    display: flex;
}
.topNav .flexbox-wrapper {
    align-items: center;
    justify-content: flex-end;
}
ul#primary-menu a {
    text-decoration: none;
}

ul#primary-menu {
    list-style-type: none;
}
div#navbar ul li a:hover {
    color: #e30f13;
}
.slide .inner a.c-btn:hover {
    color: #d5d5d5;
}


.topNav a:hover {
    color: #e1e1e1;
}

section.intro-laag h1 {
    line-height: 1;
    font-size: 2rem;
    font-weight: bold;
    color: #e30f13;
}

section.intro-laag, section.diensten-laag, section.contact-laag {
    background: #edf0f3;
    padding: 40px 0px;
    position: relative;
}
section.diensten-laag {
    padding-top: 0;
}
section.intro-laag .tekst {
    background: white;
    padding: 20px;
    border-radius: 3px;
}
a.c-btn {
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    text-decoration: none;
    font-size: 14px;
    display: table;
    margin-top: 20px;
    transition: .1s ease-in-out;
    letter-spacing: .5px;
    border-bottom: 2px solid #e30f13;
    position: relative;
}
.page-bedankt div.left > a.c-btn {
    display: none;
}
a.c-btn:hover {
    color: #e30f13;
}
.openvacature a.c-btn:hover {
    color: #edf0f3;
}
.sub-paginacontent .left h1 {
    line-height: 1;
    font-size: 2rem;
    font-weight: bold;
    color: #e30f13;
}

.sub-paginacontent .left {
    background: white;
    padding: 20px;
    border-radius: 3px;
}
.page-vacatures .sub-paginacontent .left {
    background: transparent;
    padding: 0;
    margin-top: 20px;
    flex-basis: 100%;
    width: 100%;
}
.page-projecten .sub-paginacontent .left {
    background: transparent;
    padding: 0;
    flex-basis: 100%;
    margin-top: 20px;
    width: 100%;
}
.page-diensten .sub-paginacontent .left {
    background: transparent;
    padding: 0;
    margin-top: 20px;
    border-radius: 0;
    flex-basis: 100%;
    width: 100%;
}
body:not(.home) section.contact-laag .left {
    background: transparent;
    padding: 0;
    flex-basis: 100%;
    width: 100%;
}
.merken-laag {
    padding: 20px 0px;
}

.klant-slide {
    height: 120px;
    overflow: hidden;
}
.klant-slide {
    height: 120px;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
body:not(.home) section.contact-laag {
    padding: 0;
}
header#masthead {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
.menuNav .inner {
    padding: 0px;
}
.page-diensten .diensten-wrapper.flexbox-wrapper {
    margin-top: 20px;
}
.sub-paginacontent {
    background: #edf0f3;
    padding: 40px 0px;
    position: relative;
}
.teamplayer a {
    color: white;
    border-bottom: 2px solid white;
}

.teamplayer h2 {
    color: white;
    margin-bottom: 0;
    font-size: 17px;
}
.teamplayer a:hover {
    color: #edf0f3;
}
.teamplayer a.c-btn:after {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/Pijl_wit.svg) no-repeat;
}
.teamplayer {
    background: rgb(255,55,45);
    background: -moz-linear-gradient(45deg, rgba(255,55,45,1) 0%, rgba(205,7,6,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,55,45,1) 0%,rgba(205,7,6,1) 100%);
    background: linear-gradient(45deg, rgba(255,55,45,1) 0%,rgba(205,7,6,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff372d', endColorstr='#cd0706',GradientType=1 );
    color: white;
    margin-top: 20px;
    padding: 20px;
    border-radius: 3px;
}
span.afbeelding-overons {
    display: block;
    height: 250px;
    background: url(https://www.smile-security.nl/wp-content/uploads/2020/03/security_team.jpg) no-repeat;
    background-size: 140%;
    background-position: 60% 80%;
    margin-top: 20px;
    border-radius: 3px;
}
body.diensten-mobiele-surveillanten span.afbeelding-overons {
    background: url(https://www.smile-security.nl/wp-content/uploads/2020/05/diensten-mobiele-surveillance.jpg) no-repeat;
    background-size: cover;
    background-position: bottom right;
}
body.diensten-receptionisten span.afbeelding-overons {
    background: url(https://www.smile-security.nl/wp-content/uploads/2020/05/receptioniste-beveiliging.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
body.diensten-hondengeleiders span.afbeelding-overons {
    background: url(https://www.smile-security.nl/wp-content/uploads/2020/03/Industrie-3.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
body.diensten-brandwachten span.afbeelding-overons {
    background: url(https://www.smile-security.nl/wp-content/uploads/2024/02/Brandwacht-1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.postid-77 span.afbeelding-overons {
    background: url(https://www.smile-security.nl/wp-content/uploads/2024/02/ESO-1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0;
}
body.diensten-horeca-portiers span.afbeelding-overons {
    background: url(https://www.smile-security.nl/wp-content/uploads/2020/03/Haven-3.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
body.diensten-verkeersregelaars span.afbeelding-overons {
    background: url(https://www.smile-security.nl/wp-content/uploads/2024/02/verkeersregelaar-1_compressed.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.projecten-grid .project-foto a {
    display: block;
    width: 100%;
    height: 100%;
}

.projecten-grid .project-foto:nth-of-type(1), .projecten-grid .project-foto:nth-of-type(7), .projecten-grid .project-foto:nth-of-type(13), .projecten-grid .project-foto:nth-of-type(19), .projecten-grid .project-foto:nth-of-type(23) {
    flex-basis: calc(60% - 5px);
    width: calc(60% - 5px);
}
.projecten-grid .project-foto:nth-of-type(5), .projecten-grid .project-foto:nth-of-type(10), .projecten-grid .project-foto:nth-of-type(15), .projecten-grid .project-foto:nth-of-type(20), .projecten-grid .project-foto:nth-of-type(25) {
    flex-basis: 100%;
    width: 100%;
}
.projecten-grid .project-foto {
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 10px;
    flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
    transition: .1s ease-in-out;
}
.projecten-grid .project-foto:hover {
    opacity: .8;
}
.projecten-grid .project-foto:nth-of-type(2), .projecten-grid .project-foto:nth-of-type(6), .projecten-grid .project-foto:nth-of-type(14), .projecten-grid .project-foto:nth-of-type(18), .projecten-grid .project-foto:nth-of-type(24) {
    flex-basis: calc(40% - 5px);
    width: calc(40% - 5px);
}
.projecten-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    max-width: 1100px;
}
.projecten-slider {
    margin-top: 40px;
    height: 300px;
    padding: 0px 20px;
}
.projecten-slider .owl-item > div > a {
    display: block;
    width: 100%;
    height: 100%;
}

.projecten-slider .owl-item > div {
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: .1s ease-in-out;
    background-repeat: no-repeat;
}
.projecten-slider .owl-item > div:hover {
    opacity: .8;
}
body.page-over-ons span.afbeelding-overons {
    background: url(https://www.smile-security.nl/wp-content/uploads/2025/01/nieuwe-foto-over-ons.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
body.diensten-evenementen-beveiliging span.afbeelding-overons {
    background: url(https://www.smile-security.nl/wp-content/uploads/2024/02/evenement-1.jpg) no-repeat;
    background-size: cover;
    background-position: center top 25%;
}
body.diensten-objectbeveiligers span.afbeelding-overons {
    background: url(https://www.smile-security.nl/wp-content/uploads/2020/05/diensten-object.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
body.diensten-service-medewerker span.afbeelding-overons {
    background: url(https://www.smile-security.nl/wp-content/uploads/2024/02/service-1_compressed.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.vacatures-service-doorgroei-tot-event-security-officer span.afbeelding-overons {
    margin-bottom: 0 !important;
    background: url(https://www.smile-security.nl/wp-content/uploads/2024/02/Service-2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 350px !important;
}
h2 {
    font-weight: bold;
    color: #e30f13;
    line-height: 1;
}
section.contact-laag .left div ul.social li {
    margin-right: 10px;
}

section.contact-laag .left div ul.social {
    margin-left: 0;
    margin-top: 20px;
}
section.projecten-laag {
    position: relative;
    padding: 40px 0px;
    background: #0d0d0d;
    color: white;
}
.projecten-laag a.c-btn {
    color: white;
}
.projecten-laag a.c-btn:hover {
    color: #e30f13;
}
section.contact-laag .left p {
    margin-top: 0;
}

section.contact-laag .c-btn {
    color: white;
    border-bottom: 2px solid white;
}
section.contact-laag .c-btn:hover {
    color: black;
    border-bottom: 2px solid black;
}
section.contact-laag .left h4 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}
section.contact-laag .left div{
    background: #e30f13;
    position: relative;
    color: white;
    padding: 20px;
    border-radius: 3px;
}
ul h5 {
    font-weight: bold;
    font-size: 1.15rem;
    margin: 0;
}

ul {
    list-style-type: none;
}
.formulier {
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 3px;
    margin-top: 20px;
}
section.footer-links h5 {
    color: #e30f13;
}

section.footer-links a {
    color: white;
    transition: .1s ease-in-out;
    text-decoration: none;
}
section.footer-links .inner ul li a:hover {
    color: #e30f13;
}
form .col label {
    flex-basis: 100%;
    width: 100%;
}
body.page-contact .formulier h1 {
    font-weight: bold;
    color: #e30f13;
    line-height: 1;
}
body.page-contact .left h4 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1;
}

body.page-contact .left ul li {
    margin: 0;
    line-height: 2;
}
body.page-contact .left ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
body.page-contact .left ul li a:hover {
    text-decoration: underline;
}
section.contact-laag .left div ul.social li.facebook:hover {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/FB_Icon.svg) no-repeat;
    opacity: .7;
}
form .col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    text-decoration: none;
    font-size: 14px;
    display: table;
    transition: .1s ease-in-out;
    letter-spacing: .5px;
    border-bottom: 2px solid #e30f13;
    position: relative;
    background: none;
    margin-top: 10px;
    padding: 0px;
    line-height: 1.8;
}
form .col:nth-of-type(2) > label, form .col:nth-of-type(2) > p:nth-of-type(2) {
    /* flex-basis: calc(50% - 10px); */
    /* width: calc(50% - 10px); */
    margin: 0;
}
form .col p {
    margin: 0;
    margin-top: 10px;
}
form .col:nth-of-type(3) {
    margin-top: 10px;
}
section.footer-links {
    position: relative;
    background: #0d0d0d;
    color: white;
    padding: 20px 0px;
    padding-bottom: 40px;
    border-bottom: 10px solid #e30f13;
}
section.footer-links .inner ul li {
    margin: 0;
    line-height: 2;
}
section.footer-links .inner ul li a {
    font-weight: bold;
}
section.footer-links .inner ul.social li {
    margin-right: 10px;
}
section.footer-links .inner ul li:nth-of-type(3) span {
    background: transparent;
}

section.footer-links .inner ul li:nth-of-type(5) span {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/Mail_Icon.svg) no-repeat;
    background-size: 15px;
    background-position: center center;
}

section.footer-links .inner ul li:nth-of-type(4) span {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/Bel_Icon.svg) no-repeat;
    background-size: 15px;
    background-position: center center;
}
section.footer-links .inner ul li:nth-of-type(2) span {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/Plaats_Icon.svg) no-repeat;
    background-size: 12px;
    background-position: center center;
}
section.footer-links .inner ul li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
section.footer-links .inner ul:nth-of-type(2), section.footer-links .inner ul:nth-of-type(3) {
    flex-basis: 50%;
    width: 50%;
}
section.footer-links .inner ul {
    flex-basis: 100%;
    width: 100%;
    margin-top: 20px;
}
section.footer-links .inner ul:nth-of-type(4), section.footer-links .inner ul.social {
    margin: 0;
    flex-basis: 50%;
    width: 50%;
    margin-top: 20px;
}
span.footerlogo {
    width: 200px;
    height: 100px;
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/SS_Logo_Footer.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 0 auto;
}
section.footer-links ul.social li.facebook {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/FB_Icon_rood.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}
section.footer-links ul.social li.twitter:hover {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/TW_Icon.svg) no-repeat;
    background-size: 15px !important;
    background-position: center center;
}

section.footer-links ul.social li.linkedin:hover {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/IN_Icon.svg) no-repeat;
    background-size: 15px !important;
    background-position: center center;
}
section.footer-links ul.social li.facebook:hover {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/FB_Icon.svg) no-repeat;
    background-size: 15px !important;
    background-position: center center;
}
.footer-links ul.social li.linkedin {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/IN_Icon_rood.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}
.footer-links ul.social li.twitter {
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/TW_Icon_rood.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}
input, textarea {
    border: 0;
    padding: 10px;
    background: #edf0f3;
    width: 100%;
    resize: none;
}
input:focus, textarea:focus {
    border-left: 2px solid #e30f13;
}
.consent span input:checked {
    background: #e30f13;
}
.consent input:focus {
    border-left: 0;
}
.consent span input {
    width: auto;
    margin-right: 10px;
    -webkit-appearance: none;
    padding: 10px;
    background: #edf0f3;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
}
.consent span {
    margin: 0;
}
.consent a {
    color: black;
    font-weight: bold;
}
p.verplicht, .consent {
    font-size: 13px;
    margin-bottom: 0;
}
.sub-paginacontent .left p:last-of-type {
    margin-bottom: 0;
}
input.wpcf7-form-control.wpcf7-submit:focus {
    border-left: 0;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    color: #e30f13;
}
div.wpcf7 .wpcf7-submit:disabled {
    opacity: .7;
}
form .col:nth-of-type(4) p:last-of-type input {
    margin-top: 0;
}

form .col:nth-of-type(4) p:last-of-type {
    position: relative;
    padding-right: 40px;
}
form .col:nth-of-type(4) p:last-of-type:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/Pijl_rood.svg) no-repeat;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}
.error404 .site-content .inner h1 {
    font-weight: bold;
    color: #e30f13;
}

.error404 .site-content .inner {
    text-align: center;
    padding: 80px 20px;
}
body:not(.home) .site-main {
    padding-top: 45px;
}
/**
 * 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;
}
/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */

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

.topNav ul:first-of-type li {
    margin-left: 20px;
    font-size: 13px;
}

.topNav ul:first-of-type {
    display: flex;
}
.menu {
    display: none;
}
body:not(.home) .site-main {
    padding-top: 90px;
}
div#navbar ul#primary-menu li a {
    color: black;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
}
div#navbar ul#primary-menu li a:hover {
    color: #e30f13;
}
div#navbar ul#primary-menu:after {
    display: none;
}

.menuNav {
    background: white;
}

div#navbar ul#primary-menu {
    background: white;
    padding-right: 20px;
}
.diensten-wrapper.flexbox-wrapper {
    margin-top: 40px;
}
.diensten-wrapper {
    justify-content: space-between;
}
.sub-paginacontent .left {
    padding: 40px;
}
.topNav .inner ul:first-of-type li:nth-of-type(2) a span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/Bel_Icon.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    vertical-align: middle;
    margin-right: 5px;
}

.topNav .inner ul:first-of-type li:first-of-type a span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/Mail_Icon.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    vertical-align: middle;
    margin-right: 5px;
}
.sub-paginacontent .right .afbeelding-overons {
    height: 100%;
}

.sub-paginacontent .right .afbeelding-overons, .sub-paginacontent .right .teamplayer {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    padding: 40px;
    margin: 0;
}
.sub-paginacontent .right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

section.projecten-laag {
    padding: 60px 0px;
    overflow: hidden;
}

.diensten-wrapper .dienst {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
div#navbar ul.nav-menu a {
    text-transform: uppercase;
    color: black;
}

div#navbar ul.nav-menu {
    max-height: 60px;
    padding: 10px 0px;
    display: flex;
    flex-wrap: nowrap;
    text-align: right;
    justify-content: flex-end;
}
div#navbar ul#primary-menu li.current-menu-item a {
    font-weight: bold;
}

div#navbar ul li a {
    font-size: 13px;
    letter-spacing: .5px;
}
div#navbar ul li {
    margin-left: 15px;
}
a.home-link {
    height: 130px;
    max-width: 130px;
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/SS_Logo_Header.svg) no-repeat;
}
.home-slider {
    height: 50vh;
}
.owl-item .slide .inner h2 {
    width: 70%;
    font-size: 2.25rem;
}
.owl-item .slide .inner div p {
    font-size: 20px;
}
section.intro-laag .tekst {
    padding: 40px;
}
section.intro-laag, section.diensten-laag, section.contact-laag {
    padding: 60px 0px;
}
section.diensten-laag {
    padding-top: 0;
}
section.contact-laag .left div, .formulier {
    padding: 40px;
}
form > .col:nth-of-type(4) {
    flex-basis: 100%;
    width: 100%;
}

form > .col {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    margin-top: 0 !important;
}
form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form .col:nth-of-type(2) p {
    margin-top: 0;
}
section.footer-links .inner ul:nth-of-type(2), section.footer-links .inner ul:nth-of-type(3), section.footer-links .inner ul:nth-of-type(4), section.footer-links .inner ul:nth-of-type(5) {
    flex-basis: auto;
    width: auto;
}

section.footer-links .inner ul:nth-of-type(1) {
    flex-basis: 80%;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}
.footer-links .inner.flexbox-wrapper {
    justify-content: space-between;
}
.sub-paginacontent {
    padding: 60px 0px;
}
}
@media (min-width: 769px) {
}
@media (min-width: 1024px) {

.owl-item .slide .inner {
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
}
.projecten-grid .project-foto {
    height: 250px;
}
body:not(.home) section.contact-laag .left {
    width: 40%;
    flex-basis: 40%;
}
div#navbar ul li {
    margin-left: 40px;
}
.home-slider {
    padding-top: 90px;
    height: 70vh;
}
body:not(.home) section.contact-laag {
    margin-top: 40px;
}
form .ajax-loader {
    position: absolute;
}
.projecten-slider {
    flex-basis: calc(65% - 20px);
    width: calc(65% - 20px);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    padding-right: 0;
}
.projecten-laag .inner.flexbox-wrapper {
    padding-right: 0;
    justify-content: space-between;
}
.page-vacatures .content-wrapper .flexbox-wrapper {
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
}

.page-vacatures .content-wrapper .flexbox-wrapper .right {
    flex-basis: calc(40% - 15px);
    width: calc(40% - 15px);
    margin-top: 0;
}
.werkleren {
    margin-bottom: 30px;
}
.vacatures-overzicht {
    flex-basis: calc(60% - 15px);
    width: calc(60% - 15px);
    margin-top: 0;
}
.vacatures-overzicht .vacature {
    margin-bottom: 30px;
}
.vacatures-overzicht .vacature:last-of-type {
    margin-bottom: 0;
}

form .col:nth-of-type(4) p:last-of-type {
    margin-left: auto;
}
form .col p.verplicht, form .col:nth-of-type(4) p:nth-of-type(2) {
    flex-basis: 100%;
    width: 100%;
}
section.intro-laag .tekst {
    flex-basis: 60%;
    margin-left: auto;
}
section.projecten-laag .tekst {
    flex-basis: 35%;
    width: 35%;
}
.contact-laag .left {
    flex-basis: 40%;
    width: 40%;
    position: absolute;
    z-index: 1;
}

.formulier {
    flex-basis: 65%;
    width: 65%;
    margin-left: auto;
    padding-left: 10%;
}
.contact-laag .left span.afbeelding {
    height: 250px;
    display: block;
    background: url(https://www.smile-security.nl/wp-content/uploads/2020/02/Beveiliging_smile_security.jpg) no-repeat;
    margin-top: 0px;
    background-size: cover;
    background-position: center center;
    border-radius: 3px;
    margin-left: 20px;
    margin-bottom: 0px;
    width: 90%;
}
section.footer-links .inner ul:nth-of-type(1) {
    flex-basis: 25%;
    width: 25%;
    margin: initial;
    margin-top: 20px;
    text-align: left;
}
span.footerlogo {
    width: 100%;
}
section.intro-laag .afbeelding {
    flex-basis: 40%;
    height: 90%;
    background: url(https://www.smile-security.nl/wp-content/uploads/2020/03/security_team.jpg) no-repeat;
    background-size: 160%;
    background-position: 55% 100%;
    width: 40%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
    left: 20px;
}


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

.home-slider {
    height: 70vh;
}
ul.social li {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-size: 15px !important;
}
.post-172 .gr-row-1 div.gr-p1 {
    width: 60%;
}
.post-172 .gr-row-1 div.gr-img {
    width: 40%;
}
body.page-projecten .sub-paginacontent .left p:last-of-type {
    width: 80%;
}
.page-vacatures .sub-paginacontent .left p:last-of-type {
    width: 80%;
}
.projecten-slider {
    flex-basis: calc(60% - 20px);
    width: calc(60% - 20px);
    max-width: 1200px;
}
.sub-paginacontent .left h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
section.projecten-laag:after {
    content: '';
    display: block;
    background: url(https://www.smile-security.nl/wp-content/uploads/svg/Sterren_OverOns.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    width: 200px;
    height: 290px;
    position: absolute;
    top: -70px;
    visibility: visible;
    left: -20px;
    transform: rotate(-10deg);
    opacity: .3;
}
.projecten-laag a.c-btn {
    margin-top: 40px;
}
.sub-paginacontent {
    padding: 80px 0px;
    background: #edf0f3 url(https://www.smile-security.nl/wp-content/uploads/svg/Sterren_OverOns.svg) no-repeat;
    background-size: 240px;
    background-position: 11% 35%;
}
.page-diensten .sub-paginacontent {
    background: #edf0f3 url(https://www.smile-security.nl/wp-content/uploads/svg/Stippen_Achtergrond_Diensten.svg) no-repeat;
    background-size: 350px;
    background-position: 90% 40%;
}
.page-diensten .sub-paginacontent .left p:last-of-type {
    width: 80%;
}
body.page-contact .sub-paginacontent {
    padding-bottom: 120px;
}
.diensten-wrapper .dienst a {
    padding: 30px;
}
.owl-item .slide .inner h2 {
    width: 45%;
    font-size: 2.5rem;
}
section.intro-laag .tekst {
    padding: 60px 100px;
}
.owl-item .slide {
    background-position: center 30%;
}
section.intro-laag, section.diensten-laag, section.contact-laag {
    padding: 80px 0px;
}
section.intro-laag {
    background: #edf0f3 url(https://www.smile-security.nl/wp-content/uploads/svg/Sterren_OverOns.svg) no-repeat;
    background-size: 240px;
    background-position: 10% 20%;
}
section.intro-laag h1 {
    font-size: 2.5rem;
}
.sub-paginacontent .content-wrapper {
    justify-content: space-between;
    align-items: flex-start;
}

.sub-paginacontent .right {
    flex-basis: calc(40% - 20px);
    width: calc(40% - 20px);
    margin-top: 0;
}
.single-vacatures .sub-paginacontent .right {
    align-items: initial;
    display: block;
}
.sub-paginacontent .right .afbeelding-overons {
    height: 360px;
    margin-bottom: 40px;
}
.sub-paginacontent .right .afbeelding-overons, .sub-paginacontent .right .teamplayer {
    flex-basis: 100%;
    width: 100%;
}
.sub-paginacontent .left {
    flex-basis: calc(60% - 20px);
    width: calc(60% - 20px);
}
.sub-paginacontent .content-wrapper:after {
    display: none;
}

body.home section h2 {
    font-size: 2.25rem;
}
section.diensten-laag {
    padding-top: 0;
    background: #edf0f3 url(https://www.smile-security.nl/wp-content/uploads/svg/Stippen_Achtergrond_Diensten.svg) no-repeat;
    background-size: 300px;
    background-position: 85% 20%;
}
section.diensten-laag .inner > div:first-of-type {
    width: 80%;
}
.diensten-wrapper .dienst {
    flex-basis: calc(25% - 20px);
    width: calc(25% - 20px);
}
.dienst.wrapper > .dienst:nth-of-type(2) {
    margin-top: 10px;
}
.diensten-wrapper .dienst:nth-of-type(n+5) {
    margin-bottom: 0;
}
.dienst.wrapper > .dienst:nth-of-type(1) {
    margin-bottom: 10px;
}
.dienst.wrapper > .dienst {
    width: 100%;
    margin: 0;
    flex-basis: 100%;
}
.diensten-wrapper .dienst.wrapper {
    background: transparent;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
body.home section.projecten-laag h2 {
    margin-bottom: 40px;
}
.contact-laag .left span.afbeelding {
    order: 2;
    height: 520px;
    margin-left: 0;
}
section.contact-laag .left div {
    width: 65%;
    margin-left: auto;
    margin-bottom: -50%;
}
.contact-laag .left {
    display: flex;
    flex-wrap: wrap;
}
span.footerlogo {
    width: 120px;
    margin: 0;
    height: 120px;
    align-self: center;
}
section.contact-laag {
    padding-bottom: 100px;
}
section.footer-links .inner ul:nth-of-type(1) {
    flex-basis: 20%;
    width: 20%;
    }

section.footer-links .inner ul, section.footer-links .inner ul:nth-of-type(1), section.footer-links .inner ul:nth-of-type(4), section.footer-links .inner ul:nth-of-type(5) {
    margin-top: 0;
}

section.footer-links {
    padding-top: 40px;
}
.page-vacatures .content-wrapper .flexbox-wrapper, .page-diensten .diensten-wrapper.flexbox-wrapper {
    margin-top: 40px;
}
.werkleren, .openvacature, .vacatures-overzicht .vacature {
    padding: 40px;
}
.vacatures-overzicht .vacature h3 {
    font-size: 1.75rem;
}
.home-slider .slide:before {
    content: '';
    display: block;
    position: absolute;
    width: 75%;
    height: 100%;
    z-index: 10;
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(45deg, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}
}

@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"] {
        color: inherit;
        text-decoration: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 1024px) {


.formulier {
    flex-basis: 50%;
    width: 50%;
}
section.footer-links .inner ul:nth-of-type(2), section.footer-links .inner ul:nth-of-type(3), section.footer-links .inner ul:nth-of-type(4), section.footer-links .inner ul:nth-of-type(5) {
    flex-basis: 15%;
    width: 15%;
}
section.intro-laag .tekst {
    flex-basis: 45%;
    width: 45%;
}

}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 1180px) { 


.sub-paginacontent .content-wrapper {
    flex-wrap: nowrap;
}
body.page-vacatures .sub-paginacontent .content-wrapper, body.page-diensten .sub-paginacontent .content-wrapper {
    flex-wrap: wrap;
}
.page-vacatures .content-wrapper .flexbox-wrapper, .page-diensten .diensten-wrapper.flexbox-wrapper {
    flex-basis: 100%;
    width: 100%;
}

}