.gasteintrag-items-container{
    display: flex;
    overflow-x:auto;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom:40px;
    gap: 25px;
    &::-webkit-scrollbar {
        display: none; /* For Webkit browsers, use display: none */
    }
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  
}


.gasteintrag-item{
    margin: 5px;
    max-width: 300px;
    flex-shrink: 0;
}

.gasteintrag-item >h3{
    margin-bottom: 20px;
    font-weight: bold;
}

  .acf-form-submit > .acf-button {
        border-radius: 8px;
        padding: 10px;
        background: #003153;
        text-decoration: none;
        color: white;
        margin-top: 20px;
    }

.read-more-button {
        border-radius: 8px;
        padding: 10px;
        background: #003153;
        text-decoration: none;
        color: white;
        margin-top: 20px; /* Aligns button to the start within flex column */
    }

 .acf-form-submit > .acf-button {
        border-radius: 8px;
        padding: 10px;
        background: #003153;
        text-decoration: none;
        color: white;
        margin-top: 20px;
        font-size: 18px;
        font-family: "PT Sans", sans-serif;  
    }

.gasteintrag-navigation{
    display:flex;
    width:100%;
    align-items: flex-end;
    justify-content: flex-end;
}
@media (max-width:425px) {
    .gasteintrag-navigation{
        display:none;
    }
}

.gasteintrag-right.inactive,.gasteintrag-left.inactive{
    opacity:0.5;
}


.gasteintrag-right,.gasteintrag-left{
    font-size: 27px;
}
