/*
Theme Name: Tuinvreugde Volendam
*/
html {
  font-family: Avenir, sans-serif;
  margin-top: 0 !important;
}

body {
  height: 100%;
  margin: 0;
}

h1 {
  font-family: "snicker", sans-serif;
  color: #f4faf1;
  font-size: 35px;
  line-height: 35px;
  margin: 0;
}

h2 {
  font-family: "snicker", sans-serif;
  color: #505050;
  font-size: 24px;
  line-height: 25px;
  margin: 0 0 5px;
}

.bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  transition: 200ms;
  background-position: center;
}

.mainImage {
  background-position: 50% 25%;
}

.green-button {
  background-color: #A5C711;
  color: #f4faf1;
  border-top-left-radius: 20px;
  display: block;
  border-bottom-right-radius: 20px;
  padding: 10px 15px;
  font-weight: 500;
  width: max-content;
  transition: 200ms;
}

.green-button:hover {
  background-color: #739f2b;
}

.square {
  position: absolute;
  z-index: -1;
  text-shadow: 0.5px 0.5px #373737;
  height: -moz-available; /* WebKit-based browsers will ignore this. */
  height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
  height: fill-available;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #444444;
  transition: 200ms;
}

/* Navigatie */

.ingelogd {
  padding: 4px 12px;
  color: grey;
  background-color: #f3f4f6;
  border: 1px lightgrey solid;
  border-radius: 10px;
  width: max-content;
}

nav .login {
  display: flex !important;
  align-items: center;
  border: 1px lightgrey solid;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

nav .login input[type="submit"] {
  margin: 0;
  padding: 5px !important;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: black;
}

.login input {
  padding: 5px 10px;
  margin: 0;
}

.login:focus-within {
  border: 1px #97cc44 solid;
}

.login input {
  margin: 0;
  border: none;
  border-radius: 0;
}

.login input:focus {
  border: none;
}

#mobMenu {
  width: 60px;
  height: 60px;
  background-color: white;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
}

#mobMenu.active .menu-bar:nth-of-type(1) {
  transform: rotate(45deg);
  margin-bottom: -18px;
}

#mobMenu.active .menu-bar:nth-of-type(2) {
  opacity: 0;
}

#mobMenu.active .menu-bar:nth-of-type(3) {
  transform: rotate(-45deg);
}

.menu-bar {
  width: 50%;
  height: 3px;
  border-radius: 100px;
  background-color: #97cc44;
  margin: 4px auto;
  transition: 200ms;
  transform: rotate(0deg);
}

.menu-bar:nth-of-type(2) {
  width: 60%;
  opacity: 1;
}

#menuList {
  transition: 200ms;
}

#menuList.active {
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}

#menuList.active div ul {
  flex-direction: column;
  padding: 0;
  margin: 0;
}

#menulist.active .algemeen {
  background-color: white;
  z-index: 1;
}

@media (min-width: 640px) {
  .ledenNav {
    margin-left: -64px;
  }
}

#menu-navigatie a,
#menu-leden a {
  display: block;
  padding: 15px 20px;
  transition: color 200ms;
}

@media (max-width: 1000px) {
  #menu-navigatie a,
  #menu-leden a {
    padding: 20px 10px;
  }
}

#menu-navigatie > li > a:hover {
  color: #97cc44;
}

#menu-navigatie > li {
  border-bottom: 2px solid transparent;
}

#menu-navigatie > li:hover {
  border-bottom: 2px solid #97cc44;
}

.logo {
  z-index: 1;
  border-bottom-right-radius: 50px;
}

#menu-navigatie > li > a > .menu-image,
#menu-leden > li > a > .menu-image {
  height: 8px;
  width: 15px;
  padding: 0 !important;
}

.sub-menu {
  display: block;
  max-height: 0;
  position: absolute;
  padding: 0;
  height: auto;
  transition: max-height 600ms;
  background-color: white;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#menu-navigatie li:hover > .sub-menu,
#menu-leden li:hover > .sub-menu {
  max-height: 300px;
  box-sizing: border-box;
}

