
.my-navbar {
  background-color: #292929; /* deine Farbe */
}


/* =========================
   Hintergrund-Sektion
   ========================= */

body{
  padding-top: 80px;
  background-color: #292929; /* passt zu Ihrer Navbar */
}


.bg-section{
  position: relative;
  padding-top: 1.5rem;     /* mehr Platz oben */
  padding-bottom: 3rem; /* unten wie vorher */
  color: #fff;
  background-image: url("../images/RegaHintergrundbild3.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}






.bg-section::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.bg-section > .container{
  position: relative;
  z-index: 1;
}



h2 {
  background-color: #E3000B; /* Offizielles Rega-Rot https://brandfetch.com/rega.ch */
  color: #ffffff;            /* Kontrastfarbe Weiss */
  padding: 10pt;
  }

.title {
  font-size: 65px;
}



.projekt-info {
  font-size: 0.85rem;   /* Etwas kleiner als der Haupttext (ca. 13-14px) */
  color: #666666;       /* Dezentes Grau für weniger Dominanz */
  margin-top: 2rem;     /* Abstand zum eigentlichen Inhalt */
  border-top: 1px solid #eee; /* Optionale Trennlinie */
  padding-top: 10px;
}

.app-demo-wrapper {
  position: relative;
  width: 100%;
  max-width: 360px;          /* realistische Smartphone-Breite */
  aspect-ratio: 9 / 19.5;   /* modernes Smartphone-Format */
  margin: 2rem auto;
}


.app-demo-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.step-icon {
  width: 32px;        /* oder 24 / 28 / 40 – je nach Design */
  height: 32px;
  object-fit: contain;
  margin-right: 0.75rem;
  flex-shrink: 0;
}



.faq dt {
  font-weight: 700;
  margin-top: 1.5rem;
}

.faq dd {
  margin-left: 0;
  margin-bottom: 1.25rem;
}

#searchResults{
  width: 100%;
  max-width: 100%;
}

#searchResults a{
  display: block;
  width: 100%;
}



/*Back to top*/

		#backToTop {
			position: fixed;
			bottom: 20px;
			right: 20px;
			display: none;
            z-index: 9999;
		}

/*
h2 {
  background-color: #e64334;
  color: #ffffff;
  padding: 10pt;
}
*/


/* Der Versuch das Menü zu fixieren: html {
	padding-top: 80px;
	scroll-padding-top: 80px;
}/*

.content {
padding-top: 80px;} /* oder die tatsächliche Höhe deiner Navbar */


/* main {
  padding-top: 80px;} /* Höhe deiner Navbar */
/*
