@charset "UTF-8";

:root {
  --green: #283e1a;
  --lightgreen: rgb(102, 136, 80);
  --yellowgreen: rgb(183, 180, 62);
  --softgreen: rgb(196, 217, 183);
  --white: rgb(255, 255, 255);
  --grey: rgb(130, 130, 130);
}

html:has(> body.home) {
  max-height: 100vh;
  overscroll-behavior-y: none;
  overflow-y: scroll;
  scroll-snap-type: mandatory;
  /* for older browsers */
  scroll-snap-type: y mandatory;
}

html {
  // your css to create a cover image
  padding: env(safe-area-inset); // <- this is the missing piece. Add it.
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

html:has(> body.service) {
  scroll-padding-top: 230px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

#top picture img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

#onze-diensten,
#top,
#stormschade,
#dries-warlop-boomverzorging-en-meubelen-uit-recuperatiehout,
#showcase {
  position: relative;
  height: 100vh;
  width: 100vw;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

#dries-warlop-boomverzorging-en-meubelen-uit-recuperatiehout section {
  padding-top: 4rem;
  text-align: center;
}

#dries-warlop-boomverzorging-en-meubelen-uit-recuperatiehout section h3 {
  margin-bottom: 1rem;
}

#showcase {
  height: calc(100% - 425px);
  text-align: center;
}

#showcase h2 {
  padding-top: 6rem;
}

body {
  font-size: 0.85rem;
  display: flex;
  margin: 0;
  flex-direction: column;
  line-height: 1.7;
  color: var(--green);
  text-align: left;
  -webkit-animation: bugfix infinite 1s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--green);
  margin-block: 0;
  width: 100%;
}

h5 {
  font-size: 1rem;
}

body.home section ul {
  list-style: none;
  font-weight: 600;
  width: 100%;
  padding: 0rem;
  margin-bottom: 0.4rem;
}

#onze-diensten ul li {
  border-bottom: 1px solid var(--softgreen);
  line-height: 2.6rem;
}

body.home section ul li:last-child {
  border-bottom: 0px;
}

body.home section ul li a {
  color: var(--green);
  font-weight: 400;
}

body.home section ul li a:hover {
  color: var(--yellowgreen);
}

.navbar-section.desktop-menu ul li a {
  padding: 0.4rem 0.2rem 0rem 0.2rem;
  line-height: 1.6rem;
}

.navbar-section.desktop-menu ul li a.active {
  border-bottom: 3px solid var(--lightgreen);
}

.navbar-section.desktop-menu ul li ul li:hover {
  background-color: var(--lightgreen);
  border-radius: 0rem 0.5rem 0.5rem 0rem;
  transition: 1s;
}

.navbar-section.desktop-menu ul li ul li a:hover {
  color: var(--white);
}

.notices.red {
  border: 1px solid #d9534f;
  background: #fdf7f7;
  color: #b52b27;
}

.notices.green {
  border: 1px solid var(--green);
  background: var(--softgreen);
  color: var(--green);
}

.notices {
  padding: 2rem;
  margin-bottom: 2rem;
}

.notices p {
  margin-bottom: 0rem;
}

body.home section ul li span a {
  color: #c4d9b7;
  margin-left: 0.2rem;
  font-weight: 500;
}

.dropbtn {
  color: white;
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
}

body.home section ul li ul li {
  padding: 0.3rem 0rem 0.3rem 0rem;
  border-bottom: 0px;
}

ul.tree li {
  text-align: left;
}

ul.tree li:first-child {
  display: none;
}

ul.treemenu li ul.treemenu li:first-child {
  display: block;
  border-bottom: 1px solid rgba(196, 217, 183, 0.3);
}

body.home section ul.tree li a {
  color: var(--white);
  font-weight: 300;
}

.overlay.open ul {
  padding-left: 0.5rem;
  margin-bottom: 0rem;
  text-align: left;
}

.overlay .socials {
  margin-top: 1rem;
  width: fit-content;
}

.card {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
}

.card .card-body:last-child,
.card .card-footer:last-child,
.card .card-header:last-child {
  padding-bottom: 0.8rem;
}

.card .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.card .card-image {
  padding-top: 0.8rem;
}

.card .card-image:first-child {
  padding-top: 0;
}

.card .card-image:first-child img {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.card .card-image:last-child img {
  border-bottom-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}

.bricklayer-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.overlay.open h2 {
  display: none;
}

ul.treemenu li ul.treemenu li {
  padding: 0.625rem 0rem;
}

.form-input-wrapper input[type="file"] {
  display: none;
}

ul.treemenu li ul.treemenu li:last-child {
  border-bottom: 0px solid;
}

ul.treemenu li ul.treemenu li a {
  color: var(--yellowgreen);
}

.treemenu li {
  background: none;
  padding: 0.625rem 0rem;
  border-bottom: 1px solid rgb(196, 217, 183, 0.3);
  margin-right: 0.5rem;
}

.treemenu .toggler {
  float: left;
  line-height: 1.3rem;
  cursor: pointer;
  vertical-align: top;
}

.treemenu li.tree-empty > .toggler {
  cursor: default;
  opacity: 0.3;
  display: none;
}

.treemenu li.tree-empty > .toggler:before {
  content: "\2022";
}

.treemenu .toggler:before {
  display: inline-block;
  margin-right: 3pt;
  color: var(--white);
  font-weight: 300;
}

li.tree-closed > .toggler:before {
  content: "+";
}

li.tree-opened > .toggler:before {
  content: "\2212";
}

.treemenu.treemenu-root {
  margin: 0rem;
  padding-left: 1rem;
}

#flex {
  display: flex;
  flex-wrap: wrap;
}

nav ul {
  display: block;
}