#menu-navigatie .sub-menu > li > a,
#menu-leden .sub-menu > li > a {
  padding: 12px 15px;
  font-size: 13px;
}

#menu-leden > li:nth-of-type(1) > a {
  padding: 15px 20px;
}

#menu-navigatie .sub-menu > li > a:hover,
#menu-leden .sub-menu > li > a:hover {
  color: #97cc44;
}

.sub-menu .menu-image {
  height: 15px;
  padding: 0 !important;
  margin-top: -7px;
}

#menu-leden::before {
  content: "Ledenpagina's";
  display: block;
  padding: 15px;
  color: #97cc44;
  font-size: 18px;
  font-family: "snicker", sans-serif;
  border-right: 2px solid #97cc44;
}

@media (max-width: 640px) {
  #menu-leden::before {
    border: none;
  }

  #menu-navigatie::before {
    content: "";
    display: block;
    padding: 15px;
    color: #97cc44;
    font-size: 18px;
    font-family: "snicker", sans-serif;
    margin-right: 10px;
  }

  #menu-navigatie .sub-menu {
    width: 100%;
    position: static;
  }

  #menu-leden .sub-menu {
    width: 100%;
    position: static;
    background-color: #e2ffce;
  }
}

.algemeen a {
  font-size: 14px;
}

#menu-leden a {
  font-size: 14px;
  padding: 15px;
  border-bottom: 2px solid transparent;
}
#menu-leden a:hover {
  color: #97cc44;
  border-bottom: 2px solid #97cc44;
}

/* Home */

.doubleImg:nth-of-type(1) {
  height: 200px;
  width: 50%;
  position: absolute;
  right: 11%;
  border-radius: 5px;
}

.doubleImg:nth-of-type(2) {
  height: 150px;
  width: 40%;
  position: absolute;
  top: 150px;
  right: 50%;
  filter: drop-shadow(1px -1px 3px rgba(0, 0, 0, 0.5));
  border-radius: 5px;
}

@media (max-width: 640px) {
  .doubleImg:nth-of-type(1) {
    height: 200px;
    width: 65%;
    position: absolute;
    right: 5%;
    border-radius: 5px;
  }

  .doubleImg:nth-of-type(2) {
    height: 150px;
    width: 55%;
    position: absolute;
    top: 150px;
    right: 41%;
    filter: drop-shadow(1px -1px 3px rgba(0, 0, 0, 0.5));
    border-radius: 5px;
  }
}

/* Nieuws */

.news-posts:nth-of-type(1) {
  padding-top: 0;
}

.news-posts:nth-last-of-type(1) {
  border: 0;
}

/* Footer */

footer h4 {
  margin-bottom: 10px;
}

.copyright {
  border-top: 2px solid white;
  padding: 1rem 0.75rem;
}

/* Recepten */

.recept .bgimg {
  background-size: 100%;
  transition: 300ms;
}
.recept:hover .bgimg {
  background-size: 110%;
}

@media (max-width: 768px) {
  body .recept > .bgimg {
    background-size: cover;
  }
  .recept:hover .bgimg {
    background-size: cover;
  }
}

.steps {
  padding: 20px 0;
  border-bottom: 0.5px solid #e2ffce;
}

/* Formulieren */

input[type="text"],
input[type="email"],
input[type="number"],
textarea,
select {
  border: #97cc44 1px solid;
  padding: 10px 20px !important;
  margin-top: 3px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
  font-family: Avenir, sans-serif;
}


.wpcf7-checkbox, .wpcf7-radio {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}

.wpcf7-checkbox input,
.wpcf7-acceptance input,
.wpcf7-radio input {
  display: none;
}
.wpcf7-checkbox > span,
.wpcf7-radio > span {
  margin-left: 0;
}

