/*
==  THEME DETAILS  ============================================================
   	Theme Name: Hankamp Dienstverlening & Demontage
   	Theme URI: https://www.hankampdienstverlening.nl/
    Description: Stylesheet voor Hankamp Dienstverlening & Demontage
    Version: 1.0
  	Author: Kracht Internet Marketing
	Author URI: https://www.krachtinternetmarketing.nl

===============================================================================
*/

/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	:root {
		--white: #FFF;
        --off-white: #F7F8FB;
		--black: #0B1428;
        --blue: #172542;
        --light-blue: #9097A5;
        --lighter-blue: #B9BBC1;
        --orange: #E8743C;
	}

	html {
  		font-size: 20px;
	}

	body {
        font-family: "Inter", sans-serif;
        font-size: 0.8rem;
	  	line-height: 2rem;
		font-weight: 400;
		color: var(--black);
		background: var(--off-white);
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
	}

	a, a:hover, .btn, .btn:hover , .transition {
		transition: all 0.3s ease-in-out;
		text-decoration: none;	
	}
	
	p , figure , blockquote , ul {
		margin: 0 !important;
	}

	a {
		color: var(--light-blue);
	}

	a:hover {
		color: var(--orange);
	}

	button:focus ,
	:focus {
		outline: 0 !important;
	}
	
	h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
        font-family: "bebas-neue-pro", sans-serif;
		font-weight: 700;
        text-transform: uppercase;
        color: var(--blue);
		line-height: 1;
		margin: 0;
		padding: 0;
	}

	h1, .h1 {
       font-size: 4rem;
    }

    h2, .h2 {
        font-size: 2.75rem;
    }

    h3, .h3 {
        font-size: 2rem;
    }

    h4, .h4 {
        font-size: 1.25rem;
    }

    h5, .h5 {
        font-size: 1rem;
    }

    .fs-xl {
        font-size: 1.25rem;
    }

    .fs-lg {
        font-size: 0.9rem;
    }

    .fs-xs {
        font-size: 0.7rem;
    }

    .fw-semibold {
        font-weight: 500;
    }

	.fw-bold , strong {
		font-weight: 700 !important;
	}

    .box-shadow {
		box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	}

	.z-index-1 {
		position: relative;
		z-index: 8;
	}

	.list-inline-item:not(:last-child) {
		margin-right: 0.25rem;
	}

	.bg-cover {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

    .rounded {
        border-radius: 30px !important;
    }

     hr {
        margin: 0 0 3.5rem 0;
        border-top: 1px solid var(--blue);
        opacity: 1;
    }
   
	@media (min-width: 1200px) {
		.container {
			max-width: 1150px;
		}
		figure.blur-image {
			display: block;
			cursor: pointer;
		}
		figure.blur-image img {
			filter: blur(0);
            transition: filter 0.3s ease;
		}
		figure.scale-image:hover img ,
        .item-expertise:hover figure.blur-image img ,
        .item-dienst:hover figure.blur-image img {
			filter: blur(4px);
		}
	}

	@media (min-width: 1360px) {
		.container {
			max-width: 1260px;
		}	
	}

	@media (min-width: 1500px) {
		.container {
			max-width: 1430px;
		}	
	}

	@media all and (max-width: 1500px) {
    	html {
			font-size: 18px;
		}
	}

/* Buttons -------------------------------------- */
	.btn {
		font-size: 0.8rem;
        font-weight: 700;
		line-height: 1rem;
		padding: 1rem 1.45rem;
		border-radius: 5;
		border: none;
	}

	.btn-primary {
		color: var(--white);
		background: var(--orange);
        border: 1px solid var(--orange);
	}

	.btn-primary:hover {
		color: var(--white);
		background: var(--black);
        border: 1px solid var(--black);
	}

    .btn-secondary {
        color: var(--blue);
        background: none;
        border: 1px solid var(--blue);
    }

    .btn-secondary:hover {
		color: var(--white);
		background: var(--blue);
        border: 1px solid var(--blue);
	}

    .btn-tertiary {
        color: var(--white);
        background: none;
        border: 1px solid var(--white);
    }

    .btn-tertiary:hover {
        color: var(--blue);
        background: var(--white);
        border: 1px solid var(--white);
    }

    .btn-quaternary {
        color: var(--blue);
       background: var(--white);
        border: 1px solid var(--white);
    }

    .btn-quaternary:hover {
        color: var(--blue);
        background: var(--blue);
        border: 1px solid var(--blue);
    }

	button:focus ,
	.btn:focus {
		outline: 0 !important;
		box-shadow: none !important;
	}

/*---------------------------------------------- 
	1.2 Content Block 
------------------------------------------------*/
	.content-block p + p ,
	.content-block p + h2 ,
	.content-block p + h3 ,
	.content-block p + h4 ,
	.content-block p + h5 ,
	.content-block p + ul ,
	.content-block h3 + ul ,
	.content-block h4 + ul ,
	.content-block ul + p ,
	.content-block ul + h3 {
		margin-top: 1.5rem !important;
	}

    .content-block h2 ,
	.content-block h3 {
		margin-bottom: 1.25rem;
	}

    .content-block ul {
        padding-left: 0;
        list-style: none;
    }

    .content-block ul li {
        line-height: 2rem;
        font-weight: 600;
        position: relative;
        padding-left: 1.5rem;
    }

	.content-block ul li:before {
		font-family: "Font Awesome 7 Pro";
		content: "\f058";
		font-weight: 900;
		color: var(--green);
		position: absolute;
    	left: 0;
	}

	.content-block img.aligncenter {
		margin: 0 auto;
		display: block;
	}

	.content-block .embed-responsive {
		margin: 2.5rem 0;
	}

/*---------------------------------------------- 
	1.3 Colors 
------------------------------------------------*/
    .bg-white {
        background: var(--white) !important;
    }

    .bg-black {
        background: var(--black) !important;
    }

    .bg-blue {
        background: var(--blue) !important;
    }

    .bg-orange {
        background: var(--orange) !important;
    }

    .text-white {
        color: var(--white) !important;
    }

    .text-black {
        color: var(--black) !important;
    }

    .text-blue {
        color: var(--blue) !important;
    }

    .text-light-blue {
        color: var(--light-blue) !important;   
    }

    .text-orange {
        color: var(--orange) !important;
    }

/*---------------------------------------------- 
	1.4 Spacing
------------------------------------------------*/
    .pt-110 {
        padding-top: 5.5rem;
    }

    .pb-110 {
        padding-bottom: 5.5rem;
    }

    .py-100 {
        padding: 5rem 0;
    }

    .py-90 {
        padding: 4.5rem 0;
    }

    .pt-90 {
        padding-top: 4.5rem;
    }

    .pb-90 {
        padding-bottom: 4.5rem;
    }

    .mt-50 {
        margin-top: 2.5rem !important;
    }

    .mb-50 {
        margin-bottom: 2.5rem !important;
    }

/*---------------------------------------------- 
	1.7 Item Expertise
------------------------------------------------*/
    .item-expertise__wrapper {
        background: var(--blue);
        background: linear-gradient(180deg,rgba(11, 20, 40, 0) 0%, rgba(11, 20, 40, 0.5) 100%);
        position: absolute;
        inset: 0;
    }

    .item-expertise__content {
        padding: 2.5rem 2rem;
    }

    .item-expertise__title {
        font-size: 1.75rem;
    }

/*---------------------------------------------- 
	1.8 Item Dienst
------------------------------------------------*/
    .item-expertise__dienst {
        background: var(--blue);
        background: linear-gradient(180deg,rgba(11, 20, 40, 0) 0%, rgba(11, 20, 40, 0.5) 100%);
        position: absolute;
        inset: 0;
    }

    .item-expertise__content {
        padding: 2rem 1.5rem;
    }

    .item-expertise__title {
        font-size: 1.5rem;
    }


/*---------------------------------------------- 
	1.9 Item USP
------------------------------------------------*/
    .item-usp {
        padding: 2rem 1.5rem;
        border: 1.5px solid var(--lighter-blue);
    }

    .item-usp i {
        font-size: 1.25rem;
        line-height: 3.25rem;
        background: var(--orange);
        color: var(--white);
        height: 3.25rem;
        width: 3.25rem;
        text-align: center;
        border-radius: 100%;
    }

/*---------------------------------------------- 
	1.10 Social Media
------------------------------------------------*/
	.social-media li a {
		font-size: 0.8rem !important;
		line-height: 2.25rem !important;
		text-align: center;
		color: var(--white);
		background: var(--orange);
		width: 2.25rem;
		height: 2.25rem;
        border-radius: 100%;
		display: block;
	}

	.social-media li.list-inline-item:not(:last-child) {
		margin-right: 0.5rem !important;
	}

	.social-media li a:hover {
        color: var(--green);
		background: var(--white);
	}

/*---------------------------------------------- 
	2. Header
------------------------------------------------*/
	.header__wrapper {
        padding: 1.5rem 2rem;
		background: rgba(23,37,66, 0.8);
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
	}

    .header__phone i {
        font-size: 1.1rem;
        color: var(--orange);
    }

    .header__phone a {
        color: var(--white);
    }

/*---------------------------------------------- 
	2.1 Navigation 
------------------------------------------------*/
    .navigation__menu li a {
		font-size: 0.8rem;
		line-height: 1;
		font-weight: 700;
		color: var(--white) !important;
		padding: 0.6rem 0;
        position: relative;
	}

    .navigation__menu li a::after {
		content: "";
        background: var(--orange);
		width: 5px;
		height: 5px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
        border-radius: 1px;
		opacity: 0;
	 	transition: opacity 0.3s ease;
	}

    .navigation__menu li a:hover::after,
	.navigation__menu li.active a::after {
    	opacity: 1;
	}

    .navigation__menu li + li {
        margin-left: 1.5rem;
    }

    .navigation__menu .nav-item.vacatures .nav-link::before {
        content: attr(data-count);
        font-size: 0.4rem;
        line-height: 0.8rem;
        background: var(--orange);
        color: var(--white);
        display: inline-block;
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 5px;
        text-align: center;
        position: absolute;
        left: 100%;
        top: 0;
    }

/*---------------------------------------------- 
	3. Hero
------------------------------------------------*/
    .hero--frontpage {
		max-height: calc(100dvh - 3rem);
	}

	.hero__video {
        height: 100dvh;
        min-height: 100dvh;
        background: var(--light-blue);
	}

    .hero__item {
        height: 30rem;
    }

    .hero__content {
        padding-bottom: 5.25rem;
    }

    .hero--frontpage .hero__content {
        padding-bottom: 15rem;
    }

    .hero__buttons li .btn {
        width: 10rem;
    }

    .hero__content::before {
        content: "";
        position: absolute;
        top: 2rem;
        right: 100%;            
        margin-right: 3rem;    
        width: 100vw;
        height: 3px;
        background-color: var(--white);
        pointer-events: none;
    }

   .hero__content::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 435px;
        height: 5.25rem;  
        max-height: 100%;
        border-top: 3px solid var(--white);
        border-right: 3px solid var(--white);
        border-top-right-radius: 30px;
        pointer-events: none;
    }

    .hero--frontpage .hero__content::after {
        right: 0;
        height: 16.5rem;    
    }

    .hero__item::after ,
    .hero__video::after {
		content: "";
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		background: var(--blue);
        background: linear-gradient(180deg,rgba(11, 20, 40, 0) 0%, rgba(11, 20, 40, 0.8) 100%);
	}

    .hero__item::after {
		height: 100%;
	}

    .hero__video::after {
		height: 65%;
	}