.servicelist {
  display: flex;
  flex-wrap: wrap;
  gap: 0rem 3rem;
}

.service .category {
  line-height: 4rem;
}

.profielfoto {
  border-radius: 50%;
  display: block;
  width: 12rem;
  margin: 1rem auto 3rem auto;
}

h1,
h2 {
  width: 100%;
  /* text-align: center;
    */
  font-size: 1.5rem;
  margin: 2rem auto 1rem auto;
  line-height: 1.8rem;
}

body.service h1 {
  font-size: 1.25rem;
}

body.page h2,
body.services h2 {
  font-size: 1.17em;
  margin-block: 0rem;
}

#header,
#header .logo svg,
#header .navbar-section,
.default-animation,
.modular-features .feature-icon,
.modular-features.small .feature-icon i {
  transition: all 0.9s ease;
}

#header .logo svg,
#header.scrolled .logo svg {
  width: 10rem;
  margin: 0.6rem 0.5rem 0rem 0rem;
}

#overlay .mobile-logo a svg {
  width: 10rem;
  margin: 0rem 0.5rem 0rem 0rem;
}

body.home #header.scrolled .logo svg,
#overlay .mobile-logo .doubleline a svg {
  width: 10rem;
  margin: 0.3rem 0.5rem 0rem 0rem;
}

body.home #header h2,
body.home #header h1 {
  line-height: 1.1rem;
  font-size: 0.8rem;
  color: var(--white);
  margin: 0rem;
}

#header h2,
body.home #header.scrolled h1 {
  display: none;
}

#header h2 span {
  font-family: "FinalSix";
  font-weight: 700;
  font-style: normal;
}

hr {
  margin: 50px 0 50px 0;
  width: 100%;
  border-top: 1px solid var(--softgreen);
  border-bottom: 0px;
}

.notices.success.green p {
  padding: 15px;
  border-radius: 10px;
}

h4,
p span,
a span {
  margin: 0;
  color: var(--softgreen);
}

p {
  margin-block: 0rem 2rem;
}

.summary {
  background-color: rgb(217, 217, 217, 0.2);
  padding: 3rem;
  border-radius: 1em;
  margin-bottom: 2rem;
}

.summary p {
  padding: 0rem;
  margin-block: 0rem;
}

body.services p {
  margin-block: 0rem;
}

a {
  color: var(--green);
  text-decoration: none;
}

body.nav-open {
  background: rgb(40, 62, 26);
}

body.fixed-position {
  overflow: hidden;
}

.pulse {
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.08);
  }

  50% {
    transform: scale(1);
  }

  60% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

#header #to-body {
  font-size: 2rem;
  bottom: 1rem;
  display: inline-block;
  cursor: pointer;
}

.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

body.sticky-footer {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  -ms-flex-direction: column;
}

body.sticky-footer #page-wrapper {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#header {
  position: relative;
  font-size: 0.7rem;
  font-weight: 300;
  width: 100%;
  height: 4rem;
  color: #454d5d;
  border-bottom: 0px solid rgb(172 179 194 / 0.2);
  background-color: var(--green);
}

body.home section#header .logo {
  bottom: 5rem;
  position: fixed;
  left: -1.4rem;
}

body.home section#header .logo .doubleline {
  background: rgb(40, 62, 26, 0);
  position: relative;
  border: 1px solid rgb(196, 217, 183, 0.5);
  margin: 20px;
  padding: 1rem 0rem 1rem 1.4rem;
  display: flex;
  flex-wrap: wrap;
  width: 75%;
}

#header .logo img.etw,
body.home #header.scrolled .logo img.etw {
  display: none;
}

body.home #header .logo img.etw {
  width: 4rem;
  height: 4rem;
  display: block;
  margin: 0rem 0rem 0rem 0.2rem;
}

body.home section#header .logo .doubleline:after {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: rgb(40, 62, 26, 0.75);
  z-index: -1;
}

body.home section.scrolled#header .logo {
  top: 0rem;
  left: 0rem;
  position: relative;
}

body.home section.scrolled#header .doubleline {
  border: 0px;
  margin: 0rem;
  width: 100%;
  padding: 0rem 0rem 0rem;
}

body.home section.scrolled#header .doubleline:after {
  background: none;
}

#header .navbar-section.desktop-menu {
  display: none;
}

#header .logo img {
  flex: 0 1 auto;
  width: 10rem;
  margin: 0.6rem 0rem;
}

body.home #header .logo img {
  width: 11rem;
  margin: 0.3rem 1rem 0rem 0rem;
}

#header .logo img {
  width: 7.5rem;
  margin: 1rem 0rem;
}

#header.scrolled .logo img,
body.home #header.scrolled .logo img {
  width: 7.5rem;
  margin: 1rem 0rem;
}

.navbar-section {
  height: 30px;
  position: relative;
}

.mobile-menu {
  z-index: 3;
  top: 1px;
  right: 0;
  display: block;
}

.mobile-container {
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 0;
  margin: 0 auto;
}

.overlay {
  position: fixed;
  top: 0;
  padding: 0.6rem;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 0;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  opacity: 0;
  background: var(--green);
}

.overlay.open {
  visibility: visible;
  height: 100%;
  opacity: 0.99;
  transition: 1s;
}

.overlay.open .mobile-logo .navbar-brand {
  position: relative;
  z-index: 5;
  text-align: left;
  margin-bottom: 20px;
  display: block;
  font-size: 1.1em;
  padding-left: 3px;
  cursor: pointer;
  line-height: 2em;
  color: #bfe1fb;
}

.overlay.open .mobile-logo img {
  margin: 0.36rem 0rem 0rem 0.2rem;
  width: 7.5rem;
}

.overlay.open .mobile-logo img.etw {
  display: none;
}

