
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
} 

html, body { height: 100vh; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  background-color: #fff;
} 

h1 {
  font-family: 'Montserat', sans-serif;
  font-weight: 700;
  color: white;
}

h2 { 
  font-weight: 700; 
  letter-spacing: 0.02rem;
  text-transform: uppercase; 
  padding: 0.3em 0;
}

p {
  font-size: 0.8em; /* min corps grootte ivm leesbaarheid */
  font-weight: 600;
  line-height: 1.7;
}

/* 
    wit:                 #ffffff (255, 255, 255) (footer tekst)
    licht grijs:         #cccccc (204, 204, 204) (subFooter p & hr)
    donkerder grijs:     #696969 (105, 105, 105) (p)
    donker grijs:        #333333 (51, 51, 51)    (testimonial)

    bruin:               #684f40 (104, 79, 64)   (h2 & button)
    geel:                #fdb822 (253, 184, 34)  (hr)

    donker geel:         #fdc44d (253, 196, 77)
    lichtgeel:           #f4f0cb (244, 240, 203) (testimonial)
    oranje               #ff4800 (255, 72, 0)    (flaggetje)

    footer licht grijs:  #303133 (48, 49, 51)
    footer donder grijs: #28292b (40, 41, 43)
*/

a                   { color: #684f40; }
a:hover             { color: #fdb822; cursor: pointer; }
a:visited, a:active { color: #fdb822; }

.wrapper {
  max-width: 1200px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 auto;
  position: relative;
}

section, header:not(footer) { 
  text-align: center;
}

header {
  width: 100%;
  height: 3.7rem;
  background: rgba( 255, 255, 255, 0.7 );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
}

header h1 { 
  width: 100px;
  height: 50px;
  background: url("../images/icons-and-logos/logo_secondary.png");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 25% 70%;
  position: absolute;
}

nav {
  width: 100%;
  height: 10px; 
  margin-top: 3.7rem; /* duwt ul li naar beneden */
}

#showMenuLabel {
  width: 100%;
  height: 3rem;
}

nav ul {
  height: 100vh;
  width: 0;
  overflow: hidden;
  background: rgb(251, 251, 251, 0.95); 
  transition: all 400ms ease-in;
}

nav ul > li   { border-bottom: 1px solid #684f40; }

nav ul > li a { 
  font-family: 'Montserat', sans-serif;
  font-weight: 700;
  display: block;
  padding: 0.8rem 0;
  transition: all 400ms ease-in; 
}

nav ul > li:last-child { border-bottom: none; }
  
.container nav ul li:nth-child(1) a { color: #FDB822; }

#showMenu {
  display: initial;
  position: absolute;
  top: 1rem;
  right: 7%;
  width: 1.1rem;
  height: 1.5rem;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#showMenu::after {
  display: block;
  content: "\2630";
  font-size: 1.1rem;
  font-weight: 900;
  text-align: center;
  color: #684f40;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px #999;
  width: 1.1rem;
  height: 1.5rem;
  padding: 0 0.2rem;
  transition: all 400ms ease-in;
}

#showMenu:checked + ul {
  width: 100%;
}

#showMenu:hover::after {
  background: rgba(253, 184, 34, 0.8);
  transition: all 400ms ease-in 100ms;
}

.lijn {
  width: 100%;
  height: 2px;
  background: #684f40;
}

.lijn:nth-of-type(1) {
  background: none;
  height: 0;
}


#heroImage { 
  width: 100%;
  height: 200px;
  background: url(../images/sliders/m-slide-2-mobile.jpg);
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 118% 118%;
  background-position: 70% 20%;
  background-color: rgba(0, 0, 0); 
  text-align: center;
}

#heroImage h1 { 
  font-size: 1.2em; 
  transform: translate(0, 6.5rem);
  text-shadow: 0 0 4px #666;
}

#heroImage p  { 
  font-size: 0.6em; 
  color: white; 
  transform: translate(0, 7rem);
  text-shadow: 1px 1px 2px #333;
}

.container { max-width: 95%; margin: 0 auto; }

.container h1, #testimonials h2 { font-size: 0; padding: 0; }


/* AFMETING KADERS */
.container > div {
  margin: 0.5em; 
  border: 2px solid #684f40; 
}

#services .box, #subFooter .container > div, footer .container > div { border: none; }

#producten .container       { height: 200px; overflow: hidden; }
#producten .container > div { height: 185px; }

#producten .container > div img {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  object-fit: cover;
  transition: all 400ms ease-in;
}

#producten img:hover {
  opacity: 0.5;
  transition: all 400ms ease-in;
  transform: scale(1.04);
  cursor: pointer;
}

