/*
 Theme Name:   Made I.T. - WEBSITE_URL
 Theme URI:    https://www.madeit.be
 Description:  Child theme of Made I.T.
 Author:       Made I.T.
 Author URI:   https://www.madeit.be
 Template:     madeit
 Version:      0.0.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  THEME_NAME
*/

@font-face {
    font-family: 'Terminator Dark Fate';
    src: url('/wp-content/themes/kctechnics/fonts/TerminatorDarkFate.eot');
    src: url('/wp-content/themes/kctechnics/fonts/TerminatorDarkFate.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/kctechnics/fonts/TerminatorDarkFate.woff2') format('woff2'),
        url('/wp-content/themes/kctechnics/fonts/TerminatorDarkFate.woff') format('woff'),
        url('/wp-content/themes/kctechnics/fonts/TerminatorDarkFate.ttf') format('truetype'),
        url('/wp-content/themes/kctechnics/fonts/TerminatorDarkFate.svg#TerminatorDarkFate') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NEW Terminator Dark Fate';
    src: url('/wp-content/themes/kctechnics/fonts/NEWTerminatorDarkFate.eot');
    src: url('/wp-content/themes/kctechnics/fonts/NEWTerminatorDarkFate.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/kctechnics/fonts/NEWTerminatorDarkFate.woff2') format('woff2'),
        url('/wp-content/themes/kctechnics/fonts/NEWTerminatorDarkFate.woff') format('woff'),
        url('/wp-content/themes/kctechnics/fonts/NEWTerminatorDarkFate.ttf') format('truetype'),
        url('/wp-content/themes/kctechnics/fonts/NEWTerminatorDarkFate.svg#TerminatorDarkFate') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Courier New';
    src: url('/wp-content/themes/kctechnics/fonts/CourierNewPS-BoldItalicMT.eot');
    src: url('/wp-content/themes/kctechnics/fonts/CourierNewPS-BoldItalicMT.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/kctechnics/fonts/CourierNewPS-BoldItalicMT.woff2') format('woff2'),
        url('/wp-content/themes/kctechnics/fonts/CourierNewPS-BoldItalicMT.woff') format('woff'),
        url('/wp-content/themes/kctechnics/fonts/CourierNewPS-BoldItalicMT.ttf') format('truetype'),
        url('/wp-content/themes/kctechnics/fonts/CourierNewPS-BoldItalicMT.svg#CourierNewPS-BoldItalicMT') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Courier New';
    src: url('/wp-content/themes/kctechnics/fonts/CourierNewPSMT.eot');
    src: url('/wp-content/themes/kctechnics/fonts/CourierNewPSMT.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/kctechnics/fonts/CourierNewPSMT.woff2') format('woff2'),
        url('/wp-content/themes/kctechnics/fonts/CourierNewPSMT.woff') format('woff'),
        url('/wp-content/themes/kctechnics/fonts/CourierNewPSMT.ttf') format('truetype'),
        url('/wp-content/themes/kctechnics/fonts/CourierNewPSMT.svg#CourierNewPSMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Courier New';
    src: url('/wp-content/themes/kctechnics/fonts/CourierNewPS-BoldMT.eot');
    src: url('/wp-content/themes/kctechnics/fonts/CourierNewPS-BoldMT.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/kctechnics/fonts/CourierNewPS-BoldMT.woff2') format('woff2'),
        url('/wp-content/themes/kctechnics/fonts/CourierNewPS-BoldMT.woff') format('woff'),
        url('/wp-content/themes/kctechnics/fonts/CourierNewPS-BoldMT.ttf') format('truetype'),
        url('/wp-content/themes/kctechnics/fonts/CourierNewPS-BoldMT.svg#CourierNewPS-BoldMT') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Courier New';
    src: url('/wp-content/themes/kctechnics/fonts/CourierNewPS-ItalicMT.eot');
    src: url('/wp-content/themes/kctechnics/fonts/CourierNewPS-ItalicMT.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/kctechnics/fonts/CourierNewPS-ItalicMT.woff2') format('woff2'),
        url('/wp-content/themes/kctechnics/fonts/CourierNewPS-ItalicMT.woff') format('woff'),
        url('/wp-content/themes/kctechnics/fonts/CourierNewPS-ItalicMT.ttf') format('truetype'),
        url('/wp-content/themes/kctechnics/fonts/CourierNewPS-ItalicMT.svg#CourierNewPS-ItalicMT') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


body {
    font-family: 'Courier New', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.custom-logo {
    height: auto !important;
    width: 170px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: 'NEW Terminator Dark Fate',sans-serif;
}

.navbar {
    height: 80px !important;
    overflow: visible !important;
}
.navbar .container {
    height: 100% !important;

}
.navbar .custom-logo-link {
    transform: translateY(30px);
}
@media (max-width: 767.99px) {
    .navbar .custom-logo-link {
        transform: translateY(10px);
    }
}
@media (max-width: 991.99px) {
    .custom-logo {
        height: auto !important;
        width: 120px;
    }
    .navbar .custom-logo-link {
        transform: translateY(0px);
    }
}
.navbar a {
    font-weight: 400;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: var(--wp--preset--color--primary);
    border-bottom: 1px solid var(--wp--preset--color--primary);
}

body {
    font-size: var(--wp--preset--font-size--normal);
    line-height: var(--wp--custom--line-height--body);
}
h1, .h1 {
    font-size: var(--wp--preset--font-size--h-1);
}
@media (max-width: 767px) {
    h1, .h1, .has-h-1-font-size {
        font-size: 2.5rem !important;
    }
}

h2, .h2 {
    font-size: var(--wp--preset--font-size--h-2);
}

h3, .h3 {
    font-size: var(--wp--preset--font-size--h-3);
}

h4, .h4 {
    font-size: var(--wp--preset--font-size--h-4);
}

h5, .h5 {
    font-size: var(--wp--preset--font-size--h-5);
}
h6, .h6 {
    font-size: var(--wp--preset--font-size--h-6);
}

h1[id], h2[id], h3[id], h4[id] {
    scroll-margin-top: 200px;
}


#googlemaps {
    height: 250px;
    width: 100%;
    filter: grayscale(1);
}



/* MENU COLOR */
.menu li.active a.nav-link {
    color: var(--wp--preset--color--primary);
    background-color: transparent;
    border-bottom: none !important;
}
.menu li.active .dropdown-menu .menu-item a.nav-link{
    color: white;
}

@media(min-width: 768px) {
    .menu li > a.nav-link {
        transition: all 0.2s ease-in-out;
        background-color: transparent;
    }
    .menu li.active a.nav-link {
        color: var(--wp--preset--color--primary);
        background-color: transparent;
    }
    .menu li > a.nav-link:hover {
        color: var(--wp--preset--color--primary);
        background-color: transparent;
    }
    .menu .dropdown-menu li a.nav-link {
        border: none;
    }
    .menu .dropdown-menu li.active a.nav-link {
        color: var(--wp--preset--color--primary);
        background-color: transparent;
    }

    
}
@media (min-width: 991px) {
    /** Dropdown */
    .dropdown-toggle.nav-link.show {
        border: none !important;
    }
    .menu .dropdown-menu {
        border: none;
        margin-top: 25px;
        border-radius: 0;
        border-top: 3px solid var(--wp--preset--color--primary);
        background-color: var(--wp--preset--color--secondary);
        z-index: auto;
        min-width: 160px;
        width: max-content;
    }
    .menu .dropdown-menu:before {
        content: '';
        position: absolute;
        top: -14px;
        left: 35px;
        width: 25px;
        height: 25px;
        transform: rotate(45deg);
        background-color: var(--wp--preset--color--primary);
        z-index: -1;
    }
}

@media (max-width: 991.99px) {
    .navbar-collapse {
        background-color: var(--wp--preset--color--secondary);
        border-top: 2px solid var(--wp--preset--color--primary);
        margin-top: 7px;
    }
    .navbar-collapse .menu {
        gap: 10px;
        padding-block: 10px;
        float: left;
        align-items: flex-start !important;
    }
    .menu-item .nav-link {
        text-align: left;
    }
    .navbar-dark .navbar-nav .nav-link.show {
        color: var(--wp--preset--color--primary);
        border-bottom: none !important;
    }
    .dropdown-menu.show {
        background-color: transparent !important;
        border: none !important;
    }
    .dropdown-menu.show > .menu-item {
        display: flex;
        align-items: center;
    }
    .dropdown-menu.show > .menu-item:before {
        content: '▸';
        display: inline-block;
        margin-left: 10px;
        color: var(--wp--preset--color--primary);

    }
}

.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    width: 23px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
    transition: all .2s cubic-bezier(.67,.32,.47,.89);
  }

  .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s cubic-bezier(.67,.32,.47,.89);
  }

  .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(4) {
    width: 23px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
    transition: all .2s cubic-bezier(.67,.32,.47,.89);
  }

  /* ANIMATED COLLAPSED */
  .navbar-toggler[aria-expanded="false"] .icon-bar:nth-of-type(2) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: all .2s cubic-bezier(.67,.32,.47,.89);
  }

  .navbar-toggler[aria-expanded="false"] .icon-bar:nth-of-type(3) {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .2s cubic-bezier(.67,.32,.47,.89);
  }

  .navbar-toggler[aria-expanded="false"] .icon-bar:nth-of-type(4) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: all .2s cubic-bezier(.67,.32,.47,.89);
  }




