@font-face {
    font-family: 'PTSansBold';
    src: url('../fonts/pt_sans-web-bold-webfont.eot');
    src: url('../fonts/pt_sans-web-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pt_sans-web-bold-webfont.woff2') format('woff2'), url('../fonts/pt_sans-web-bold-webfont.woff') format('woff'), url('../fonts/pt_sans-web-bold-webfont.ttf') format('truetype'), url('../fonts/pt_sans-web-bold-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansRegular';
    src: url('../fonts/pt_sans-web-regular-webfont.eot');
    src: url('../fonts/pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pt_sans-web-regular-webfont.woff2') format('woff2'), url('../fonts/pt_sans-web-regular-webfont.woff') format('woff'), url('../fonts/pt_sans-web-regular-webfont.ttf') format('truetype'), url('../fonts/pt_sans-web-regular-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'homemade_appleregular';
    src: url('../fonts/homemadeapple-webfont.woff2') format('woff2'),
    url('../fonts/homemadeapple-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*Tijdelijke melding*/
.melding p {
    font-size: 18px;
    margin: 0;
    background-color: #ff0000bf;
    padding: 16px;
    border-radius: 10px;
    color: white;
    margin-top: -50px;
    margin-bottom: 20px;
    width: fit-content;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'PTSansRegular', sans-serif;
    font-size: 17px;
    color: #0159B2;
    overflow-x: hidden;
    height: 100%;
    max-height: 100%;
    background-image: url(../images/main_pic1.webp);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}

body:after {
    content: "";
    position: fixed; /* stretch a fixed position to the whole screen */
    top: 0;
    height: 100vh; /* fix for mobile browser address bar appearing disappearing */
    left: 0;
    right: 0;
    z-index: -1; /* needed to keep in the background */
    background-image: url(../images/main_pic1.webp);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}

body.werkenbij {
    background-image: none;
    background-color: #0159B2;
    background: rgb(1, 89, 178);
    background: radial-gradient(circle, rgba(1, 89, 178, 1) 0%, rgba(36, 36, 36, 1) 100%);
}

body.werkenbij:after {
    background: none;
}

img {
    max-width: 100%;
}

strong, b {
    font-family: 'PTSansBold', sans-serif;
    font-weight: normal;
}

h1 {
    color: #0159B2;
    font-size: 40px;
    font-family: 'PTSansBold';
}

h1 span {
    font-family: 'PTSansRegular';
}

.item-page a {
    text-decoration: underline;
}

.flags {
    float: right;
    margin-right: 15px;
    margin-bottom: -40px;
}

#topNavbar {
    float: right;
    margin-top: 100px;
}

.omheader .logo {
    margin-top: 50px;
    float: left;
    padding-bottom: 20px;
}

.omheader .navbar-nav > li {
    float: left;
    padding: 0px 20px 10px 20px;
}

.omheader .navbar-nav > li > a {
    text-shadow: 2px 2px 15px #000;
    color: #fff;
    font-size: 17px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 7px;
}

.omheader .navbar-nav > li.item-108 {
    border: 1px solid #fff;
    border-radius: 30px;
}

.omheader .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    text-decoration: none;
    background-color: transparent !important;
    border-bottom: 1px solid #fff;
}

.omheader .navbar-nav > li.item-108 > a:hover, .navbar-nav > li.item-108 > a:focus {
    border-bottom: 0;
}

.omslider {
    width: 100%;
}

.sliderfoto {
    width: 100%;
    height: 750px;
    padding-top: 300px;
    position: absolute;
    margin-top: -168px;
    background-position: center top;
    background-size: cover;
    z-index: -10;
}

.omslider .inslider {
    position: relative;
    padding-bottom: 90px;
    /*
        top: 168px;
    */
}

.omslider .col-md-6:first-child {
    margin-left: -20px;
}

.omslider .custom.slider-tekst {
    font-size: 50px;
    color: #fff;
    margin: 90px 0;
    text-shadow: 2px 2px 15px #000;
}

.omslider .slider-cirkel {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 40px;
    background: rgba(255, 255, 255, 0.93);
    color: #0159B2;
}

.omslider .slider-cirkel .cirkel-content {
    width: calc(100% - 80px);
    margin: 100px auto;
}

.omslider .slider-cirkel .cirkel-content span {
    font-size: 24px;
    line-height: 20px;
}

.omslider .slider-cirkel .cirkel-content p {
    text-align: center;
}

.omslider .slider-cirkel .cirkel-content .nummer {
    position: relative;
    top: 15px;
}

.omslider .slider-cirkel .cirkel-content .openings-tijden {
    position: relative;
    top: 15px;
    font-size: 19px;
    left: 3px;
    color: #ACA0B1;
}

.omslider .slider-cirkel .cirkel-content .nummer:before {
    content: "\e092";
    font-family: 'Glyphicons Halflings';
    color: #037FFF;
    position: relative;
    left: -25px;
    margin-right: -25px;
    vertical-align: -3px;
}

.cta-menu {
    position: absolute;
    bottom: -50px;
}

.cta-menu .navbar-nav {
    /*
    margin: 0 auto !important;
    top: 695px;
    right: calc(50% - 550px);
    float: right;
    height: 100px;
    margin-left: 25px;
    */
    display: inline-block;
    width: 100%;
    padding: 0 0 25px 0;
    border-radius: 50px;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.20);
}

.cta-menu .navbar-nav > li {
    width: 33%;
    text-align: center;
    height: 50px;
    margin-top: 25px;
    font-size: 24px;
    border-right: 1px solid #C2D1E3;
    display: inline-block;
}

.cta-menu .navbar-nav > li:last-child {
    border-right: none;
}

.cta-menu .navbar-nav > li > a {
    color: #0159B2;
    text-decoration: none !important;
}

.cta-menu .navbar-nav > li > a:before {
    content: "\e092";
    color: #037FFF;
    font-family: 'Glyphicons Halflings';
    vertical-align: -3px;
    position: relative;
    left: -25px;
}

.cbEditProfile {
    text-transform: lowercase !important;
}

.right {
    background: #fafafa;
    border: 1px solid #ededed;
    border-radius: 3px;
    float: right;
    margin-right: 20px;
}

.bfQuickMode .bfLabelTop .bfElementGroup {
    width: 100% !important;
}

.right h3 {
    padding-left: 12px;
    position: relative;
    top: -6px;
}

.right .navbar-nav > li {
    width: 100%;
    display: block;
    border-top: 1px solid #ededed;
    transition: all 300ms;
}

.right .navbar-nav > li:hover {
    padding-left: 5px;
}

.homepage .omcomponent {
    background-image: url(../images/schone-werkomgeving-home.webp);
    background-position: right bottom;
    background-size: 77%;
    background-repeat: no-repeat;
}

.omcomponent {
    width: 100%;
    min-height: 500px;
    float: left;
    background: #fff;
    padding: 90px 0;
}

.home-tekst {
    margin-bottom: 100px;
    margin-left: -30px;
}

.home-tekst p {
    font-size: 20px;
    color: #0159B2;
}

.home-tekst a {
    background: #0159B2;
    color: #fff;
    text-align: center;
    padding: 20px 35px 20px 55px;
    font-size: 20px;
    border-radius: 8px;
}

.home-tekst a:before {
    content: "\e092";
    color: #fff;
    font-family: 'Glyphicons Halflings';
    vertical-align: -3px;
    position: relative;
    left: -25px;
}

.home-tekst a:hover {
    text-decoration: none !important;
}

.omondercontent01,
.omondercontent02,
.omondercontent03,
.omondercontent04,
.omondercontent05,
.omondercontent06,
.omondercontent07,
.omondercontent08,
.omondercontent09 {
    background-color: #fff;
    width: 100%;
    display: block;
    clear: both;
}

.bfQuickMode .bfLabelTop input, .bfQuickMode .bfLabelTop textarea, .bfQuickMode .bfLabelTop select {
    float: none;
    width: 510px;
    padding: 10px;
}

.items-row .item {
    /*-webkit-box-shadow: 0px 0px 5px 5px rgba(136, 136, 136, 0.5);*/
    /*-moz-box-shadow: 0px 0px 5px 5px rgba(136, 136, 136, 0.5);*/
    /*box-shadow: 0px 0px 5px 5px rgba(136, 136, 136, 0.5);*/
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin: 20px;
    margin-left: 0;
    /*border-radius: 5px 5px 5px 5px;*/
    overflow: hidden;
    display: block;
    position: relative;
}

.dienstverlening .items-row .item {
    min-height: 485px;
    padding-bottom: 90px;
}

.dienstverlening .items-row .item .readmore {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.items-row .itemtekst {
    clear: both;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    color: #0159B2;
}

.klanten .items-row .item {
    min-height: 511px;
    padding-bottom: 90px;
}

.klanten .items-row .item .readmore {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.vacatures .items-row .item {
    min-height: 300px;
    padding-bottom: 90px;
}

.vacatures .items-row .item .readmore {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.page-header {
    padding-bottom: 9px;
    margin: 0;
    /*border-bottom: 1px solid #eee;*/
    border-bottom: unset !important;
    float: left;
    width: 100%;
}

#bfSubmitButton {
    background: #D3DEEA;
    font-size: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    color: #0159B2;
    font-weight: 500;
    padding: 20px 35px 20px 45px;
    min-width: 300px;
    display: table;
}

#bfSubmitButton:before {
    content: "\e092";
    color: #037FFF;
    font-family: 'Glyphicons Halflings';
    vertical-align: -3px;
    position: relative;
    left: -15px;
}

.usps {
    float: left;
    display: block;
    width: 100%;
    min-height: 200px;
    background: #fff;
}

.usps ul {
    border-bottom: 1px solid #858585;
    border-top: 1px solid #858585;
    float: left;
    padding: 50px 15px;
}

.usps li {
    width: 25%;
    height: 90px;
    font-size: 20px;
    list-style-type: none;
    float: left;
    display: inline-block;
}

.usps li:before {
    width: 80px;
    height: 100px;
    float: left;
    display: block;
    background: url("../images/usps-check-cirkel.png") center -20px;
    margin-left: -10px;
    margin-right: 5px;
    background-size: 100px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-family: 'Glyphicons Halflings', sans-serif;
    content: "\e013";
    font-size: 20px;
}

.usps li:first-child {
    margin-left: -10px;
}

.keurmerken {
    float: left;
    display: block;
    width: 100%;
    min-height: 200px;
    background-color: #fff;
}

.keurmerken ul {
    border-bottom: 1px solid #858585;
    float: left;
    width: 100%;
}

.keurmerken li {
    width: 14%;
    height: 200px;
    list-style-type: none;
    /*  margin-top: -10px;*/
    text-align: center;
    /*line-height: 180px;*/
    float: left;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.keurmerken li img {
    height: 100px;
    width: auto;
}

.keurmerken li:first-child {
    margin-left: -20px;
}

.row h3 span, .row h3 {

}

.homepage .row h3 {
    font-size: 40px;
    font-weight: 500;
}

.row h3 {
    font-weight: 600;
}

.omondercontent06 .row h3 {
    position: relative;
    top: 0px;
}

.omondercontent03 {
    width: 100%;
    min-height: 700px;
    background: #E8EEF4;
    padding-top: 100px;
    float: left;
}

.newsflash + .omondercontent03 {
    margin-top: -1px;
    min-height: 600px;
    padding-top: 50px;
}

.newsflash + .omondercontent03 .col-md-5:first-child {
    padding-left: 0;
    margin-left: -15px;
    margin-right: 15px;
    color: #000;
    font-size: 20px;
}

.omondercontent06,
.omondercontent09 {
    padding: 40px 0;
    clear: both;
}

.owl-container {
    text-align: center;
    position: relative;
}

.owl-carousel {
    margin: 0px auto;
    text-align: left;
    font-size: 21px;
    color: #037FFF;
}

.slider_item {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(219, 219, 219, 0.5);
    -moz-box-shadow: 0px 0px 5px 5px rgba(219, 219, 219, 0.5);
    box-shadow: 0px 0px 5px 5px rgba(219, 219, 219, 0.5);
    background: #fff;
    margin: 20px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.slider_text {
    padding: 20px;
}

.owl-carousel p.naam {
    font-size: 17px;
    color: #0159B2;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 46px;
    top: 155px;
    border-radius: 50% !important;
    outline: none !important;
    overflow: hidden;
    background-color: #037FFF !important;
    color: #fff !important;
}

.owl-theme .owl-nav .owl-prev {
    left: -100px;
}

.owl-theme .owl-nav .owl-next {
    right: -100px;
}

.owl-theme .owl-nav .owl-prev span {
    font-size: 35px !important;
    position: relative;
    top: -4px;
    right: 1px;
}

.owl-theme .owl-nav .owl-next span {
    font-size: 35px !important;
    position: relative;
    top: -4px;
    left: 1px;
}

.omondercontent07 {
    background-color: #F3F1F7;
    padding: 40px 0 0 0;
}

.langdurige-band img {
    max-height: 600px;
    margin-top: 40px;
    position: relative;
    bottom: -7px;
}

.maak-kennis .col-md-5 {
    padding-left: 0;
}

.maak-kennis p {
    font-size: 20px;
}

.btn,
.leren-kennen-knop {
    background: #D3DEEA;
    font-size: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    color: #0159B2;
    font-weight: 500;
    padding: 20px 35px 20px 45px;
    /*min-width: 300px;*/
    display: table;
}

.custom-btn {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    background-color: #037fff;

}

.leren-kennen-knop:hover {
    text-decoration: none;
}

.btn:before,
.leren-kennen-knop span:before {
    color: #037FFF;
    font-family: 'Glyphicons Halflings';
    vertical-align: -3px;
    position: relative;
    left: -15px;
}
.customgeschikttest .bfPrevButton {
    background-color: #ffffff;
    color: #0159B2;
    border: none;
}
/*.schoonmaker-test [id$="Prev"] {*/
/*}*/
/*.schoonmaker-test [id$="Next"] {*/
/*    margin-left: 410px !important;*/
/*}*/

.customgeschikttest .bfPrevButton:hover {
    color: #ffffff;
    background-color: #0159B2;
}

.customgeschikttest .bfCustomSubmitButton {
    position: relative;
    left: 350px;
    top: 120px;
    background-color: #286090;
    color: #ffffff;
}

.customgeschikttest .bfCustomSubmitButton:hover {
    background-color: #286090;
    border-color: #204d74;
    color: #fff;
}

.customgeschikttest #bfElemWrap3559 {
    margin-top: -99px;
}

.bfPrevButton:before {
    content: "\e091" !important;
}


.field-calendar .btn {
    min-width: auto;
    display: inline-block;
    height: 40px;
    padding: 35px 30px 15px 20px;
    margin-top: -5px !important;
}

.bfQuickMode .js-calendar button {
    max-width: 66px !important;
}

.js-btn.btn.btn-exit:before,
.js-btn.btn.btn-clear:before {
    content: none !important;
}

.field-calendar .btn.btn-primary.calender {
    height: 5px !important;
    margin: 0px 0px 0px 20px !important;
    float: none !important;
}

.field-calendar .btn:before {
    content: "\e109";
    color: #037FFF;
    font-family: 'Glyphicons Halflings';
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    width: 10px;
    display: block;
}

.btn.btn-primary.validate,
.btn.btn-danger.annuleren {
    font-size: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-weight: 500;
    padding: 20px 35px 20px 45px;
    margin: 10px;
    display: inline !important;
}

.youtube-video {
    margin-top: 60px;
}

.werkzame-gebied {
    margin-left: -15px;
    padding-top: 25px;
    padding-bottom: 7px;
}

.werkzame-gebied p {
    font-size: 18px;
    padding-bottom: 36px;
}

.onzetoevoeging h3 span {
    display: block;
}

.alcmaria-medewerker {
    width: 100%;
    height: 200px;
    background: transparent;
    position: relative;
    z-index: 2;
}

.alcmaria-medewerker:before {
    content: " ";
    position: relative;
    background-image: url(../images/werknemer.webp);
    width: 750px;
    height: 500px;
    top: -105px;
    /*-200px*/
    left: -25px;
    display: inline-block;
}

.grijs-content {
    width: calc(100% + 20px);
    min-height: 200px;
    background: #F3F1F7;
    border-top: 1px solid #E6E3EF;
    float: left;
    z-index: 1;
    position: relative;
    margin-top: -1px;
    margin-left: -20px;
    padding-top: 25px;
    padding-bottom: 70px;
}

.grijs-content p {
    font-size: 17px;
    margin-left: -20px;
    padding-bottom: 25px;
}

.maak-kennis-alcmaria-knop {
    background: #fff;
    font-size: 20px;
    border-radius: 8px;
    color: #0159B2;
    font-weight: 500;
    padding: 20px 35px 20px 45px;
    width: 300px;
    margin-left: -20px;
}

.maak-kennis-alcmaria-knop:hover {
    text-decoration: none;
}

.maak-kennis-alcmaria-knop span:before {
    content: "\e092";
    color: #037FFF;
    font-family: 'Glyphicons Halflings';
    vertical-align: -3px;
    position: relative;
    left: -15px;
}

.onze-klanten-knop {
    background: #fff;
    font-size: 20px;
    border-radius: 8px;
    color: #0159B2;
    font-weight: 500;
    padding: 20px 35px 20px 45px;
    width: 300px;
    position: relative;
    top: 50px;
}

.onze-klanten-knop:hover {
    text-decoration: none;
}

.onze-klanten-knop span:before {
    content: "\e092";
    color: #037FFF;
    font-family: 'Glyphicons Halflings';
    vertical-align: -3px;
    position: relative;
    left: -15px;
}

.recente-werkzaamheden-tekst {
    margin-top: 50px;
    text-align: center;
}

.recente-werkzaamheden-tekst p {
    font-family: 'PTSansBold';
    font-size: 20px;
}

.recente-werkzaamheden-tekst ul.regioroller {
    height: 100px;
    overflow: hidden;
    position: relative;
}

.recente-werkzaamheden-tekst ul.regioroller li {
    text-align: left;
    font-size: 35px;
    left: 50px;
    top: 0;
    color: #037FFF;
    padding: 0px;
    opacity: 0;
    line-height: 42px;
    position: absolute;
    list-style-image: none;
    list-style-type: none;
}

.mod_webdelta_reviews_owl2 {
    padding: 60px 0;
    background: rgb(1, 89, 178);
    background: radial-gradient(circle, rgba(1, 89, 178, 1) 0%, rgba(36, 36, 36, 1) 100%);
}

.mod_webdelta_reviews_owl2 .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    /*
    -webkit-box-shadow: 0px 0px 5px 5px rgba(219, 219, 219, 0.5);
    -moz-box-shadow: 0px 0px 5px 5px rgba(219, 219, 219, 0.5);
    box-shadow: 0px 0px 5px 5px rgba(219, 219, 219, 0.5);
    */
    margin: 30px 10px 10px 10px;
    position: relative;
    color: #0159B2;
    border-radius: 30px;
    min-height: 350px;
}

.mod_webdelta_reviews_owl2 .owl-nav {
}

.mod_webdelta_reviews_owl2 .owl-nav .owl-prev {
    position: absolute !important;
    left: -60px;
}

.mod_webdelta_reviews_owl2 .owl-nav .owl-next {
    position: absolute !important;
    right: -60px;
    left: unset !important;
}

.mod_webdelta_reviews_owl2 .item-name {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.mod_webdelta_reviews_owl2 .item-name h3 {
    margin: 0;
}

.mod_webdelta_reviews_owl2 .item-img {
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
}

.mod_webdelta_reviews_owl2 .item-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #eee;
}

.newsflash .item_div {
    width: calc(33% - 50px);
    margin-right: 50px;
    height: 400px;
    display: inline-block;
    float: left;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(219, 219, 219, 0.5);
    -moz-box-shadow: 0px 0px 5px 5px rgba(219, 219, 219, 0.5);
    box-shadow: 0px 0px 5px 5px rgba(219, 219, 219, 0.5);
    position: relative;
    top: 30px;
    background: #fff;
}

.newsflash .item_div:last-child {
    margin-right: 0;
}

.newsflash .item_div:first-child {
    margin-left: 25px;
}

.newsflash .item_image {
    width: 100%;
    height: 206px;
    overflow: hidden;
}

.mod_webdelta_reviews_owl2 .item-text {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.mod_webdelta_reviews_owl2 .item-text,
.newsflash .item_text {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-size: 17px;
}

.mod_webdelta_reviews_owl2 .item-name,
.newsflash .newsflash-title {
    color: #037FFF;
}

.mod_webdelta_reviews_owl2 .item-name {
    font-family: 'homemade_appleregular';
}

.mod_webdelta_reviews_owl2 .aanhalingsteken {
    color: #037FFF;
}

.newsflash p {
    position: relative;
    top: -6px;
}

.owl-container {
    text-align: center;
}

.owl-container {
    min-height: 400px;
    padding-top: 40px;
    position: relative;
}


.full-bg-team .col-md-6 {
    padding-left: 0;
    margin-left: -15px;
    margin-right: 15px;
    font-size: 20px;
    min-height: 460px;
}

.full-bg-team {
    padding-top: 50px;
    float: left;
    width: 100%;
    padding-bottom: 50px;
    background: #fff url(../images/team.webp) center bottom no-repeat;
    background-size: 60%;
    background-position: bottom right;
}

.full-bg-team a.link {
    color: #037FFF;
    text-decoration: none;
    border-bottom: 1px solid #037FFF;
}

.neem-contact-op-knop {
    background: #D3DEEA;
    font-size: 20px;
    border-radius: 8px;
    color: #0159B2;
    font-weight: 500;
    padding: 20px 35px 20px 45px;
    width: 300px;
    position: relative;
    top: 50px;
}

.neem-contact-op-knop:hover {
    text-decoration: none;
}

.neem-contact-op-knop span:before {
    content: "\e092";
    color: #037FFF;
    font-family: 'Glyphicons Halflings';
    vertical-align: -3px;
    position: relative;
    left: -15px;
}

.omfooter {
    width: 100%;
    min-height: 200px;
    padding: 50px 0;
    background: #0159B2;
    float: left;
    margin-top: -2px;
}

.omfooter a {
    color: #fff;
    text-decoration: underline;
}

.omfooter .adres img {
    margin-bottom: 30px;
}

.omfooter .adres {
    color: #fff;
    display: block;
    font-size: 17px;
}

.omfooter .custom.informatie {
    padding-top: 39px;
    color: #fff;
    font-size: 17px;
}

.omfooter .informatie p {
    margin-bottom: 30px;
}

.omfooter .legalmenu h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
}

.omfooter .legalmenu li {
    display: block;
    clear: both;
}

.omfooter .legalmenu li a {
    position: relative;
    padding: 5px 0 5px 20px;
}

.omfooter .legalmenu li a:before {
    content: "\e080";
    font-size: 10px;
    color: #fff;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: 0;
    top: 6px;
}

.omfooter .newsflash {
    clear: both;
    margin-top: 30px;
    border-top: 1px solid #037FFF;
    display: block;
}

.omfooter .newsflash h5 {
    display: inline-block;
    margin-right: 15px;
}

.omcopyright {
    width: 100%;
    float: left;
    min-height: 40px;
    line-height: 40px;
    color: #fff;
    background: #037FFF;
}

.scrollToTop {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 50px;
    margin-bottom: -10px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #037FFF;
    cursor: pointer;
    z-index: 99;
}

.scrollToTop:before {
    content: "\e113";
    font-size: 22px;
    color: #fff;
    font-family: 'Glyphicons Halflings';
    margin: 0 50px 0 14px;
}

.footer a {
    color: #fff !important;
}

.well {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.login {
    width: 50%;
}

.nav-stacked {
    width: 50%;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs > li > a:hover {
    border: 1px solid transparent;
}

input[type="text"], input[type="password"] {
    padding: 10px;
}

.login .btn-primary {
    margin-top: 20px;
}

.form-control-feedback {
    position: absolute;
    top: 51px !important;
    right: -103px !important;
    z-index: 2;
    display: block;
    width: 112px !important;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.responsive_map {
    border-top: 2px solid #E8EEF4;
}

.ombovencontent {
    background-color: #037FFF;
}

.ombovencontent .navbar-nav > li > a {
    color: #fff;
}

.bfQuickMode .bfElementGroup label {
    font-weight: normal;
}

.bfQuickMode input[type=text], .bfQuickMode textarea, .bfQuickMode select, .bfQuickMode .uneditable-input {
    max-width: 54%;
    width: 100%;
    margin-top: 5px;
}

#bfElemWrap1786 {
    margin-top: -25px;
}

.form-inline {
    margin-top: 20px;
}

.bfLegend-l {
    color: #0159B2;
    font-size: 10px;
    font-family: 'PTSansBold';
}

.bfLegend-r {
    color: #0159B2;
    font-size: 40px;
    font-family: 'PTSansBold';
}

.cb-page-header h3 {
    color: #0159B2;
    font-size: 40px;
    font-family: 'PTSansBold';
}

#bfElemWrap1072,
#bfElemWrap1073,
#bfElemWrap1074 {
    column-count: 2;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 50px 0px 20px 0px;
}

#bfElemWrap1072 > label,
#bfElemWrap1073 > label,
#bfElemWrap1074 > label {
    position: absolute;
    left: 0px;
    top: 15px;
}

.input-prepend {
    margin-bottom: 10px;
}

.dropdown-menu {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu > li > a {
    background: #02104D;
    color: #fff !important;
    line-height: 36px;
    border: 1px solid #fff;
    height: 45px;
    margin-bottom: 5px;
    border-radius: 22px;
}

.dropdown-menu > li > a:hover {
    background: #0159B2;
}


.vacature-specs {
    list-style-type: none;
    padding-left: unset;
    clear: both;
}

.vacature-specs li {
    padding-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.vacature-specs svg {
    width: 20px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    margin-right: 20px;
}

.vacature-specs svg path {
    fill: #3379b7;
}

.vacature-box {
    width: calc(100vw);
    left: calc(-1 * (100vw - 100%) / 2);
    position: relative;
    background-color: #0159B2;
    margin: 0;
    color: #fff;
}

.vacature-box-grijs {
    width: calc(100vw);
    left: calc(-1 * (100vw - 100%) / 2);
    position: relative;
    background-color: #F3F1F7;
    margin: 0;
}

.tekstpagina .vacature-box,
.tekstpagina .vacature-box-grijs {
    margin: 60px 0;
    padding: 60px 0;
}

.tekstpagina .leren-kennen-knop {
    margin: 30px 0;
}

.tekstpagina .omcomponent {
    padding-bottom: 0;
    margin-bottom: -60px;
}

.tekstpagina .omcomponent img {
    margin-top: 30px;
}

.tekstpagina .usps {
    float: unset;
}

.vacature-intro {
    width: calc(100vw);
    left: calc(-1 * (100vw - 100%) / 2);
    position: relative;

}

.referentie-collega {
    background-color: white;
}

.vacature-item > div {
    height: 455px;
}

.custom-btn:before {
    content: none !important;
}

.custom-btn svg {
    height: 20px;

    margin: 0 auto;
    display: block;
}

.custom-btn svg path {
    fill: white;
}


.blogvacatures .row-0 {
    margin-top: -90px;
    padding-top: 20px;
}

.blogvacatures .custom.referentiecollega {
    background-color: #fff;
    width: calc(100% - 50px);
    margin-left: 15px;
    display: flex;
}

.blogvacatures .custom.referentiecollega .inhoud {
    padding: 30px;
    color: #0159B2;
}

.blogvacatures .custom.referentiecollega img {
    float: right;
    margin: -30px -25px 0 0;
    width: auto;
    height: 290px;
}

.category-desc {
    margin-bottom: 50px;
}


#bfProgressBar {
    background: #0159b2;
    height: 100%;
}


.custom_progressbar {
    display: flex
}

.bar_item {
    flex: 1 1 auto;
}


@-webkit-keyframes jump {
    0% {
        left: -25px;
    }
    50% {
        left: -10px;
    }
    100% {
        left: -25px;
    }
}

@keyframes jump {
    0% {
        left: -25px;
    }
    50% {
        left: -10px;
    }
    100% {
        left: -25px;
    }
}

.item-120 a {
    color: #57b610 !important;
}

.item-120 a:before {
    color: #57b610 !important;
    left: 0;
    right: 0;
    position: absolute;
    -webkit-animation: jump 1.5s ease infinite normal;
    animation: jump 1.5s ease infinite normal;
}

.customsollicitatieformulier {
    position: relative;
}

#producten label {
    float: none;
    margin-left: 15px;
    line-height: 15px;
    font-weight: normal;
    width: 90%;
}

#producten .inputbox {
    margin-bottom: 15px;
}

.mick .omondercontent03 {
    padding-top: 40px;
}

.mick .omcomponent {
    padding: 40px 0px;
}

/* werken bij website */
body.solliciteer .omcomponent {
    min-height: 100px;
    padding: 0;
}

body.werkenbij .omcomponent {
    min-height: 100px;
    /*
    background-image: url(../images/alcmaria-bubbel.svg);
    background-repeat: no-repeat;
    background-size: 150%;
    */
}

/*body.werkenbij .geschikttest {
	min-height: 100px;
    background-image: url(../images/alcmaria-bubbel.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}*/
.flexibelebaan {
    padding: 60px 0;
}

.customflexibelebaan .collega {
    overflow: auto;
    /*
    width: calc(100% - 40px);
    */
    width: 100%;
}

.customflexibelebaan .collega::before {
    content: url(/images/werkenbij/Tijdbalk.png);
    display: block;
    margin-bottom: -70px;
}

.medewerker hr {
    position: relative;
    width: 178px;
    height: 1px;
    top: -21px;
    right: 395px;
    border: none;
    background: #ccc;
    margin-bottom: -20px;
}

.medewerker .mede-name p {
    margin-bottom: -28px;
    margin-left: 100px;
}

.medewerker .mede-img {
    margin-bottom: -30px;
    margin-left: 40px;
    margin-top: -53px;
}

.customflexibelebaan ul {
    width: 1562px;
    margin-left: 237px;
    margin-bottom: 0;
    list-style-type: none;
    white-space: nowrap;
    display: flex;
}

/*
.customflexibelebaan ul:before {
	content: url(/images/werkenbij/tijdlijn.png);
}
*/
.customflexibelebaan ul li {
    display: inline-block;
    white-space: normal;
}

.customflexibelebaan ul li.werk {
    background-color: #0159B2;
    color: #fff;
}

.customflexibelebaan ul li.breedte01 {
    width: 100px;
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.customflexibelebaan ul li.breedte02 {
    width: 200px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.customflexibelebaan ul li.breedte03 {
    width: 300px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.customflexibelebaan ul li.breedte04 {
    width: 400px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

body.solliciteer .item-pagewerkenbij {
    padding: 30px;
    margin-top: -90px;
    margin-bottom: -20px;
    border-radius: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.20);
}

body.solliciteer .item-pagewerkenbij .offerte-contact-aanvraag .container {
    max-width: 55%;
}

body.solliciteer.minuut .omheader {
    padding-bottom: 170px;
}

.solliciteerheader {
    padding: 60px 0;
    color: #fff;
    text-align: center;
}

.solliciteerheader h1 {
    color: #fff;
    text-shadow: 2px 2px 15px #000;
}

.solliciteerheader .scoregoed,
.solliciteerheader .scoreslecht {
    font-size: 50px;
    font-family: 'PTSansBold';
}

.solliciteerheader .scoregoed {
    color: #0F0;
}

.solliciteerheader .scoreslecht {
    color: #F00;
}

.customwerkenbijhero {
    color: #fff;
    margin: 100px 0;
    font-size: 2em;
}

.customwerkenbijhero .bedanktvoorjebezoek {
    font-size: 50px;
    line-height: 42px;
    text-shadow: 2px 2px 15px #000;
    margin-top: 50px;
}

.welkomwoorden {
    text-shadow: 2px 2px 15px #000;
    position: relative;
    z-index: 5;

}

.welkomwoorden span {
    position: absolute;
}

.welkomgroep img {
    position: relative;
    margin-bottom: -590px;
    top: -200px;
}

.bedanktwoorden {
    text-align: center;
    padding: 60px 0;
    font-size: 50px;
    line-height: 50px;
    color: #0159B2;
    /* background-color: #0159B2; */
    /* background: rgb(1,89,178); */
    /* background: radial-gradient(circle, rgba(1,89,178,1) 0%, rgba(36,36,36,1) 100%); */
}

.bedanktwoorden .bedanktvlak {
    position: relative;
    height: 250px;
}

.bedanktwoorden .bedanktvlak span {
    position: absolute;
}

.custombedanktwoorden .bedanktvlak img {
    height: 250px;
}

.werkenbijh1 {
    font-family: 'PTSansRegular', sans-serif;
}

.werkenbijh1 strong {
    font-family: 'PTSansBold', sans-serif;
}

ul.werkenbijusps {
    list-style-type: none;
    margin: 0;
    padding: 20px;
}

.werkenbijusps li:before {
    content: "\e092";
    color: #037FFF;
    font-family: 'Glyphicons Halflings';
    vertical-align: -3px;
    position: relative;
    left: -15px;
}

.kenjeiemand,
.watalsbaan {
    background: #E8EEF4;
    padding: 60px 0;
    overflow: hidden;
}

.kenjeiemand img.keniemandschoonmaker {
    z-index: 10;
    position: absolute;
    top: -10PX;
    right: 35px;
    width: 130px;
}

.kenjeiemand h3 {
    font-family: 'PTSansRegular';
    font-weight: normal;
    font-size: 50px;
    line-height: 50px;
}

.kenjeiemand h3 strong {
    font-family: 'PTSansBold';
}

.kenjeiemand .beloning {
    text-align: center;
    font-size: 50px;
    font-family: 'PTSansBold';
}

.kenjeiemand .beloning p {
    text-align: center;
    font-size: 50px;
    font-family: 'PTSansBold';
    margin-right: 30px;
}

.kenjeiemand .beloning .glyphicon {
    font-size: 100px;
    margin-top: 60px;

}

.watalsbaan ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-top: 60px;
}

.watalsbaan li {
    display: inline-block;
    width: 14%;
    margin: 0 1%;
    padding: 30px;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
}

.watalsbaan li:before {
    color: #037FFF;
    font-family: 'Glyphicons Halflings';
    font-size: 4em;
    display: block;
    clear: both;
}

.watalsbaan li:first-child:before {
    content: "\270f";
}

.watalsbaan li:nth-child(2):before {
    /* content:"\e111"; */
    content: "\e105";
}

.watalsbaan li:nth-child(3):before {
    content: "\e125";
}

.watalsbaan li:nth-child(4):before {
    /* content:"\e136"; */
    content: "\e019";
}

.watalsbaan li:nth-child(5):before {
    content: "\e233";
}

.watalsbaan li:nth-child(6):before {
    content: "\20ac";
}

.watalsbaan li:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 100%;
    top: 50%;
    margin-top: -20px;
    border: 20px solid transparent;
    border-left: 20px solid #fff;
}

.watalsbaan li:nth-child(6):after {
    border: none;
}

.geschikttest {
    padding: 60px 0;
    background-image: url(/images/werkenbij/schoonmaakster-springen.svg);
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: 80% center;
}

label.radio {
    font-size: 20px;
}

input[type="radio"] {
    appearance: none;
    border: 1px solid #D3DEEA;
    width: 30px;
    height: 30px;
    content: none;
    outline: none;
    margin: 0;
    top: 10px;
    background: #D3DEEA;
    box-shadow: inset 0px 5px 10px 0px #D3DEEA;
}

input[type="radio"]:checked {
    appearance: none;
    outline: none;
    padding: 0;
    content: none;
    border: none;
}

input[type="radio"]:checked::before {
    position: absolute;
    color: #015982 !important;
    content: "\00A0\2713\00A0" !important;
    border: 1px solid #015982;
    font-weight: bolder;
    font-size: 21px;
}

.geschikttest label.radio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.geschikttest label.radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.geschikttest label.radio:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}
.geschikttest label.radio:hover:before {
	background-color: #ccc;
}


.wijhebbenwerkin {
    color: #fff;
    background: rgb(1, 89, 178);
    background: radial-gradient(circle, rgba(1, 89, 178, 1) 0%, rgba(36, 36, 36, 1) 100%);
}

.wijhebbenwerkin h3 {
    font-size: 50px;
    line-height: 42px;
    text-shadow: 2px 2px 15px #000;
    max-width: 50%;
    font-family: 'PTSansRegular', sans-serif;
    font-weight: normal;
}

.wijhebbenwerkin h3 strong {
    font-family: 'PTSansBold', sans-serif;
}

.wijhebbenwerkin a {
    color: #fff;
}

.wijhebbenwerkin .customwijhebbenwerkin {
    padding: 160px 0;
    background-repeat: no-repeat;
    background-size: 50% 170%;
    background-position: right center;
    background-image: url(/images/werkenbij/noord-holland.svg)
}


ul.category-module.legalmenu {
    padding: 0;
}

ul.category-module.legalmenu a {
    text-decoration: none;
    position: relative;
    padding: 0 0 10px 20px;
    display: block;
}

.vacature-content {
    display: flex
}

.panel {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    border: none !important;
}

.panel-heading {
    background: #fff !important;
    cursor: pointer;
}

.panel-title a {
    color: #0159B2;
    font-size: 20px;
    margin-left: 0px;
    font-family: 'PTSansBold';
    text-decoration: none;
}

.panel-title a img {
    margin-right: 20px;
}

.accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e113";; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #0159B2;; /* adjust as needed */
    padding-top: 4%;
}

.accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    padding-top: 4%;
}

/* schoonmaken diploma page*/
.diplomaimg1 {
    position: relative;
    top: 5PX;
    left: 20px;
    width: 100%;
}

.fullwidth {
    background: #E8EEF4;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 60px 0;

}

.diplomaimg2 {
    position: relative;
    top: 72px;
    left: 100px;
    width: 700px;
}

/*FAQ*/
button.accordion-button {
    background: none;
    border: none;
}

button.accordion-button h5 {
    font-size: 21px;
    padding: 0px;
    text-align: left;
}

.accordion-body {
    font-size: 17px;
    padding-left: 15px;
}

.accordion-item {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    position: relative;
}

.accordion-header {
    position: relative;
}

button.accordion-button::after {
    content: "";
    background-image: url("/images/down.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 13px;
    transition: transform 0.3s ease;
}

button.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

/* RSFroms Styleing*/


/* Form container */
form[id^="userForm"] {
    margin: 0 auto;
}

/* Inputs & Select
form[id^="userForm"] input,
form[id^="userForm"] select,
form[id^="userForm"] textarea {
    width: 400px !important;
    padding: 22px !important;
    background: #ffffff !important;
    border: 1px solid #222121 !important;
    border-radius: 2px !important;
    font-size: 15px !important;
    margin-bottom: 18px !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}
*/
/* Focus effect
form[id^="userForm"] input:focus,
form[id^="userForm"] select:focus,
form[id^="userForm"] textarea:focus {
    background: #ffffff !important;
    border: 1px solid #165ea8 !important;
    box-shadow: 0 0 0 4px rgba(22, 94, 168, 0.15) !important;
    outline: none !important;
}
*/
/* =========================
   CHECKBOX & RADIO FIX
========================= */

/* Reset radio & checkbox
form[id^="userForm"] input[type="radio"],
form[id^="userForm"] input[type="checkbox"] {
    width: 30px !important;
    padding: 0px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    height: 32px;
    border-radius: 15px;
    cursor: pointer;
}

joomla-alert[type=warning] {
    display: none !important;
}
*/
/* Custom checkbox
form[id^="userForm"] input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #222121 !important;
    border-radius: 3px !important;
    position: relative !important;
    cursor: pointer !important;
    background: #ffffff !important;
}
*/

/* Checkbox checked
form[id^="userForm"] input[type="checkbox"]:checked {
    background-color: #165ea8 !important;
}
*/
/* Vinkje
form[id^="userForm"] input[type="checkbox"]:checked::after {
    content: "✔";
    background: #165ea8;
    color: #ffffff !important;
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    top: -1px;
    left: 2px;
}
*/

.rsform-calendar-button {
    float: right;
    position: absolute !important;
    right: 0;
    top: 0;
    padding: 0 2rem;
    line-height: 46px;
    border-radius: 0;
}
/* Alleen het label met tekst 'Geboorte datum' */
form[id^="userForm"] label[for*="geboorte"],
form[id^="userForm"] label:contains("Geboorte datum") {
    margin-left: 100px !important;
}

/* Submit button */
form[id^="userForm"] input[type="submit"] {
    background: #0e7a0d !important;
    color: white !important;
    border: 2px solid #165ea8 !important;
    padding: 14px 30px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: auto !important;
}

/* Submit hover
form[id^="userForm"] input[type="submit"]:hover {
    background: #165ea8 !important;
    color: #ffffff !important;
}
*/
/* Textarea nicer
form[id^="userForm"] textarea {
    min-height: 160px !important;
    resize: vertical !important;
}
*/
/*
.formControls.col-sm-9.btn-group {
    width: 20px;
}


.col-md-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

label.col-sm-3.col-form-label.formControlLabel {
    width: 0px;
    margin: inherit;
}

.col-sm-3.col-form-label.formControlLabel {
    margin-left: 300px;
}

.row.mb-3.rsform-block.rsform-block-e-mail.rsform-type-textbox {
    display: flex;
    flex-direction: column-reverse;
}

.row.mb-3.rsform-block.rsform-block-werkzaam-op.rsform-type-textbox {
    display: flex;
    flex-direction: column-reverse;
}


.webdelta-form .btn {
    background: #0159B2;
    color: #fff !important;
    text-align: center;
    padding: 10px 18px;
    font-size: 20px;
    border-radius: 8px;
    justify-content: flex-end;
    border: none;

}


.webdelta-form .btn:hover {
    background: #0159B2;

}

button#pagina_3_Next {
    margin-left: 330px;
}

button#OverigNext {
    margin-left: 415px;
}


button#Versturen {
    background: #0159B2;
    color: white !important;
}

button#Versturen:hover {
    background: #00356c;
    color: white !important;
}

.webdelta-form .btn-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.row.mb-3.rsform-block.rsform-block-geboortedatum.rsform-type-calendar {
    display: flex;
    justify-content: end;
}


.formControls.col-sm-9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

label.col-sm-3.col-form-label.pt-0.formControlLabel {
    width: 415px;
}

.row.mb-3.rsform-block.rsform-block-volgende.rsform-type-pagebreak {
    display: flex;
    justify-content: end;
}

input#Nummer {
    padding-left: 50px !important;
}

strong.formRequired {
    display: none;
}
*/

/* AlcmariA media queries */
@media (max-width: 1400px) {
    .watalsbaan li {
        width: 30%;
        margin-bottom: 30px;
        margin-right: 40px;
    }
}

@media (max-width: 1300px) {
    .owl-theme .owl-nav .owl-prev,
    .owl-theme .owl-nav .owl-next {
        left: 0;
    }

    .watalsbaan ul {
        flex-wrap: wrap;
    }

    /*
        .alcmaria-medewerker:before {
            width: 100%;
            height: auto;
        }
    */
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
        /*
        height: 360px;
        display: block !important;
        */
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        right: 10px;
        top: 4px;
        z-index: 9999;
        margin-top: 8px;
        margin-right: 0px !important;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: none;
        border-radius: 4px;
    }

    .collapsed .icon-bar {
        background: #fff !important;
    }

    .navbar-toggle .icon-bar {
        background: #0159B2;
    }

    /* Geanimeerde hamburger nick */
    .navbar-toggle {
        border: none;
        background: transparent !important;
    }

    .navbar-toggle:hover {
        background: transparent !important;
    }

    .navbar-toggle .icon-bar {
        width: 22px;
        transition: all 500ms;
    }

    .navbar-toggle .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }

    .navbar-toggle .middle-bar {
        opacity: 0;
    }

    .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    .navbar-toggle.collapsed .top-bar {
        transform: rotate(0);
    }

    .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
    }

    .navbar-toggle.collapsed .bottom-bar {
        transform: rotate(0);
    }

    /* Einde geanimeerde hamburger nick */
    .navbar {
        position: absolute;
        min-height: 50px;
        margin-bottom: 20px;
        width: 100%;
        left: 0;
        top: 30px;
        border: none;
        padding-right: 0;
        z-index: 900;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 33px;
        position: relative;
        top: 0px;
        height: 3px;
        border-radius: 1px;
        z-index: 9999;
    }

    .omheader .navbar-nav {
        /*
        position: static;
        width: calc(100% + 30px) !important;
        */
        margin-left: -15px;
        position: absolute;
        width: 100% !important;
        z-index: 20;
        border-top: 3px solid #0159B2;
        border-bottom: 1px solid #ededed;
        top: 0 !important;
        margin-top: 0 !important;
    }

    .omheader .navbar-nav > li {
        width: 100%;
        background: #fff;
        border-radius: 0 !important;
    }

    .omheader .navbar-nav > li a {
        color: #0159B2 !important;
        text-shadow: none !important;
    }

    .omslider .custom.slider-tekst {
        font-size: 40px;
        margin-bottom: 60px;
    }

    .omslider .inslider {
        padding-bottom: 230px;
    }
}

