/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* EIGEN CSS */
html {
scroll-behavior: smooth;
}

body {
	font-family: Arial;
	color: #575756;
	font-size: 18px;
	line-height: 1.5;
	position: relative;
}

h1 {
	font-size: 1.5rem;
	font-weight: 900;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

h2 {
	font-size: 1.5rem;
	font-weight: 900;
}

header {
	padding: 3.75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
	z-index: 999;
}

.logo {
	height: 6rem;
}

header a {
	text-decoration: none;
	font-size: 18px;
	color: #575756;
	font-weight: 900;
}
header a:hover, header a:active {
	color: #e37b09;
}

main {
	margin-top: 13.5rem;
}

#home {
	display: flex;
	align-items: center;
	scroll-margin-top: 12.5rem;
	background-color: #575756;
}
#home .wrapper {
	background-color: #575756;
	color: #fff;
	padding: 3.75rem;
	width: 55%;
}

#home img {
	width: 45%;
}

#overons {
	display: flex;
	align-items: center;
	scroll-margin-top: 12.5rem;
	position: relative;
}

#overons .streepjes {
	position: absolute;
    top: 10rem;
    left: 0;
    z-index: -1;
	width: 100%;
	height: 30px; /* hoogte van het blok */
  background-image:
    linear-gradient(#e37b09, #e37b09),
    linear-gradient(#e37b09, #e37b09),
    linear-gradient(#e37b09, #e37b09);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position:
    top 4px left,
    top 14px left,
    top 24px left;
}

#overons .cta {
	position: absolute;
    bottom: 0;
    right: 0;
	background-color: #e37b09;
	padding: 2rem;
	color: #fff;
	font-weight: 600;
	width: 19rem;
}

#overons .wrapper {
	width: 50%;
	padding: 3.75rem 3.75rem 3.75rem 0;
}
#overons img {
	padding: 5rem 3.75rem 10rem 3.75rem;
	width: 50%;
}

#producten {
	scroll-margin-top: 13.5rem;
}
#producten h2 {
	padding: 1rem 3.75rem;
	background-color: #575756;
	color: #fff;
}
#producten .productwrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 3.75rem;
	padding: 3.75rem;
}

#producten .productwrapper p:first-of-type {
	background: #e37b09;
    padding: 3rem 1.5rem;
    color: #fff;
    font-weight: 600;
	font-size: 1.5rem;
}
#producten .productwrapper p:last-of-type {
	color: #fff;
	font-weight: 900;
	background-color: #575756;
	margin-top: -.5rem;
	padding: .5rem;
}

#producten .productwrapper img {
	width: 100%;
	height: 32rem;
    object-fit: cover;
}

#producten .product {
	box-shadow: 15px 15px 15px 5px #e6e6e6;
}

#contact {
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #575756;
	scroll-margin-top: 12.5rem;
}
#contact h2 {
	margin-bottom: 2rem;
}

#contact img {
	width: 2rem;
	margin-right: .5rem;
}

#contact .wrapper {
	width: calc((100% / 3) * 2);
	padding: 3.75rem;
	background-color: #575756;
	color: #fff;
}
#contact .naam {
	margin-bottom: 1rem;
	font-weight: 600;
}

#contact .wrapper .wrappertwo {
	display: flex;
}
#contact .wrapper .wrappertwo .cta {
	width: 50%;
}
#contact .wrapper .wrappertwo .cta .flex {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
#contact .oranje {
	background-color: #e37b09;
	color: #fff;
	padding: 3.75rem;
	width: calc(100% / 3);
}

#contact .oranje .flex {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.kvk {
	text-align: right;
	padding: 1rem 3.75rem;
}

.kvk b {
	font-weight: 600;
}


@media screen and (max-width: 1200px) {
header {
    flex-direction: column;
    position: initial;
    padding: 1.25rem;
}
.logo {
    height: 4rem;
    margin-bottom: 1.25rem;
}

main {
    margin-top: 0;
}

#home {
    flex-direction: column;
}
#home .wrapper {
    width: 50%;
    padding: 3.75rem 0;
}
#home img {
    width: 50%;
}

#overons {
    flex-direction: column;
}
#overons img {
    padding: 5rem 0 2.5rem 0;
}
#overons .wrapper {
    padding: 0 0 10rem 0;
}
#overons .cta {
    width: 28rem;
}

#producten .productwrapper {
	grid-template-columns: 1fr;
	row-gap: 3.75rem;
}

#contact {
    flex-direction: column;
    padding: 0 3.75rem;
}
#contact .wrapper {
    width: 100%;
}
#contact .oranje {
    width: 100%;
}
#contact .oranje h2 {
    display: none;
}
}

@media screen and (max-width: 767px) {
#home .wrapper {
    width: 80%;
}
#home img {
    width: 80%;
}

#overons img {
    width: 80%;
}
#overons .wrapper {
    width: 80%;
}
#overons .cta {
    position: inherit;
    width: 70%;
}

#producten .productwrapper img {
    height: 20rem;
}

#contact {
    padding: 3.75rem;
    width: auto;
}
#contact .wrapper .wrappertwo {
    flex-direction: column;
}
#contact .wrapper .wrappertwo .cta {
    width: 100%;
}
}


