.col-nav {
    overflow-x: auto;
}

.beitrag {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgb(240,240,240);
}

.beitrag-ungelesen {
    font-weight: bold;
}

.beitrag-titel {
    font-size: 1.2rem;
}

.beitrag-anreisser {
    /* max-height: 140px; */
    /* overflow-y: hidden; */
    /* position: relative; */
    overflow-y: hidden;
    max-height: 77px;
}

.beitrag-anreisser p:last-of-type {
  margin-bottom: 0;
}


.beitrag-anreisser-mehr {
    display: none;
    
    /*
    position: absolute; 
    bottom: 0; 
    left: 0;
    width: 100%; 
    text-align: center; 
    margin: 0; 
    padding: 50px 0 0 0; 
    color: rgb(255, 117, 3);
    font-size: 2rem;
	background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 30%, rgba(255,255,255,1) 60%);
    */
}

.beitrag-anreisser-erweitert {
    display: none;
}

.mehr-lesen {
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 2rem;
    font-size: 2rem;
}

.beitrag-datum {
    font-size: .7rem;
}

.beitrag-optionen {
    padding-top: 2rem;
    display: flex;
	justify-content: space-between;
}


.btn-kaufen {
    font-size: 1.2rem;
    margin-left: 1rem;
    padding: .095rem .75rem;
    color: #fff;
    background-color: rgb(255, 117, 3);
    border-color: rgb(255, 117, 3);
}

.btn-kaufen:hover {
    background-color: rgba(255, 117, 3, .5);
    color: rgba(0,0,0,.8);
}

.star-active {
    fill: rgb(255, 117, 3);
}

.star-inactive {
    fill: rgb(230, 230, 230);
}

.suche-negativ {
    text-align: center;
    margin-top: 4rem;
}

 .beitrag-pre-info {
     margin-right: .7rem;
     color: rgb(19, 57, 149);
 }

.beitraege-leer {
    text-align: center;
    color: rgb(130,130,130);
}

.beitraege-leer-icon {
    font-size: 15em;
    color: rgb(245,245,245);
    line-height: 1em;
}

.beitraege-leer-text {
    margin-top: -7em;
    margin-bottom: 6em;
}

.bi {
    width: 1em;
    height: 1em;
    vertical-align: -.1em;
}


@media (prefers-color-scheme: dark) {
    #suchen {
        background-color: rgb(65,65,65);
        border-color: rgb(105,105,105);
    }

    .beitrag-anreisser-mehr {
        background-image: linear-gradient(180deg, rgba(19,19,19,0) 0%,rgba(19,19,19,0.8) 30%, rgba(19,19,19,1) 60%);
    }

    .beitraege-leer-icon {
        color: rgb(40,40,40);
    }
}