.wp-block-button__link, .btn, .wp-block-madeitforms-submit-button__link {
    border: 4px solid transparent;
    transition: all 0.2s ease-in-out;
}
.wp-block-button__link.has-success-background-color:hover, .wp-block-madeitforms-submit-button__link.has-success-background-color:hover {
    background-color: transparent !important;
    color: var(--wp--preset--color--success) !important;
    border-color: var(--wp--preset--color--success) !important;
    box-shadow: none !important;
}
.wp-block-button__link.has-primary-background-color:hover, .btn-primary:hover,
.wp-block-madeitforms-submit-button__link.has-primary-background-color:hover {
    background-color: transparent !important;
    color: var(--wp--preset--color--primary) !important;
    border-color: var(--wp--preset--color--primary) !important;
    box-shadow: none !important;
}
.wp-block-button__link.has-secondary-background-color:hover {
    background-color: transparent !important;
    color: var(--wp--preset--color--secondary) !important;
    border-color: var(--wp--preset--color--secondary) !important;
    box-shadow: none !important;
}
.wp-block-button__link.has-danger-background-color:hover {
    background-color: transparent !important;
    color: var(--wp--preset--color--danger) !important;
    border-color: var(--wp--preset--color--danger) !important;
    box-shadow: none !important;
}
.wp-block-button,
.wp-block-button__link,
.wp-block-button__link.has-success-background-color,
.wp-block-button__link.has-primary-background-color,
.wp-block-button__link.has-secondary-background-color,
.wp-block-button__link.has-danger-background-color,
.wp-block-madeitforms-submit-button__link,
.wp-block-madeitforms-submit-button__link.has-success-background-color,
.wp-block-madeitforms-submit-button__link.has-primary-background-color,
.wp-block-madeitforms-submit-button__link.has-secondary-background-color,
.wp-block-madeitforms-submit-button__link.has-danger-background-color {
    position: relative;
    z-index: 0;
    background-color: transparent !important;
    border: transparent !important;
}
.wp-block-button__link::before,
.wp-block-madeitforms-submit-button__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
    transform: skewX(-30deg);
    z-index: -1;
}
.wp-block-button__link.has-primary-background-color::before,
.wp-block-madeitforms-submit-button__link.has-primary-background-color::before {
    background-color: var(--wp--preset--color--primary);
}
.wp-block-button__link.has-primary-background-color:hover::before,
.wp-block-madeitforms-submit-button__link.has-primary-background-color:hover::before {
    border: 2px solid var(--wp--preset--color--primary);
    background-color: transparent;
}
.wp-block-button__link.has-success-background-color::before {
    background-color: var(--wp--preset--color--success);
}
.wp-block-button__link.has-success-background-color:hover::before {
    border: 2px solid var(--wp--preset--color--success);
    background-color: transparent;
}
.wp-block-button__link.has-primary-background-color::before {
    background-color: var(--wp--preset--color--primary);
}
.wp-block-button__link.has-primary-background-color:hover::before {
    border: 2px solid var(--wp--preset--color--primary);
    background-color: transparent;
}
.wp-block-button__link.has-secondary-background-color::before {
    background-color: var(--wp--preset--color--secondary);
}
.wp-block-button__link.has-secondary-background-color:hover::before {
    border: 2px solid var(--wp--preset--color--secondary);
    background-color: transparent;
}
.wp-block-button__link.has-danger-background-color::before {
    background-color: var(--wp--preset--color--danger);
}
.wp-block-button__link.has-danger-background-color:hover::before {
    border: 2px solid var(--wp--preset--color--danger);
    background-color: transparent;
}