@media (max-width: 1024px) {

    .blogvacatures .custom.referentiecollega {
        width: calc(100% - 30px);
    }

    .watalsbaan li {
        width: 94%;
    }

    .watalsbaan li:after {
        left: 50%;
        top: 100%;
        margin-left: -20px;
        margin-bottom: -20px;
        margin-top: 0;
        border-left: 20px solid transparent;
        border-top: 20px solid #fff;
    }

    .cta-menu .navbar-nav {
        display: inline-block;
        margin-top: 45px !important;
        border-radius: 0px;
        z-index: 2;
        margin-left: -15px !important;
        background: #fff;
        /*
        margin-bottom: -40px !important;
        width: calc(100% + 30px) !important;
        */
    }

    .items-row .item {
        margin-right: 0 !important;
    }

    .langdurige-band {
        margin-left: 15px;
    }

    .cta-menu .navbar-nav > li > a:before {
        left: -10px;
    }

    .onzetoevoeging .row {
        float: left;
    }

    .omcomponent {
        padding-top: 75px;
    }

    .home-tekst p:first-of-type {
        display: none;
    }

    .omondercontent03 {
        min-height: 650px;
    }

    .omondercontent07 {
        padding-top: 0px;
    }

    .recente-werkzaamheden-tekst ul.regioroller li {
        left: 0px;
    }

    .item_div {
        margin-right: 44px !important;
    }

    .item_text p {
        line-height: 1.2 !important;
    }

    .owl-item {
    }

    .alcmaria-medewerker {
        position: relative;
        top: 139px;
        width: 320px;
        margin: 0 auto;
    }

    .alcmaria-medewerker::before {
        left: -175px;
        width: 600px;
        height: 400px;
        top: auto !important;
    }

    .recente-werkzaamheden-tekst ul.regioroller {
        overflow: visible;
    }

    .langdurige-band img {
        margin-top: 15px;
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        width: 100%;
    }

    .owl-theme .owl-nav .owl-prev,
    .owl-theme .owl-nav .owl-next {
        position: static;
    }

    .langdurige-band .col-md-5 p {
        margin-bottom: 0;
    }

    .full-bg-team .container .custom .col-md-6 p {
        margin-bottom: 55px;
    }

    #ff_elem1786 {
        margin-top: 1px !important;
    }

    .scrollToTop::before {
    }

    .items-row .col-md-6 p:first-of-type {
        min-height: 220px;
    }

    .items-row .col-md-6 p.readmore {
        min-height: 0px !important;
    }

    .geschikttest {
        background-size: 75px;
        background-position: 95% 67%;
    }

    .diplomaimg1 {
        width: 100%;
        left: 0;
    }

    .diplomaimg2 {
        width: 100%;
        left: 10px;
        top: 125px;
    }

    .fullwidth {
        max-width: 1020px;
        padding: 40px 0;
        right: 5px;
    }

    .mod_webdelta_reviews_owl2 .owl-nav .owl-next {
        position: absolute !important;
        right: -30px;
        left: unset !important;
    }

    .mod_webdelta_reviews_owl2 .owl-nav .owl-prev {
        position: absolute !important;
        left: -30px;
    }
}

