/* line 9, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
body.pages.home ::placeholder {
  color: #a7a7a7;
}
/* line 13, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
body.pages.home .search_section {
  display: flex;
  justify-content: center;
  position: relative;
  top: -23px;
  margin: 0 0 4rem 0;
  padding: 0px;
}
@media (max-width: 768px) {
  /* line 13, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
  body.pages.home .search_section {
    top: 1rem;
    width: calc(100% - 30px);
    margin: 15px 15px;
    top: 0px;
  }
}
/* line 29, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
body.pages.home .link_to_pro {
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
/* line 38, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
body.pages.home .categories {
  text-align: center;
  padding-bottom: 5rem;
}
/* line 42, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
body.pages.home .categories h2 {
  margin: 4rem 0 2rem 0;
  font-size: 1.5rem;
}
@media (min-width: 1740px) {
  /* line 42, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
  body.pages.home .categories h2 {
    font-size: 2.0rem;
  }
}
@media (max-width: 676px) {
  /* line 42, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
  body.pages.home .categories h2 {
    font-size: 1.5rem;
  }
}
/* line 53, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
body.pages.home .categories .category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
}
@media (max-width: 676px) {
  /* line 53, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
  body.pages.home .categories .category-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
/* line 62, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
body.pages.home .categories .category-grid .category {
  display: flex;
  position: relative;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}
/* line 71, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
body.pages.home .categories .category-grid .category img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 1740px) {
  /* line 71, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
  body.pages.home .categories .category-grid .category img {
    height: 200px;
  }
}
@media (max-width: 1400px) {
  /* line 71, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
  body.pages.home .categories .category-grid .category img {
    height: 150px;
  }
}
@media (max-width: 1000px) {
  /* line 71, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
  body.pages.home .categories .category-grid .category img {
    height: 150px;
  }
}
@media (max-width: 1000px) {
  /* line 71, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
  body.pages.home .categories .category-grid .category img {
    height: 150px;
  }
}
/* line 89, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
body.pages.home .categories .category-grid .category .category_name {
  height: 50%;
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.6) 100%);
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  color: #fff;
  font-size: 1.25rem;
  text-align: left;
  z-index: 1;
}
/* line 106, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
body.pages.home .categories .category-grid .category .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
/* line 120, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
body.pages.home .categories .category-grid .category:hover .overlay {
  opacity: 1;
}
/* line 124, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
body.pages.home .categories .category-grid .category .overlay a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  border-radius: 5px;
}
/* line 134, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
body.pages.home .categories .all-categories-wrapper {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
/* line 140, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
body.pages.home .categories .all-categories-wrapper .all-categories-btn {
  padding: 1rem 1.5rem;
}
/* line 146, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
body.pages.home .category .category_name {
  margin: 0;
  font-weight: normal;
}

/* line 152, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
.home_seo_accordions {
  padding: 40px 0 60px;
}
/* line 155, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
.home_seo_accordions .seo-accordion-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}
/* line 162, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
.home_seo_accordions .seo-accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  cursor: pointer;
  background: #f8f9fa;
  transition: background 0.2s;
}
/* line 171, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
.home_seo_accordions .seo-accordion-toggle:hover {
  background: #eef0f2;
}
/* line 175, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
.home_seo_accordions .seo-accordion-toggle h2 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  flex: 1;
}
/* line 182, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
.home_seo_accordions .seo-accordion-toggle .seo-accordion-caret {
  transition: transform 0.3s;
  margin-left: 12px;
  font-size: 1rem;
}
/* line 188, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
.home_seo_accordions .seo-accordion-toggle.active .seo-accordion-caret {
  transform: rotate(180deg);
}
/* line 193, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
.home_seo_accordions .seo-accordion-body {
  padding: 20px;
  line-height: 1.7;
}
/* line 197, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
.home_seo_accordions .seo-accordion-body h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 20px 0 8px;
}
/* line 203, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
.home_seo_accordions .seo-accordion-body h4 {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 16px 0 6px;
}
/* line 209, /opt/agenda.ch/website/app/assets/stylesheets/agenda/critical_home.css.scss */
.home_seo_accordions .seo-accordion-body p {
  margin: 0 0 12px;
}
