
.news-rahmen{
    border: 2px solid blue;
    padding: 10px;
}

.news-image {
    display: block;
    background: rgba(255, 255, 255, 0.3);
	border-radius: var(--border-radius, 4px);
	border: 1px solid var(--border-color, #00000050);
    padding: 0;
    overflow: hidden;
}

.news-image, .image-gallery-item {
    display: block;
    background: rgba(255, 255, 255, 0.3);
	border-radius: var(--border-radius, 4px);
	border: 1px solid var(--border-color, #00000050);
    padding: 0;
    overflow: hidden;
}

.n/ews-image p{
    font-size: 0.85rem;
    padding: 2px 6px 0px 6px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-image p, .image-gallery-item p{
    font-size: 0.85rem;
    padding: 2px 6px 0px 6px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsEntry  ul , .news ul  {
	list-style: circle;
    padding-left: 3rem;
    display: flow-root;
}   


.text-rahmen{
    display: inline-block;
    border: 2px solid red;
    padding: 0;
}

.image-gallery-rahmen {
    display: inline-block;
    border: 2px solid yellow;
    padding: 0;
    d/isplay: none;
}

.bild-text-gallery-rahmen {
    border: 2px solid yellow;
    padding: 0;

}

.newsEntry  ul , .news ul  {
	list-style: circle;
    padding-left: 3rem;
    display: flow-root;
}     

.img-fluid {
    min-width: 100%;
}

.image-gallery .image-gallery-item:nth-child(n+9) {
  display: none;
}

.newsEntry .image-gallery-item img:hover {
    transition: none;
    transform: none;
    cursor: default;
    filter: brightness(1);
}

.news-tag {
    max-width: 70%;
    align-items: center;     
    font-size: 0.85em !important;

    padding: 0.5rem;         
    margin-bottom: 0;
    white-space: nowrap;
    border-radius: var(--bs-border-radius-sm, 4px);
    background: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;      
}



.newsEntry-text  {
    min-height: 60px !important;
}

.news-tag:empty {
    background: none;
    padding: 0;
}

.btn-read-more::after {
    font-family: FontAwesome;
    content: "\f061";
    font-size: 1.0em;
    margin-left: 6px;
    line-height: 1.5em;
    transition: transform 0.2s ease;
}

.btn-pagination {
    border-color: var(--bs-btn-border-color, #00000050);
    background-color: var(--btn-bg);
    color: var(--font-color);
    color: white;
}	

.btn-pagination:hover {
    border-color: #00000050;
    background-color:  var(--bs-btn-hover-bg, #6c757d);
    color: white;
}	

.newsEntry-abstand { /* Anstand zwischen Teaser wenn kein Rahmen */
    height: 15px;
}

/* Button ----------------------------- */ 

