/* BG´S */
.bg-glass {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.03) 38%, rgba(0, 0, 0, 0.24) 100%);
    backdrop-filter: blur(16px) saturate(145%);
    -webkit-backdrop-filter: blur(16px) saturate(145%);
}

.bg-glass h2 {
    margin-bottom: 2rem;
}

.bg-glass h2,
.bg-glass .teaser-text {
    color: var(--bs-white);
}

.bg-glass .teaser-text {
    font-size: 1.3rem;
}

.bg-glass .teaser-body {
    padding: 2.2rem 1.8rem 2.2rem 1.8rem !important;
}

.bg-glass.teaser-border {
    border: var(--bs-border-width) var(--bs-border-style) rgba(255, 255, 255, 0.55);
}

/* BIG GLASS BTN */

.big .btn.btn-liquid-glass {
    padding: 1.8rem 2.75rem;
    font-size: 1.5rem;
}

.big .btn-group.btn-group-wrap {
    gap: 1rem;
}

@media (max-width:991.98px) {
    .big .btn.btn-liquid-glass {
        padding: 1.5rem 2.3rem;
    }
}

@media (max-width:767.98px) {
    .big .btn.btn-liquid-glass {
        padding: 1rem 2rem;
        font-size: 1.2rem;
    }
}


/* TEASER */

.bg-white.rounded .frame-type-teaser,
.bg-white.rounded .frame-type-teaser .teaser {
    height: 100%;
}

.bg-glass.teaser p {
    font-size: 1.25rem;
}

.teaser-link:hover p {
    color: var(--bs-body-color);
}

.teaser-link:hover i {
    color: var(--bs-mint);
}

/* STARTSEITE FACHBEIRÄTE */

.fb-section {
    background: url(/fileadmin/redaktion/bilder/pool/windraeder/windrad_5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -80px;
    margin-bottom: -40px;
    padding: 15rem 0px;
    position: relative;
}

.fb-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
}


@media (max-width:1399.98px) {
    .fb-section {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 5rem 0px;
    }
}


/* LOGIN */
.frame-type-felogin_login {
    background: var(--bs-white);
    border-radius: var(--bs-border-radius);
    padding: 1.5rem 1.5rem 1.275rem 1.5rem;
}

.login-input input {
    width: 100%;
    background: var(--bs-lightblue);
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    border-radius: 8px;
    padding: 20px 14px 8px;
    font-size: .875rem;
    color: var(--bs-heading-color);
    outline: none;
    transition: border-color .3s, background .3s, box-shadow .3s;
}

.login-input input::placeholder {
    color: transparent;
}

/* PUBLIKATIONEN DETAIL */

.news-single .article .nlsl .headline {
    margin-top: 4rem;
    margin-bottom: 3rem;
    padding-left: calc(7% + 24px);
}

.news-single .article .nlsl .headline h1,
.news-single .article .nlsl .headline small,
.news-single .article .nlsl .headline time {
    color: var(--bs-primary);
    font-weight: 600;
}

.news-single .article .nlsl .heading-date .fa-clock {
    color: var(--bs-mint);
}

.news-single .article .nlsl .content {
    display: grid;
    grid-template-columns: repeat(12, calc(8.3333% - 6.875px));
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
    margin-top: 2rem;
    align-items: start;
}

.news-single .article .nlsl .content .main {
    grid-column: 1 / 9;
}

.news-single .article .nlsl .content .bodytext {
    background: var(--bs-white);
    padding: 2rem 1.3rem;
    border-radius: var(--bs-border-radius);
}

.news-single .article .nlsl .content .author-details {
    grid-column: 10 / 13;
}

.news-single .nlsl .author {
    margin-bottom: 2rem;
}

.news-single .nlsl .author-infos {
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 20px 20px 10px 20px;
}

.news-single .nlsl .author-socials {
    background: var(--bs-primary);
    padding: 10px 20px 20px 20px;
    display: flex;
    gap: 0.5rem;
}

.news-single .nlsl .author-infos .author-name {
    font-size: 1.225rem;
}

.news-single .nlsl .author-infos .author-company,
.news-single .nlsl .author-infos .author-position {
    font-size: 1rem;
}

.news-single .nlsl .author-infos .author-company,
.news-single .nlsl .author-infos .author-position {
    font-size: 1rem;
}