.overlayProduct, .flagClippingPath { display: none; }


/* AFMETING CIRCEL IN KADERS */
#services .box > div:nth-of-type(1) {
  width: 100px;
  height: 100px;
  border: 1.5px solid #ccc;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 400ms ease-in;
}

#services .box > div:nth-of-type(1):hover {
  border-radius: 5px;
  background: rgba(253, 184, 34, 0.5);
  cursor: pointer;
}

#services .box img {
  width: 50%;
  height: auto;
  padding: 1.4em 0 0 0;
}

.title > hr {
  width: 55%; 
  height: 2px;
  border: none;
  margin: 0.5em auto 0.5em auto;
  background-image: linear-gradient(to right, 
    rgb(216, 216, 216) 0%, 
    rgb(216, 216, 216) 35%, 
    rgb(253, 173, 1) 35%, 
    rgb(253, 173, 1) 70%, 
    rgb(216, 216, 216) 70%, 
    rgb(216, 216, 216) 100%);
}

#services .container .title > hr {
  width: 65px; 
  height: 2px;
  background: #fdb822;
  margin: 0.5em auto 0.8em auto;
  border: none;
}

#services .container .title p { margin-bottom: 1.5rem; }

.title    { max-width: 95%; }
.title h2 { font-size: 0.9rem; color: rgba(104, 79, 64); }
.title p  { color: rgba(105, 105, 105); } /* kan geen lichte grijs ivm leesbaarheid */


/* alleen subtitel h2 */
section .title:nth-of-type(-n+1) {
  font-size: 1rem;
  padding: 2rem 0;
}

/* alleen subtitel h2 onder circel */
.title:nth-of-type(-n+2) {
  padding-top: 0.7rem;
}


/* PAGINATION BULLETS */ 
.pager ul { 
  width: 100%;
  margin: 0.5rem auto 0.5rem auto;
  overflow: hidden;
}

.pager ul li { 
  width: 10px;
  height: 21px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-block;
}

.pager ul li a { font-size: 0; }

.pager ul li::before { /* rondje open bruin */
  content: "\2b58";
  color: #684f40;
  font-size: 0.85rem;
  transition: all 400ms ease-in-out;
}

.pager ul li:nth-of-type(1)::before {
  content: "\25c9";
  color: #fdb822;
}

.pager ul li:hover::before { /* bullet geel hover */
  content: "\25c9";
  color: #fdb822;
  cursor: pointer;
}
 
#testimonials .pager ul li:nth-of-type(1)::before {
  content: "\25c9";
  color: #684f40;
  transition: all 400ms ease-in-out;
}

#testimonials .pager ul li:hover::before { /* bullet bruin hover */
  content: "\25c9";
  color: #684f40;
  cursor: pointer;
}


/* BUTTON */
button {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #684f40;
  min-width: 152px;
  height: 35px;
  background: white;
  border: 1.5px solid #684f40;
  outline:none; /* haalt border in mobile weg */
  padding: 0 1.5rem;
  transition: all 400ms ease-in 100ms;
  cursor: pointer;
}

button:hover {
  background: #f4f0cb;
  color: #fdb822;
  border: 2px solid #fdb822;
  border-radius: 20px;
}

#testimonials button:hover {
  border: 2px solid #684f40;
  color: #684f40;
  background: rgba(104, 79, 64, 0.2);
}

/* TESTIMONIALS */ 
#testimonials { 
  width: 100%;
  height: 390px;
  background: linear-gradient( rgba(253, 184, 34, 0.9), rgba(253, 184, 34, 0.9)), url(../images/bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 58%;
  background-position-y: 14%;
  background-color: rgba(253, 184, 34); 
  margin-top: 3rem;
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-flow: column wrap;
}

.testimonialImage {
  width: 130px;
  height: 175px;
  border: 4px solid white;
  border-radius: 5px;
  transform: rotate(-6deg);
  position: relative;
  left: 23px;
  top: -9px;
  overflow: hidden;
}

.testimonialImage img {
  width: 155px;
  height: 100%;
  object-fit: cover;
  object-position: 170% 0;
  transform: skew(0deg);
}

.testimonialText p {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: right;
  color: #684f40;
  padding: 0.3rem 1rem 0rem 1rem;
}

#testimonials button {
  font-size: 1.2rem;
  text-transform: none;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 1%;
  top: 34%;
}

#testimonials .pager { align-self: flex-end; width: 85px; }


/* SUB FOOTER */ 
#subFooter { 
  background-color: rgba(48, 49, 51); 
  color: rgba(204, 204, 204); 
  padding: 2rem 0;
}

