.latest-category-posts-container, .chronologie-container {
	display: flex;
	gap: 20px;
	flex-wrap: nowrap;
}

.single-post-box {
	flex: 0 0 29%;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	padding: 15px;
	border-radius: 6px;
	background: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	margin-bottom: 2em;
}
.cf-chronologie {
	list-style: none;
	padding: 0;
	margin: 5px 0 15px !important;
	font-size: 0.9em;
	color: #555;
	display: block;
	/* flex-wrap: wrap;
	gap: 10px; */
	
}

/* .cf-chronologie li {
	margin: 0;
} */

.cf-chronologie li a {
	/* color: #92a76e; */
	text-decoration: none;
}

.cf-chronologie li a:hover,
.cf-chronologie li a:focus {
	text-decoration: underline;
}
.opp-chrono__bottom{
	color: var(--text-color);
}
.lcp-post-thumbnail {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 4px;
}

.single-post-box h3 {
	margin: 10px 0 5px;
	font-size: 1.2em;
}

.single-post-box h3 a {
	text-decoration: none;
	color: #333;
}

.single-post-box time {
	font-size: 0.85em;
	color: #666;
}

.single-post-box p {
	margin-top: 10px;
	color: #555;
	flex-grow: 1;
}

.lcp-readmore-container {
	text-align: right;
	margin-top: 15px;
}

.lcp-readmore-button {
	background-color: #92a76e;
	color: #fff;
	padding: 8px 14px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
	display: inline-block;
}

.lcp-readmore-button:hover,
.lcp-readmore-button:focus {
	background-color: #7a8a56;
	outline: none;
}

/* Fokus sichtbar machen für Barrierefreiheit */
.lcp-readmore-button:focus {
	outline: 3px solid #92a76e;
	outline-offset: 2px;
}

/* Responsive: Bei schmalen Bildschirmen untereinander */
@media (max-width: 768px) {
	.latest-category-posts-container {
		flex-wrap: wrap;
	}
	.single-post-box {
		flex: 0 0 95%;
		margin-bottom: 20px;
		height: auto;
	}
}
/* ===============================================
* NEU
*================================================*/
/* Grid-Container: 3 Spalten, responsive */
  .opp-chrono .opp-postcard__media {
  position: relative;
  width: 100%;
  height:auto;
  padding-top: 25px;
  padding-bottom: 25px;
  }
  
  .opp-chrono .opp-postcard__media img {
	position: relative;
	object-fit: cover;
	object-position: top center;
	/* min-width: 100%;
	min-height: 100%; */
	display: block;
  }
  
  .opp-chrono .opp-chrono__bottom p{
	color: var(--opp-text) !important;
  }
  
  .opp-postcard__media img {
	position: absolute;
	inset: 0;
	top: 0px;
	left: 0px;
	display: block;
	object-fit: cover;
	object-position: top center;
	top: 10px !important;
	left: 10px !important;
	width: calc(100% - 20px ) !important;
	height: calc(100% - 10px) !important;
  }
  .btn-pad{
	  padding: 1rem 1rem 3rem 1rem;
  }
  .opp-chrono__top {
	padding: 1rem !important;
  }
  .all-cat{
	 width: 100%;
	 text-align: center;
	 margin: 25px auto 50px;
  }
  .all-chronik{
	  width: 100%;
	   text-align: center;
	   margin: 25px auto 50px;
  }

/* =====================================================
   Weiterführende Links
===================================================== */

.opp-section .opp-archive-link-row {
    margin: 64px 0 80px;
    text-align: center;
}

.opp-section .opp-archive-link {
    display: inline-flex;
    align-items: center;
    gap: 18px;

    color: var(--opp-lila) !important;

    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .02em;

    text-decoration: none !important;

    transition:
        color .25s ease,
        background-size .25s ease;
}

.opp-section .opp-archive-link::before {
    content: "";
    width: 64px;
    height: 2px;
    background: currentColor;
    flex: 0 0 auto;
    transition: width .25s ease;
	display: none;
}

.opp-section .opp-archive-link::after {
    content: "→";

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    border-radius: 50%;
    background: var(--opp-lila);
    color: #fff;

    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;

    flex: 0 0 auto;

    transition:
        transform .25s ease,
        background-color .25s ease;
}

.opp-section .opp-archive-link:hover,
.opp-section .opp-archive-link:focus {
    color: #000 !important;
    background-size: calc(100% - 102px) 3px;
}

.opp-section .opp-archive-link:hover::before,
.opp-section .opp-archive-link:focus::before {
    width: 72px;
}

.opp-section .opp-archive-link:hover::after,
.opp-section .opp-archive-link:focus::after {
    transform: translateX(3px);
    background: #000;
}

.opp-section .opp-archive-link:focus-visible {
    outline: 3px solid #000;
    outline-offset: 8px;
    border-radius: 4px;
}

.opp-section .opp-archive-link span {
    position: relative;
}

.opp-section .opp-archive-link span::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -4px;

    width: 100%;
    height: 2px;

    background: currentColor;

    transition:
        height .25s ease,
        background-color .25s ease;
}

.opp-section .opp-archive-link:hover span::after,
.opp-section .opp-archive-link:focus span::after {
    height: 3px;
}
/*
=========================================
Excerpt / Summary Darstellung
=========================================
*/
.opp-postcard_tex{
	margin:0.5em 0 !important;
}