/*
Theme Name:     My HoneyPress
Description:    Child Theme für HoneyPress
Author:         Dein Name
Template:       honeypress
Version:        1.0
*/

/* Optional eigene Styles hier */

.page-title-section {
    background: black !important; 
	  /* Schwarzer Hintergrund */
    height: 4px !important; 
	  /* Höhe auf 20px setzen */
    padding: 0 !important; 
  	/* Innenabstand entfernen */
    margin: 0 !important; 
	  /* Außenabstand entfernen */
    overflow: hidden; 
	  /* Verhindert unsichtbare Inhalte */
}
.page-title-section h1 {
    display: none; 
	  /* Versteckt den Seitentitel */
}

.section-module {
  position: relative;
  padding: 50px 0;
}