#subFooter .container div:nth-of-type(2n+1) { text-align: left; }
#subFooter .container div:nth-of-type(2)    { display: none; }

#subFooter h2 { padding-bottom: 1.2rem; }
#subFooter p  { margin-bottom: 2rem; }


/* FOOTER */ 
footer { 
  width: 100%;
  background: #28292b;
  padding-bottom: 1rem;
  background-image: url(../images/icons-and-logos/logo-footer-background.png);
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 55%;
  background-position: 115% -2%;
  color: white; 
  text-align: left;
}

footer .container > div   { margin: 2rem 0.5em; } /* was padding */
footer .container div > p { white-space: pre-line; }

footer h2 { padding: 0.8rem 0; }

footer .container > div:nth-of-type(3) { padding-bottom: 2rem; }  

[datetime], [datetime] + span { font-style: italic; }

#footerSocMed li   { display: inline-flex; transition: all 400ms ease-in-out; }
#footerSocMed li a { font-size: 0; }

/* font awesome iconen social media */
#footerSocMed li:nth-of-type(1)::before { content: "\f082"; } 
#footerSocMed li:nth-of-type(2)::before { content: "\f081"; }
#footerSocMed li:nth-of-type(3)::before { content: "\f143"; }
#footerSocMed li:nth-of-type(4)::before { content: "\f0d3"; }
#footerSocMed li:nth-of-type(5)::before { content: "\f08c"; }

#footerSocMed li:nth-of-type(-n+5)::before {
  font-family: "Font Awesome 5 Brands"; 
  font-weight: 900;
  padding: 0.5rem 0.2rem 0 0;
  font-size: 1.5rem;  
}

#footerSocMed li:nth-of-type(3)::before { font-family: "Font Awesome 5 Free"; }
 
#footerSocMed li:hover, 
#footerContactUs a:hover, 
#footerContactUs li:hover { 
  color: #fdb822; 
  cursor: pointer;
}

#footerContactUs li:first-child { margin-top: 0.5rem; }

#footerContactUs li:nth-of-type(-n+4)::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5rem;
}

#footerContactUs li a, #footerContactUs li { 
  font-size: 0.8rem;
  font-weight: 400;
  color: white;
  padding: 0 0 0.8rem 0;
  transition: all 400ms ease-in-out; 
}

/* font awesome iconen contact informatie */
#footerContactUs li:nth-of-type(1)::before { content: "\f879"; }
#footerContactUs li:nth-of-type(2)::before { content: "\f124"; }
#footerContactUs li:nth-of-type(3)::before { content: "\f0e0"; }
#footerContactUs li:nth-of-type(4)::before { content: "\f7a2"; }

/* FORMULIER SUBSCRIBE */
fieldset { margin-top: 1rem; }

fieldset input { 
  width: 100%;
  height: 35px;
  background: #3b3c3d;
  border: 1.5px solid #ccc;
  margin-top: -1%;
  outline: none; /* verbergt outline in mobile */
  color: #fdb822;
}

[type="email"]:focus {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 1rem;
  color: #fdb822;
  transition: all 400ms ease-in;
}

[type="submit"] {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #303133;
  background: #ccc;
  width: 100%;
  transition: all 400ms ease-in-out; 
}

fieldset input:hover:not([type="email"]) {
  background: #28292b;
  color: #888;
  cursor: pointer;
  transition: all 400ms ease-in-out; 
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}


.toTop {
  font-size: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0.2%;
  right: 1%;
  background-image: url(../images/icons-and-logos/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  filter: invert(35%);
  opacity: 0.4;
  transition: all 400ms ease-in;
  display: block;
}

.toTop:hover {
  bottom: 1.3rem;
  opacity: 0.8;
  color: #fdb822;
}


/*============================================================================*/
         /* MEDIA QUERIE 480px */
/*============================================================================*/

@media screen and (min-width: 480px){ 

  #showMenu:checked + ul { width: 150%; }

  .overlayProduct, .flagClippingPath { display: block; }

  nav           { width: 30%; margin-top: 3.7rem; }
  nav ul > li a { text-align: center; padding: 0.8rem 0; }

  #heroImage { height: 250px; }

  #heroImage h1 {
    font-size: 2.0rem;
    letter-spacing: 0.1rem; 
    transform: translate(0, 8rem);
  }  

  #heroImage p {
    font-size: 0.7rem;
    letter-spacing: 0.2rem;
    text-shadow: 0px 0px 4px #333;
    transform: translate(0, 8.3rem);
  }

  .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
  }

  #producten .container { height: 275px; }

  #producten .container > div {
    flex: 0 0 42%;
    height: 265px;
    margin: 0.5em 0.8rem; /* was padding */
  }
  
  #producten .box { position: relative; }