@media (max-width: 992px) {
    .omslider .slider-cirkel {
        top: -300px;
    }

    .dienstverlening .items-row .item,
    .klanten .items-row .item {
        min-height: fit-content;
        padding-bottom: 90px;
    }

}

@media (min-width: 769px) and (max-width: 1366px) {

    .btn, .leren-kennen-knop {
        min-width: 75px;
        padding: 20px 30px 20px 30px;
    }
}

@media (min-width: 768px) and (max-width: 1366px) {

    .sp_simple_youtube {
        margin-left: 0px;
    }

    .werkzame-gebied {
        margin-left: -5px;
        width: calc(100% + 5px);
        background: #fff;
    }

    .home-tekst {
        width: 100%;
    }

    .cta-menu .navbar-nav {
        /*
        margin-left: -42px !important;
        margin-bottom: 25px !important;
        width: calc(100% + 54px) !important;
        */
        background: #fff;
        min-height: 85px !important;
    }

    .homepage .omcomponent {
        background-position: right bottom;
        background-size: 85%;
    }

    .werkzame-gebied {
        background: #fff;
        margin-left: 0;
        margin-left: -5px;
        width: calc(100% + 5px);
    }

    .alcmaria-medewerker::before {
        left: 0px;
        width: 450px;
        background-size: contain;
        height: 400px;
        background-repeat: no-repeat;
        top: auto !important;
        bottom: 44px;
    }

    .owl-next {
        float: right;
    }

    .newsflash .item_div {
        height: auto;
    }

}

