  body {
  background: url('https://b2b.pitime.de/wp-content/uploads/2023/06/Element-1.png') center center no-repeat; 
  background-size: contain;
}

  body::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3); 
  z-index: -1; 
}
  #page {
    background-color: transparent !important;
  }
  .breadcrumb {
    display:none;
  }