/*
Theme Name: Zentrum Leipzig
Author: admin
Version: 1.0
*/

* {
  margin: 0;
  padding: 0;
  line-height: 1.5; /* gucken !!!!*/
  hyphens: auto;
}

body {
  background-color: #FFF7EC; 
  color: #222; /* Standard-Textfarbe */
  font-family: 'Inter', sans-serif;
  font-family: Trebuchet MS, Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%; /* entspricht 16px */
}

header {
  background-color: #EDD6B5;
}
footer {
  background-color: white;
}
 h2 {
  font-family: 'Kaisei Opti';
 }

/* Nav-bar ---------------------------------------------------------------*/
.logo-title { /*Zentrum Leipzig*/
  font-family: 'Kaisei Opti';
  font-size: 2em;
}
.nav {
  list-style: none;
}
.nav li {
  display: inline-block;
  margin-left: 20px;
  font-family: 'Kaisei Opti';
  font-size: 1.1em;
}
.nav a {
  text-decoration: none;
  color: #000000;
  font-weight: normal;
}
.nav a:hover {
  font-weight: bold;
}
.nav .current-menu-item > a,
.nav .current_page_item > a {
  font-weight: bold;
  text-decoration: underline;
}



/* Startseite ---------------------------------------------------------------*/
.UeberschriftMitSerifen {
  font-family: 'Kaisei Opti';
}

.Startbild {
  display: block;
  margin: auto;
}



/* irgendwelche Boxen ------------------------------------------------*/

.infobox {
  background-color: #fff;
  border-radius: 12px;
  padding: 2rem;
  margin: 1rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden; /* wichtig für runde Ecken beim Bild */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.infoboxUnten {
  max-width: 80%;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  margin: 1rem auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden; /* wichtig für runde Ecken beim Bild */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inforahmen {
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 2rem;
  margin: 1rem;
  overflow: hidden; /* wichtig für runde Ecken beim Bild */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}




.quelle {
    font-size: 0.85rem;      /* kleiner als normaler Text */
    color: #666;             /* helleres Grau */
    line-height: 1.4;
    font-style: italic;      /* optional: kursiv */
    margin-left: 1em;
  }
  