.wpcf7-radio label span::before {
  content: "";
  display: inline-block;
  outline: #97cc44 1px solid;
  outline-offset: 2px;
  min-width: 15px;
  min-height: 15px;
  margin-right: 10px;
  border-radius: 115px;
  width: max-content;
  cursor: pointer;
}

.wpcf7-checkbox label span::before {
  content: "";
  display: inline-block;
  border: #97cc44 1px solid;
  min-width: 15px;
  min-height: 15px;
  margin-right: 10px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: max-content;
  cursor: pointer;
}

.wpcf7-checkbox label input:checked ~ span::before,
.wpcf7-radio label input:checked ~ span::before {
  background-color: #97cc44;
}

.wpcf7-checkbox label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.wpcf7-acceptance label span {
  display: flex;
}

.wpcf7-acceptance label span::before {
  content: "";
  display: inline-block;
  border: #97cc44 1px solid;
  min-width: 15px;
  min-height: 15px;
  max-width: 15px;
  max-height: 15px;
  margin-right: 10px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: max-content;
  cursor: pointer;
}

.wpcf7-acceptance label input:checked ~ span::before {
  background-color: #97cc44;
}

select,
input[type="submit"] {
  cursor: pointer;
}

.avg label {
  display: flex;
  align-items: center;
  font-size: 13px;
  flex-direction: row;
}

.avg span {
  margin: 0;
}

.avgInput {
  margin-right: 15px;
}

