/* --- repa theme: Custom CSS --- */
/* BASE */
.article {
  padding: 1.5rem 0;
}

@media (min-width: 768px) {
  .article {
    padding: 3rem 0;
  }
}

/* Home */
.article.article-section-home {
  background-image: url(./media/circles.png), url(./assets/addons/repa-theme/img/background-1.jpg);
  background-position: calc(50% + 550px) calc(100% + 350px), left top;
  background-repeat: no-repeat, repeat;
}

/* Unser Betrieb */
.article.article-section-our-company {
  background-image: url(./media/circles.png);
  background-position: calc(50% + 550px) calc(0% + -367px);
  background-repeat: no-repeat;
}

/* Produkte */
.article.article-section-products.article-section-product {
  padding-bottom: 0;
}

.article.article-section-products.article-product-teaser {
  padding: 1.25rem 0;
}

.article.article-section-products.article-product-teaser.article-product-teaser-chickens {
  background-image: url(./media/poppy-flower.png);
  background-position: calc(50% + 605px) 0;
  background-repeat: no-repeat;
}

.modal-product-farmshop {
  font-size: 1.125rem;
}

/* FAQ */
.article.article-section-products.article-product-faq .heading.heading-2 {
  font-size: 4rem;
  text-transform: none;
}

.article.article-section-products.article-product-faq .heading.heading-5 {
  margin-bottom: 0;
  letter-spacing: 0.15rem;
}

/* Kontakt */
.article.article-section-contact .heading.heading-2 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .article.article-section-contact {
    padding-bottom: 1rem;
  }
}