.mobile-logo {
  height: 4rem;
}

.overlay nav {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.overlay-menu {
  overflow-y: scroll;
  height: calc(100% - 90px);
}

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

.header-fixed .mobile-menu {
  position: fixed;
}

.header-fixed #header {
  position: fixed;
  z-index: 2;
  top: -1px;
}

body.mobile-nav-open.header-fixed #header {
  position: relative;
  z-index: auto;
}

.header-transparent #header:not(.scrolled) {
  background: rgb(40 62 26 / 10%);
}

.hero.hero-fullscreen {
  min-height: 100vh;
}

.header-fixed .hero {
  overflow: hidden;
}

#header .navbar-section {
  height: auto;
}

.hero {
  display: -ms-flexbox;
  display: flex;
  padding-top: 6rem;
  padding-bottom: 7.5rem;
  background-position: center;
  background-size: cover;
  -ms-flex-align: center;
  align-items: end;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-menu .button_container span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  cursor: pointer;
  transition: all 0.35s ease;
  border: none;
  background: #fff;
}

.mobile-menu .button_container span:nth-of-type(2) {
  top: 8px;
}

.mobile-menu .button_container span:nth-of-type(3) {
  top: 16px;
}

.mobile-menu .button_container.active .top {
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #fff;
}

.mobile-menu .button_container.active .middle {
  opacity: 0;
  background: #fff;
}

.mobile-menu .button_container.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #fff;
}

.mobile-menu .button_container {
  position: absolute;
  z-index: 100;
  top: 0.5rem;
  right: 1rem;
  width: 28px;
  height: 24px;
  cursor: pointer;
  transition: opacity 0.25s ease, top 0.5s ease;
  background: var(--green);
  display: inline-block;
  padding: 10px;
  border: 0.8rem solid var(--green);
  border-radius: 50%;
}

.mobile-menu .button_container .active {
  right: 1rem;
}

.mobile-nav-open {
  overflow-y: hidden;
}

.hamburger .bar {
  padding: 0;
  width: 30px;
  height: 4px;
  background-color: var(--white);
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

section.scrolled .hamburger .bar {
  background-color: var(--green);
}

.bar1 {
  top: 3px;
}

.bar2,
.bar3 {
  top: 13.5px;
}

.bar3 {
  right: 0;
}

.bar4 {
  bottom: 0;
}

/* HAMBURGER 4 */
.hamburger2 .bar2,
.hamburger3 .bar3,
.hamburger4 .bar4 {
  top: 13.5px;
}

.hamburger4 .bar5 {
  bottom: 0px;
}

.hamburger4 .bar {
  transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}

.hamburger4 .bar2 {
  width: 1px;
  transform: rotate(90deg);
  left: 13.5px;
}

.hamburger4 .bar3 {
  width: 1px;
  left: 13.5px;
}

.checkbox4:checked + label > .hamburger4 > .bar1 {
  top: 13.5px;
  background-color: transparent;
}

.checkbox4:checked + label > .hamburger4 > .bar2 {
  left: 0px;
  width: 30px;
  transform: rotate(45deg);
}

.checkbox4:checked + label > .hamburger4 > .bar3 {
  left: 0;
  width: 30px;
  transform: rotate(-45deg);
}

.checkbox4:checked + label > .hamburger4 > .bar4 {
  background-color: transparent;
}

.checkbox4:checked + label > .hamburger4 > .bar5 {
  bottom: 13.5px;
  background-color: transparent;
}

#breadcrumbs {
  background-color: var(--white);
  font-size: 80%;
  color: #000;
  padding: 5px 0 3px 5px;
  margin-top: 1.2rem;
  border-bottom: 1px solid var(--yellowgreen);
}

#breadcrumbs p {
  opacity: 0.5;
  text-align: left;
  margin: 0;
}

#breadcrumbs a {
  color: #000;
  opacity: 1;
  text-align: left;
}

a:hover,
#footer a:hover {
  color: var(--yellowgreen);
  transition-duration: 500ms;
}

pre {
  background: #f0f0f0;
  margin: 1rem 0;
  border-radius: 2px;
}

blockquote {
  margin: 0;
  padding: 0;
}

.inline {
  display: none;
}

.caption {
  position: relative;
  background-color: var(--white);
  color: var(--green);
  top: 3px;
  text-align: center;
}

.featherlight-image {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 75vh;
}

.wrapper {
  margin: 0 1rem;
}

.padding {
  padding: 1.5rem 1rem 0 1rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.sticky {
  background: none;
  z-index: 5;
  padding-top: 0.5rem;
  overflow-y: scroll;
  max-height: 100vh;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: slideDown 0.65s ease-out;
}

.fixed nav {
  margin: 0 1rem 1.1rem;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

.animate-flicker:hover {
  -webkit-animation: flickerAnimation 1.5s infinite;
  -moz-animation: flickerAnimation 1.5s infinite;
  -o-animation: flickerAnimation 1.5s infinite;
  animation: flickerAnimation 1.5s infinite;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

#menuToggle input:checked ~ ul {
  transform: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container p a {
  text-decoration: underline;
}

.container p a.category_big {
  text-decoration: none;
}

#header .padding {
  padding: 0 0 0 0;
}

/* sections */

section.section {
  position: relative;
  padding-right: 1rem;
  padding-left: 1rem;
}

#onze-diensten .section {
  position: absolute;
  width: 100%;
  bottom: 0rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

#stormschade .section {
  overflow: hidden;
  padding: 0rem 1rem 0rem 1rem;
  position: relative;
  width: 100vw;
  background-color: var(--green);
  height: 100vh;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 2rem;
}

#stormschade .section h2 {
  color: var(--white);
  text-align: center;
  line-height: 2.2rem;
  margin: 3rem 0rem 0rem 0;
}

