.usp.bar,
.usp.float {
    background: var(--subColor);
}
.breadcrumb li,
.breadcrumb li a {
    text-decoration: none;
}
.leftright .img,
.recents,
.recents > .latest a.linktoblog > div,
header {
    overflow: hidden;
}
#infobalk {
    background: var(--altbg);
    padding: 6px 0;
}
#infobalk .socialh {
    display: none;
}
#infobalk .topbar-lr {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
#infobalk .topbar-lr * {
    color: #fff;
    margin-bottom: 0;
    padding: 2px 0;
    font-size: 15px;
}
#infobalk .topbar-lr .left,
#infobalk .topbar-lr .right {
    padding-top: 0;
    padding-bottom: 0;
}
#infobalk .topbar-lr p,
.leftright .tekstblok h2:nth-child(2),
.recents > .latest a.linktoblog > div > p,
.superblock.leftright .miniblock .tekstblok h2:nth-child(2),
.superblock.leftright.darkmode .miniblock .tekstblok h2:first-child,
section.locaties .infobox .list .listitem p,
section.locaties .infobox h2:nth-child(2) {
    margin-top: 0;
}
#infobalk .topbar-lr i.fab {
    font-size: 18px;
    margin-right: 5px;
}
#infobalk .topbar-lr a b,
#infobalk .topbar-lr a strong,
#infobalk .topbar-lr b a,
#infobalk .topbar-lr strong a {
    margin: 0;
    padding: 10px 32px;
    border-radius: 0;
}
#infobalk .topbar-lr .left,
#infobalk .topbar-lr .right {
    display: flex;
    align-items: center;
}
#infobalk .topbar-lr .left > * {
    margin-right: 20px;
}
#infobalk .topbar-lr .right > * {
    margin-left: 20px;
}
header {
    background: #000;
    position: relative;
    display: flex;
    justify-content: center;
}
header .img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
header .img:before {
    content: "\e510";
    font-family: var(--icons);
    font-size: 10rem;
    opacity: 0.1;
    color: #fff;
    position: absolute;
    left: -2rem;
    bottom: -2rem;
}
.leftright .tekstblok strong:first-child,
.phonebox .content a {
    color: var(--mainColor);
}
header .img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(rgba(0 0 0 / 0), rgba(0 0 0 / 0.75));
    position: absolute;
    top: 0;
}
header .img img,
header .img picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .overlay {
    position: absolute;
    top: 0;
    z-index: 3;
    margin: 0 auto;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}
