.page-id-83 .middle-align.pt-5 {
  background-image: linear-gradient(to bottom, 
      rgba(232,174,88,0) 0%,    
      rgba(232,174,88,0) 5%,    
      rgba(232,174,88,0.6) 15%, 
      rgba(232,174,88,1) 35%,   
      rgba(232,174,88,1) 100%   
    ),
    url("https://test120916.test-account.com/wp-content/uploads/2026/03/20250427_173838.jpg");
  background-size: cover;
		background-attachment: scroll;
  /* Bild scrollt normal mit */
  background-position: center bottom;
  /* nur oberer Ausschnitt sichtbar */
  background-repeat: no-repeat;
  min-height: 400px;
  /* Höhe des Headerbereichs anpassen */

}

.main-navigation li a:hover {
  background-color: #9e9e9e;
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-body {
  background-color: #e6dfb8;
}

.page-id-7 .middle-align.pt-5 {
  background-image: url("https://test120916.test-account.com/wp-content/uploads/2026/03/20230510_205320_3.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
}

.page-id-174 .middle-align.pt-5 {
  background-image: linear-gradient(to bottom, 
      rgba(232,174,88,0) 0%,    
      rgba(232,174,88,0) 5%,    
      rgba(232,174,88,0.6) 15%, 
      rgba(232,174,88,1) 35%,   
      rgba(232,174,88,1) 100%   
    ),
    url("https://test120916.test-account.com/wp-content/uploads/2026/03/20230510_205320_3.jpg");
  background-size: cover;
  /* Bild soll Bereich ausfüllen */
  background-attachment: scroll;
  /* Bild scrollt normal mit */
  background-position: center left;
  /* nur oberer Ausschnitt sichtbar */
  background-repeat: no-repeat;
  min-height: 400px;
  /* Höhe des Headerbereichs anpassen */
}

/* Titel im Forum ausblenden */

#wpforo h1 {
  display: none;
}

.wpforo .wpf-button.wpf-button-newtopic {
  font-size: 20px;
  padding: 14px 26px;
  border-radius: 8px;
  font-weight: bold;
}

.wpforo .wpf-button.wpf-button-newtopic {
  font-size: 20px !important;
  padding: 14px 26px !important;
}