/* FLAGGETJE */
  #producten .flagClippingPath {
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background: #ff4800;
    width: 60px;
    height: 70px;
    margin: -0.2rem 0 0 -0.5rem;
    padding-top: 1rem;
    position: absolute;
    left: 6%;
    top: 2.5%;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 83%, 0 100%);
    transition: all 400ms ease-in;
    z-index: 1;
  }

  #producten a:hover .flagClippingPath {
    background: #fdc44d;
    color: #684f40; 
    cursor: pointer;
  }

  #testimonials {
    background: linear-gradient( rgba(253, 184, 34, 0.7), rgba(253, 184, 34, 0.7)), url(../images/bg-2.jpg);
    background-position-y: 14%;
  }

  #services hr { width: 25%; }

   #services .container > div, footer .container div {
    flex: 0 0 45%;
    margin: 1rem 0.5rem 1rem 0.5rem; /* was padding */
  }

  #testimonials { 
    height: 230px; 
    justify-content: center;
    align-content: space-around;
  }

  .testimonialImage {
    width: 180px;
    height: 100%;
    border-radius: 0px;
    transform: skewX(5deg);
    position: relative;
    left: 20px;
    top: 0px;
    overflow: hidden;
    border-left: 10px solid #f4f0cb;
    border-right: 10px solid #f4f0cb;
    border-top: 0px;
    border-bottom: 0px;
  }

  .testimonialImage img {
    width: 218px;
    height: 100%;
    object-fit: cover;
    transform: skew(-8deg);
    position: inherit;
    left: -10%;
    bottom: 0%;
  }

  .testimonialText { width: 57%; }

  .testimonialText p {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #333;
  }

  #testimonials button {
    min-width: 144px;
    font-size: 0.8rem;
    text-transform: uppercase;
    background: #684f40;
    border: 2px solid #684f40;
    padding: 0 2.5rem 0 2.5rem;
    color: white;
    left: 35%;
    top: 72%;
    padding: 0 1rem;
  }

  #testimonials button:hover {
    border: 2px solid #684f40;
    color: #fdb822;
    background: #684f40;
  }

  #subFooter .container {
    flex-flow: column wrap;
    align-items: center;
  }

  #subFooter p { margin-bottom: 0; }

  #subFooter .container div:nth-of-type(2) { display: block; max-width: 125px;}

  #subFooter > div img { width: 100%; }

  #subFooter .container div:nth-of-type(2n+1) { text-align: center; }

  [type="email"]  { width: 67%; }
  [type="submit"] { width: 30%; }

  footer { background-position: 101% 20%; background-size: 42%; }


} /* eind querrie 480px */


/*============================================================================*/
         /* MEDIA QUERIE 768px */
