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

/*
Theme Name: VanderVeer theme
Author: Vincent Bosch - TheLaundry // VanderVeer
Author URI: https://vdveer.nl
Description: Template door TheLaundry / VanderVeer
Version: 0.0.1
Tags: 
*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');


body, html {
	padding:0;
	margin:0;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:16px;
	color:#161615;
}

* {
	box-sizing: border-box;
}

/* GUTENBERG VIDEO BLOCK STYLE */
.is-type-video {
	margin: 50px 0;
}
.wp-block-embed__wrapper {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.is-type-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* END VIDEO BLOCK STYLE */

p {
	line-height:25px;
}
.red {
	color:#D9000D;
}
a {
	color:#D9000D;
}
a.button {
	position: relative;
	border:1px solid #D9000D;
	display:inline-block;
	font-size:19px;
	font-weight:700;
	text-decoration: none;
	padding:17px 22px;
	margin-right:57px;
	transition: 0.3s ease;
}
a.button:empty {
	padding:0;
	height:58px;
}
a.button:hover {
	background:#D9000D;
	color:white;
}
a.button::after {
	position: absolute;
	content:'';
	right:-58px;
	top:-1px;
	width:59px;
	height:59px;
	background-color:#D9000D;
	background-image:url('img/icons/arrow.svg');
	background-size:75%;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.3s ease;
}
a.button:hover::after {
	background-position: right;
}

a.buttonleft {
	margin-left:57px;
	margin-right:0;
}
a.buttonleft::after {
	right:auto;
	left:-58px;
	transform:rotate(180deg);
}
.center {
	text-align: center;
}
.row {
	width:100%;
	overflow:hidden;
}
.left {
	float:left!important;
}
.right {
	float:right!important;
}
.space-bottom {
	margin-bottom:40px;
}
.space-top {
	margin-top:40px;
}
.space {
	margin-top:40px;
	margin-bottom:40px;
}
.container, .midcontainer, .smallcontainer, .minicontainer {
	position: relative;
	max-width:100%;
	padding-left:15px;
	padding-right:15px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.container {
	width:1200px;
}
.midcontainer {
	width:875px;
}
.smallcontainer {
	width:560px;
}
.minicontainer {
	width:450px;
}
.div50 {
	width:50%;
	float:left;
}
.div25 {
	width:25%;
	float:left;
	padding-right:8px;
}
@media screen and (max-width:1230px) {
	.container {
		width:875px;
	}
}
@media screen and (max-width:905px) {
	.container {
		width:100%;
	}
	.midcontainer {
		width:530px;
	}
}
@media screen and (max-width:590px) {
	.midcontainer, .smallcontainer {
		width:100%;
	}
	.div50 {
		width:100%;
	}
	.div25 {
		width:50%;
	}
}
@media screen and (max-width:480px) {
	.minicontainer {
		width:100%;
	}
	.div25 {
		width:100%;
	}
}

hr {
	border:0.5px solid #DFDFDF;
	width:100%;
	margin-top:25px;
}

.headerspace {
	height:150px;
	width:100%;
	overflow: hidden;
}
header {
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
	height:150px;
	width:100%;
	background:white;
	padding:38px 0;
	transition:0.3s ease;
}
.headerscroll {
	height:95px;
	padding:10px 0;
	box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2);
}
.headercontainer {
	width:1200px;
	max-width:100%;
	padding:0 15px;
	margin:auto;
	overflow: hidden;
}
@media screen and (max-width:1230px) {
	.headercontainer {
		width:100%;
	}
}

header .logo img {
	height:74px;
	width:auto;
	float:left;
}
header nav {
	position: relative;
	padding-top:45px;
	float:right;
	height:74px;
	border-bottom:2px solid #DFDFDF;
}
header nav ul {
	list-style: none;
	margin:0;
	padding:0;
	float:right;
	text-align: right;
}
header nav ul li {
	display:inline-block;
	margin-right:35px;
}
header nav ul li:last-child {
	margin-right:0;
}
@media screen and (max-width:1080px) {
	header nav ul li {
		margin-right:22px;
	}
}

header nav a {
	position: relative;
	color:#161615;
	font-size:14px;
	font-weight:700;
	text-decoration: none;
}
header nav .current-menu-item a::after {
	position: absolute;
	content:'';
	height:2px;
	background:#D9000D;
	transform:none;
	width:100%;
	left:0;
	bottom:-10px;
}
header nav a::after {
	position: absolute;
	content:'';
	height:2px;
	transform:scaleY(0);
	background:#D9000D;
	width:100%;
	left:0;
	bottom:-10px;
	transition:0.3s ease;
}
header nav a:hover::after {
	transform:scaleY(1);
}

.headerinfo {
	position: absolute;
	width:400px;
	max-width:100vw;
	text-align: right;
	top:0;
	right:0;
}
.headerinfo img {
	margin-right:5px;
	transform:translateY(2px);
}
.headerinfo a {
	color:#D9000D;
	margin-left:35px;
}
.headerinfo a::after {
	bottom:-5px;
}

.hamburger {
	display:none!important;
	position: absolute;
	z-index:99;
	top:50%;
	transform:translateY(-50%);
	right:25px;
	width:45px;
	height:45px;
	cursor: pointer;
}
.hamburger span {
	display:block;
	position: absolute;
	left:6px;
	height:3px;
	width:33px;
	background:#D9000D;
	transition: 0.3s ease;
}
.hamburger span:nth-child(1) {
	top:12px;
}
.hamburger span:nth-child(2) {
	top:21px;
}
.hamburger span:nth-child(3) {
	top:30px;
}

.opennav .hamburger span:nth-child(1) {
	top:21px;
	transform:rotate(45deg);
}
.opennav .hamburger span:nth-child(2) {
	top:21px;
	opacity:0;
}
.opennav .hamburger span:nth-child(3) {
	top:21px;
	transform:rotate(-45deg);
}
@media screen and (max-width:930px) {
	header nav {
		position: fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		width:100%;
		height:100vh;
		background:white;
		z-index:-1;
		padding-top:160px;
		padding-left:15px;
		
		-webkit-transform:translateX(105%) ;
		-ms-transform:translateX(105%) ;
		-o-transform:translateX(105%) ;
		transform:translateX(105%);
		transition: 0.3s ease;
	}
	.opennav nav {
		-webkit-transform:none ;
		-ms-transform:none ;
		-o-transform:none ;
		transform:none;
	}
	.headerscroll nav {
		padding-top:120px;
	}
	header nav ul {
		float:left;
		text-align: left;
	}
	header nav ul li {
		display:block;
		margin-bottom:25px;
	}
	header nav a::after {
		display:none;
	}
	header nav .current-menu-item a::after {
		display:block;
		position: absolute;
		content:'';
		height:2px;
		background:#D9000D;
		transform:none;
		width:100%;
		left:0;
		bottom:-4px;
	}
	.hamburger {
		display:block!important;
	}
	.headerinfo {
		display: none;
	}
}


h1 {
	font-size:32px;
	font-weight:700;
	color:#D9000D;
	margin-top:0;
}
h2 {
	font-size:32px;
	line-height:39px;
}
@media screen and (max-width:590px) {
	h1, h2 {
		font-size:26px;
		line-height:33px;
	}
}

.hero {
	position: relative;
	width:100%;
	height:445px;
	background:#DFDFDF;
	text-align: center;
	background-size:cover;
	background-position: center;
	margin-bottom:60px;
}
.inhero {
	position: absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	width:875px;
	max-width:100%;
	min-height:325px;
	height:auto;
	background:white;
	padding:60px 0;
}
.inhero p {
	margin-bottom:0;
}
.inhero .smallcontainer {
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translateY(-50%) translateX(-50%) ;
	-ms-transform:translateY(-50%) translateX(-50%) ;
	-o-transform:translateY(-50%) translateX(-50%) ;
	transform:translateY(-50%) translateX(-50%);
}
@media screen and (max-width:1200px) {
	.hero {
		height:600px;
	}
}


.icon {
	padding:0 10px;
	margin-bottom:15px;
	min-height:225px;
}
.icons-4, .icons-5, .icons-6 {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
}
.icons-6 .icon {
	width:calc(100% / 6);
}
.icons-5 .icon {
	width:calc(100% / 5);
	min-height:150px;
}
.icons-4 .icon {
	width:calc(100% / 4);
	min-height:150px;
}
.icons-5 {
	color:#D9000D;
	font-weight:700;
}

.icon img {
	width:85px;
	height:85px;
	object-fit: contain;
	object-position: center;
}
@media screen and (max-width:1230px) {
	.icon {
		width:calc(100% / 3)!important;
	}
}
@media screen and (max-width:590px) {
	.icon {
		width:calc(100% / 2)!important;
	}
}
@media screen and (max-width:430px) {
	.icon {
		width:100%!important;
	}
}

.homecase img {
	width:100%;
	height:400px;
	object-fit: cover;
	object-position: center;
	margin-bottom:25px;
}
.homecase h2 {
	width:400px;
	max-width:100%;
	margin-top:15px;
	margin-bottom:15px;
}
.homecase .button {
	float:right;
}
@media screen and (max-width:590px) {
	.homecase .button {
		float:left;
		margin-bottom:25px;
	}
}

.products > .row {
    border-bottom:2px solid #DFDFDF;
    padding-bottom:40px;
    margin-bottom:40px;
}
.products > .row:last-child {
    margin-bottom:0;
}
.product .row {
    position: relative;
}
.product .button {
    position: absolute;
    top:0;
    right:0;
}
.product {
    width:47%;
    float:left;
}
.product p {
    margin-top:5px;
    margin-bottom:0;
    font-weight:700;
}
.product h2 {
    margin-top:2px;
    margin-bottom:0;
}
.product:nth-child(odd) {
    margin-right:6%;
}
.product img {
    width:100%;
    height:375px;
    object-fit: cover;
    object-position: center;
    transform:translateY(3px);
}
@media screen and (max-width: 905px) {
	.products > .row {
		padding-bottom:0;
		margin-bottom:0;
		border:none;
	}
	.product {
		width:550px;
		max-width:100%;
		float:none;
		margin:0 auto 60px auto;
	}
	.product:nth-child(odd) {
		margin-right:auto;
	}
}
@media screen and (max-width: 530px) {
	.product img {
		height:265px;
	}
}

.productsoort ul { /* op archive cases pagina */
  list-style: none;
  margin: 0;
  padding: 0;
}
.productsoort li {
  padding: 0;
  margin: 0;
  margin-right: 10px;
  margin-bottom: 12px;
  display: inline-block;
}

.case {
  	width: 100%;
	margin-bottom:25px;
	overflow: hidden;
}
.case:last-child {
	margin-bottom:0;
}

@media screen and (max-width:590px) {
	.case {
		margin-bottom:45px;
	}
}
.case img {
  width: 90%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 12px;
}
.case h2 {
  margin-top: 4px;
  width: 400px;
  max-width: 100%;
}

.productsoorten ul { /*op single cases pagina */
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.productsoorten li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 10px;
}

form {
  overflow: hidden;
}
form *:focus {
  outline: none;
}
input, textarea, select {
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    border: none;
    border-bottom: 1px solid #BBBBBB;
    width: 100%;
    font-size: 17px;
    padding: 8px 0;
    color: #3C3C3E;
    margin: 6px 0;
	-webkit-appearance: none;
}
label {
  text-transform: uppercase;
  color: #3C3C3E;
  letter-spacing: 2px;
}
textarea {
  text-transform: none;
  height: 120px;
  resize: none;
}
input[type="submit"] {
	float:right;
	cursor: pointer;
	position: relative;
	border:1px solid #D9000D;
	color:#D9000D;
	display:inline;
	width:auto;
	font-size:19px;
	font-weight:700;
	text-decoration: none;
	padding:17px 22px;
	padding-right:79px;
	transition: 0.3s ease;
}
input[type="submit"]:hover {
	background:#D9000D;
	color:white;
}
.submitafter {
	overflow:hidden;
	position: relative;
}
.submitafter::after {
	pointer-events: none;
	position: absolute;
	content:'';
	right:0;
	top:6px;
	width:59px;
	height:59px;
	background-color:#D9000D;
	background-image:url('img/icons/arrow.svg');
	background-size:75%;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.3s ease;
}
.submitafter:hover::after {
  background-position: right;
}

.download {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #707070;
  padding: 18px 15px;
  text-decoration: none;
  color: #161615;
  font-weight: 700;
}
.download::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: TranslateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  background: url('img/icons/download.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.download:first-child {
  border-top: 1px solid #707070;
}

.support {
	border-bottom:1px solid #707070;
}
.support:first-child {
	border-top:1px solid #707070;	
}
.support .vraag {
	position: relative;
	padding:18px 15px;
	cursor: pointer;
	padding-right: 45px;
	transition:0.3s ease;
}
.support .vraag::after {
	position: absolute;
	content: "+";
	font-size: 38px;
	line-height: 46px;
	color: #D9000D;
	right: 0;
	top: 50%;
	transform:TranslateY(-50%);
	bottom: 0;
	margin-right: 12px;
	height: 50px;
	transition: 0.3s ease;
	font-weight:400!important;
}
.support .antwoord {
	padding: 0 15px;
	max-height: 0;
	transition: 0.6s ease;
	overflow: hidden;
}
.activefaq .antwoord {
	max-height: 1000px;
	padding:18px 15px;
}
.activefaq .vraag {
	font-weight:700;
}
.activefaq .vraag::after {
	transform:TranslateY(-50%) rotate(135deg);
}

.content ul {
	line-height: 25px;
	padding-left:20px;
}

.cta {
	padding:45px;
}

footer {
	width:100%;
	border-top:1px solid #D9000D;
	padding:25px 0;
	overflow: visible;
}
footer h2 {
	margin:0;
}
footer .social ul {
	list-style:none;
	margin:0;
	padding:0;
}
footer .social li {
	position: relative;
	margin-right:8px;
	display:inline-block;
	padding:8px;
}
footer .social a {
	position: relative;
	transition:0.3s ease;
	color:#D9000D;
}
footer .social a::after {
	content:'';
	position: absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
	width:35px;
	height:35px;
	border:1px solid #D9000D;
	pointer-events: none;
	z-index:-1;
	transition:0.3s ease;
}
footer .social a:hover {
	color:white;
}
footer .social a:hover::after {
	background:#D9000D;
}

footer .scrollTop {
	position: absolute;
	top:4px;
	right:0;
	transform:rotate(-90deg);
	z-index:2;
}