#stormschade .section p {
  color: var(--yellowgreen);
  font-weight: 300;
  font-style: normal;
  text-align: center;
  margin-block: 0rem;
  font-size: 0.9rem;
}

#stormschade .section a {
  color: var(--yellowgreen);
}

#stormschade .section a:hover h4,
#stormschade .section a:hover {
  color: var(--lightgreen);
  transition-duration: 500ms;
}

#stormschade .section .category_big,
#header .category_big {
  border: 1px solid var(--white);
}

section.modular-text {
  position: absolute;
  bottom: 1rem;
}

section.modular-text ul li:last-child {
  border-bottom: 0px;
}

.image-overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.featured-image {
  position: relative;
  display: none;
}

.big {
  height: 100vh;
}

#header .logo span {
  line-height: 1rem;
}

#footer {
  background-color: var(--green);
  scroll-snap-align: end;
  margin-top: 2rem;
}

#footer h3 {
  color: var(--yellowgreen);
  text-align: center;
  font-size: 1rem;
  border-bottom: 0rem;
  font-weight: 600;
  font-family: sans-serif;
}

#footer img {
  display: block;
  margin: 1.5rem auto 2rem auto;
}

#footer .socials {
  text-align: center;
  margin: 1rem auto 0rem;
}

#footer .socials img {
  display: inline;
  margin: 0rem auto;
}

#footer img.whatsapp {
  width: 65%;
  margin: 0.3rem auto 1.8rem auto;
  opacity: 0.6;
}

#footer img.whatsapp:hover {
  opacity: 1;
  transition: 500ms;
}

#footer p,
#footer a {
  color: #fff;
  text-align: center;
  margin: 0rem auto 2rem auto;
  text-decoration: none;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.gallerij {
  margin-top: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

#map {
  margin-top: 50px;
  margin-bottom: -5px;
}

.header-fixed #body-wrapper {
  padding-top: 4rem;
}

.nowrap {
  flex-basis: 100%;
}

.underneath {
  flex: 0 1 45%;
}

.underneath p {
  margin-block: 0rem;
}

body.service.header-fixed #body-wrapper {
  padding-top: 4rem;
}

.center {
  text-align: center;
  margin: 2rem auto;
}

.field {
  width: 100%;
}

.buttons {
  text-align: center;
}

.pure-form textarea:focus:invalid {
  border-color: var(--green);
}

@font-face {
  font-family: "FinalSix";
  src: url(../fonts/FinalSix-Light.woff2) format("woff2"),
    url(../fonts/FinalSix-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FinalSix";
  src: url(../fonts/FinalSix-Bold.woff2) format("woff2"),
    url(../fonts/FinalSix-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.pure-form input:focus:invalid {
  border-color: var(--green);
}

body.service section#start {
  margin-top: 5rem;
}

body.service h2 {
  font-size: 1.35em;
  /* border-bottom: 5px solid rgb(196, 217, 183, .2);
    */
  margin: 0rem;
  color: var(--green);
  /* font-weight: 100;
    */
  padding: 0rem 0rem;
  /* font-family: initial;
    */
}

#sticky {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  top: 4rem;
  z-index: 2;
  background: var(--white);
  width: 100%;
  padding-bottom: 1rem;
}

#sticky p {
  margin: 0;
}

#sticky .ti {
  font-size: 1.75rem;
}

#sticky hr {
  border-top: 3px solid rgb(196, 217, 183, 0.3);
  margin: 1.3rem 3rem 0rem 0.5rem;
  border-left: 0px;
  flex-grow: 1;
  width: auto;
}

.thumb {
  position: relative;
  text-align: center;
}

.thumb h3 {
  color: var(--white);
  text-align: center;
  margin: 0;
}

.text-container {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 85%;
  height: 30%;
  transform: translate(-50%, -50%);
  background-color: rgba(70, 98, 51, 0.8);
  width: 100%;
  border-radius: 0 0 10px 10px;
  line-height: 50px;
}

.thumb:hover .text-container {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: rgba(70, 98, 51, 0.8);
  transition-duration: 1s;
  width: 100%;
  border-radius: 10px;
  line-height: 293px;
}

.category {
  background-color: var(--green);
  color: var(--white);
  border-radius: 20px;
  font-size: 80%;
  padding: 10px 15px;
  line-height: 45px;
}

.category_big {
  background-color: var(--green);
  color: var(--white);
  border-radius: 4rem;
  font-size: 90%;
  padding: 15px 20px;
  line-height: 110px;
}

.category_big svg {
  position: relative;
  top: 7px;
  margin-right: 5px;
}

body.service .category {
  background-color: var(--softgreen);
  color: var(--green);
}

.buttons button {
  background-color: var(--green);
  color: var(--white);
  border-radius: 25px;
  font-size: 110%;
  border: 0;
  padding: 15px 25px;
  line-height: 20px;
  margin-top: 10px;
}

.text-container a {
  color: var(--white);
  display: block;
}

.pure-g {
  display: flex;
  padding: 1.5rem 1rem 0rem 1rem;
  flex-flow: wrap;
  margin-right: auto;
  gap: 0.5rem 1rem;
  margin-left: auto;
  letter-spacing: normal;
}

#footer .pure-g {
  justify-content: center;
  width: 70%;
}

.l-box {
  padding: 1em;
}

.hero #to-start {
  display: none;
}

