@media (max-width: 1000px) {
  header.site-header .site-header-top-container {
    background-color: var(--color-main);
  }
  header.site-header .site-header-top-container .site-header-logo a img.small {
    margin-bottom: -10px;
  }
  body.navigation-transparent #page.site {
    padding-top: 100px;
    min-height: calc(100vh - 100px);
  }
}
body .site-header-banner .site-header-gallery .item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
  bottom: 0;
  background: linear-gradient(0deg,#24435b 0%,rgba(36,67,91,0.99) 7%,rgba(36,67,91,0.96) 13%,rgba(36,67,91,0.89) 25%,rgba(36,67,91,0) 100%);
  height: 100%;
}
@media (min-width: 428px) and (min-height: 800px) {
  body .site-header-banner .site-header-gallery .item:after {
    height: calc(100% - 300px);
  }
}
body .site-header-banner .site-header-gallery .item .text-container {
  z-index: 2;
}
body .site-header-banner .site-header-gallery .item .text-container .text-container-col .text-block .title {
  margin-bottom: 2rem;
  border-bottom: 7px solid white;
}
body .site-header-banner .site-header-gallery .item .text-container .text-container-col .text-block .title .content {
  font-family: var(--heading1-font-family);
  font-size: var(--heading1-font-size);
  line-height: var(--heading1-line-height);
  background: none;
  color: white;
}
@media (max-width: 1000px) {
  body .site-header-banner .site-header-gallery .item .text-container .text-container-col .text-block .title:before {
    content: "";
    display: none;
    height: 120px;
    width: 100%;
    margin-bottom: 20px;
    background: url("https://fpa-fishing.at/wp-content/themes/fpa-fishing/css/../img/fpa_logo_big.svg") no-repeat center;
    background-size: contain;
  }
}
@media (min-height: 830px) {
  body .site-header-banner .site-header-gallery .item .text-container .text-container-col .text-block .title:before {
    display: block;
  }
}
@media (min-width: 480px) and (min-height: 650px) {
  body .site-header-banner .site-header-gallery .item .text-container .text-container-col .text-block .title:before {
    display: block;
  }
}
@media (min-height: 700px) and (min-width: 430px) {
  body .site-header-banner .site-header-gallery .item .text-container .text-container-col .text-block .title:before {
    display: block;
  }
}
@media (min-width: 430px) and (min-height: 830px) {
  body .site-header-banner .site-header-gallery .item .text-container .text-container-col .text-block .title:before {
    height: 200px;
    margin-bottom: 60px;
  }
}
body .site-header-banner .site-header-gallery .item .text-container .text-container-col .text-block .subtitle .content {
  background: none;
  color: white;
}
@media (min-width: 1001px) and (max-height: 800px) {
  body.home
  .site-header-banner
  .site-header-gallery
  .item
  .text-container.bottom {
    top: 330px;
    bottom: unset;
  }
}
