#site-footer-block {
  position: relative;
}
#site-footer-block::before {
  content: '';
  display: block;
  position: absolute;
  top: -130px;
  left: calc(50% - 64px);
  height: 120px;
  width: 128px;
  background: url("https://wengersenf.cube.pixelpoint.at/wp-content/themes/wenger/css/../img/siegel_kuk.png") center no-repeat;
  background-size: contain;
  z-index: 5;
}
#site-footer-block:after {
  content: '';
  background: url("https://wengersenf.cube.pixelpoint.at/wp-content/themes/wenger/css/../img/footer_bg_v3_compressed.jpg") repeat center top;
  width: 100%;
  height: 590px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#site-footer-block .site-footer.site-footer-1 {
  z-index: 2;
}
#site-footer-block .site-footer.site-footer-1:before {
  content: '';
  display: block;
  width: 100%;
  height: 115px;
  position: absolute;
  left: 0;
  z-index: 2;
  background: url("https://wengersenf.cube.pixelpoint.at/wp-content/themes/wenger/css/../img/paper-texture_top_4k_v2.png") center;
  top: -115px;
}
#site-footer-block .site-footer.site-footer-1 a:not(.button):hover {
  color: white;
}
#site-footer-block .site-footer.site-footer-1 a:not(.icon-container) {
  text-decoration: underline;
  margin-left: 10px;
  margin-right: 10px;
}
#site-footer-block .site-footer.site-footer-1 .icons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#site-footer-block .site-footer.site-footer-1 .icons .icon-container {
  border: 1px solid black;
  background: black;
  color: white;
  border-radius: 100%;
  font-size: 1.4rem;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#site-footer-block .site-footer.site-footer-1 .icons .icon-container:hover {
  background: transparent;
  color: black;
}
#site-footer-block .site-footer.site-footer-1 .icons .icon-container .title.hidden {
  display: none;
}
#site-footer-block .site-footer.site-footer-1 .icons .icon-container:not(:last-child) {
  margin-right: 44px;
}
#site-footer-block .acf-fc-row.paper-bg:first-child {
  background: url("https://wengersenf.cube.pixelpoint.at/wp-content/themes/wenger/css/../img/BG-Footer_v2_compressed.jpg") no-repeat;
  background-position-y: -340px;
}