@media (max-width: 768px) {
    .keurmerk-schoon {
        display: inline-flex;
        flex-direction: column-reverse;
    }

    .flags {
        float: left;
    }

    .customsollicitatieformulier {
        top: -0px;
        position: relative;
    }

    .sliderfoto {
        margin-top: -220px;
        width: 100%;
    }

    #bfElemWrap1072 {
        column-count: 1;
    }

    #bfElemWrap1073 {
        column-count: 1;
    }

    #bfElemWrap1074 {
        column-count: 1;
    }

    .bfQuickMode {
        margin-bottom: 10px;
        margin-left: 5px;
    }

    .field-calendar .btn {
        min-width: auto;
        display: inline-block;
        padding: 35px 30px 15px 20px;
        margin-top: 5px !important;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        margin-left: 10px;
    }

    .right {
        background: #fafafa;
        border: 1px solid #ededed;
        border-radius: 3px;
        margin-bottom: 20px;
        margin-right: 0px;
        float: none;
    }

    .omheader .logo {
        margin-top: 50px;
        text-align: center;
        position: relative;
        left: calc(50% - 141px);
    }

    .omslider .slider-tekst {
        display: none;
    }

    .omslider .slider-cirkel {
        width: 300px;
        height: 300px;
        border-radius: 100%;
        position: relative;
        right: 0;
        top: 0px;
        margin: 0 auto;
        left: 0px;
        background: rgba(255, 255, 255, 0.93);
        color: #0159B2;
    }

    .item-117,
    .item-118,
    .item-119 {
        padding-top: 5px !important;
    }

    .cta-menu .container {
        width: 100% !important;
    }

    .cta-menu {
        bottom: 0px;
    }

    .usps ul {
        padding-left: 0px !important;
    }

    .omcomponent + .navbar-nav {
        position: absolute;
        margin: 0 auto !important;
        top: 695px;
        right: 0;
        display: inline-block;
        float: right;
        width: 100%;
        min-height: 250px;
        z-index: 2;
        background: #fff;
        border-radius: 0;
        -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.20);
        box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.20);
    }

    .omcomponent + .navbar-nav > li {
        width: calc(100% - 30px);
        text-align: left;
        height: 50px;
        margin-top: 25px;
        padding-left: 30px;
        font-size: 24px;
        border-right: none;
    }

    .omcomponent {
        width: 100%;
        min-height: 500px;
        float: left;
        margin-top: 30px;
        background: #fff;
    }

    .homepage .omcomponent {
        background-image: url(../images/schone-werkomgeving-home.png);
        background-position: right bottom;
        background-size: 108%;
        background-repeat: no-repeat;
    }

    .home-tekst {
        padding-left: 0px;
        margin-bottom: 45px;
        margin-left: 0;
        padding-bottom: 240px;
    }

    .home-tekst a {
        background: #0159B2;
        color: #fff;
        text-align: center;
        padding: 20px 20px 20px 45px;
        font-size: 14px;
        border-radius: 8px;
    }

    .usps ul {
        padding: 0;
        border-bottom: 1px solid #ededed;
        padding-bottom: 20px;
        border-top: none;
    }

    .usps li:first-child {
        margin-left: 0px;
    }

    .usps li {
        width: calc(100% - 0px);
        padding-left: 10px;
        padding-right: 10px;
        height: 90px;
        padding-top: 21px;
        font-size: 15px;
        list-style-type: none;
        float: left;
        display: inline-block;
        border-top: 1px solid #ededed;
    }

    .keurmerken {
        overflow-x: scroll !important;
        height: 175px;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        max-height: 200px;
        margin-top: -10px;
        overflow-y: hidden;
        float: left;
        padding-top: 5px;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
        height: 3px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: #0159B2;
    }


    .omcomponent {
        padding-bottom: 0;
    }

    .row h3 span {
        font-weight: 600;
        font-size: 30px;
    }

    .newsflash .item_div {
        width: calc(100% - 50px);
        margin-left: 25px;
        margin-bottom: 25px;
    }

    .newsflash {
        margin-bottom: 30px;
    }

    .onzetoevoeging .item_div {
        margin-right: 0 !important;
    }

    .omondercontent03 {
        padding-top: 0;
        padding: 0px;
        padding-bottom: 60px;
    }

    .sp_simple_youtube {
        margin-left: -5px;
    }

    .omondercontent03 first-child {
        padding: 0 !important;
    }

    .omondercontent03 .container .row,
    .omondercontent07 .container .row {
        margin-right: 0px !important;
    }

    .keurmerken ul {
        border: none;
        width: 1000px;
        background: #fcfcfc;
        overflow-y: hidden;
        overflow-x: visible;
    }

    .keurmerken li {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 15%;
    }

    .keurmerken li:first-child {
        margin-left: 0px;
    }

    .youtube-video {
        margin-top: 50px;
        margin-left: 17px;
        width: 100%;
        margin-bottom: 0px;
    }

    .sp_simple_youtube .sp_simple_youtube_responsive {
        margin-left: 15px;
    }

    /* .no-js .owl-carousel, .owl-carousel.owl-loaded {
        max-width: 100%;
    } */
    /* .owl-carousel .owl-item {
        max-width: `325px !important;
    } */
    .owl-nav {
        display: block;
        height: 60px;
        position: relative;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .owl-theme .owl-nav .owl-prev,
    .owl-theme .owl-nav .owl-next {
        position: static !important;
        top: 0;
    }

    .mod_webdelta_reviews_owl2 .owl-nav .owl-prev {
        position: absolute !important;
        left: 0;
    }

    .mod_webdelta_reviews_owl2 .owl-nav .owl-next {
        position: absolute !important;
        right: 0;
        left: unset !important;
    }


    .owl-theme .owl-nav .owl-next {
        float: right;
    }

    .leren-kennen-knop {
        padding: 20px 20px 20px 45px;
        font-size: 14px;
    }

    .werkzame-gebied {
        float: left;
        margin-left: 0;
        padding-top: 5px;
        width: 100%;
        background: #fff;
        padding-bottom: 7px;
    }

    .recente-werkzaamheden-tekst ul.regioroller li {
        font-size: 20px;
    }

    .alcmaria-medewerker:before {
        content: " ";
        position: relative;
        background-image: url(../images/werknemer.png);
        width: 100% !important;
        height: 200px;
        /*-127/-200*/
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: center;
        left: 0 !important;
        display: inline-block;
        bottom: 86px;
        top: auto !important;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 32px;
        color: #fff !important;
    }

    .custom.vacaturestekst {
        padding-bottom: 200px;
    }

    .recente-werkzaamheden-tekst p {
        padding-left: 15px;
    }

    .grijs-content {
        width: 100%;
        min-height: 200px;
        background: #F3F1F7;
        border-top: 1px solid #E6E3EF;
        float: left;
        padding: 5px;
        z-index: 1;
        position: relative;
        top: 0;
        margin-left: 0;
        padding-top: 25px;
        padding-bottom: 0px;
    }

    .maak-kennis-alcmaria-knop {
        font-size: 14px;
        padding: 20px 20px 20px 45px;
    }

    .items-row .col-md-6 p:first-of-type {
        min-height: 0px !important;
    }

    .recente-werkzaamheden-tekst {
        margin-top: 50px;
        width: 100%;
        text-align: left;
    }

    .recente-werkzaamheden-tekst h1 {
        text-align: left;
        position: relative;
        left: -20px;
        top: -30px;
        color: #037FFF;
    }

    .recente-werkzaamheden-tekst p {
        padding-bottom: 0px;
    }

    .usps li:before {
        margin-left: -9px;
        margin-right: 5px;
        top: -7px;
        position: relative;
        font-size: 20px;
    }

    .cta-menu .navbar-nav {
        margin: 0px 0px !important;
    }

    .cta-menu .navbar-nav > li {
        width: 100%;
        text-align: left;
        height: 50px;
        margin-top: 25px;
        font-size: 24px;
        padding-left: 10px;
        border-right: none;
    }

    .cta-menu {
        position: relative !important;
    }

    #ff_formdiv24 {
        margin-top: 50px;
        padding-bottom: 25px;
    }

    .btn, .leren-kennen-knop {
        min-width: 230px;
    }

    .custom-btn {
        min-width: unset !important;
    }

    .customgeschikttest .bfNextButton, .bfPrevButton {
        border-radius: 5px;
        cursor: pointer;
        padding: 8px 16px;
        font-size: 16px;
        display: inline-block;
        text-decoration: none;
        min-width: 150px;
        border: none;
    }

    .customgeschikttest .bfCustomSubmitButton {
        position: relative;
        left: 240px;
        top: 95px;
        border-radius: 5px;
        cursor: pointer;
        padding: 8px 16px;
        font-size: 16px;
        display: inline-block;
        text-decoration: none;
        min-width: 150px;
    }

    .vacature-item > div {
        height: unset !important;;
    }

    .btn:active, .btn.active {
        box-shadow: none;
    }

    .navbar-header {
        top: -1px;
        margin-bottom: -1px;
        margin-top: -1px;
        width: 100%;
        display: block;
        height: 0px !important;
        float: left;
        right: 0;
        position: relative;
    }

    h1 {
        font-size: 34px;
    }

    #topNavbar {
        margin-top: 0;
        /* border: 1px solid red; */
        clear: both;
        float: none;
    }

    .omslider .slider-cirkel .cirkel-content {
        width: calc(100% - 80px);
        margin: 30px auto;
        padding-top: 85px;
        z-index: 1;
        position: relative;
    }

    .langdurige-band .col-md-5 span {
        padding-left: 0px !important;
    }

    .langdurige-band img {
        height: auto;
        margin-top: 0px;
        padding-left: 15px;
        position: relative;
        left: 0px;
    }

    .omheader #topNavbar img {
        position: relative;
        left: 15px;
        top: 20px;
        width: 150px;
    }

    .recente-werkzaamheden-tekst ul.regioroller {
        left: -5px !important;
    }

    .regioroller {
        padding: 0px !important;
        left: 0px !important;
    }

    .custom .col-md-6 {
        padding-left: 0px !important;
    }

    .full-bg-team .col-md-6 {
        padding-left: 15px;
        margin-left: 0px;
        margin-right: 0px;
        font-size: 20px;
        min-height: 460px;
    }

    .full-bg-team {
        padding-top: 0px;
        float: left;
        width: 100%;
        padding-bottom: 250px;
        background: #fff url(../images/team.png) center bottom no-repeat;
        background-size: 100% auto;
    }

    .full-bg-team .container .custom .col-md-6 p {
        margin-bottom: 0px !important;
    }

    .neem-contact-op-knop {
        padding: 20px 20px 20px 45px;
        font-size: 14px;
    }

    .onze-klanten-knop {
        padding: 20px 20px 20px 45px;
        font-size: 14px;
    }

    .omondercontent06,
    .omondercontent09 {
        padding: 0px 0;
    }

    .mick .omondercontent06 {
        padding: 40px 0px;
    }

    .omondercontent06 h3,
    .omondercontent09 {
        margin-top: 0;
    }

    .owl-container {
        padding-top: 0;
    }

    .maak-kennis {
        margin-left: 5px;
    }

    .diplomaimg1 {
        width: 100%;
        left: 0;
    }

    .diplomaimg2 {
        width: 100%;
        left: 10px;
        top: 45px;
    }

    .fullwidth {
        max-width: 800px;
        padding: 40px 0;
        right: 5px;
    }

    .footer .logo {
        width: 100%;
        height: 120px;
        display: block;
        background: url(/images/logo-nieuw.png) center top no-repeat;
        margin-left: 0px;
        float: left;
    }

    .footer .adres {
        width: 100%;
        height: 100px;
        padding-top: 20px;
        color: #fff;
        float: left;
        text-align: center;
        display: block;
        margin-left: -10px;
        font-size: 20px;
    }

    .omfooter {
        min-height: 525px;
    }

    .footer a {
        color: #fff !important;
        border-bottom: 1px solid #fff;
    }

    .footer .informatie {
        display: block;
        height: 150px;
        width: 100%;
        color: #fff;
        vertical-align: bottom;
        font-size: 20px;
        position: relative;
        text-align: center;
        left: 0;
        top: 20px;
        float: left;
    }

    .item_image img {
        min-width: 100%;
    }

    .legalmenu h3 {
        margin-left: 0;
        padding-left: 0;
        left: 0;
    }

    .legalmenu ul.navbar-nav {
        margin-left: 0px;
    }

    .omslider .inslider {
        padding-bottom: 50px;
    }

    .homepage .omslider .inslider {
        padding-bottom: 0px;
    }

    .cta-menu .navbar-nav {
        margin-left: 0 !important;
    }

    #accordion {
        margin-top: 30px;
    }

    .bedanktvlak img {
        width: 360px;
    }

    .accordion-toggle:after {
        padding-top: 10%;
    }

    .accordion-toggle.collapsed:after {
        padding-top: 10%;
    }

    .panel-title a img {
        margin-right: 0px;
    }

    .geschikttest {
        background-size: 75px;
        background-position: 95% 65%;
    }

    label.radio {
        left: 5rem;
    }

    input[type="radio"] {
        appearance: none;
        border: 1px solid #D3DEEA;
        margin-top: -8px;
        right: 5rem;
        width: 24px;
        height: 24px;
        content: none;
        outline: none;
        background: #D3DEEA;
        box-shadow: inset 0px 5px 10px 0px #D3DEEA;
    }

    input[type="radio"]:checked {
        appearance: none;
        outline: none;
        padding: 0;
        content: none;
        border: none;
    }

    input[type="radio"]:checked::before {
        position: absolute;
        color: #015982 !important;
        content: "\00A0\2713\00A0" !important;
        border: 1px solid #015982;
        font-weight: bolder;
        font-size: 18px;
    }

    .medewerker hr {
        position: relative;
        width: 173px;
        height: 1px;
        top: -20px;
        border: none;
        right: 15px;
        background: #807e7e;
        margin-bottom: -20px;
    }

    .custombedanktwoorden p {
        max-width: 500px;
        font-size: 40px;
        line-height: 1.1;
    }

}