/*---------------------------------------------- 
	4.1 Frontpage Expertises
------------------------------------------------*/
    .frontpage-expertises::after {
        content: "";
        background: var(--white);
        width: 100%;
        height: 9.25rem;
        position: absolute;
        left: 0;
        bottom: 0;
    }

/*---------------------------------------------- 
	5.1 Page Modules
------------------------------------------------*/
    .module-diensten + .module-content {
        padding-top: 0 !important;
    }

/*---------------------------------------------- 
	6. Call to Action
------------------------------------------------*/
    .call-to-action__wrapper {
        padding: 4.5rem 0;
    }

    .call-to-action__wrapper::before {
        content: "";
        position: absolute;
        top: 6rem;
        left: 0;            
        width: 15rem;       
        height: 3px;
        background-color: var(--blue);
        pointer-events: none;
    }

   .call-to-action__wrapper::after {
        content: "";
        position: absolute;
        right: 10rem;
        bottom: 0;
        width: 16.5rem;
        height: 6rem;
        border-top: 3px solid var(--blue);
        border-right: 3px solid var(--blue);
        border-top-right-radius: 30px;
        pointer-events: none;
    }

/*---------------------------------------------- 
	7.2 Footer 
------------------------------------------------*/
	.footer {
		padding: 5rem 0 4rem 0;
	}

    .footer hr {
        margin: 1.75rem 0 3rem 0;
        border-top: 1.5px solid var(--white);
        opacity: 1;
    }

    .footer__contactgegevens li ,
    .footer__contactgegevens li a ,
    .footer__menu li a ,
    .footer__author a {
        color: var(--white);
    }

    .footer__contactgegevens li a:hover ,
    .footer__menu li a:hover {
        color: var(--lighter-blue);
    }

    .footer__contactgegevens + .footer__contactgegevens {
        margin-top: 2rem !important;
    }

    .footer .google-reviews-summary-bar span {
        font-size: 0.75rem;
        color: var(--light-blue);
    }

    .footer__author {
        margin-top: 5rem !important;
    }