.fa {
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-down:before {
  content: "\f107";
  color: #fff;
}

.mobilehide {
  display: none;
  color: var(--green);
}

.servicelist .service {
  margin: 1rem 0rem 1rem;
  flex: 0 1 auto;
}

.pure-form-stacked input[type="text"],
.pure-form-stacked textarea {
  margin-bottom: 40px;
  font-family: inherit;
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid var(--softgreen);
  color: var(--green);
  outline: none;
  transition: border-color 0.2s;
}

.pure-form-stacked textarea {
  height: 8.5em;
}

.sc-columns {
  -webkit-columns: 1 100vh !important;
  -moz-columns: 1 100vh !important;
  columns: 1 100vh !important;
}

.justified-gallery > a > .jg-caption {
  padding-left: 0.7rem !important;
  background-color: var(--green) !important;
}

#cc-main .cm__btn {
  background: var(--green);
}

body.contact h3 {
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 35.5em) {
  body.home section ul {
    column-count: 2;
  }

  .container {
    width: 90%;
  }

  #header .logo svg {
    margin: 0rem 0.5rem 0.6rem 1rem;
  }

  #onze-diensten .section {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #stormschade .section {
    padding: 2rem;
  }

  #stormschade .section h2 {
    margin: 1.75rem 0rem 0.5rem 0;
  }

  #stormschade .section p.justified-gallery:first-child {
    flex: 1 0 20%;
  }

  #stormschade .section .category_big,
  #header .category_big {
    line-height: 5.25rem;
  }

  #footer .pure-g {
    width: 100%;
    gap: 5%;
  }
  #footer div {
    flex: 1 0 25%;
  }

  #footer img {
    width: 90%;
  }

  #footer img.whatsapp {
    width: 75%;
    margin: 0.3rem auto 1.8rem 0rem;
  }

  #flex p:nth-child(2) {
    order: 1;
    text-align: center;
    flex: 1 0 100%;
  }

  body.contact #body-wrapper .container {
    display: flex;
    gap: 3.75rem;
  }

  .left,
  .right {
    flex: 0 1 41%;
  }

  #contact-form .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
    margin: 0.2rem;
    padding: 0.2rem;
    font-size: 90%;
  }

  #contact-form .dropzone.dz-clickable .dz-message strong {
    margin: 0rem;
    padding: 0rem;
  }

  .right {
    padding-top: 2rem;
  }

  #footer h3 {
    color: var(--yellowgreen);
    text-align: left;
    margin-top: 2.5rem;
  }

  #footer p,
  #footer a {
    text-align: left;
  }

  #footer p {
    margin-bottom: 1rem;
  }

  body.home section#header .logo {
    bottom: 8rem;
    position: fixed;
    left: -1.4rem;
  }

  body.home section#header .logo .doubleline {
    width: 20rem;
    bottom: -7rem;
  }

  body.home #header .logo img {
    margin: 0.3rem 1rem 0rem 1rem;
  }

  body.home #header h1 {
    margin-left: 1rem;
  }

  body.home section#header.scrolled .logo .doubleline {
    bottom: 0rem;
    width: 100%;
  }

  #footer .pure-u-lg-1-3 img {
    width: 15rem;
  }

  #footer .pure-u-lg-1-3 .socials img {
    display: inline;
    margin: 0rem auto;
    width: 2rem;
  }

  #footer .pure-u-lg-1-3 img.whatsapp {
    width: 30%;
    margin: 2rem auto 1.4rem auto;
  }

  #stormschade .section a {
    flex: 0 1 auto;
  }

  figure {
    margin: 0rem;
    flex: 1 1 20%;
    order: 2;
  }

  #dries-warlop-boomverzorging-en-meubelen-uit-recuperatiehout section {
    padding-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: slideDown 0.65s ease-out;
  }

  #header h2 {
    text-align: left;
    font-size: 1.4rem;
  }

  .arborist {
    width: 45%;
    margin: 2.8% 0% 0% 2%;
    overflow: visible;
  }

  .footer h3 {
    margin-top: 2.5rem;
    text-align: left;
  }

  .footer p {
    text-align: left;
    font-size: 90%;
  }

  #dries-warlop-boomverzorging-en-meubelen-uit-recuperatiehout
    .underneath:nth-child(2)
    h3 {
    text-align: left;
    margin-top: 2.2rem;
  }

  #dries-warlop-boomverzorging-en-meubelen-uit-recuperatiehout section {
    align-items: flex-start;
    padding-top: 3.75rem;
  }

  .underneath p {
    text-align: left;
  }

  #dries-warlop-boomverzorging-en-meubelen-uit-recuperatiehout .category_big {
    text-align: center;
    position: absolute;
    right: 3.5rem;
    line-height: 1rem;
    bottom: 2.2rem;
  }
  #footer .socials {
    width: 100%;
    text-align: left;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 48em) {
  body {
    overflow-x: hidden;
  }

  ::-webkit-scrollbar {
    display: none;
    // Safari and Chrome
  }

  #stormschade .section p {
    flex: 1 0 100%;
  }
  #stormschade .section .category_big,
  #header .category_big {
    line-height: 7rem;
  }

  #header {
    margin-bottom: 0;
    height: 4rem;
  }

  #header.scrolled .logo a img,
  body.home #header.scrolled .logo a img,
  #header .logo svg,
  #header .logo img {
    width: 9.5rem;
    margin: 0.6rem 0rem;
  }

  body.home section ul {
    column-count: 3;
  }

  #header section ul li {
    line-height: 2.1rem;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
  }

  #header section ul li span {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="white" class="icon icon-tabler icons-tabler-filled icon-tabler-caret-down"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M18 9c.852 0 1.297 .986 .783 1.623l-.076 .084l-6 6a1 1 0 0 1 -1.32 .083l-.094 -.083l-6 -6l-.083 -.094l-.054 -.077l-.054 -.096l-.017 -.036l-.027 -.067l-.032 -.108l-.01 -.053l-.01 -.06l-.004 -.057v-.118l.005 -.058l.009 -.06l.01 -.052l.032 -.108l.027 -.067l.07 -.132l.065 -.09l.073 -.081l.094 -.083l.077 -.054l.096 -.054l.036 -.017l.067 -.027l.108 -.032l.053 -.01l.06 -.01l.057 -.004l12.059 -.002z" /></svg>');
    padding: 0.6rem;
  }

  #header section ul li:nth-child(2) {
    padding-right: 2rem;
  }

  #header section ul li ul li {
    display: flex;
  }

  #header section ul li:hover > ul {
    display: block;
    left: -1rem;
    color: #fff;
    height: auto;
    width: max-content;
  }

  #dries-warlop-boomverzorging-en-meubelen-uit-recuperatiehout section {
    padding-top: 0rem;
  }

  #dries-warlop-boomverzorging-en-meubelen-uit-recuperatiehout
    .underneath:nth-child(2)
    h2 {
    margin-top: 4.4rem;
  }

  #footer img {
    width: 55%;
  }

  .servicelist .service {
    margin: 1rem 0rem 1rem;
    flex: 0 1 45%;
  }

  .right {
    padding-top: 2.2rem;
  }

  body.home section#header .logo .doubleline {
    padding: 1rem 2rem 1rem 2.4rem;
  }

  body.home #header h2 {
    font-size: 1rem;
    margin: 1rem 0rem;
    line-height: 1.5rem;
  }

  body.contact p,
  body.contact h2,
  body.contact h3,
  body.contact label {
    text-align: left;
  }

  .pure-form-stacked input[type="text"] {
    text-align: left;
    width: 100%;
    padding: 10px 0;
    background: none;
    border: none;
    border-bottom: 1px solid var(--softgreen);
    color: var(--green);
    outline: none;
    transition: border-color 0.2s;
  }

  .footer p {
    font-size: 100%;
  }

  .footer h3 {
    font-size: 24px;
    margin-top: 60px;
  }

  .footer .pure-u-lg-1-3 img.whatsapp {
    width: 50%;
    margin: 30px 0;
  }

  .hero #to-start {
    font-size: 2rem;
    position: absolute;
    bottom: 10px;
    display: inline-block;
    cursor: pointer;
    color: var(--white);
  }

  #header .category_big {
    margin-top: 2rem;
  }

  .mobilehide {
    display: flow;
    width: 100%;
  }

  .wrapper {
    margin: 0 3rem;
  }

  .fixed {
    padding: 1rem 3rem 0.5rem;
  }

  .fixed .pure-img {
    max-width: 70%;
  }

  .field {
    width: 45vw;
  }

  #header {
    overflow: visible;
    margin-bottom: 4rem;
    top: -1px;
  }

  .overlay.open .mobile-logo img {
    width: 10rem;
    margin-left: 1.4rem;
  }

  .overlay nav {
    margin: 1rem;
  }

  .sticky {
    min-height: 90px;
    overflow: visible;
  }

  #header h2 {
    text-align: left;
    margin-top: 30px;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6rem;
  }

  .footer h3 {
    color: var(--yellowgreen);
  }

  #header h2 span {
    font-family: "FinalSix";
    font-weight: 700;
    font-style: normal;
  }

  h2 {
    font-size: 2.5rem;
    margin: 4rem auto 3rem auto;
  }

  body.home #onze-diensten ul li:last-child {
    border-bottom: 1px solid #c4d9b7;
  }

  #stormschade .section {
    margin: 100px auto;
    height: auto;
    padding: 3rem;
  }

  #onze-diensten,
  #stormschade,
  #dries-warlop-boomverzorging-en-meubelen-uit-recuperatiehout {
    height: auto;
  }

  #dries-warlop-boomverzorging-en-meubelen-uit-recuperatiehout
    section
    .underneath:nth-child(2) {
    margin-left: 1rem;
  }

  #dries-warlop-boomverzorging-en-meubelen-uit-recuperatiehout
    .underneath:nth-child(2)
    h3 {
    margin-top: 2.6rem;
  }

  .footer .pure-u-lg-1-3 img {
    display: block;
    margin-right: auto;
  }

  body.service #body-wrapper .container,
  body.services #body-wrapper .container,
  body.page #body-wrapper .container,
  body.contact #body-wrapper .container,
  #header .container {
    width: 90%;
  }

  body.home .mobile-menu .button_container {
    display: block;
  }

  #footer div {
    text-align: center;
    align-items: flex-start;
    justify-content: end;
    width: unset;
    flex: 0 1 30%;
  }

  #footer h3,
  #footer p,
  #footer .socials {
    text-align: left;
  }

  body.contact .buttons {
    text-align: left;
  }

  .neg-margin-left {
    margin-left: -18px;
  }

  .featured-image {
    position: absolute;
    margin-top: -45px;
  }

  .featured-image img {
    width: 100%;
    margin: 0;
    border-radius: 0 100% 67% 33%/100%0 100%0;
  }

  div.columns p img {
    color: var(--green);
    width: 5vw;
  }

  .tabler-icon i {
    display: block;
    align-items: center;
    font-size: 5vw;
    height: 1em;
    margin-bottom: 1rem;
  }

  .thumb h3 {
    color: var(--white);
    margin: 0;
  }

  .tablethide {
    display: none;
  }

  .category_big {
    background-color: var(--green);
    color: var(--white);
    border-radius: 25px;
    font-size: 110%;
    padding: 15px 25px;
    line-height: 110px;
  }

  .full-width .category_big {
    border: 1px solid var(--white);
    font-size: 1rem;
  }

  .profielfoto {
    border-radius: 50%;
    display: block;
    margin: 4rem auto 3rem auto;
  }

  #showcase h2 {
    padding-top: 6rem;
    text-align: center;
  }

  #showcase p {
    text-align: center;
    margin-top: 3rem;
  }

  .sc-columns {
    -webkit-columns: 2 200px !important;
    -moz-columns: 2 200px !important;
    columns: 2 200px !important;
    -webkit-column-gap: 3em !important;
    -moz-column-gap: 3em !important;
    column-gap: 3em !important;
  }

  #onze-diensten .section {
    position: relative;
    justify-content: center;
    width: 88%;
    margin: 0rem auto 0rem auto;
    flex-wrap: wrap;
    display: flex;
  }

  #onze-diensten .section p {
    text-align: center;
    flex: 1;
    text-wrap: balance;
  }

  body.home #onze-diensten h2 {
    display: block;
    text-align: center;
  }

  body.home #header h2,
  body.home #header h1 {
    text-align: left;
    font-family: sans-serif;
    line-height: 1.4rem;
    font-weight: 100;
    font-style: normal;
    font-size: 1rem;
    color: var(--white);
    display: block;
    margin: 0.2rem 0rem;
  }

  body.home #header .logo a svg {
    width: 15rem;
    flex: 0 1 auto;
    margin: 0rem 1rem 0.75rem 0rem;
  }

  body.home #header.scrolled .logo a svg {
    width: 10rem;
    margin: 0.1rem 0.5rem 0.6rem 0rem;
  }

  #overlay .mobile-logo .doubleline a svg,
  #header .logo svg {
    width: 10rem;
  }

  #footer img.whatsapp {
    width: 55%;
    margin-left: 0rem;
    margin-top: 0.5rem;
  }

  #footer .socials {
    margin-top: 0.5rem;
  }

  #footer p {
    margin: 0.5rem 0rem 0rem 0rem;
  }

  #footer a {
    margin-bottom: 0.3rem;
  }

  body.home section#header .logo .doubleline {
    width: 26rem;
    bottom: -1rem;
  }

  body.home section#header.scrolled .logo .doubleline {
    margin: 0rem;
    padding: 0rem;
  }

  body.home #header .logo img.etw {
    width: 5.25rem;
    height: 5.25rem;
  }

  .full-width p:last-child {
    order: inherit;
  }

  #flex p:nth-child(2) {
    order: 2;
    text-align: center;
    margin: 1rem 0rem;
  }

  .profielfotob {
    margin-top: 0rem;
    /* height: 12rem;
    */
  }

  #showcase h2 {
    display: none;
  }

  #cc-main .cm__body {
    flex-direction: row !important;
  }
}