@media (max-width: 1649.98px) {
    .news-single .article .nlsl .content .main {
        grid-column: 1 / 8;
    }

    .news-single .article .nlsl .content .author-details {
        grid-column: 9 / 13;
    }
}

@media (max-width: 1199.98px) {
    .news-single .article .nlsl .content .main {
        grid-column: 1 / 7;
    }

    .news-single .article .nlsl .content .author-details {
        grid-column: 8 / 13;
    }

    .news-single .article .nlsl .content .btn {
        grid-column: 1 / 3;
    }
}

@media (max-width: 991.98px) {
    .news-single .article .nlsl .headline {
        margin-top: 1rem;
        padding-left: 0;
    }

    .news-single .article .nlsl .content {
        margin-top: 1rem;
    }

    .news-single .article .nlsl .content .main {
        grid-column: 1 / 13;
    }

    .news-single .article .nlsl .content .author-details {
        grid-column: 1 / 14;
    }

    .news-single .nlsl .author-details {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7.5px;
        margin-top: 2rem;
        align-items: start;
    }

    .news-single .nlsl .author {
        grid-column: auto;
        margin-bottom: 0;
    }

    .news-single .nlsl .additional-content {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .news-single .article .nlsl .heading-date {
        gap: 0.2rem;
    }

    .news-single .article .nlsl .heading-date .fa-minus {
        font-size: 0.7rem;
    }

    .news-single .author {
        grid-column: 1 / 13;
    }

    .news-single .nlsl .author-details {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin-top: 1rem;
        align-items: start;
    }

    .news-single .nlsl .author-details .author {
        margin-top: 1rem;
    }

    .news-single .nlsl .author-details .author:last-child {
        margin-bottom: 2rem;
    }
}

@media (max-width: 575.98px) {
    .news-single .nlsl .additional-content {
        grid-column: 1 / 13;
    }

    .news-single .article .nlsl .content .btn {
        grid-column: 1 / 4;
    }
}

/* PRESSEMITTEILUNGEN DETAIL */

.news-single .article .plsl .headline {
    margin-top: 4rem;
    margin-bottom: 3rem;
    padding-left: calc(7% + 24px);
}

.news-single .article .plsl .headline h1,
.news-single .article .plsl .headline small,
.news-single .article .plsl .headline time {
    color: var(--bs-primary);
    font-weight: 600;
}

.news-single .article .plsl .heading-date .fa-clock {
    color: var(--bs-mint);
}

.news-single .article .plsl .content {
    display: grid;
    grid-template-columns: repeat(12, calc(8.3333% - 6.875px));
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
    margin-top: 2rem;
    align-items: start;
}

.news-single .article .plsl .content .main {
    grid-column: 1 / 9;
}

.news-single .article .plsl .content .bodytext {
    background: var(--bs-white);
    padding: 2rem 1.3rem;
    border-radius: var(--bs-border-radius);
}

.news-single .article .plsl .content .author-details {
    grid-column: 10 / 13;
}

.news-single .plsl .author {
    margin-bottom: 2rem;
}

.news-single .plsl .author-infos {
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 20px 20px 10px 20px;
}

.news-single .plsl .author-socials {
    background: var(--bs-primary);
    padding: 10px 20px 20px 20px;
    display: flex;
    gap: 0.5rem;
}

.news-single .plsl .author-infos .author-name {
    font-size: 1.225rem;
}

.news-single .plsl .author-infos .author-company,
.news-single .plsl .author-infos .author-position {
    font-size: 1rem;
}

.news-single .plsl .author-infos .author-company,
.news-single .plsl .author-infos .author-position {
    font-size: 1rem;
}

@media (max-width: 1649.98px) {
    .news-single .article .plsl .content .main {
        grid-column: 1 / 8;
    }

    .news-single .article .plsl .content .author-details {
        grid-column: 9 / 13;
    }
}

@media (max-width: 1199.98px) {
    .news-single .article .plsl .content .main {
        grid-column: 1 / 7;
    }

    .news-single .article .plsl .content .author-details {
        grid-column: 8 / 13;
    }

    .news-single .article .plsl .content .btn {
        grid-column: 1 / 3;
    }
}

@media (max-width: 991.98px) {
    .news-single .article .plsl .headline {
        margin-top: 1rem;
        padding-left: 0;
    }

    .news-single .article .plsl .content {
        margin-top: 1rem;
    }

    .news-single .article .plsl .content .main {
        grid-column: 1 / 13;
    }

    .news-single .article .plsl .content .author-details {
        grid-column: 1 / 14;
    }

    .news-single .plsl .author-details {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7.5px;
        margin-top: 2rem;
        align-items: start;
    }

    .news-single .plsl .author {
        grid-column: auto;
        margin-bottom: 0;
    }

    .news-single .plsl .additional-content {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .news-single .article .plsl .heading-date {
        gap: 0.2rem;
    }

    .news-single .article .plsl .heading-date .fa-minus {
        font-size: 0.7rem;
    }

    .news-single .author {
        grid-column: 1 / 13;
    }

    .news-single .plsl .author-details {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin-top: 1rem;
        align-items: start;
    }

    .news-single .plsl .author-details .author {
        margin-top: 1rem;
    }

    .news-single .plsl .author-details .author:last-child {
        margin-bottom: 2rem;
    }
}

@media (max-width: 575.98px) {
    .news-single .plsl .additional-content {
        grid-column: 1 / 13;
    }

    .news-single .article .plsl .content .btn {
        grid-column: 1 / 4;
    }
}

/* SHARIF SOCIAL MEDIA BTNS */

.shariff ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.shariff-button.whatsapp {
    background: #5BBE49;
}

.shariff-button.whatsapp::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #6cc95c;
    clip-path: polygon(var(--skew-cut) 0, 100% 0, calc(100% - var(--skew-cut)) 100%, 0 100%);
    transform: translateX(-101%);
    transition: transform var(--slide-duration) ease;
    z-index: -1;
}

.shariff-button.whatsapp:hover::before,
.shariff-button.whatsapp:focus-visible::before {
    transform: translateX(0);
}

.shariff-button.facebook {
    background: #3B5999;
}

.shariff-button.facebook::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #3d62b3;
    clip-path: polygon(var(--skew-cut) 0, 100% 0, calc(100% - var(--skew-cut)) 100%, 0 100%);
    transform: translateX(-101%);
    transition: transform var(--slide-duration) ease;
    z-index: -1;
}