/*============================================================================ */
@media screen and (min-width: 768px){ 
  
  #showMenu, #showMenuLabel { display: none; }

  header .container { max-width: 95%; }
 
  header { 
    width: 100%;
    height: 175px; 
    position: relative;
    margin-top: 1%;
  }
 
  header h1 { 
    width: 95%;
    height: 100px;
    background: url("../images/icons-and-logos/logo.png");
    background-size: 12%;
    background-repeat: no-repeat;
    background-position: center; 

  }


 .container nav ul li:last-child { border-right: none; }

  nav { 
    width: 100%; 
    margin-top: 6.7rem;
    z-index: 1; /* legt navigatie bovenop H1 met logo */
  }

  nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: none;
    overflow: visible;
  }

  nav ul li   { 
    border-right: 1px solid #ccc; 
    border-bottom: none; 
    margin-top: 1%;
  }

  nav ul li a { padding: 0.5rem 1rem; }

  .lijn:nth-of-type(1) {
    height: 2px;
    margin-bottom: 0.2rem;
    background: #684f40;
  }

  .lijn {
    width: 100%;
    height: 2px;
    background: #684f40;
    margin-top: 0.2rem;
  }

  #heroImage { 
    height: 350px; 
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/sliders/m-slide-2.jpg);
    background-size: 118% 118%;
    background-position: 70% 100%;
  }

  #heroImage h1 { 
    font-size: 3rem; 
    transform: translate(0, 7.5rem);
    text-shadow: none;
  }

  #heroImage p { transform: translate(0, 8rem); }
  
  .title > hr, #services hr { width: 16%; }

  #producten .container > div { flex: 0 0 28%; }
  #producten .container       { height: 562px; }

  #producten .pager { 
    width: 37px; 
    height: 30px;
    overflow: hidden;
    margin: 0.5rem auto 1.5rem auto;
  }

  .overlayProduct {
    width: 100%;
    height: 50%;
    background: rgb(253, 196, 77, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    transition: all 400ms ease-in 100ms;
    opacity: 0;
  }

  .box > a > div > ul {
    width: 100%;
    height: 50px;
    margin-top: -25px;
    padding-bottom: 4rem;
    display: flex;
    justify-content: space-evenly;
  }

  .box > a > div > ul li {
    font-size: 0;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    border: 2px solid #fdb822;
    padding-top: 13px;
    transition: all 400ms ease-in-out;
  }

  .overlayProduct > h2 {
    font-size: 0.9rem;
    color: white;
  }

  .overlayProduct > h2 span{
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: none;
    color: white;
    padding: 0.7rem 0;
    display: block;
  }

  .overlayProduct h2 + h2 {
    font-size: 1.1rem;
    color: white;
    padding-top: 0;
  }

  .box:hover .overlayProduct {
    height: 50%;
    display: block;
    visibility: visible;
    cursor: pointer;
    opacity: 0.9;
  }

   /*font awesome iconen uitlijnen in circel */
  .overlayProduct > ul li:nth-of-type(-n+3)::before {
    font-family: "Font Awesome 5 Free"; 
    font-size: 1rem;
    font-weight: 900;
    color: #fdb822;
    transition: all 400ms ease-in-out;
  }

  /*font awesome utf8 iconen */
  .overlayProduct > ul li:nth-of-type(1)::before { content: '\f002'; }
  .overlayProduct > ul li:nth-of-type(2)::before { content: '\f0c1'; }
  .overlayProduct > ul li:nth-of-type(3)::before { content: '\f07a'; }

  .box > div > ul li:hover { border: 2px solid #684f40; }

  .overlayProduct > ul li:hover:nth-of-type(-n+3)::before { color: #684f40; }

  button {
    font-size: 0.8rem;
    min-width: 230px;
    height: 40px;
  }

  #testimonials button { left: 24%; top: 71%; }

  #services .container .title > hr { width: 80px; }

  #testimonials { height: 280px; }

  .testimonialText      { width: 49%; }
  .testimonialText p    { font-size: 1.2rem; } 
  .testimonialImage     { width: 223px; left: -14px; }
  .testimonialImage img { width: 260px; left: -22px; }
  .testimonial button   { top: 73%; left: 25%; }

  #services .box > div:nth-of-type(1) {
    border: 2px solid #684f40; 
  }

  #subFooter > div > div + div + div { width: 95%; }

  footer {
    background-position: 102% 204%;
    background-size: 38%;
    bottom: 0.2%;
    right: 1%;
  }


} /* eind querrie 768px */

/*============================================================================*/
         /* MEDIA QUERIE 1024px */
/*============================================================================ */

@media screen and (min-width: 1024px){

  header    { height: 130px; }
  header h1 { height: 108px; background-size: 10%; }

  nav                      { margin-top: 0.5%; }
  nav ul                   { height: 88px}
  nav ul li:nth-of-type(4) { padding-right: 120px; border-right: none; }

  #heroImage    { 
    height: 430px; 
    background-size: cover;
  }

  #heroImage h1 { transform: translate(0, 9rem) }
  #heroImage p  { transform: translate(0, 9.5rem) }

  .container > div { flex: 0 0 23%; }

  #producten .container { height:100%; }

  #producten .container > div, #services .container > div, footer .container div { flex: 0 0 20%; }

  #testimonials button { left: 21%; }

  #subFooter .container {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  #subFooter .container div:nth-of-type(odd) { flex: 0 0 33%; text-align: left; }
  
  footer {
    height: 240px;
    background-position: 102% 53%;
    background-size: 27%;
  }

  footer .container div > p { font-size: 0.65rem; }
  

} /* eind querrie 1024px */


/*============================================================================*/
         /* MEDIA QUERIE 1200px */
/*============================================================================ */
@media screen and (min-width: 1200px){

  header h1 { background-size: 9%; }

  #heroImage { background-position: 70% 59%; }

  #heroImage h1 { transform: translate(0, 10rem) }
  #heroImage p  { transform: translate(0, 11rem) }


  #subFooter > div > div + div + div { min-width: 0; }
  
  .toTop { bottom: 0.5%; right: 0; }

  #producten .container > div { height: 300px; }

  #testimonials button { left: 20%; top: 71%; }


} /* eind querrie 1200px */