.flex-grow {
    overflow: hidden;
}


.wp-block-cover.portret {
    position: relative;
    width: 100%;
    height: 560px;
    padding: 0;
}
.wp-block-cover.portret #caroussel-image {
    height: 100%;
    width: 100%;
    margin: 0;
}
.wp-block-cover.portret #caroussel-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sub-tekst {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;

    -webkit-clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
}
.sub-tekst figure {
    background: var(--wp--preset--color--primary);
    transform: skewX(-25deg);
}
.sub-tekst figure img {
    transform: skewX(25deg);
    margin-left: 82%;
    padding: 10px;

    /* position: absolute; */
}
.sub-tekst figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 220%;
    height: 100%;
    background-color: var(--wp--preset--color--primary);
    transform: skewX(-25deg);
    z-index: -1;
}
.sub-tekst div {
    padding: 5px 20px;
    width: 70%;
    margin-left: 28%;
    padding: 0 !important;

    /* margin-block: 10px; */
}

.left-botton_band {
    position: relative;
}
.left-botton_band::before {
    content: "";
    position: absolute;
    top: -5%;
    right: 360px;
    width: 250px;
    height: 1500px;
    background-color: var(--wp--preset--color--primary);
    transform: skewX(45deg);
    z-index: 0;
}
.left-botton_band .container {
    position: relative;
    z-index: 1;
    padding: 0;
}