.leftright.darkmode *,
.usp.bar *,
.usp.float *,
header .overlay * {
    color: #fff;
}
header .overlay .container {
    width: 100%;
}
header .overlay .intro h1 {
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 900;
}
header .overlay .tekstvak .btn-primary {
    font-weight: 700;
    width: calc(100% - 64px);
    text-align: center;
}
.call-now {
    background: #f5f5f5;
    padding: 2rem 0;
}
.breadcrumb,
.leftright.lightmode .left .tekstblok,
.superblock.leftright:not(.darkmode) .miniblock:first-child .tekstblok {
    padding-left: 0;
}
.contactbox {
    display: flex;
    flex-direction: column;
    max-width: 824px;
}
.phonebox,
.usps {
    flex-direction: row;
}
.phonebox {
    display: flex;
    align-items: center;
}
.phonebox i {
    font-size: 2.5rem;
    margin-right: 1rem;
}
.phonebox .content,
.superblock.leftright .miniblock.img {
    display: flex;
    flex-direction: column;
}
.phonebox .content a {
    font-weight: 900;
    font-size: 32px;
}
.phonebox .content .beschikbaar {
    background: var(--subColor);
    color: #fff;
    padding: 0.25rem 1rem;
    border-radius: 20px;
    max-width: fit-content;
    font-size: 12px;
}
.phonebox.email .content a {
    font-size: var(--regular);
    line-height: 1;
    margin-top: 5px;
}
@media (min-width: 1200px) {
    .contactbox {
        flex-direction: row;
    }
    .phonebox.email {
        margin-left: 2rem;
    }
}
@media (max-width: 350px) {
    .page-template-contact .contactbox {
        transform: scale(0.9);
        padding: 0 !important;
    }
    .page-template-contact .phonebox {
        align-items: flex-start;
    }
    .page-template-contact .phonebox i {
        font-size: 1.5rem;
        margin-right: 0.5rem;
        margin-top: 1rem;
    }
}
.breadcrumb {
    background: 0 0;
}
ol.breadcrumb {
    margin-left: 0;
}
.breadcrumb li {
    color: var(--fontcolor);
    padding: 10px 0;
}
.breadcrumb li:first-child:after {
    content: " / ";
    margin-right: 8px;
    margin-left: 0;
}
#breadcrumbs {
    margin: 0;
    padding: 8px 0;
}
@media screen and (max-width: 992px) {
    #myTopnav a {
        display: none;
    }
    .nav-overlay {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.9);
        overflow-y: hidden;
        transition: 0.5s;
    }
    .nav-overlay-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .nav-overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }
    .overlay a:focus,
    .overlay a:hover {
        color: #f1f1f1;
    }
    .nav-overlay .closebtn {
        position: absolute;
        right: 8px;
        top: -20px;
        font-size: 60px;
    }
    .box.flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .box {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.03);
        border-radius: 4px;
    }
    .menu {
        list-style-type: none;
        text-align: center;
    }
    .breadcrumb .container {
        padding-left: 0 !important;
    }
    body > section.breadcrumb > .container {
        padding-left: 20px !important;
    }
}
@media screen and (min-width: 993px) {
    .mobile-nav {
        display: none;
    }
}
.usps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
.usps .usp {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 20px;
}
.usp.float {
    z-index: 8;
    padding: 2rem;
    box-shadow: var(--shadow);
}
.usp.float .usps {
    flex-direction: column;
}
.usp.float .usps .usp {
    padding-left: 0;
    padding-right: 0;
}
.usp.float .usps .usp .icon {
    margin-right: 6px;
}
.usp.float .usps .usp i {
    font-size: 1.5rem;
}
.leftright {
    display: flex;
    width: 100%;
    margin: 100px 0;
}
.leftright .tekstblok {
    padding: 0 50px 50px;
    max-width: 610px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.leftright .left {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.leftright .left:not(.img),
.leftright .right:not(.img) {
    padding: 25px 0 50px;
}
.leftright .right,
.superblock.leftright .miniblock,
section.locaties .infobox .list .listitem {
    width: 50%;
}
.leftright .img {
    display: flex;
    justify-content: center;
    border-radius: 14px;
    box-shadow: var(--shadow);
}
.leftright .img img,
.leftright .img picture {
    max-height: 550px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.leftright .img .fit,
.leftright .img .fit img {
    object-fit: contain;
}
.leftright.darkmode {
    background: var(--altbg);
}
.leftright.lightmode .tekstblok {
    padding: 0 50px;
    max-width: 648px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: auto;
}
.leftright.lightmode .right .tekstblok {
    padding-right: 0;
}
@media (max-width: 1400px) and (min-width: 992px) {
    .leftright.rightleft .left .tekstblok {
        padding-left: 20px;
    }
}
.referenties .heading-center .content,
.superblock.leftright .miniblock .tekstblok p:first-child strong,
section.locaties .infobox strong:first-child {
    color: var(--subColor);
}
.superblock.leftright.thirty-seventy .miniblock:first-child,
.superblock.leftright.thirty-seventy-reverse .miniblock:nth-child(2) {
    width: 30%;
}
.superblock.leftright.thirty-seventy .miniblock:nth-child(2),
.superblock.leftright.thirty-seventy-reverse .miniblock:first-child {
    width: 70%;
}
.superblock.leftright.thirty-seventy .miniblock .tekstblok {
    max-width: unset;
}
.superblock.leftright .miniblock.video iframe {
    display: block;
    width: 100%;
    height: 24.75rem;
}
@media (max-width: 922px) {
    .superblock.leftright .img img,
    .superblock.leftright .img picture {
        max-height: unset;
    }
}
.referenties {
    background: #f5f5f5;
    padding: 2.5rem 0;
}
.referenties .swiper-logos {
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.swiper-backface-hidden .swiper-slide .reactions .reaction-content p {
    font-style: italic;
}
.swiper-backface-hidden .swiper-slide .reactions .reaction-content > p:first-child:before {
    content: "“ ";
}
.swiper-backface-hidden .swiper-slide .reactions .reaction-content > p:last-child:after {
    content: " ”";
}
.recents .swiper-wrapper .latest .linktoblog {
    padding: 2rem;
}
.faq {
    margin-bottom: 5rem;
    padding-top: 2rem;
}
.faqvak {
    max-width: 824px;
    margin: 0 auto;
}
section.locaties {
    background: var(--softbg);
    display: flex;
    flex-direction: column;
}
section.locaties .infobox {
    padding: 5rem 20px;
    margin-left: var(--container);
}
section.locaties .infobox .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 12px 0;
}
section.locaties .infobox .list .listitem p:before {
    content: "\f3c5";
    font-family: var(--icons);
    padding-right: 4px;
}
section.locaties .maps iframe,
section.locaties .maps p {
    width: 100%;
    height: 100%;
    margin-top: 0;
}
@media (min-width: 992px) {
    body header {
        height: 24rem;
    }
    .call-now p,
    .tekstvak {
        max-width: calc(var(--container) * 2);
        min-width: 520px;
    }
    .contactbox {
        margin-left: var(--container);
    }
    .usps .usp {
        padding: 10px 32px;
    }
    .usp.float {
        position: absolute;
        right: 0;
        margin-top: -12rem;
        max-width: var(--container);
        min-width: 320px;
    }
    section.locaties {
        flex-direction: row;
    }
    section.locaties .infobox .list {
        flex-wrap: nowrap;
    }
}
@media (min-width: 768px) {
    .superblock.leftright .miniblock:first-child .tekstblok {
        margin-left: auto;
    }
    .superblock.leftright .miniblock:first-child:last-child,
    .superblock.leftright .miniblock:first-child:last-child ~ .miniblock {
        margin: 0 auto;
    }
    .swiper-backface-hidden .swiper-slide {
        max-width: calc(100% / 3);
    }
    section.locaties .infobox {
        width: 50%;
        padding-right: 32px;
    }
    section.locaties .infobox .list .listitem {
        width: 25%;
    }
    section.locaties .maps {
        min-width: 50%;
        max-width: 50%;
    }
}
.recent-blogs {
    margin: 50px 0;
}
.recents {
    display: flex;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}
.recents a.linktoblog:hover {
    text-decoration: none;
    color: inherit;
}
.recents > .latest {
    margin: 1.5%;
    width: 30%;
    box-shadow: 0 0 10px rgba(0 0 0 / 0.1);
}
.recents > .latest img {
    width: 100%;
    height: 16rem;
    object-fit: cover;
    transition: var(--transition);
}
.recents > .latest a.linktoblog:hover img {
    transform: scale(1.1);
}
.recents > .latest h3 {
    text-align: left;
}
.recents > .latest .excerpt-content {
    padding: 25px;
}
.recents > .latest .excerpt-content * {
    color: var(--fontcolor);
}
@media (max-width: 992px) {
    body header {
        max-height: unset;
        height: auto;
    }
    header .img img {
        min-height: 40vh;
    }
    .leftright.lightmode .left .tekstblok {
        padding-left: 20px;
    }
    .recent-blogs h2 {
        margin-bottom: 20px;
    }
    .recents {
        flex-direction: column;
    }
    .recents > .latest {
        margin: 0 0 32px;
        width: 100%;
    }
}
.gutenberg.container {
    margin-top: 50px;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    #infobalk .mobile-hidden {
        display: none !important;
    }
    #infobalk .topbar-lr {
        justify-content: center;
        flex-direction: column;
    }
    #infobalk .topbar-lr * {
        font-size: 13px;
    }
    #infobalk .topbar-lr .left,
    #infobalk .topbar-lr .right {
        text-align: center;
        justify-content: center;
    }
    #infobalk .topbar-lr .right > * {
        margin-left: 0;
    }
    .leftright {
        flex-direction: column;
        margin: 50px 0;
    }
    .leftright.rightleft {
        flex-direction: column-reverse;
    }
    .leftright .left:not(.img),
    .leftright .right:not(.img) {
        padding-top: 0;
    }
    .home .leftright.lightmode .tekstblok h2,
    .leftright.darkmode h2:first-of-type {
        margin-top: 0;
    }
    .leftright.lightmode .left:not(.img),
    .leftright.lightmode .right:not(.img) {
        padding: 0 20px;
    }
    .leftright .tekstblok {
        padding: 0;
        max-width: unset;
    }
    .fullwidth-template .leftright .tekstblok,
    .leftright.full .tekstblok {
        padding: 25px;
    }
    .fullwidth-template .leftright.lightmode .tekstblok,
    .fullwidth-template section.container .leftright .tekstblok,
    .home .leftright.lightmode .left:not(.img),
    .leftright.lightmode .right:not(.img) {
        padding: 0;
    }
    .leftright .left,
    .leftright .right {
        width: auto;
    }
    .leftright .img img,
    .leftright .img picture {
        width: 100%;
        min-height: 200px;
        object-fit: cover;
    }
    .leftright img {
        margin-bottom: 25px;
    }
    .home .leftright.lightmode .tekstblok {
        padding: 16px 0 0 !important;
    }
    .page-template .leftright.lightmode .right .tekstblok {
        padding-left: 0;
    }
    .superblock.leftright .miniblock {
        width: 100%;
    }
    .superblock.leftright .miniblock.text {
        padding: 20px 0;
        order: 2;
        width: calc(100% - 40px);
    }
    .superblock.leftright.lightmode .miniblock.text {
        width: calc(100%);
        padding-top: 0;
    }
    .superblock.leftright .miniblock.img {
        order: 1;
    }
    .superblock.leftright .miniblock img {
        margin-bottom: 0;
        display: block;
    }
    .wp-block-columns {
        flex-direction: column;
    }
}