@media (min-width: 64em) {
  .mobile-menu .button_container {
    display: none;
    top: 0.9rem;
  }

  #header.scrolled .mobile-menu .button_container {
    display: none;
  }

  body.home #header .navbar-section.desktop-menu {
    display: none;
  }

  body.home #header.scrolled .navbar-section.desktop-menu {
    display: contents;
  }

  body.home section#header .logo .doubleline {
    width: 27rem;
    bottom: -1rem;
  }

  nav.dropmenu {
    flex: 1;
    display: flex;
  }

  body.home #header .logo img.etw {
    margin: 0.1rem 0rem 0rem 0.9rem;
  }

  #header .socials svg:not(root) {
    color: var(--white);
  }

  #header .socials svg:not(root):hover {
    color: var(--yellowgreen);
    transition: 1s;
  }

  #header .navbar-section.desktop-menu {
    display: contents;
  }

  .navbar-section.desktop-menu ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-size: 1rem;
    font-weight: 400;
    padding: 0rem;
    height: 2rem;
    flex: 1 0 90%;
  }

  #header .socials {
    margin-top: 1.3rem;
  }
  .navbar-section.desktop-menu ul a {
    color: var(--white);
  }

  .navbar-section.desktop-menu ul li ul {
    display: none;
    position: absolute;
    column-count: 1;
    width: auto;
  }

  .navbar-section.desktop-menu ul li:hover > ul {
    padding: 1rem;
    display: block;
    background: var(--green);
  }

  .navbar-section.desktop-menu ul li {
    list-style-type: none;
  }

  .navbar-section.desktop-menu ul li a {
    list-style-type: none;
    color: var(--white);
    display: flex;
    font-size: 0.8rem;
  }

  .navbar-section.desktop-menu ul li a:hover {
    color: var(--yellowgreen);
  }

  .container p a {
    text-decoration: none;
  }

  #flex {
    gap: 10%;
  }

  #stormschade .section p:first-child {
    flex: 1 0 20%;
  }
  figure {
    margin: 0rem;
    flex: 0 1 24%;
    order: 2;
  }
  #stormschade .section p {
    flex: 1 0 100%;
  }

  #onze-diensten,
  #top,
  #stormschade,
  #dries-warlop-boomverzorging-en-meubelen-uit-recuperatiehout,
  #showcase {
    position: relative;
    height: auto;
    width: 100vw;
    min-height: 25rem;
  }

  body.service #body-wrapper .container,
  body.page #body-wrapper .container,
  body.contact #body-wrapper .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  p {
    flex: 0 1 45%;
    margin-bottom: 1rem;
  }

  body.service h2 {
    margin: 0rem auto 1rem auto;
  }

  #body-wrapper .container p.justified-gallery {
    order: 5;
    margin: 2rem 0rem 3rem 0rem;
  }

  body.page #body-wrapper .container p.justified-gallery {
    margin: 0rem;
  }

  body.aanplant #body-wrapper .container p:has(.category_big) {
    order: 1;
  }

  body.vellen #body-wrapper .container p:has(.category_big) {
    order: 6;
  }

  #body-wrapper .container p:has(.category_big) {
    order: 5;
  }

  .center {
    height: 6rem;
    width: 10rem;
    text-align: left;
    margin: -1rem auto 0rem 3rem;
  }

  .full-width p {
    text-align: left;
  }

  #footer img {
    width: 15rem;
    margin-left: 1rem;
  }

  #footer .socials {
    margin-top: 1.5rem;
  }

  #footer img.whatsapp {
    width: 10rem;
    margin-top: 1rem;
  }

  .overlay nav {
    margin: 1rem auto;
  }

  .overlay-menu {
    overflow-y: auto;
    height: calc(100% - 90px);
    width: 50%;
  }

  .mobile-logo {
    height: 5rem;
    width: 50%;
    margin: 1rem auto;
  }

  body.home #onze-diensten h2 {
    display: block;
    text-align: center;
    margin-top: 7rem;
  }

  body.home section ul {
    column-count: 3;
  }

  #showcase p {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: -1rem;
  }

  #footer {
    padding: 1rem;
  }

  .full-width .pure-g {
    width: 68%;
  }

  body.home #onze-diensten ul li:last-child {
    border-bottom: 1px solid #c4d9b7;
  }

  .full-width {
    height: auto;
  }

  #header .logo {
    margin-top: 0;
  }

  body.privacy p {
    text-align: left;
    margin-bottom: 20px;
  }

  #header .category_big {
    background: url(/user/themes/warlop-boomverzorging/images/European-Tree-Worker-logo.png)
      no-repeat;
    background-size: 17%;
    background-position: 0.3rem 0.2rem;
    color: var(--yellowgreen);
    display: inline-block;
    line-height: 3.125rem;
    padding: 0rem 2rem 0rem 4rem;
    border-color: var(--yellowgreen);
    width: fit-content;
    margin: 1.8rem 0rem 2rem 0rem;
    font-size: 0.9rem;
    font-family: sans-serif;
    font-weight: 700;
  }

  .form {
    margin-left: auto;
    margin-right: auto;
  }

  .thumb h3 {
    line-height: 36px;
  }

  #header h2 {
    font-size: 2rem;
  }

  .full-width {
    min-height: 530px;
  }
}