/* Icons */
.energieverbruik-icon {
    position: relative;
}
.energieverbruik-icon::before {
    content: "";
    display: inline-block;
    background-image: url('//wp-content/uploads/2023/11/energieverbruik-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.basisgegevens-icon {
    position: relative;
}
.basisgegevens-icon::before {
    content: "";
    display: inline-block;
    background-image: url('//wp-content/uploads/2023/11/basisgegevens-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.technische-gegevens-icon {
    position: relative;
}
.technische-gegevens-icon::before {
    content: "";
    display: inline-block;
    background-image: url('//wp-content/uploads/2023/11/technischegegevens-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.voertuiggeschiedenis-icon {
    position: relative;
}
.voertuiggeschiedenis-icon::before {
    content: "";
    display: inline-block;
    background-image: url('//wp-content/uploads/2023/11/voertuiggeschiedenis-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.kleur-en-bekleding-icon {
    position: relative;
}
.kleur-en-bekleding-icon::before {
    content: "";
    display: inline-block;
    background-image: url('//wp-content/uploads/2023/11/kleurenbekleding-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.uitrusting-icon {
    position: relative;
}
.uitrusting-icon::before {
    content: "";
    display: inline-block;
    background-image: url('//wp-content/uploads/2023/11/uitrusting-incon.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.meer-weergeven-collapser {
    max-height: 195px;
    overflow: hidden;
    transition: max-height 0.5s ease; /* Voeg een vloeiende overgang toe voor een mooiere animatie */
}
.meer-weergeven {
    cursor: pointer;
}

.text-shadow {
    text-shadow: 0 0 10px rgba(0,0,0);
}

footer.site-footer {
    background-color: black !important;
    border-top: none !important;
}
footer.site-footer a {
    color: white !important;
    text-decoration: none;
}
footer.site-footer a:hover {
    color: var(--wp--preset--color--primary) !important;
}
footer.site-footer .menu-mainmenu-container ul,
footer.site-footer .menu-mainmenu-container ul .sub-menu {
    list-style: none;
    padding-left: 0 !important;
}
footer.site-footer .menu-mainmenu-container ul .menu-item-has-children > a {
    display: none;
}
footer.site-footer .menu-mainmenu-container ul .menu-item {
    margin-bottom: 1rem;
}




/* Column width on mobile */
@media (min-width: 991.99px) and (max-width: 1200px) {
    .col-dev-6_car {
        width: 50%;
    }
    .col-dev-5_car {
        width: 25%;
    }
}
@media (max-width: 767.99px) {
    #carouselHomeControls .carousel-item.active {
        padding: 0;
    }
}

@media (min-width: 768px) {
    #carouselHomeControls .carousel-item:first-child {
        margin-left: 0%;
    }
    #carouselHomeControls .carousel-item {
        margin-right: 0;
        width: 50%;
        height: 100%;
    }
    
    /* show 3 items */
    #carouselHomeControls .carousel-inner .active,
    #carouselHomeControls .carousel-inner .active + .carousel-item {
        display: block;
    }
    
    #carouselHomeControls .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #carouselHomeControls .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    #carouselHomeControls .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    #carouselHomeControls .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    #carouselHomeControls .carousel-inner .carousel-item-next,
    #carouselHomeControls .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    
    #carouselHomeControls .carousel-inner .active.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -100%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    #carouselHomeControls .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #carouselHomeControls .carousel-item-next.carousel-item-left + .carousel-item,
    #carouselHomeControls .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    #carouselHomeControls .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    #carouselHomeControls .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    #carouselHomeControls .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    #carouselHomeControls .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    #carouselHomeControls .carousel-item-prev.carousel-item-right + .carousel-item,
    #carouselHomeControls .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    #carouselHomeControls .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    #carouselHomeControls .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
#carouselHomeControls .carousel-control-prev, .carousel-control-next {
    width: 60px;
}
#carouselHomeControls .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
#carouselHomeControls .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.site-corner {
    position: relative;
}
.site-corner:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #252526;
    z-index: 1;
    clip-path: polygon(0 0, 0% 100%, 70% 0);
}
.slash-corner-left,
.slash-corner-right,
.header-tekst-slash,
.slash-corner-switch,
.slash-top-left {
    position: relative;
}
.slash-corner-left .container,
.slash-corner-right .container,
.header-tekst-slash .container,
.slash-corner-switch .container,
.slash-top-left .container {
    position: relative;
    z-index: 2;
}
.slash-corner-left.slash-dark:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 768px;
    height: 100%;
    background-color: #252526;
    z-index: -1;
    clip-path: polygon(56% 0, 100% 0%, 0 100%, 0 56%);
}
.slash-corner-left.red-top::after {
    content: "";
    position: absolute;
    top: -19.8%;
    left: calc(0px + -3%);
    width: 1017px;
    height: 684px;
    background-color: var(--wp--preset--color--primary);
    z-index: 1;
    clip-path: polygon(64% 0, 96% 0%, 81% 22%, 48% 22%);
}
.slash-corner-right.slash-red:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1152px;
    height: 105%;
    background-color: var(--wp--preset--color--primary);
    z-index: 0;
    clip-path: polygon(0 0, 44% 0, 100% 100%, 56% 100%);
} 
@media (max-width: 767px) {
    .slash-corner-right.slash-red:before {
        height: 101%;
    }
}
@media (max-width: 991.99px) {
    .slash-corner-left.red-top::after {
        top: -14.8%;
        left: calc(0px + -6%);
    }
}
@media (min-width: 1050px) AND (max-width: 1400px) {
    .slash-corner-right.slash-red:before {
        right: -200px;
    }

    .slash-corner-left.red-top::after {
        left: calc(0px + -4.4%);
    }
}
@media (max-width: 1400px) {
    .slash-corner-right.slash-red:before {
        right: -500px;
    }
}
.slash-top-left.slash-red:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1152px;
    height: 105%;
    background-color: var(--wp--preset--color--primary);
    z-index: 0;
    clip-path: polygon(0 0, 23% 0, 80% 100%, 56% 100%);
}
@media (min-width: 992px) AND (max-width: 1200px) {
    .slash-top-left.slash-red:before {
        left: -350px;
    }
}
@media (min-width: 1200.99px) AND (max-width: 1600px){
    .slash-top-left.slash-red:before {
        left: -250px;
    }
}
.slash-corner-switch.slash-red:before {
    content: "";
    position: absolute;
    bottom: -10%;
    left: 30%;
    width: 25%;
    height: 25%;
    background-color: var(--wp--preset--color--primary);
    z-index: 0;
    clip-path: polygon(0 0, 67% 0, 100% 100%, 30% 100%);

}

