  body {
    background: radial-gradient(rgb(207, 157, 95), rgb(113, 179, 199));
    font-family: Helvetica;
   }
  .sidebar {
  width: 130px;
  position: fixed; /* Bleibt beim Scrollen sichtbar */
  font-family: "Helvetica Neue";
  right: 0;
  top: 0;
  height: 100vh; /* Volle Höhe des Viewports */
  padding-top: 20px;
  background: radial-gradient(rgb(207, 157, 95), rgb(113, 179, 199));
  }
  .sidebar ul {
  list-style-type: none;
  padding: 0;
  }
  .sidebar li {
  padding: 10px 20px;
  }
  .sidebar a {
  text-decoration: none;
  color: #333;
  display: block;
	background-color: transparent; /* Menupunkte */
  }
  .main-content {
	  margin-right: 130px; /* Platz für die Sidebar lassen */
    flex-grow: calc(80%-150px);
	  font-family: "Helvetica Neue";
	  text-align: left;
	  padding: 20px;
  }
  .content {
    margin-right: 130px; /* Platz für die Sidebar lassen */
    flex-grow: calc(80%-130px);
	  font-family: "script MT Bold";
	  text-align: center;
	  padding: 20px;
  }
  .full-height-section {
  height: 100vh; /* Nimmt die gesamte Höhe des Viewports ein */
}


.container {
  margin-right: 130px; /* Platz für die Sidebar lassen */
  flex-grow: calc(80%-130px);
  flex-direction: column;
	font-family: "Helvetica Neue";
	text-align: center;
	padding: 20px;
  flex-direction: column;
  	
}





.logo-container { /* Neu */
  margin-top: 1px;
  display: flex;
  justify-content: center;
  align-items: flex-start; /* Setzt es oben an der Startkante */
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

h2 {
  font-size: 1.5em;
  text-align: center;
}


h1 {
  
  font-size: 1px;
  text-align: center;
}

p {
  line-height: 1.6; /* Bessere Lesbarkeit */
}
em {
  font-weight: bold;
}

/* neu */

