.site-content .text-color-white h1,
.site-content .text-color-white h2,
.site-content .text-color-white h3,
.site-content .text-color-white h4,
.site-content .text-color-white h5,
.site-content .text-color-white h6,
.site-content .text-color-white .h1,
.site-content .text-color-white .h2,
.site-content .text-color-white .h3,
.site-content .text-color-white .h4,
.site-content .text-color-white .h5,
.site-content .text-color-white .h6,
.site-content .text-color-white p,
.site-content .text-color-white li,
.site-content .text-color-white a:not(.button),
body.page-template-template-dark #content.site-content h1,
body.page-template-template-dark #content.site-content h2,
body.page-template-template-dark #content.site-content h3,
body.page-template-template-dark #content.site-content h4,
body.page-template-template-dark #content.site-content h5,
body.page-template-template-dark #content.site-content h6,
body.page-template-template-dark #content.site-content .h1,
body.page-template-template-dark #content.site-content .h2,
body.page-template-template-dark #content.site-content .h3,
body.page-template-template-dark #content.site-content .h4,
body.page-template-template-dark #content.site-content .h5,
body.page-template-template-dark #content.site-content .h6,
body.page-template-template-dark #content.site-content p,
body.page-template-template-dark #content.site-content li,
body.page-template-template-dark #content.site-content a:not(.button) {
  color: white;
}
body.home .acf-fc-image_with_text.text-left-of-image .content-container .content,
body.home .acf-fc-image_with_text.text-right-of-image .content-container .content {
  max-width: 430px;
}
@media (min-width: 1001px) {
  body.home .acf-fc-text > .acf-fc-columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body.home .acf-fc-text > .acf-fc-columns-2 > .acf-fc-column {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
body.home .acf-fc-text > .acf-fc-columns-2 > .acf-fc-column > .acf-fc-text-content {
  max-width: 430px;
}
@media (max-width: 1000px) {
  body.home .acf-fc-text > .acf-fc-columns-2 > .acf-fc-column > .acf-fc-text-content {
    margin: 0 auto;
  }
  body.home .acf-fc-text > .acf-fc-columns-2 > .acf-fc-column > .acf-fc-text-content p {
    text-align: center !important;
  }
}
@media (min-width: 1001px) {
  body.home .acf-fc-row.xlarge-gap-before {
    margin-top: 200px;
  }
}
body.home #content.site-content .home-products-block img {
  border-radius: 50%;
  height: 220px;
  width: 220px;
  margin-top: 50px;
}
body.home #content.site-content .home-products-block a:not(.button) {
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home #content.site-content .home-products-block a:not(.button):after {
  content: '\e804';
  display: inline-block;
  font-family: 'custom-icons-fpa';
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 1rem;
}
body.home #content.site-content .home-products-block a:not(.button):hover {
  background: none;
  color: var(--color-accent);
}
body.home #content.site-content .home-products-block .acf-fc-column-1,
body.home #content.site-content .home-products-block .acf-fc-column-3 {
  padding-top: 20px;
}
@media (min-width: 420px) and (max-width: 1000px) {
  body.home #content.site-content .home-products-block .acf-fc-columns.acf-fc-columns-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body.home #content.site-content .home-products-block .acf-fc-columns.acf-fc-columns-3 .acf-fc-column-1 {
    grid-column-start: 1;
    grid-row-start: 2;
  }
  body.home #content.site-content .home-products-block .acf-fc-columns.acf-fc-columns-3 .acf-fc-column-2 {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: span 2;
    padding-bottom: 50px;
  }
  body.home #content.site-content .home-products-block .acf-fc-columns.acf-fc-columns-3 .acf-fc-column-3 {
    grid-column-start: 2;
    grid-row-start: 2;
    margin-top: 0;
  }
}
@media (min-width: 420px) and (max-width: 550px) {
  body.home #content.site-content .home-products-block img {
    height: 180px;
    width: 180px;
  }
}
@media (max-width: 1000px) {
  .acf-fc-text > .acf-fc-columns > .acf-fc-column:not(:first-child) {
    margin-top: 2rem;
  }
}
body .acf-fc-accordion .accordion-list .accordion .accordion-button {
  color: var(--color-body);
  background-color: white;
  padding: 15px 10px;
  margin-top: 25px;
  margin-left: 0;
  display: flex;
  align-items: center;
}
body .acf-fc-accordion .accordion-list .accordion .accordion-button:before {
  margin-left: 1rem;
  margin-right: 1.5rem;
  font-weight: normal;
  font-family: var(--body-font-family);
  content: '+';
  font-size: 2.2rem;
  float: unset;
}
body .acf-fc-accordion .accordion-list .accordion .accordion-button.accordion-active:before {
  content: '-';
}
body .acf-fc-accordion .accordion-list .accordion .accordion-button:hover {
  background-color: var(--color-main);
  color: white;
}
body .acf-fc-accordion .accordion-list .accordion .accordion-button:hover:before {
  color: white;
}
body .acf-fc-accordion .accordion-list .accordion .accordion-panel {
  margin: 25px 0 0 90px;
}
@media (max-width: 640px) {
  body .acf-fc-accordion .accordion-list .accordion .accordion-panel {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (min-width: 1001px) {
  .acf-fc-row.acf-fc-text.block-angebissen > .acf-fc-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .acf-fc-row.acf-fc-text.block-angebissen > .acf-fc-columns > .acf-fc-column {
    text-align: center;
  }
}
@media (min-width: 1001px) {
  .acf-fc-row.acf-fc-text.block-angebissen > .acf-fc-columns > .acf-fc-column {
    width: calc(100% - 60px) !important;
    display: flex;
    align-items: center;
    padding: 60px 30px;
  }
  .acf-fc-row.acf-fc-text.block-angebissen > .acf-fc-columns > .acf-fc-column.acf-fc-column-2 .acf-fc-text-content {
    float: right;
  }
}
@media (min-width: 1001px) and (max-width: 1360px) {
  .acf-fc-row.acf-fc-text.block-angebissen > .acf-fc-columns > .acf-fc-column .h2 {
    font-size: 1.8rem;
  }
}
.acf-fc-row.acf-fc-text.block-angebissen > .acf-fc-columns > .acf-fc-column .button {
  text-transform: none;
  display: flex;
  align-items: center;
  padding: 0 30px 0 30px;
  max-width: 380px;
}
@media (max-width: 1000px) {
  .acf-fc-row.acf-fc-text.block-angebissen > .acf-fc-columns > .acf-fc-column .button {
    margin-left: auto;
    margin-right: auto;
  }
}
.acf-fc-row.acf-fc-text.block-angebissen > .acf-fc-columns > .acf-fc-column .button:before {
  content: '\e80a';
  font-family: 'custom-icons-fpa';
  display: inline-block;
  font-size: 2.5rem;
  margin-right: 1rem;
  font-weight: normal;
}
body .acf-fc-icon-tiles .acf-fc-column.acf-fc-column-1.icon-tiles-container .icon-tile,
.acf-fc-icon-tiles .acf-fc-column.acf-fc-column-1.icon-tiles-container .icon-tile {
  border: none;
}
body .acf-fc-icon-tiles .acf-fc-column.acf-fc-column-1.icon-tiles-container .icon-tile img,
.acf-fc-icon-tiles .acf-fc-column.acf-fc-column-1.icon-tiles-container .icon-tile img {
  max-height: 100%;
}