.header-tekst-slash::before {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 20%;
    width: 1320px;
    min-height: 150px;
    height: 100%;
    background-color: var(--wp--preset--color--primary);
    z-index: -1;
    clip-path: polygon(12% 0%, 34% 0%, 23% 100%, 0% 100%);
}
@media (max-width: 991.99px) {
    .header-tekst-slash::before {
        left: -20%;
    }
}

.is-style-slash-corner-right,
.is-style-slash-corner-left {
    position: relative;
    overflow: hidden;
}
.is-style-slash-corner-right img {
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}
.is-style-slash-corner-left img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
}


.is-style-eq-height .wp-block-image {
    height: 150px;
}
.is-style-eq-height .wp-block-image img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
}

a.stretched-link {
    text-decoration: none;
}

/** Moving tekst */
.container-list ul {
    margin-top: 0;
    text-align: left;
    list-style: none;
    max-height: 70px; 
    overflow: hidden;
}
.container-list li {
    line-height:72px;
    margin:0 !important;
    font-size: var(--wp--preset--font-size--h-1);
    font-family: 'Terminator Dark Fate',sans-serif;

    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}
@media (max-width: 1400px) {
    .container-list li {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .container-list li {
        font-size: 2.5rem !important;
    }
}

@-webkit-keyframes change {
    0%, 16.66% { transform: translate3d(0, 0, 0); opacity: 1; }
    30% { opacity: 1; }
    33.32% { transform: translate3d(0, -72px, 0); opacity: 1; }
    46.66% { opacity: 1; }
    49.98% { transform: translate3d(0, -144px, 0); opacity: 1; }
    63.32% { opacity: 1; }
    66.64% { transform: translate3d(0, -216px, 0); opacity: 1; }
    79.98% { opacity: 1; }
    83.3% { transform: translate3d(0, -288px, 0); opacity: 1; }
    96.64% { opacity: 1; }
    100% { transform: translate3d(0, -360px, 0); opacity: 0; }
    0% { transform: translate3d(0, 0, 0); opacity: 0; }
    3.32% { opacity: 1; }
}


@keyframes change {
    0%, 16.66% { transform: translate3d(0, 0, 0); opacity: 1; }
    30% { opacity: 1; }
    33.32% { transform: translate3d(0, -72px, 0); opacity: 1; }
    46.66% { opacity: 1; }
    49.98% { transform: translate3d(0, -144px, 0); opacity: 1; }
    63.32% { opacity: 1; }
    66.64% { transform: translate3d(0, -216px, 0); opacity: 1; }
    79.98% { opacity: 1; }
    83.3% { transform: translate3d(0, -288px, 0); opacity: 1; }
    96.64% { opacity: 1; }
    100% { transform: translate3d(0, -360px, 0); opacity: 0; }
    0% { transform: translate3d(0, 0, 0); opacity: 0; }
    3.32% { opacity: 1; }
}
.container-review .review-inner {
    margin-top: 0;
    max-height: 600px; 
    overflow: hidden;
}
.container-review .review-item {
    min-height: 200px;
    margin:0;

    -webkit-animation-name: change-review;
    -webkit-animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change-review;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-delay: 3s;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 10px 10px 5px 10px !important;
    position: relative;
}

h1.has-background:before, h2.has-background:before, h3.has-background:before, h4.has-background:before, h5.has-background:before, h6.has-background:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    background-color: var(--wp--preset--color--primary);
    z-index: 1;
    clip-path: polygon(34% 0, 100% 0, 68% 100%, 0% 100%);
}
h1.has-background:after, h2.has-background:after, h3.has-background:after, h4.has-background:after, h5.has-background:after, h6.has-background:after {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 100%;
    height: 100%;
    background-color: var(--wp--preset--color--secondary);
    z-index: -1;
}

