:root {
    --font-1: "Courier New", Courier, monospace;
    --font-2: "Courier New", Courier, monospace;
    --font-3: "Courier New", Courier, monospace;
}
h1 { font-size: 85px; }
svg {
    max-width: 100%;
    height: auto;
}
a {
    color: #000;
    font-weight: bold;
}
a.underline { text-decoration: underline; }
.wegkruipertjie,
.sr-only {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.bg-dark { background-color: #000 !important; }
.bg-hover-light:hover { background-color: rgba(248, 249, 250, 1) }
.body-link {
    text-decoration: underline;
    color: #000;
}
.r-container { position: relative; }
.lucide {
    width: 1em;
    height: 1em;
    max-width: none;
    max-height: none;
    flex-shrink: 0;
    stroke-width: 1;
}
.m-btn, .l-btn { stroke-width: 1.5; }
.l-btn {
    width: 20px;
    height: 20px;
}
.m-btn {
    width: 15px;
    height: 15px;
}
.l-sw-0_5 { stroke-width: 0.5; }
.l-sw-1 { stroke-width: 1; }
.l-sw-1_5 { stroke-width: 1.5; }
.l-sw-2 { stroke-width: 2; }
.l-sw-2_5 { stroke-width: 2.5; }
.bg-opacity { position: relative; }
.bg-opacity::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.dark-opacity-90::before { background: rgba(0, 0, 0, .90); }
.dark-opacity-85::before { background: rgba(0, 0, 0, .85); }
.dark-opacity-80::before { background: rgba(0, 0, 0, .8); }
.dark-opacity-75::before { background: rgba(0, 0, 0, .75); }
.dark-opacity-70::before { background: rgba(0, 0, 0, .7); }
.dark-opacity-65::before { background: rgba(0, 0, 0, .65); }
.dark-opacity-60::before { background: rgba(0, 0, 0, .60); }
.light-opacity-90::before { background: rgba(255, 255, 255, .90); }
.light-opacity-85::before { background: rgba(255, 255, 255, .85); }
.light-opacity-80::before { background: rgba(255, 255, 255, .8); }
.light-opacity-75::before { background: rgba(255, 255, 255, .75); }
.light-opacity-70::before { background: rgba(255, 255, 255, .7); }
.light-opacity-65::before { background: rgba(255, 255, 255, .65); }
.light-opacity-60::before { background: rgba(255, 255, 255, .60); }
/* .breadcrumb-title { width: 100%; } */
.toaster-success { background-color: #fff; }
.toaster-danger {
    background-color: #5a0404;
    color: #fff;
}
.toaster-danger .btn { color: #fff; }
.section-medium { padding: 3em 2em 3em 2em; }
.section-small { padding: 1em 2em 1em 2em; }
.logo-container { max-width: 385px; }
.logo-filter {
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    animation: brightness-pulse 2s infinite;
}
.intro-img { border: 16px solid #FFF; }
.intro-img.img-1 {
    -webkit-transform: translateY(50px) translateX(20px);
    transform: translateY(50px) translateX(20px);
}
.intro-img.img-2 {
    -webkit-transform: translateY(-40px) translateX(-30px);
    transform: translateY(-40px) translateX(-30px);
}
.intro-img.img-3 {
    position: absolute;
    left: 0;
    bottom: 110px;
}
.bg-image {
    background-position: center;
    background-size: cover;
}
.text-stroke-3 {
    -webkit-text-stroke: 1px #bbbbbb;
    color: transparent;
}
.contact-icon {
    width: 100%;
    max-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dddddd;
    transition: .25s ease-in-out all;
}
.contact-list-item i,
.contact-list-item svg { color: #212529 }
.contact-list-item:hover .contact-icon {
    border: 1px solid #333;
    background: #333;
}
.contact-list-item:hover i,
.contact-list-item:hover svg { color: #fff }
.service-icon {
    max-width: 100px;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #aaaaaa;
    background: #fff;
    transition: .25s ease-in-out all;
}
.service-icon i { font-size: 2rem; }
.service-icon svg {
    width: 40px;
    height: 40px;
}
.service-block:hover .service-icon {
    background-color: #333;
    border: 2px solid #333;
}
.service-block:hover .service-icon i,
.service-block:hover .service-icon svg { color: #fff; }
.ic-square {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #333;
}
.ic-square i,
.ic-square svg { color: #fff; }
.ic-square svg {
    width: 35px;
    height: 35px;
}
.ic-square .stepper {
    -webkit-text-stroke: 1px #dddddd;
    color: transparent;
    font-size: 85px;
    font-weight: 700;
    position: absolute;
    top: -60px;
    right: -80px;
    z-index: -1;
}
.ic-square-splitter {
    position: absolute;
    width: 105px;
    border: 8px dotted #d3d3d3;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    top: 50px;
    right: -105px;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.btn-line-dark { border: 1px solid #111; }
.btn-line-dark:hover {
    background: #111;
    color: #fff;
}
.btn-line-light {
    border: 1px solid #111;
    background: #111;
    color: #fff;
}
.btn-line-light:hover {
    border: 1px solid #111;
    background: #fff;
    color: #111;
}
.btn-line-transparent-light {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.btn-line-transparent-light:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #111;
}
.maps { height: 370px; }
.highlighted-dark {
    background-color: #000;
    color: #fff;
    padding: 2px 7px;
}
.about-icon {
    background: #000;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-icon svg {
    color: #fff;
    width: 40px;
    height: 40px;
}
.services-img-break { width: 70%; }
.card-note { box-shadow: 0rem 0 1rem rgba(0, 0, 0, 0.15); }
.accordion { border-top: 1px solid #e1e1e1; }
.accordion-item {
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
}
.accordion-button:not(.collapsed) { background-color: #000; }
.accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
.icon-404 {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.grayscale { filter: grayscale(1); }
.art-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    height: calc(1.4em * 2);
}
.art-body {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    height: calc(1.4em * 3);
}
.article-segment { cursor: pointer; }
ol.list-styled { list-style: auto; }
ul.list-styled { list-style: initial; }
.list-check li::before {
    content: "\f00c";
    font-family: 'Font Awesome 7 Free';
    display: inline-block;
    font-weight: 900;
    margin-left: -2rem;
    width: 2rem;
}
.vat { font-size: 11px; }
.nav-tabs .nav-link { border-radius: 0; }
.nav-tabs .nav-link:hover { color: #000; }
.nav-tabs .nav-link.active {
    background-color: #000;
    color: #fff !important;
}
.slick-slider .slick-arrow {
    border: 1px solid #dee2e6;
    background-color: #fff;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    opacity: 0;
    z-index: 1;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
}
.slick-slider .slick-arrow:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.slick-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}
.slick-slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
}
.prod-list-link {
    display: block;
    transition: 0.2s ease-in-out;
}
.prod-list-img img { transition: 0.2s ease-in-out; }
.prod-list-link:hover .prod-list-img img { box-shadow: 0 0 20px 0px #999; }
@keyframes brightness-pulse {
    0% { filter: brightness(100%); }
    50% { filter: brightness(50%); }
    100% { filter: brightness(100%); }
}
@media (min-width: 768px) {
    .prod-list-img { max-width: 200px; }
}
@media (max-width: 991px) {
    .intro-img { border: 10px solid #FFF; }
    .intro-img.img-1 {
        max-width: 305px;
        -webkit-transform: translateY(30px) translateX(25px);
        transform: translateY(30px) translateX(25px);
    }
    .intro-img.img-2 {
        max-width: 330px;
        -webkit-transform: translateY(185px) translateX(5px);
        transform: translateY(185px) translateX(5px);
    }
    .intro-img.img-3 {
        max-width: 285px;
        left: 25px;
        bottom: -45px;
    }
}
@media (max-width: 767px) {
    .intro-img-con { height: 350px; }
    .intro-img.img-1 {
        max-width: 250px;
        position: absolute;
        top: 50%;
        left: -15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .intro-img.img-2 {
        position: absolute;
        max-width: 250px;
        top: 50%;
        right: -15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .intro-img.img-3 {
        max-width: 200px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 993px) {
    h1 { font-size: 55px; }
    .heading { margin-top: -75px; }
}
@media only screen and (max-width: 575px) {
    h1 { font-size: 2.25rem; }
    .heading { margin-top: -65px; }
    .logo-container { max-width: 250px; }
    .ic-square-splitter {
        width: 40px;
        right: -40px;
        border-top: 5px dotted #d3d3d3;
    }
    .ic-square .stepper {
        font-size: 50px;
        top: -35px;
        right: -45px;
    }
    .icon-404 {
        width: 120px;
        height: 120px;
    }
    .section { padding: 6em 1em 6em 1em; }
}