/*
Theme Name: zentrumnordwest
Author: admin
Version: 1.0
*/

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

body {
  background-color: #47603d;
  /* background-color: #454645;  */
  color: #000000; /* 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 */
}

footer {
  background-color: white;
}

.weiss {
  color :#fff;
}

h2, h1, .h3{
  font-family: 'Kaisei Opti';
}

.bilderrahmen {
  border: 0.3rem solid white;
  border-radius: 10px;
}
 
 .imgrund {
  border-radius: 9px; 
}

 .imgge {
  border-radius: 9px;
 }

 .topborder {
  border-top: 0.08rem solid rgb(255, 255, 255);
 }

/* Nav-bar ---------------------------------------------------------------*/

.nav li {
  flex-grow: 1;
  text-align: center;
  font-size: 1.1em;
}

.nav a {
  text-decoration: none;
  color: #ffffff;
  font-weight: normal;
}

.nav a:hover {
  font-weight: bold;
}

.nav .current-menu-item > a,
.nav .current_page_item > a {
  background-color: #D3DECF;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1.8em;
  padding-right: 1.8em;
  border-radius: 10px;
  color: #000000;
}

/* Neu: Navbar-Toggler für Bootstrap sichtbar machen */
.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Basisstruktur der 3 Linien */
.custom-toggler {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
}

.toggler-bar {
  height: 3px;
  width: 100%;
  background-color: white;
  transition: all 0.3s ease;
  display: block;
  border-radius: 2px;
  transform-origin: center;
}

/* Aktiver Zustand, wenn das Menü geöffnet ist */
.custom-toggler[aria-expanded="true"] .top-bar {
  transform: rotate(45deg) translate(5px, 5px);
}

.custom-toggler[aria-expanded="true"] .middle-bar {
  opacity: 0;
}

.custom-toggler[aria-expanded="true"] .bottom-bar {
  transform: rotate(-45deg) translate(6px, -6px);
}
.custom-toggler {
  cursor: pointer;
}

/* Optional: zentriere Menüeinträge auch im mobilen Zustand */
@media (max-width: 990px) {
  .nav {
    flex-direction: column;
    align-items: stretch;
  }

 .imgkleiner {
  max-width: 470px;
  margin: auto;
 }
}

/* Startseite ---------------------------------------------------------------*/
.UeberschriftMitSerifen {
  font-family: 'Kaisei Opti';
  font-size: 1.3rem;
  font-weight: bold;
}

.vereinebox {
  background-color: #D3DECF;
  border-radius: 2rem;
  color: black;
  padding: 1rem 2rem 1rem 2rem;
  margin: 1rem;
  box-shadow: 0.7rem 1rem 1.3rem rgba(0, 0, 0, 0.523);
}

.hellgruen {
  background-color: #D3DECF;
  color: black;
}

/* 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;
}

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

  


