.body {
    margin-left: 300px;
    margin-right: 300px;
}

.body-artikel {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.header-rechts {
    padding-left: 100px;
    padding-right: 100px;
}

.header-oben {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.search-icon,
.logo {
    padding-top:20px;
    height: 20px; 
}

.header-mitte {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
    height: 60px;
}

.header-titel {
    font-family: Inter, sans-serif;
    font-size: 29px;
    font-weight: 700;
}

.header-rechts {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    gap: 20px;
}

.header-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #94B45A;
    border-radius: 40px;
    padding: 8px 20px;
    height: auto;
}

ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 60px;
    list-style: none;
}

li {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: #94B45A;
}

.menu-pfeil {
    display: flex;
    flex-direction: row;
}

.menu-pfeil img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}


.dropdown-box {
  position: absolute;
    background-color: white;
  padding: 10px 15px;
  top: 100%;
  left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 5px;
}



.anmelden-header {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
}

hr {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 1px;
  border: none;
  background-color: #94B45A;
}

h1 {
    font-family: Inter, sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #94B45A; /* grün */
    text-align: center;
}

.divider {
    height: 40px;
}

.welcome-text {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: black;
    text-align: center;
}

.kachel-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 70px;
    justify-items: center;
    gap: 40px;
}

.kachel {
    width: 200px;
    border-width: 1px;
    border-style: solid;
    border-color:  #94B45A;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    box-shadow: 7px 5px 10px rgba(148, 180, 90, 0.6);
}

.kachel:hover {
    background-color: rgba(148, 180, 90, 0.5);
}

.kachel-bild {
    width: 40px;
    margin-bottom: 10px;
}

h2 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    color: #94B45A;
    margin-top: 0px;
}

footer {
    background-color: black;
    margin-top: 200px;
}
.footer-titel {
    font-family: Inter, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: white;
    text-align: center;
    padding-top: 40px;
}

.footer-text {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
    text-align: center;
    padding-bottom: 20px;
}

.footer-button {
    display: flex;
    flex-direction: row;
    background-color: white;
    align-items: center;
    width: 200px;
    height: 40px;
    justify-content: center;
    border-radius: 40px;
    margin: 0 auto 100px auto;
}

.button-text {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin: 0;                /* ← das ist wichtig */
    padding: 0;               /* ← optional, aber hilfreich */
    line-height: 1;   
}

.footer-mail {
    width: 30px;
    padding-right: 20px;
}

.footer-hr {
    height: 1px;
    border: none;
    background-color: white;
}

.impressum_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.impressum-icon {
    width: 50px;
}

.impressum {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin-right: 20px;
}



.fineprint {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color:#999999;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 100px
}

.pinned {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 1000px;         /* Feste Breite */
  margin: 0 auto;        /* Zentriert */
  height: 300px;
}

.pinned-image-wrapper {
  position: relative;
}

.pin {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px; /* ggf. anpassen */
  z-index: 1;
}

.beitragsbild {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

.pinned-text h3 {
    font-family: Inter;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.pinned-text p {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

.pinned-text .autor {
  font-size: 12px;
  color: gray;
  margin-top: 20px;
}

.artikel-liste {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1000px;
  margin: 40px auto;
  padding-left: 200px;
}

.artikel {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
}

.artikel-bild {
  width: 200px;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

.text-rechts {
  display: flex;
  flex-direction: column;
}

.text-rechts h3 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.text-rechts p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  margin: 0 0 10px 0;
  line-height: 1.5;
}

.text-rechts .autor {
  font-size: 12px;
  color: gray;
  margin-top: 10px;
}

.master-container {
    display: flex;
    flex-direction: row;
    gap: 100px;
}

.autoren-container {
    width: 500px;
    flex-shrink: 0;
}

.artikel-wrapper {
    flex: 1; /* nimmt restlichen Platz ein */
    max-width: 700px; /* oder wie schmal du es willst */
}

.zuruck-container {
  display: flex;
  align-items: center;       /* vertikal zentrieren */
  height: 40px;              /* feste Höhe für die Box */
  gap: 8px;                  /* Abstand zwischen Pfeil und Text */
  padding-bottom: 20px;          /* etwas horizontale Luft */
}

.zuruck-container p {
  margin: 0;                 /* wichtig: kein Abstand oben/unten */
  line-height: 1;            /* verhindert „hochrutschen“ */
}

.zuruck-pfeil {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
  display: block;
}

h4 {
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: black; /* grün */
    margin-top: 10px;
    margin-bottom: 10px;
}

.artikel-lead {
 font-family: Inter, sans-serif;
  font-size: 15px;
  color: gray;
  margin-top: 20px;
}

.artikel-bild-gross {
    width: 500px;
    height: auto;
    object-fit: cover;
}

.legende {
    font-family: Inter, sans-serif;
    font-size: 10px;
    color: gray;
    margin-top: 10px;
}

p {
      font-family: Inter, sans-serif;
  font-size: 16px;
  margin: 0 0 10px 0;
  line-height: 1.5;
}

h3 {
    font-family: Inter;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.boxentext-container {
    background-color: #f3f1f1;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.box-link {
    color:#94B45A;
    text-decoration: underline;
}

.weiterlesen {
        font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
}

.artikel-liste {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1000px;
  margin: 40px auto;
  padding-left: 200px;

}

.artikel {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
}

.artikel-bild {
  width: 200px;
  height: auto;
  object-fit: cover;
}

.text-rechts {
  display: flex;
  flex-direction: column;
}

.text-rechts h3 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.text-rechts p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  margin: 0 0 10px 0;
  line-height: 1.5;
}

.text-rechts .autor {
  font-size: 12px;
  color: gray;
  margin-top: 10px;
}

.divider-artikel {
    height: 30px;
}

.filter-container p {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: inline;         /* ← ganz wichtig: block → inline */
}

.filter-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  float: right; /* → schiebt das ganze Element nach rechts */
  margin-right: 40px; /* optionaler Abstand zum Rand */
}

.filter-pfeil {
    width: 20px;
    height: 20px;
}

.filter-container:hover p  {
    color: #94B45A;
}


h6 {
    font-family: Inter, sans-serif;
    font-size: 25px;
    font-weight: 700;    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.center-text {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.button-registrieren {
    background-color: #94B45A;
    display: flex;                 /* ← Flexbox aktivieren */
    align-items: center;          /* ← vertikal zentrieren */
    justify-content: center;      /* ← horizontal zentrieren */
    width: 200px;
    height: 50px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.button-registrieren:hover {
    background-color: #acc291; /* dunkleres Grün beim Hover */
}


.button-text-artikel {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color:white;
    margin: 0;                /* ← das ist wichtig */
    padding: 0;               /* ← optional, aber hilfreich */
    line-height: 1;   
}

.einloggen {
    color: #94B45A;
    text-decoration: none;
}

.profilbild {
    width: 60px;
    height: 60px;
}

.datum {
     font-family: Inter, sans-serif;
  font-size: 15px;
  color: gray;
}