label {
  display: flex !important;
  margin-bottom: 10px;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 640px) {
  label {
    width: 65%;
  }
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
select:focus-visible,
textarea:focus {
  outline: #97cc44 1px solid;
}
input[type="submit"] {
  padding: 10px 20px !important;
  margin-top: 15px;
  border: none;
  background-color: #97cc44;
  color: white;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: 400ms;
}

/* Teeltplannen formulier */

.teeltplanForm label {
  display: flex !important;
  margin-bottom: 10px;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 640px) {
  .teeltplanForm label {
    width: 50%;
  }
}

.teeltplanForm input[type="text"],
.teeltplanForm input[type="email"],
.teeltplanForm input[type="number"],
.teeltplanForm textarea,
.teeltplanForm select {
  border: #97cc44 1px solid;
  padding: 10px 20px !important;
  margin-top: 5px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
  font-family: Avenir, sans-serif;
}

.klein {
  width: 10% !important;
  min-width: 75px;
}

.teeltplanForm input[type="text"]:focus,
.teeltplanForm input[type="email"]:focus,
.teeltplanForm input[type="number"]:focus,
.teeltplanForm textarea:focus {
  outline: #97cc44 1px solid;
}

.igd-hidden,
.igd-file-uploader-body {
  display: none !important;
}

.teeltplanForm .upload-teeltplan {
  width: max-content;
}

.teeltplanForm .uploadTeeltplanDiv {
  display: block;
  padding: 10px 20px !important;
  border: #97cc44 1px solid;
  width: max-content;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: 10px;
  transition: 300ms;
}

.teeltplanForm .uploadTeeltplanDiv:hover {
  background-color: #f4faf1;
}

.teeltplanForm input[type="submit"] {
  padding: 10px 20px !important;
  margin-top: 15px;
  border: none;
  background-color: #97cc44;
  color: white;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: 400ms;
}

/* ------------------------------------------------------------------------- */

.igd-module-uploader,
.igd-module-uploader * {
  box-sizing: border-box;
}
.igd-module-uploader .dashicons-cloud-upload {
  width: auto;
  height: auto;
}
.igd-module-uploader.igd-form-uploader {
  margin-top: 1rem !important;
}
.igd-module-uploader .upload-confirmation {
  display: none !important;
  margin: 20px 0;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.igd-module-uploader .upload-confirmation h3 {
  color: var(--color-primary);
}
.igd-module-uploader.show-confirmation {
  border-style: solid !important;
}
.igd-module-uploader.show-confirmation .upload-confirmation {
  display: flex !important;
}
.igd-module-uploader.show-confirmation .igd-file-uploader-inner {
  display: none !important;
}
.igd-file-uploader {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3px !important;
  max-width: 500px;
  width: 100% !important;
  background: #fff !important;
}
.igd-file-uploader * {
  box-sizing: border-box;
}
.igd-file-uploader:not(.igd-form-uploader) {
  margin: auto;
}
.igd-file-uploader.drag-active {
  border-color: var(--color-primary);
  border-width: 2px;
  background-color: #bfdbfe;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.igd-file-uploader.drag-active * {
  pointer-events: none;
}
.igd-file-uploader .igd-file-uploader-inner {
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important;
  border-radius: 7px !important;
  padding: 1rem !important;
  background-color: var(--color-primary-lighter) !important;
  justify-content: center;
  width: 100% !important;
  border: 1px dashed #ddd !important;
}
.igd-file-uploader .igd-file-uploader-inner p {
  font-weight: 400;
  margin: 5px 0 !important;
  color: #555;
  line-height: 1;
}
.igd-file-uploader .igd-file-uploader-inner .dashicons-cloud-upload {
  font-size: 4rem;
  height: auto;
  width: auto;
  margin-bottom: 1rem;
  line-height: 1;
  color: #555;
}
.igd-file-uploader .igd-file-uploader-inner .igd-file-uploader-buttons {
  display: flex;
}
.igd-file-uploader .igd-file-uploader-inner .igd-file-uploader-buttons button {
  display: flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0.25rem;
  border: none;
  padding: 0.375rem 0.5rem;
  margin: 0.5rem;
  background-color: var(--color-primary);
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
}
.igd-file-uploader
  .igd-file-uploader-inner
  .igd-file-uploader-buttons
  button
  span {
  margin-left: 5px;
}
.igd-file-uploader
  .igd-file-uploader-inner
  .igd-file-uploader-buttons
  button:hover {
  background-color: var(--color-primary-light-alt);
}
.igd-file-uploader .igd-file-uploader-inner .upload-info {
  display: flex;
  align-items: center;
  line-height: 1;
}
.igd-file-uploader .igd-file-uploader-inner .upload-info span {
  margin-right: 5px;
}
.igd-file-uploader .igd-file-uploader-inner .upload-info span:after {
  content: "|";
  margin-left: 5px;
  color: #000;
}
.igd-file-uploader .igd-file-uploader-inner .upload-info span:last-child {
  margin-right: 0;
}
.igd-file-uploader .igd-file-uploader-inner .upload-info span:last-child:after {
  content: "";
  margin-left: 0;
}
.igd-file-uploader .igd-file-uploader-inner .igd-file-uploader-add-more {
  margin-top: 15px;
}
.igd-file-uploader.required-error {
  border-color: red;
}
.igd-file-uploader .file-list-wrapper {
  display: flex;
  flex-direction: column;
  z-index: 50;
  margin-top: 5px !important;
  width: 100% !important;
  max-height: 400px;
  max-width: 100%;
  overflow: hidden !important;
  background-color: #fff !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px !important;
  bottom: 1rem;
  right: 1rem;
}
.igd-file-uploader .file-list-wrapper.fixed {
  position: fixed;
}
.igd-file-uploader .file-list-wrapper .start-upload {
  margin: 10px auto;
}
@media (max-width: 991px) {
  .igd-file-uploader .file-list-wrapper {
    max-width: 300px;
    max-height: 300px;
    right: 0;
  }
}
.igd-file-uploader .file-list {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap !important;
  overflow-y: auto !important;
}
.igd-file-uploader .file-list-header {
  display: flex;
  align-items: center;
  padding: 10px 15px !important;
  background-color: var(--color-primary) !important;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  margin-bottom: 5px;
}
.igd-file-uploader .file-list-header .file-count {
  margin-right: 5px;
}
.igd-file-uploader .file-list-header i {
  cursor: pointer;
  height: 26px !important;
  width: 26px !important;
  border: 1px solid !important;
  border-radius: 50% !important;
  font-size: 22px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.igd-file-uploader .file-list-item {
  display: flex;
  align-items: center;
  padding: 8px 12px !important;
  border-bottom: 1px solid #eaeaea !important;
  width: 100% !important;
  opacity: 0.5;
}
.igd-file-uploader .file-list-item img {
  width: 22px !important;
  height: 22px !important;
  margin-right: 5px !important;
}
.igd-file-uploader .file-list-item .file-info {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  line-height: 1;
}
.igd-file-uploader .file-list-item .file-info .upload-item {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 1;
}
.igd-file-uploader .file-list-item .file-info .upload-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 4px;
}
.igd-file-uploader .file-list-item .file-info .upload-item-size {
  font-size: 0.75rem;
  color: #999;
}
.igd-file-uploader .file-list-item .file-info-percentage {
  margin-left: auto;
  text-align: right;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.igd-file-uploader .file-list-item .file-info-percentage .igd-spinner {
  margin-top: 0;
  margin-right: 5px;
  border-radius: 50%;
}
.igd-file-uploader .file-list-item .file-info-progress {
  width: 100%;
  height: 4px;
  background-color: #ddd;
  border-radius: 0.25rem;
  margin-top: 7px;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: space-between;
  display: none;
}
.igd-file-uploader .file-list-item .file-info-progress-bar {
  width: var(--percentage);
  height: 100%;
  background-color: var(--color-primary-light-alt);
  border-radius: 0.25rem;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 0.5s ease-in-out;
}
.igd-file-uploader .file-list-item .file-info-error {
  color: red;
  width: 100%;
  font-size: 0.75rem;
  margin-top: 3px;
}
.igd-file-uploader .file-list-item .file-info .igd-spinner {
  width: 20px;
  margin-left: 7px;
}
.igd-file-uploader .file-list-item .file-info .percentage {
  margin: 0 7px;
}
.igd-file-uploader .file-list-item .file-info i {
  margin-left: 7px;
  height: 22px !important;
  width: 22px !important;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.igd-file-uploader
  .file-list-item
  .file-info
  i:not(.dashicons-saved, .dashicons-no-alt) {
  border: 1px solid #ddd;
}
.igd-file-uploader .file-list-item .file-info .dashicons-controls-play {
  padding-left: 3px;
}
.igd-file-uploader .file-list-item .file-info .remove-file {
  background: #ff9f10;
  color: #fff;
  margin-left: 10px;
}
.igd-file-uploader .file-list-item:hover {
  background-color: #e0f2fe;
}
.igd-file-uploader .file-list-item.uploaded {
  opacity: 1;
}
.igd-file-uploader .file-list-item.uploaded .file-info .dashicons-saved {
  background: var(--color-primary);
  color: #fff;
}
.igd-file-uploader .file-list-item.uploaded .file-info .remove-file {
  background: 0 0;
  color: #ff9f10;
  border: 1px solid #ff9f10;
  opacity: 0.6;
}
.igd-file-uploader .file-list-item.uploaded .file-info .remove-file:hover {
  background: #ff9f10;
  color: #fff;
  opacity: 1;
}
.igd-file-uploader .file-list-item.uploaded .file-info-progress {
  display: flex;
}
.igd-file-uploader .file-list-item.uploaded .file-info-progress-bar {
  width: 100%;
}
.igd-file-uploader .file-list-item.active {
  opacity: 0.8;
}
.igd-file-uploader .file-list-item.active .file-info-progress {
  display: flex;
}
.igd-file-uploader .file-list::-webkit-scrollbar {
  width: 5px;
}
.igd-file-uploader .file-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.igd-file-uploader .file-list::-webkit-scrollbar-thumb {
  background: #ccc;
}
.igd-file-uploader .file-list::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}
.igd-file-uploader .cancel-upload {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  border-radius: 5px;
  height: 40px;
  width: 40px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 0, 0, 0.3);
}
.igd-file-uploader .cancel-upload:hover {
  color: rgba(255, 0, 0, 0.5);
}
.igd-file-browser .igd-file-uploader {
  position: fixed !important;
  right: 15px;
  bottom: 15px;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.igd-file-browser
  .igd-file-uploader:has(.file-list-wrapper)
  .igd-file-uploader-inner
  .dashicons-cloud-upload {
  display: none;
}
@media (max-width: 767px) {
  .igd-file-browser .igd-file-uploader {
    position: absolute !important;
    height: 100%;
    right: unset;
    bottom: unset;
    width: calc(100% - 20px) !important;
    justify-content: flex-start;
    background: rgba(0, 0, 0, 0.5) !important;
  }
  .igd-file-browser .igd-file-uploader .igd-file-uploader-inner {
    background: linear-gradient(
        var(--color-primary-lighter),
        var(--color-primary-lighter)
      ),
      #fff !important;
  }
}

/* ------------------------------------------------------------------------- */

/* .teeltplanForm input[type="submit"]:hover {
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
} */

/* Teeltplannen formulier (oud)

.teeltplanForm {
  --extra-width: 10px;
  width: max-content;
  padding: 3% 5%;
}

.steps {
  position: relative;
  min-width: 400px;
  max-width: 400px;
  margin: auto;
  display: flex;
  padding: 30px 0 20px;
  justify-content: space-between;
  align-items: center;
}

.steps span {
  flex-basis: 18%;
}

.steps span,
.steps span div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bar {
  flex-basis: 23%;
  height: 5px;
  background-color: #bebebe;
}

.steps span div {
  background-color: white;
  border-radius: 1000000px;
  font-weight: 900;
  font-size: 18px;
  border: 4px solid #bebebe;
  width: 40px;
  height: 40px;
  color: #bebebe;
}

.steps p {
  position: absolute;
  top: -85%;
  margin-bottom: 7px;
  margin-top: 0;
}

.steps span.active div {
  border: 4px solid #97cc44;
  color: #1d1d1b;
}

.steps .active p {
  color: #97cc44;
}

.wpcf7-form-control-wrap {
  min-height: 20%;
}

input {
  --extra-width: 5px;
  width: max-content;
  --extra-height: 5px;
  height: max-content;
  padding: 10px;
  margin-bottom: 5px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

p .uacf7-next,
p .uacf7-prev {
  margin-top: 25px !important;
  background-color: #97cc44;
  color: white;
  transition: 200ms;
  border: none;
  border-radius: 3px;
  padding: 10px 30px !important;
  font-weight: 300;
  font-size: 15px;
}

.inlevermethode {
  display: flex;
  justify-content: space-between;
}

.inlevermethode .wpcf7-list-item {
  margin: 0;
  width: 45%;
}

.teeltplanForm label + p {
  margin: 0;
}

.uacf7-next:hover,
.uacf7-prev:hover,
.teeltplanForm .green-button:hover {
  background-color: #739f2b;
}

input:focus,
input:focus-visible {
  border: 2px solid #97cc44;
  outline: none;
}

.teeltplanForm form label {
  display: flex;
  flex-direction: column;
}

body .steps-form {
  display: none;
}

input[type="radio"] {
  display: none;
  border: none;
}

.teeltplanForm input[type="radio"] ~ span {
  border: 2px solid #97cc44;
  color: #97cc44;
  padding: 5px 10px;
  max-width: 170px;
  border-radius: 5px;
  transition: 200ms;
  font-weight: 500;
}

.teeltplanForm input[type="radio"]:checked ~ span {
  border: 2px solid #97cc44;
  background-color: #97cc44;
  color: white;
}

#maak {
  display: none;
}

input[name="view"]:checked + span .icon {
  background-color: white;
  transition: 200ms;
  right: 60px;
}
input[name="view"] + span .icon {
  background-color: #97cc44;
  transition: 200ms;
  right: 5px;
}

#tabel {
  display: block;
}

#kaart {
  display: none;
}

#kaart g {
  pointer-events: bounding-box;
  transition: 200ms;
  fill: none;
  font-size: 11px;
}

#kaart g:hover {
  fill: #dadada;
}
.cls-1 {
  pointer-events: bounding-box;
  fill: #ec6061;
}

.cls-1:hover {
  fill: #b73f3f;
}

.cls-1,
.cls-2 {
  stroke: #1d1d1b;
  stroke-miterlimit: 10;
}

.cls-3,
.cls-4 {
  fill: #1d1d1b;
}

#modal.active {
  position: absolute;
  right: -2px;
  top: -2px;
  height: 100%;
  width: 350px;
  background-color: #f9faf1;
  border: 2px solid #97cc44;
}

#modal {
  right: -500px;
  transition: 200ms;
}

#modal .green-button {
  font-weight: 500;
  font-size: 15px;
  margin-top: 15px;
  display: block;
}

Teeltplannen checken 

#sp-wp-carousel-free-id-123 .swiper-wrapper {
  height: auto;
}

.wcp-lazy.swiper-lazy.swiper-lazy-loaded {
  width: 1000px;
}

.fa.fa-angle-left {
  position: absolute;
  left: -20px;
}

.fa.fa-angle-right {
  position: absolute;
  right: -20px;
}

.wpcp-carousel-content-wrapper .wpcp-carousel-section.nav-vertical-center {
  margin: 0;
}

 Teeltplannen tool 

.tool-button {
  background-image: radial-gradient(#c7c7c7, transparent 0%);
  transition: 200ms;
  width: 70px;
  margin: 10px auto;
}

.active-tool {
  background-image: radial-gradient(#c7c7c7, transparent 70%);
}

.sidebar {
  border-left: 1px #97cc44 solid;
}

.tool-button img {
  transform: rotate(0deg);
  transition: 200ms;
}

#kool:hover img,
#aardappel:hover img,
#tuinhuis:hover img,
#kas:hover img,
#drain:hover img {
  margin-top: -3px;
  margin-bottom: 7px;
  transform: rotate(15deg);
}

.crossBlade {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(45deg);
  position: absolute;
}

.crossBlade:nth-of-type(2) {
  transform: translate(50%, -50%) rotate(-45deg);
}

#previewImg > div:nth-of-type(2) {
  display: none;
}

.previewUp > div:nth-of-type(1) {
  display: none;
}

#previewImg.previewUp > div:nth-of-type(2) {
  display: block;
}

#canvasImg {
  display: none;
}

.nxtBtn.n3.active,
.nxtBtn,
.bckBtn {
  background-color: #97cc44;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  width: 30%;
  max-width: 115px;
}

#backArrow div {
  border-left: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(-45deg);
  width: 7px;
  height: 7px;
}

#nextArrow div {
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}

#nextArrow {
  margin-left: 5px;
  transition: 200ms ease-out;
}

#backArrow {
  margin-right: 5px;
  transition: 200ms ease-out;
}

.nxtBtn:hover #nextArrow {
  margin-left: 10px;
}

.bckBtn:hover #backArrow {
  margin-left: 10px;
}

.nxtBtn.n3 {
  background-color: lightgrey;
  cursor: not-allowed;
}

.bckBtn.n5 {
  display: none;
}

#returnCanvas {
  border-left: 0;
  border-top: 0;
}

#iconMenu {
  position: absolute;
  display: flex;
  opacity: 0;
  max-height: 0px;
  transition: 200ms;
}

#triggerMenu:hover #iconMenu {
  width: 140px;
  max-height: 500px;
  flex-wrap: wrap;
  bottom: 0px;
  opacity: 1;
  right: 75px;
  padding: 5px;
  background-color: #f0f0f0;
  border: 1px #97cc44 solid;
}

.filler {
  height: 60px;
}

.iconMenuArrow {
  border-left: 1px solid black;
  border-top: 1px solid black;
  transform: rotate(-45deg);
  width: 7px;
  height: 7px;
}

.teeltplanForm strong {
  font-weight: 500;
} */
