/*
// css/main.css
// geändert: 2026-05-13
// Version: 3.4.1
*/


/*[ BG Title Page ]
///////////////////////////////////////////////////////////
*/
.bg-title-page {
  width: 100%;
  min-height: 545px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: darken;
  background-position: 0% 20%;
  background-size: cover;
}

@media (max-width: 576px) {
  .bg-title-page {background-position: center;}
}

h2.page-title {
  font-weight: 700;
  font-size: 90px;
}

.wrapper {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.80);
}
