body .acf-fc-row.paper-bg {
  background: url("https://wengersenf.cube.pixelpoint.at/wp-content/themes/wenger/css/../img/paper-bg_repeat_v2.jpg") repeat;
  margin-top: 0;
}
body .acf-fc-row.paper-bg.small-gap-before {
  padding-top: 25px;
}
body .acf-fc-row.paper-bg.large-gap-before {
  padding-top: 75px;
}
body .acf-fc-row.paper-bg.xlarge-gap-before {
  padding-top: 100px;
}
body .acf-fc-row.paper-bg.paper-border-top::before,
body .acf-fc-row.paper-bg.paper-border-bottom::after {
  content: '';
  display: block;
  width: 100%;
  height: 115px;
  position: absolute;
  left: 0;
  z-index: 2;
}
body .acf-fc-row.paper-bg.paper-border-top::before {
  background: url("https://wengersenf.cube.pixelpoint.at/wp-content/themes/wenger/css/../img/paper-texture_top_4k_v2.png") center;
  top: -115px;
}
body .acf-fc-row.paper-bg.paper-border-bottom::after {
  background: url("https://wengersenf.cube.pixelpoint.at/wp-content/themes/wenger/css/../img/paper-texture_bottom_4k_v2.png") center;
  bottom: -115px;
}
body #primary .acf-fc-row.paper-bg:first-child:before,
body  .acf-fc-row.paper-bg.page-bg-start:before {
  content: '';
  background: url("https://wengersenf.cube.pixelpoint.at/wp-content/themes/wenger/css/../img/bg-start.jpg") repeat;
  width: 100%;
  height: 630px;
  display: block;
  position: absolute;
  left: 0;
  top: -630px;
}
@media (max-width: 1000px) {
  body #primary .acf-fc-row.paper-bg:first-child:before,
  body  .acf-fc-row.paper-bg.page-bg-start:before {
    height: 520px;
    top: -520px;
  }
}
body #primary .acf-fc-row.paper-bg:first-child p,
body  .acf-fc-row.paper-bg.page-bg-start p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.product-category-link-buttons p {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 750px) {
  .product-category-link-buttons p {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 400px) {
  .product-category-link-buttons p {
    grid-template-columns: 1fr;
    max-width: 200px;
    margin: 0 auto;
  }
}
.product-category-link-buttons p a {
  text-align: center;
}