.shariff-button.facebook:hover::before,
.shariff-button.facebook:focus-visible::before {
    transform: translateX(0);
}

.shariff-button.linkedin {
    background: #0077B4;
}

.shariff-button.linkedin::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #006fa7;
    clip-path: polygon(var(--skew-cut) 0, 100% 0, calc(100% - var(--skew-cut)) 100%, 0 100%);
    transform: translateX(-101%);
    transition: transform var(--slide-duration) ease;
    z-index: -1;
}

.shariff-button.linkedin:hover::before,
.shariff-button.linkedin:focus-visible::before {
    transform: translateX(0);
}

.shariff-button.xing {
    background: #116567;
}

.shariff-button.xing::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #148183;
    clip-path: polygon(var(--skew-cut) 0, 100% 0, calc(100% - var(--skew-cut)) 100%, 0 100%);
    transform: translateX(-101%);
    transition: transform var(--slide-duration) ease;
    z-index: -1;
}

.shariff-button.xing:hover::before,
.shariff-button.xing:focus-visible::before {
    transform: translateX(0);
}

.shariff-button.mail {
    background: #101E46;
}

.shariff-button.mail::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--bs-secondary);
    clip-path: polygon(var(--skew-cut) 0, 100% 0, calc(100% - var(--skew-cut)) 100%, 0 100%);
    transform: translateX(-101%);
    transition: transform var(--slide-duration) ease;
    z-index: -1;
}

.shariff-button.mail:hover::before,
.shariff-button.mail:focus-visible::before {
    transform: translateX(0);
}

.shariff-button.mail:hover a,
.shariff-button.mail:focus-visible a {
    color: var(--bs-primary) !important;
}

.shariff-button.twitter {
    background: #000;
}

.shariff-button.twitter::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--bs-secondary-color);
    clip-path: polygon(var(--skew-cut) 0, 100% 0, calc(100% - var(--skew-cut)) 100%, 0 100%);
    transform: translateX(-101%);
    transition: transform var(--slide-duration) ease;
    z-index: -1;
}

