/* Standaard Banner afbeelding */
.banner-area.no-banner-label .banner-image {
  min-height: 600px;
}

@media only screen and (max-width: 767.98px) {
  .banner-area.no-banner-label .banner-image {
    min-height: 300px;
  }
}

/* Copyright */
.copyright-area .copyright {
  color: #fff;
}

/* Scan section */
.scan-info-section {
  position: relative;
}

.scan-info-section .scan-description {
  position: relative;
  z-index: 1;
}

.scan-info-section .bg-image {
  position: absolute;
  right: 43%;
  height: 790px;
}

.scan-info-section img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  .scan-info-section .bg-image {
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .scan-info-section .bg-image {
    right: auto;
    left: 100%;
    transform: translateX(-25%);
    width: 100%;
  }

  .scan-info-section img {
    object-position: left;
  }
}

.onedaymeal-form-section .extra-description {
  position: relative;
  z-index: 10;
}

.onedaymeal-form-section .head h3 {
  max-width: none;
}

@media only screen and (min-width: 1200px) {
  .onedaymeal-form-section .head h3 {
    font-size: 48px;
  }
}

/* Onderstaand CSS Support - 22307 */

/* Isotope */
.isotope-filters {
  margin: 0 -0.25rem;
}

.isotope-filters .isotpe-filter {
  padding: 0 15px;
  font-size: 1.125rem;
  color: #58595b;
  height: 40px;
  background-color: #e9ecef;
  border: none;
  transition: background-color .15s ease-in-out;
}

.isotope-filters .isotpe-filter:hover {
  background-color: #ced4da;
}

.isotope-filters .isotpe-filter.is-checked {
  background-color: #ced4da;
}

/* Navigatie */
@media only screen and (min-width: 1600px) {
  .menu .menu-item {
    font-size: 1.25rem;
  }
}


/* Floating buttons */

.floating-buttons {
  position: fixed;
	right: 0;
	top: 170px;
  background: transparent;
	z-index: 999;
	border-radius: 0;
}

.floating-buttons .custom-ls {
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 40px 0px 0px 40px;
  background-color: #0C879D;
}

.floating-buttons .custom-ls .wpml-ls-item-toggle,
.floating-buttons .custom-ls .wpml-ls-link  {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.floating-buttons .custom-ls .wpml-ls-link {
  margin-top: 10px;
}

.floating-buttons .custom-ls .wpml-ls-sub-menu,
.floating-buttons .custom-ls a {
  transition: all 0.4s ease;
}

.floating-buttons .custom-ls a:hover {
  filter: brightness(85%);
}

.floating-buttons .fixed-social-icons {
  position: relative;
  z-index: auto;
  right: auto;
  top: auto;
  background: #edf3f5;
  border-radius: 40px 0px 0px 40px;
}

.navbar .menu-item-wpml img {
  width: 20px;
  height: 20px;
}
