@charset "utf-8";
/* CSS Document */

/*
Theme Name: HUBB
Author: Vincent Bosch - VanderVeer
Description: "Custom Wordpress thema voor HUBB 
Version: 2.0
Tags:
*/

:root {
    --main-color: #315174;
    --text-color: #707070;
    --tint-color: #F2F4F6;
    --sec-color: #c8d400;
	--tert-color: #0db9dd;
}

* {	box-sizing: border-box;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; }

body, html {
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: var(--text-color);
	font-size: 16px;
}
p {
	font-size:1rem;
	line-height: 1.6em;
}
p strong, p b {
    font-weight:700;
}
a {
	color:var(--sec-color);
}

.button {
	margin: auto;
	margin-top: 30px;
	border-bottom: 2px solid var(--tert-color);
	font-size: 14px;
	display: inline-block;
	width: auto;
    padding-left:12px;
    padding-right:12px;
	height: 40px;
	border-radius: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	text-decoration: none;
	background: linear-gradient(var(--tert-color), var(--sec-color));
}
.button:hover {
	margin-top: 32px;
	border-bottom: none;
}
.whitebutton {
	margin: auto;
	margin-top: 30px;
	font-size: 14px;
	display: block;
	width: 120px;
	height: 40px;
	border-radius: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	text-decoration: none;
	background: var(--tert-color);
	border: 1px solid white;
	transition: 0.3s ease;
}
.whitebutton:hover {
	color: var(--tert-color);
	background: white;
}

.blueback {
	width: 100%;
	overflow: hidden;
	height: auto;
	background: var(--tert-color);
	color: white;
	padding: 60px 0;
}
.row {
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 1px;
}

.space-bottom {	margin-bottom:60px; }
.space-top { margin-top:60px; }
.space { margin-top:60px;margin-bottom:60px; }
.smallspace-bottom { margin-bottom:40px; }
.smallspace-top { margin-top:40px; }
.smallspace { margin-top:40px; margin-bottom:40px; }
.bigspace-bottom { margin-bottom:120px; }
.bigspace-top { margin-top:120px; }
.bigspace {	margin-top:120px;margin-bottom:120px; }

h1, h2, h3, h4 {
    color:inherit;
}
h1 {
    font-size:631px;
    font-size: clamp(36px, 5vw, 61px);
    line-height: 1.15em;
    font-weight:700;
    margin:0 0 1rem 0;
}
h2 {
    font-size:32px;
    font-size: clamp(28px, 3vw, 32px);
    line-height: 1.3em;
    font-weight:700;
    margin:0 0 .5rem 0;
}
h3 {
    font-size:20px;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.25em;
    font-weight:600;
    margin:1rem 0;
	color:var(--sec-color);
}
.center {
	text-align: center;
}
.bigcontainer, .container, .midcontainer, .smallcontainer, .minicontainer, .flexrow, .content, .centercontent, .smallcontent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	position: relative;
	max-width:100%;
	padding-left:1rem;
    padding-right:1rem;
	margin-left:auto;
    margin-right: auto;
	overflow:hidden;
}
.row, .flexrow {
	width:100%;
	overflow:hidden;
    padding:0;
}
.reverse { flex-direction: row-reverse; }
.bigcontainer { width:1640px; }
.container { width:1200px; }
.midcontainer, .content {	width:1050px; }
.smallcontainer, .smallcontent, .centercontent { width:800px; }
.minicontainer { width:450px; }
.centercontent {
	text-align: center;
	justify-content: center;
}

