section.newscenter .newscenter-wrapper {
    background: var(--laola1-card-background);
}

section.newscenter .newscenter-wrapper {
    padding: 2em 0 1em;
}

section.newscenter .search-form {
    padding: 10px;
    margin-left: auto;
}

.newscenter-link {
    transition: transform .2s;
}

.newscenter-link:hover {
    background: var(--laola1-card-background2);
    transform: scale(1.01);
}

section.newscenter h1 {
    padding-left: 20px;
    font-style: italic;
    font-weight: 900;
    margin: 0;
}

.newscenter-slider {
    margin: 10px;
}

.newscenter-slider .teaser2 {
    animation: center-slide 0.3s forwards;
    opacity: 0;
}

.newscenter-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.teaser2.text-only {
    overflow: visible;
    margin: 0;
    box-shadow: none;
}

.teaser2.text-only > a {
    padding: 0 1em 0 2em;
    position: relative;
    min-height: 0;
    display: flex;
    flex-direction: row;
}

.teaser2.text-only img.website {
    padding: 12px 0;
    background: var(--laola1-card-background);
    position: relative;
    align-self: flex-start;
    font-size: 12px;
    line-height: 24px;
    width: 16px;
    height: 16px;
    text-align: center;
}

.teaser2.text-only:hover img.website {
    background: var(--laola1-card-background2);
}

.teaser2.text-only > a.contentad {
    width: 100%;
    padding: 1em 0;
}

.teaser2.text-only > a.contentad:after {
    display: none;
}

.teaser2.text-only a:before {
    content: "";
    border-left: 1px dashed var(--laola1-border-color);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2.5em;
}

.teaser2.text-only .teaser2-body {
    display: flex;
    position: static;
    color: var(--laola1-text-color);
    background: transparent;
    text-shadow: none;
    padding: 1em 1em 0.5em;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    font-style: italic;
}

.teaser2.text-only .teaser2-body time {
    white-space: nowrap;
    padding: 0;
    color: var(--laola1-text-secondary);
    display: block;
    margin-right: auto;
    order: 1;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.teaser2.text-only .teaser2-body .comments-count, .teaser2.text-only .teaser2-body .images-count {
    padding-right: 1em;
    margin-left: 1em;
    width: 2em;
    text-align: right;
    font-weight: 600;
}

.teaser2.text-only .teaser2-body .comments-count, .teaser2.text-only .teaser2-body .images-count, .teaser2.text-only .teaser2-body .category {
    color: var(--laola1-text-secondary);
    order: 2;
}

.teaser2.text-only .teaser2-body h1, .teaser2.text-only .teaser2-body h2 {
    order: 3;
    border-bottom: 1px solid var(--laola1-border-color);
    padding-bottom: 1em;
    font-weight: bold;
    font-size: 20px;
}

.teaser2.text-only:hover .teaser2-body time, .teaser2.text-only.hover .teaser2-body time {
    color: var(--laola1-highlight);
}

.teaser2.text-only:hover .ico-l1-color, .teaser2.text-only.hover .ico-l1-color {
    font-size: 18px;
}

@media all and (max-width: 980px) {
    body.dark-mode .teaser2.text-only .teaser2-body:after {
        border-bottom-color: #262832;
    }

    section.newscenter .newscenter-wrapper {
        padding: .5em 0 0;
    }

    section.newscenter > .section-footer {
        padding-right: 10px;
    }

    .teaser2-body.text-only > a {
        padding: 0 0 0 1em;
    }

    .teaser2-body.text-only a:before {
        left: 1.5em;
    }

    .teaser2-body.text-only .teaser2-body:after {
        content: "";
        border-bottom: 1px solid var(--laola1-border-color);
        display: block;
        width: 100%;
        order: 4;
    }

    .teaser2-body.text-only .teaser2-body .badge.plus {
        margin-right: 8px;
        margin-left: auto;
    }

    .teaser2-body.text-only .teaser2-body .badge.plus ~ time {
        width: auto;
    }

    .teaser2-body.text-only .teaser2-body time {
        width: 100%;
    }

    .teaser2-body.text-only .teaser2-body .comments-count, .teaser2-body.text-only .teaser2-body .images-count {
        margin-left: auto;
    }

    .teaser2-body.text-only .teaser2-body .comments-count, .teaser2-body.text-only .teaser2-body .category, .teaser2-body.text-only .teaser2-body .images-count {
        order: 3;
        padding-bottom: 1em;
    }

    .teaser2-body.text-only .teaser2-body h1, .teaser2-body.text-only .teaser2-body h2 {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .teaser2-body.text-only:last-child .teaser2-body {
        padding-bottom: 0;
    }

    .teaser2-body.text-only:last-child .teaser2-body:after {
        display: none;
    }

    .teaser2-body.text-only:last-child .teaser2-body .comments-count, .teaser2-body.text-only:last-child .teaser2-body .category, .teaser2-body.text-only:last-child .teaser2-body .images-count {
        padding-bottom: 0;
    }
}

@keyframes center-slide {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