@media (max-width: 1024px) {
    .welkomgroep img {
        margin-bottom: -577px;
        top: -147px;
        max-width: 74%;
        margin-left: 132px;
    }

    .medewerker hr {
        position: relative;
        width: 178px;
        height: 1px;
        top: -21px;
        right: 294px;
        border: none;
        background: #ccc;
        margin-bottom: -20px;
    }

}

@media (max-width: 768px) {
    button.accordion-button h5 {
        padding-left: 18px;
    }

    .hidden-mobile {
        display: none;
    }

    .omslider .slider-tekst {
        display: block !important;
    }

    .medewerker hr {
        position: relative;
        width: 181px;
        height: 1px;
        top: -21px;
        border: none;
        right: 189px;
        background: #807e7e;
        margin-bottom: -20px;
    }

    .welkomwoorden img {
        max-width: 100%;
        height: auto;
    }

    .welkomgroep img {
        margin-bottom: -577px;
        top: -293px;
        max-width: 67%;
        margin-left: 132px;
    }
}

@media (max-width: 425px) {
    .customwijhebbenwerkin .btn {
        font-size: 14px;
    }

    .medewerker hr {
        position: relative;
        width: 178px;
        height: 1px;
        top: -21px;
        border: none;
        right: 23px;
        background: #807e7e;
        margin-bottom: -20px;
    }

    .customwijhebbenwerkin btn {
        font-size: 14px;
    }

    .welkomwoorden img {
        max-width: 100%;
        height: auto;
    }

    .bedanktvlak img {
        max-width: 98%;
    }

    .welkomgroep img {
        max-width: 110%;
        height: auto;
        top: -311px;
        margin-left: 12px;
    }

    .kenjeiemand img.keniemandschoonmaker {
        /* Pas hier je responsieve stijlen aan voor telefoons */
        top: -9px;
        right: 25px;
        width: 100px;
    }
}