.div5  { width:calc(5% - .5rem);  }
.div10 { width:calc(10% - .5rem); }
.div15 { width:calc(15% - .5rem); }
.div20 { width:calc(20% - .5rem); }
.div25 { width:calc(25% - .5rem); }
.div30 { width:calc(30% - .5rem); }
.div33 { width:calc(33% - .5rem); }
.div35 { width:calc(35% - .5rem); }
.div40 { width:calc(40% - .5rem); }
.div45 { width:calc(45% - .5rem); }
.div50 { width:calc(50% - .5rem); }
.div55 { width:calc(55% - .5rem); }
.div60 { width:calc(60% - .5rem); }
.div65 { width:calc(65% - .5rem); }
.div70 { width:calc(70% - .5rem); }
.div75 { width:calc(75% - .5rem); }
.div80 { width:calc(80% - .5rem); }
.icons .div33 {
	margin-bottom: 60px;
}
@media screen and (min-width:768px) {
    
}
@media screen and (max-width:767px) {
    .space-bottom { margin-bottom:40px; }
    .space-top { margin-top:40px; }
    .space { margin-top:40px;margin-bottom:40px; }
    .smallspace-bottom { margin-bottom:25px; }
    .smallspace-top { margin-top:25px; }
    .smallspace { margin-top:25px;margin-bottom:25px; }
    .bigspace-bottom { margin-bottom:90px; }
    .bigspace-top { margin-top:90px; }
    .bigspace { margin-top:90px;margin-bottom:90px; }
    .div10, .div15, .div20, .div25 { width:calc(50% - 8px); }
    .div30, .div33, .div35, .div40, .div45, .div50, .div55, .div60, .div65, .div70, .div75, .div80 { width:100%; }
}
.vid-container, .video_wrap {
    position: relative;
    width:100%;
    padding-top:56.25%;
}
.vid-container iframe, .vid-container video, .video_wrap iframe, .video_wrap video {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

header {
	height: 100px;
	width: 100%;
	position: fixed;
    position: -webkit-sticky;
    position: sticky;
	top: 0;
	left: 0;
	background: white;
	z-index: 99;
	padding-left: calc(50% - 585px);
	font-size: 14px;
	font-weight: 600;
	transition: height 0.3s ease;
	box-shadow: 0 1px 4px 2px rgba(0,0,0,0.2);
	.logo {
		height: 100%;
		width: auto;
		
		padding-top: 15px;
		padding-bottom: 15px;
		float: left;
		img {
			height: 100%;
			width: auto;
		}
	}
	nav {
		float: right;
		height: 100%;
		width: auto;
		padding-right: 20px;
		padding-top: 60px;
		transition: padding 0.3s ease;
		ul.sub-menu {
			display: none;
			position: absolute;
			top:100%;
			left:-0.75em;
			flex-wrap:nowrap;
			flex-direction: column;
			min-width: 260px;
			li {
				display: block;
				margin:0;
			}
			a {
				display: block;
				background-color:white;
				padding:.75em;
				text-decoration: none;
			}
		}
		li.menu-item-has-children {
			position: relative;
			&::after {
				content:'▼';
				font-size:.8em;
				padding-left:.4em;
			}
			&:hover ul.sub-menu {
				display: flex;
			}
		}
		a {
			color: var(--text-color);
			text-decoration: none;
			position: relative;
			&::after {
				content: '';
				position: absolute;
				bottom: -4px;
				left: 0;
				width: 0%;
				height: 3px;
				background: var(--sec-color);
				border-radius: 10px;
				transition: width 0.3s ease;
			}
			&:hover::after {
				width: 100%;
			}
		}
	}
	&.shrink {
		height: 80px;
		nav {
			padding-top: 40px;
		}
	}
	ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		float: left;
		li {
			display: inline-block;
			margin-right: 35px;
			&.current-menu-item > a, &.current-menu-parent > a {
				color:var(--sec-color);
				&::after {
					width: 100%;
				}
			}
		}
	}
	i {
		color: var(--sec-color);
		margin-right: 10px;
	}
}

header .search {
	float: right;
	position: relative;
	bottom: 20px;
}
.search input[type="search"] {
	background: white;
	border: 1px solid rgba(0,0,0,0.4);
	font-size: 16px;
	outline: none;
	border-radius: 40px;
	padding: 8px 15px;
	width: 120px;
	font-family: inherit;
}
.searchbutton {
	border: none;
	border-radius: none;
	outline: none;
	cursor: pointer;
	height: 30px;
	font-size: 16px;
	background: transparent;
}

.hamburger {
	position: absolute;
	right: 8px;
	top: 50%;
    transform:translateY(-50%);
	z-index: 100;
	display: none;
	width:45px;
	height:45px;
	cursor: pointer;
	span {
		display:block;
		position: absolute;
		left:6px;
		height:3px;
		width:33px;
		border-radius: 100px;
		background: -webkit-linear-gradient(to right, var(--tert-color), var(--sec-color));
		background: -o-linear-gradient(to right, var(--tert-color), var(--sec-color));
		background: linear-gradient(to right, var(--tert-color), var(--sec-color));
		transition: 0.3s ease;
		&:nth-child(1) {
			top:12px;
		}
		&:nth-child(2) {
			top:21px;
		}
		&:nth-child(3) {
			top:30px;
		}
	}
	&.is-active {
		span {
			&:nth-child(1) {
				top:21px;
				transform:rotate(45deg);
			}
			&:nth-child(2) {
				top:21px;
				opacity:0;
			}
			&:nth-child(3) {
				top:21px;
				transform:rotate(-45deg);
			}
		}
	}
}

