#wpadminbar .dashicons,
#wpadminbar .ab-icon {
  font-family: dashicons !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
button,
input,
textarea,
li {
  font-family: "Quicksand", sans-serif !important;
}

.img-div {
  width: 340px;
  height: 280px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .img-div {
    width: 100%;
    height: 280px;
    overflow: hidden;
  }
}

.img-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#diensten .btn {
  width: 50%;
}

#tekst-blokken img {
  border-radius: 10px;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
}

#frontpage-blokken img {
  height: 270px;
}

#footer .list li {
  margin-bottom: 0;
}

#footer a {
  color: var(--light) !important;
}

#footer a:hover {
  color: var(--primary) !important;
  opacity: 1;
}

#header .header-logo img {
  transition: transform 0.3s ease;
}

/* wanneer header kleiner wordt */
#header .header-container[style*="70"] .header-logo img {
  transform: scale(0.75);
}

/* Formulier breedte */
.wpcf7 form {
  width: 100%;
}

/* Input velden */
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

form label {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}

/* Submit knop */
.wpcf7 input[type="submit"] {
  background-color: var(--primary);
  border-color: var(--primary) var(--primary) var(--primary-300);
  color: var(--primary-inverse);
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 6px;
}

/* Hover effect */
.wpcf7 input[type="submit"]:hover {
  background: var(--primary--200);
}

.wpcf7 input[type="submit"]:active {
  background: var(--primary-200);
}

.floating-cta-buttons {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

@media (max-width: 769px) {
  .floating-cta-buttons {
    display: none;
  }

  .cta-btn {
    display: none;
  }
}

@media (max-width: 750px) {
  .info-block-row {
    display: flex;
    justify-content: center;
  }

  #tariev-title {
    font-size: 2rem !important;
  }
}

.cta-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease;
}

.cta-btn:hover {
  transform: scale(1.1);
  text-decoration: none !important;
}

.cta-btn i {
  color: #fff;
  font-size: 22px;
}

.cta-facebook {
  background-color: #3f7ac7;
}

.cta-whatsapp {
  background-color: #25d366;
}

.cta-instagram {
  background-color: #e1306c;
}

.info-block-row {
  display: flex;
  gap: 5px;
}

.cta-btn.footer {
  border-radius: 8px;
  width: 45px;
  height: 45px;
  box-shadow: none;
}

.cta-btn.footer i {
  font-size: 25px;
}

#single-dienst li {
  font-size: 20px;
}

.currency {
  display: inline-block;
  width: 20px;
  /* vaste breedte voor € */
  text-align: left;
}

.amount {
  display: inline-block;
  width: 80px;
  /* vaste breedte voor bedragen */
  text-align: right;
}

.non-amount {
  display: inline-block;
  width: 200px;
  /* vaste breedte voor bedragen */
  text-align: right;
}

.dierenwelzijn-keurmerk {
  background-color: white;
  border-radius: 10px;
  padding: 5px;
}

.prof-konijnnentrimmers {
  border-radius: 10px;
}

#galerij img {
  border-radius: 10px;
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: center;
}