/** Blog  */
.blog-post {
    padding: 0 !important;
    border: none !important;
    background-color: transparent !important;
}
.blog-post-header {
    align-items: end;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.blog-post img {
    transition: all 0.2s ease-in-out;

}
.blog-post:hover .blog-post-header img {
    scale: 1.1;
    transition: all 0.2s ease-in-out;
}
.blog-post a {
    text-decoration: none !important;
}

.madeit-forms-noajax .wp-block-column {
    margin-top: auto;
}
.madeit-forms-noajax .wp-block-columns {
    margin-bottom: 0 !important;
}
.madeit-forms-noajax .wp-block-madeitforms-input-field input.madeit-forms-input-field,
.madeit-forms-noajax .wp-block-madeitforms-largeinput-field textarea.madeit-forms-largeinput-field {
    border: 1px solid var(--wp--preset--color--primary) !important;
}

.hidden {
    display: none;
}



@media (max-width: 991px) {
    .mobile-service .wp-block-cover {
        min-height: 250px;
        max-height: 250px;
    }
}

.margin-column-mobile .order-lg-last.order-first {
    margin-bottom: 30px !important;
}

.wp-block-cover.portret a {
    text-decoration: none ;
}

ul {
    padding-left: 1.3rem;
}
.wp-block-list li {
    list-style: none;
    position: relative;
    margin-bottom: 20px;
}
.wp-block-list li::before:not(.container-list ul li::before) {
    content: "▸";
    display: inline-block;
    margin-left: -20px;
    margin-right: 10px;
    color: var(--wp--preset--color--primary);
}


.margin-column-mobile .order-first.order-lg-last {
    margin-bottom: 30px !important;
}
.margin-column-mobile .order-last.order-lg-first {
    margin-top: 30px !important;
}