body {
    font-family: 'Urbanist', sans-serif;
    background-color: #f9f9fb;
    margin: 0;
    padding: 0.2rem;
	 hyphens: auto;
    overflow-wrap: break-word;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}




.header-container {
  display: flex;
  justify-content: space-between;  /* Logo links, Icon rechts */
  align-items: center;             /* vertikal ausrichten */
  width: 100%;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25rem;
  height: 3rem;
  font-size: 1.4rem;
  font-weight: 800;
  overflow: hidden;
  
  text-align: center;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  padding: 0 0.3rem;
  
  position: relative;
}

/* Slots links und rechts */
.left-slot {
  flex: 1;
  display: flex;
  padding-left: 0.3rem;
  align-items: center;
  justify-content: flex-start; /* ← das sorgt für Linksbündigkeit */
}


.right-slot {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end; /* --> rechtsbündig */
}


/* Zentrierter Bereich */
.center-slot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* Damit Buttons links/rechts klickbar bleiben */
  
}

.center-slot a { pointer-events: auto; }


.logo {
  height: 2.5rem; /* Standard: für Smartphones und kleinere Geräte */
}

@media (min-width: 768px) {
  .logo {
    height: 3.5rem;
  }
}







.logo-part1,
.logo-part2 {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 0.3rem;
  white-space: nowrap;
}

.logo-part1 {
  background-color: #cce3de; /* sanftes Mintgrün */
  color: #2a4d69;            /* kräftiges Blau */
  letter-spacing: -0.02em;
  padding-right: 0.1rem;
}

.logo-part2 {
  background-color: #f7d9c4; /* warmes Pfirsich-Beige */
  color: #994636;            /* gedecktes Rotbraun */
  font-weight: 600;
  letter-spacing: 0.01em;
  padding-left: 0.03rem;
}


.login-icon {
  font-size: 3rem;
  color: #5e548e;
  text-decoration: none;
  margin-right: 1rem;
}

.fas.fa-user {
  font-size: 1.3rem;
  color: white;
  text-decoration: none;
  margin-right: 1rem;
}








.slogan {
  font-size: 0.75rem;
  color: #f0f0f0;
  font-style: italic;
  letter-spacing: 0.02em;
  margin-top: 0.2rem;
}





.seitenkopf {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 840px;
    background-color:white;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	
}

.seitenkopf-inhalt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: ;
	width: 100%;
    max-width: 840px;
  margin: 0 auto;
  box-sizing: border-box;
	
}

.login-icon {
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
}

.branding {
    margin: 0;
    text-align: left;
    font-size: 1.6rem;
}

.logo-schlag {
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.02em;
}


.logo-svg {
  height: 60px; /* Perfekte Logo-Höhe */
  width: auto; /* Breite wird automatisch richtig skaliert */
}



.logo-zeit {
    color: #ffb400;
    font-weight: 700;
    margin-left: 2px;
}

@media (max-width: 600px) {
    .branding {
        font-size: 1.3rem;
        margin-left: 0.5rem;
    }
    .logo-schlag,
    .logo-zeit {
        font-size: 1.3rem;
    }
}

.site-intro {
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
    padding: 0rem 0rem;  /* ✅ korrekt gesetzt */
	padding-left: 0.1rem;
	padding-right: 0.1rem;
	padding-top: 0.5rem;  /* ✅ korrekt gesetzt */
    font-family: 'Urbanist', sans-serif;
    text-align: center;
    margin-top: 0rem;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
	max-width: 800px;
	/* die weiteren, untenstehenden sind zum Fixieren des animierten beschreibungsschrift*/
	position: fixed;
    top: 4rem; /* Höhe des Headers */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001; /* über .seitenkopf (der hat 1000) */
    width: 100%;
    max-width: 840px;
	 box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	
	
}

.site-description {
  width: 100%;
  overflow: hidden;
  background-color:;
  color: #2384da;;
  white-space: nowrap;
  position: relative;
  height: 1.5rem;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  
  color: #2384da;
  font-size:1.2rem;
  white-space: nowrap;
  height: 3rem;
  position: relative;

}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 13s linear infinite;
}

.marquee-content span {
  display: inline-block;
  padding-right: 3rem; /* Abstand zwischen den zwei Wiederholungen */
}

@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}





.urteil {
    background: white;
    padding: 1.5rem;
	padding-top:1.3rem;
    margin: 1rem auto;
    max-width: 800px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.container {
    background: white;
    padding: 1.5rem;
    margin: 1rem auto;
    max-width: 800px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.symbolbild {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 5px;
	
    margin-bottom: 1rem;
    display: block;
}

.datum {
    color: #888;
    font-size: 0.75rem;
	font-weight: bold;
    margin-bottom: 0.5rem;
}

.titel, .vorspann, .mehr-link {
    display: block;
    text-decoration: none;
    color: #2c3e50;
    cursor: pointer;
}

.mehr-link {
    
    color: #a6c8ff;
	text-decoration: underline;
    
}


.titel {
  font-size: 1.6rem; /* Smartphones */
  font-weight: bold;
  margin-bottom: 0.6rem;
}

@media (min-width: 600px) {
  .titel {
    font-size: 1.9rem; /* Tablets, kleine Laptops */
  }
}

@media (min-width: 1024px) {
  .titel {
    font-size: 2.4rem; /* Grosse Laptops, Desktops */
  }
}









.vorspann {
    font-style: italic;
    color: #555;
    margin: 0.5rem 0;
	font-size: 1.14rem;
	font-weight:700;
}

.vorspann1 {
    font-style: italic;
    color: #555;
	font-size: 1.14rem;
    margin: 0.5rem 0;
	font-weight:700;
}





.inhalt {
    margin-top: 1rem;
    line-height: 1.6;
	font-size: 1.05rem;
    color: #333;
}

.link-original {
    display: block;
    margin-top: 1.5rem;
    color: #0077cc;
    font-size: 0.85rem;
    text-decoration: underline;
}

















.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 2rem;
  border-radius: 10px;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.modal-content h2 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.share-options a {
  display: inline-block;
  margin: 0.6rem;
  font-size: 1.1rem;
  color: #4a5b6e;
  text-decoration: none;
}

.share-options a:hover {
  color: #a6c8ff;
}

.close {
  float: right;
  font-size: 1.3rem;
  cursor: pointer;
  color: #888;
}









.menu-icon {
  font-size: 2rem;
  padding: 1rem;
  cursor: pointer;
}

.side-menu {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  transition: 0.3s;
  z-index: 2000;
  padding-top: 4rem;
}

.side-menu a {
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 0.9rem;
  color: #222;
  display: block;
  border-bottom: 1px solid #eee;
}

.side-menu a:hover {
  background-color: #f0f4ff;
  color: #3366cc;
}

.close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;        /* ← Sichtbare Farbe */
  z-index: 2100;      /* ← Damit es über allem liegt */
}


#suchfeld {
  max-width: 30vw; /* begrenzt das Feld Suchen auf 80% der Bildschirmbreite */
  box-sizing: border-box; /* verhindert, dass padding die Breite vergrössert */
}


.home-icon {
  display: inline-flex;
  align-items: center;
  color: black;
}

.home-icon:hover {
  color: #000;
}