@media (min-width: 80em) {
  #stormschade .section {
    padding: 3rem 10rem 6rem 10rem;
  }

  .profielfoto {
    width: 18rem;
  }

  #header {
    height: 5rem;
    padding-top: 0.5rem;
  }

  .underneath p {
    text-align: left;
    font-size: 1.5rem;
  }

  #onze-diensten .section p {
    margin: 2rem 0rem 2rem 0rem;
  }

  p {
    flex: 0 1 48%;
    margin-bottom: 1rem;
  }

  h1,
  h2 {
    font-size: 2rem;
    margin: 4rem auto 2rem auto;
  }

  #dries-warlop-boomverzorging-en-meubelen-uit-recuperatiehout
    .underneath:nth-child(2)
    h2 {
    margin-top: 2rem;
  }

  .item {
    width: 70%;
  }

  body.service #body-wrapper .container,
  body.page #body-wrapper .container,
  body.contact #body-wrapper .container,
  body.services #body-wrapper .container,
  #header .container {
    width: 85%;
    margin-bottom: 5rem;
  }

  body.contact h3 {
    padding-bottom: 1.5rem;
  }

  #footer .pure-g {
    width: 90%;
  }

  .full-width .pure-g {
    width: 57%;
  }

  .left,
  .right {
    flex: 0 1 32%;
  }

  .right {
    padding-top: 4.4rem;
  }

  #dries-warlop-boomverzorging-en-meubelen-uit-recuperatiehout section {
    padding-top: 0rem;
    width: 80%;
    margin: 0 auto 0 auto;
  }

  #nav ul li ul li a {
    padding-left: 1.75em;
    display: block;
    border-radius: 0rem 0.5rem 0rem 0rem;
    width: 100%;
  }

  #nav ul li ul li:last-child a {
    padding-left: 1.75em;
    background: 0 0;
  }

  body.home h2 {
    margin: 2rem auto 2rem auto;
    font-size: 3rem;
  }

  #flex p:nth-child(2) {
    margin: 4rem 0rem;
  }

  .footer .pure-u-lg-1-3 img.whatsapp {
    width: 60%;
    margin-left: 0;
  }

  .footer {
    background-color: var(--green);
    padding-bottom: 30px;
    margin-top: 100px;
  }

  body.contact #footer {
    margin-top: 0;
  }

  body.contact p,
  body.contact h2,
  body.contact h3 {
    text-align: left;
  }

  #nav ul li ul li a:hover {
    border-radius: 0;
  }

  #nav ul li ul li:first-child a:hover {
    border-radius: 0 0.4rem 0rem 0rem;
  }

  #nav ul li ul li:last-of-type:hover a {
    border-radius: 0 0 10px 10px;
  }

  .pure-form label,
  .pure-form-stacked input[type="text"],
  .buttons {
    text-align: left;
  }

  a {
    color: var(--green);
    text-decoration: none;
    transition-duration: 500ms;
    background-color: transparent;
  }

  #header .category_big {
    background: url(/user/themes/warlop-boomverzorging/images/European-Tree-Worker-logo.png)
      no-repeat;
    background-size: 15.25%;
    background-position: 0.3rem 0.2rem;
    color: var(--yellowgreen);
    display: inline-block;
    line-height: 3.125rem;
    padding: 0rem 2rem 0rem 5rem;
    border-color: var(--yellowgreen);
    width: fit-content;
    margin: 1.4rem 0rem 2rem 0rem;
    font-size: 1rem;
    font-family: sans-serif;
    font-weight: 700;
  }
}

@media (min-width: 120em) {
  .pure-g {
  }

  .tablethide {
    display: block;
  }
}
