.site-footer-block {
  padding-top: 300px;
  padding-bottom: 100px;
  position: relative;
}
.site-footer-block h2 {
  font-size: 1.65rem;
}
.site-footer-block:before,
.site-footer-block:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.site-footer-block:before {
  background: url("https://fpa-backup.cube.pixelpoint.at/wp-content/themes/fpa-fishing/css/../img/fish_swarm_background_1920.jpg") no-repeat top;
  background-size: cover;
}
@media (min-width: 1921px) {
  .site-footer-block:before {
    background: url("https://fpa-backup.cube.pixelpoint.at/wp-content/themes/fpa-fishing/css/../img/fish_swarm_background_4k.jpg") no-repeat top;
    background-size: cover;
  }
}
.site-footer-block:after {
  background: linear-gradient(180deg,#EEF3F6 0%,rgba(238,243,246,0) 100%);
  height: 100%;
}
.site-footer-block .site-footer .acf-fc-row.acf-fc-text {
  z-index: 3;
  padding: 20px 0;
}
.site-footer-block .site-footer .acf-fc-row.acf-fc-text.acf-fc-row-style-colorwhite-60 {
  background: rgba(255,255,255,0.85);
}
@media (min-width: 1430px) {
  .site-footer-block .site-footer .acf-fc-row.acf-fc-text:after,
  .site-footer-block .site-footer .acf-fc-row.acf-fc-text:before {
    content: '';
    display: block;
    background: url("https://fpa-backup.cube.pixelpoint.at/wp-content/themes/fpa-fishing/css/../img/footer-vector.svg") no-repeat;
    background-size: contain;
    height: 100%;
    position: absolute;
    right: -13px;
    top: 0;
    width: 14px;
  }
  .site-footer-block .site-footer .acf-fc-row.acf-fc-text:before {
    right: unset;
    left: -13px;
    transform: rotate(180deg);
  }
}
.site-footer-block .site-footer .acf-fc-row.acf-fc-text .acf-fc-column-4 .acf-fc-text-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-footer-block .site-footer .acf-fc-row.acf-fc-text .acf-fc-column-4 .acf-fc-text-content p {
  margin: 0 15px 0 0;
}
.site-footer-block .site-footer.site-footer-1 a:not(.button):hover {
  color: white;
}
body.page-template-template-dark .site-footer-block:after {
  background: linear-gradient(180deg,#24435B 0%,rgba(36,67,91,0) 100%);
}