@media (max-width: 320px) {
    .medewerker hr {
        position: relative;
        width: 178px;
        height: 1px;
        top: -21px;
        border: none;
        right: -28px;
        background: #807e7e;
        margin-bottom: -20px;
    }
}

@media (max-width: 570px) {
    .blogvacatures .custom.referentiecollega {
        flex-direction: column;
        align-items: flex-end;
    }

    .blogvacatures .custom.referentiecollega img {
        /*
                width: auto;
                height: auto;
        */
        margin: 0px auto;
    }

    h2 {
        /*
        overflow-wrap: break-word;
        */
        word-wrap: break-word;
        hyphens: auto;
    }
}

@media (max-width: 360px) {
    .youtube-video {
        width: 100% !important;
        height: 220px !important;
    }

    .werkzame-gebied .col-md-5 {
        margin-bottom: 0px !important;
        width: 280px !important;
    }

    .alcmaria-medewerker::before {
        height: 200px !important;
        top: -50px !important;
    }

    .owl-theme .owl-nav .owl-prev,
    .owl-theme .owl-nav .owl-next {
        position: static !important;
    }

    .mod_webdelta_reviews_owl2 .owl-nav .owl-prev {
        position: absolute !important;
        left: 0;
    }

    .mod_webdelta_reviews_owl2 .owl-nav .owl-next {
        position: absolute !important;
        right: 0;
        left: unset !important;
    }


    .langdurige-band img {
        width: 100% !important;
    }
}

@media (max-width: 360px) and (min-width: 350px) {

    .alcmaria-medewerker {
        width: auto !important;
        top: 113px !important;
    }
}

@media (max-width: 350px) {

    .alcmaria-medewerker {
        width: auto !important;
        top: 125px !important;
    }
}