.shariff-button.twitter:hover::before,
.shariff-button.twitter:focus-visible::before {
    transform: translateX(0);
}

.shariff-button {
    --slide-duration: 0.275s;
    --skew-cut: 10px;
    position: relative;
    padding: .7rem 1.5rem;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;
    line-height: 1;
    color: var(--bs-white) !important;
    clip-path: polygon(var(--skew-cut) 0, 100% 0, calc(100% - var(--skew-cut)) 100%, 0 100%);
    transition: color var(--slide-duration) ease;
}

.shariff-button a {
    font-size: 1em;
    color: var(--bs-white) !important;
    flex-direction: row-reverse;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

.shariff-button a .fab {
    font-size: 1.2rem;
}

.shariff-button .share_count {
    display: none;
}

/* topnewscategory */

.plsl-topnewscategory .plsl-news-list-item,
.nlsl-topnewscategory .nlsl-news-list-item {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, calc(8.3333% - 6.875px));
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
    align-items: start;
}

.plsl-topnewscategory .plsl-news-list-item .plsl-header,
.nlsl-topnewscategory .nlsl-news-list-item .nlsl-header {
    margin-bottom: 1rem;
}

.plsl-topnewscategory .plsl-news-list-item .plsl-cat,
.nlsl-topnewscategory .nlsl-news-list-item .nlsl-cat {
    color: var(--bs-white);
}

.plsl-topnewscategory .plsl-news-list-item .h3,
.nlsl-topnewscategory .nlsl-news-list-item .h3 {
    color: var(--bs-white);
    line-height: 1.35;
}

.plsl-topnewscategory .plsl-news-list-item .plsl-image,
.nlsl-topnewscategory .nlsl-news-list-item .nlsl-image {
    grid-column: 1 / 13;
}

.plsl-topnewscategory .plsl-news-list-item .plsl-date,
.nlsl-topnewscategory .nlsl-news-list-item .nlsl-date {
    margin-bottom: 1rem;
}

.plsl-topnewscategory .plsl-news-list-item .plsl-body,
.nlsl-topnewscategory .nlsl-news-list-item .nlsl-body {
    position: absolute;
    bottom: 5rem;
    border-radius: 0.675rem;
    grid-column: 7 / 12;
    padding: 34px 34px 36px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    color: var(--bs-white);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.03) 38%, rgba(0, 0, 0, 0.20) 100%);
    backdrop-filter: blur(16px) saturate(145%);
    -webkit-backdrop-filter: blur(16px) saturate(145%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.20);
}

.plsl-topnewscategory .plsl-footer,
.nlsl-topnewscategory .nlsl-footer {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    position: relative;
}

.plsl-topnewscategory .pass-info,
.nlsl-topnewscategory .pass-info {
    will-change: clip-path, transform, opacity;
    position: absolute;
    inset: 0;
    clip-path: inset(100% 0 0 0);
    transform: translateY(16px);
    opacity: 1;
}

@media (max-width: 1399.98px) {

    .plsl-topnewscategory .plsl-news-list-item .plsl-body,
    .nlsl-topnewscategory .nlsl-news-list-item .nlsl-body {
        grid-column: 6 / 12;
        bottom: 2rem;
    }
}

@media (max-width: 1199.98px) {

    .plsl-topnewscategory .plsl-news-list-item .plsl-body,
    .nlsl-topnewscategory .nlsl-news-list-item .nlsl-body {
        grid-column: 2 / 12;
    }
}

@media (max-width: 991.98px) {

    .plsl-topnewscategory .plsl-news-list-item,
    .nlsl-topnewscategory .nlsl-news-list-item {
        row-gap: 0;
    }

    .plsl-topnewscategory .plsl-news-list-item .img-fluid,
    .nlsl-topnewscategory .nlsl-news-list-item .img-fluid {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .plsl-topnewscategory .plsl-news-list-item .plsl-body,
    .nlsl-topnewscategory .nlsl-news-list-item .nlsl-body {
        padding: 1.5rem 1.5rem 1.275rem 1.5rem;
        position: inherit;
        bottom: inherit;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        grid-column: 1 / 13;
        background: var(--bs-primary);
    }
}