@media screen and (max-width: 1600px) {
	header ul li {
		margin-right: 20px;
	}
}

@media screen and (max-width: 1180px) {
    .hamburger {
        display: block;
    }
    .mobilenav {
        margin-right: 0px;
        box-shadow:-2px 10px 10px 0px rgba(0,0,0,0.3);
    }
    header {
        z-index: 99;
        padding-left: 15px;
		nav {
			position: fixed;
			top: 100px;
			right: 0;
			height: 100%;
			overflow: hidden;
			max-width: 100%;
			background: white;
			padding-top: 0!important;
			text-align: left;
			z-index: 98;
			transition: 0.3s ease;
			width: 500px;
			margin-right: -520px;
			padding-left:1.2rem;
			padding-right:25px;
			ul.sub-menu {
				display: block!important;
				margin:0 auto;
				position: relative;
				top:auto;
				left:auto;
				a {
					padding:.5em;
					&::before {
						content:'- ';
					}
				}
			}
			li.menu-item-has-children::after {
				display: none;
			}
		}
		&.shrink nav {
			top: 80px;
		}
		ul {
			float: none;
			li {
				display: block;
				margin-right: 0;
				margin-top: 30px;
			}
		}
    }
    .iconmenu {
        margin-top: 60px;
    }
    header .search {
        width: 100%;
        padding-left: 0;
        float: none;
        margin: auto;
        margin-top: 20px;
        bottom: 0;
    }
}

.hidepc {
	display:none;
}
.hidemobile {
	display:block;
}
@media screen and (max-width: 1300px) {
	.hidepc {
		display:block;
	}
	.hidemobile {
		display:none;
	}
}

.hero {
	position: relative;
	min-height: 350px;
	height:auto;
	padding-bottom:60px;
	max-height: 100vh;
	width: 100%;
}
.hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
	object-position: center;
	display: none;
}
.inherowrap {
	height: 80%;
	width: 1200px;
	padding:0 15px;
	margin:auto;
	display: table;
}
.inhero {
	display: table-cell;
	vertical-align: middle;
	height: auto;
}
.herotext {
	color: var(--text-color);
	width: 50%;
	transition: color 1.4s ease;
	text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.herotext h1 {
	margin-top:.67em;
	margin-bottom: 0;
}
.heroline {
	display: block;
	width: 0%;
	transition: width 1.2s ease;
	height: 16px;
	border-radius: 20px;
	background: var(--sec-color);
}

@media screen and (max-width: 1200px) {
	.hero {
		max-height:60vh;
	}
	.inherowrap {
		width:100%;
	}
	.herotext {
		width: 70%;
	}
}
@media screen and (max-width: 600px) {
    .herotext {
        width: 100%;
    }
}

.roundedimg {
	width: 100%;
	height: auto;
	border-radius: 40px;
}
.icons img {
	width: 120px;
	height: 100px;
	object-fit: contain;
	object-position: center;
	margin-bottom: 10px;
}
.imgfw {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
}

.streep {
	padding-left: 40px;
	position: relative;
	border-left: 3px solid var(--sec-color);
}
.groen {
	font-weight:600;
	color:var(--sec-color);
}
.subtitle {
	margin-top:5px;
}
@media screen and (max-width: 800px) {
	.streep {
		padding-left:20px;
	}
}
.artikel {
	position: relative;
	width: 46%;
	margin-right: 8%;
	float: left;
	padding-left: 40px;
	margin-bottom: 60px;
}
.artikel::before {
	position: absolute;
	content: '';
	width: 3px;
	top: 0;
	left: 0;
	bottom: 0;
	background: var(--sec-color);
	border-radius: 10px;
}
.artikel:nth-child(even) {
	margin-right: 0;
}
.date {
	color: var(--sec-color);
	font-size: 14px;
	font-weight: 400;
}
.artikel p, .artikel h3 {
	width: 100%;
	max-height: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	margin-top: 8px;
	color:var(--text-color);
}
@media screen and (max-width: 800px) {
	.artikel {
		width: 100%;
		margin-right: 0;
	}
}

/* Klantlogo's style */
.slider img {
	object-fit:contain;
	object-position:center;
	height:120px;
	width:80%;
}
.lswss-slide, .slick-slide, .slick-active {
	outline:none;
}
