/* _content/TAG24SE/Components/ArticleComponents/ArticleCard.razor.rz.scp.css */
.article-tile[b-xcwi99am0p] {
    display: block;
    margin: 5px;
    overflow: hidden;
    position: relative !important;
    width: calc(100% - 10px) !important
}

.article-tile__inner[b-xcwi99am0p] {
    background: transparent 50% no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.article-tile__article[b-xcwi99am0p],
.article-tile__link[b-xcwi99am0p] {
    display: block;
    height: 100%
}

.article-tile__img[b-xcwi99am0p] {
    display: inline;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    overflow: hidden;
    width: 100%
}

.article-tile__headline[b-xcwi99am0p] {
    bottom: 4px;
    color: #e30613;
    font-size: calc(1.7rem + .5vw);
    font-weight: 700;
    left: 4px;
    line-height: 1.33;
    margin: 0;
    padding: 0 .4em;
    position: absolute;
    text-transform: uppercase;
    transition: all .3s linear;
    width: calc(65% - 4px)
}

    .article-tile__headline span[b-xcwi99am0p] {
        background: #fff;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
        box-shadow: .45em 0 0 #fff, -.45em 0 0 #fff
    }

.article-tile.collapsed[b-xcwi99am0p] {
    max-height: 0
}

.article-tile.expand[b-xcwi99am0p] {
    animation-duration: .25s;
    animation-name: tilesHeight-b-xcwi99am0p
}

@keyframes tilesHeight-b-xcwi99am0p {
    0% {
        max-height: 0
    }

    to {
        max-height: 500px
    }
}

.article-tile[b-xcwi99am0p]:before {
    content: "";
    display: block;
    margin-top: 5px;
    padding-top: 62%
}

.article-tile[b-xcwi99am0p]:after {
    border: 5px solid #fff;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: border .3s linear;
    width: 100%
}

@media only screen and (min-width:650px) and (max-width:949.9px) {
    .article-tile[b-xcwi99am0p] {
        width: calc(50% - 10px) !important
    }
        .article-tile__headline[b-xcwi99am0p] {
            font-size: calc(1.7rem + .25vw)
        }
}

@media only screen and (min-width:950px) and (max-width:1249.9px) {
    .article-tile[b-xcwi99am0p] {
        width: calc(33.33333% - 10px) !important
    }
        .article-tile__headline[b-xcwi99am0p] {
            font-size: calc(1.7rem + .16667vw)
        }
}

@media only screen and (min-width:1250px) {
    .article-tile[b-xcwi99am0p] {
        width: calc(25% - 10px) !important
    }

        .article-tile__headline[b-xcwi99am0p] {
            font-size: calc(1.7rem + .125vw)
        }
}



@media only screen and (min-width:1250px), only screen and (min-width:950px) and (max-width:1249.9px) {
    .article-tile:hover .article-tile__headline[b-xcwi99am0p]
    {
        bottom: 9px;
        left: 9px
    }

    .article-tile:hover[b-xcwi99am0p]:after {
        border-width: 10px
    }
}


.article-tile__badge--top-left[b-xcwi99am0p] {
    left: 4px;
    top: 4px;
}

.article-tile .views[b-xcwi99am0p], .article-tile__badge[b-xcwi99am0p] {
    background: #fff;
    color: #888;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 4px 5px;
    pointer-events: none;
    position: absolute;
    text-transform: uppercase;
    transition: all .3s linear;
}
/* _content/TAG24SE/Components/ArticleComponents/ArticleHeader.razor.rz.scp.css */
.article-header-wrapper[b-q0ewwxsssk]{
    align-content: center;
    align-items: center;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.social-bar[b-q0ewwxsssk] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.btn--social[b-q0ewwxsssk], .btn--social-new[b-q0ewwxsssk], .btn--social-new:hover[b-q0ewwxsssk], .btn--social:hover[b-q0ewwxsssk] {
    border-radius: 1rem;
    color: #fff;
    height: 4rem;
    min-width: 4rem;
    padding: 0 1rem 0 3rem;
    position: relative;
    text-decoration: none;
    width: 4rem;
}
.social-bar__item[b-q0ewwxsssk] {
    margin-right: .5rem;
    font-size: 2.8rem;

}
.btn--social-new[b-q0ewwxsssk], .btn--social-new:hover[b-q0ewwxsssk] {
    background: 0 0;
    color: #888;
    font-size: 2.8rem;
    padding: 0;
}
.btn--social-new.btn--link[b-q0ewwxsssk], .btn--social-new.btn--mail[b-q0ewwxsssk], .btn--social-new.btn--share[b-q0ewwxsssk] {
    font-size: 2.4rem;
}

.btn--social-new.btn--facebook[b-q0ewwxsssk] {
    color: #1877f2;
    align-content:center;
}
.btn--social-new.btn--facebook:hover[b-q0ewwxsssk] {
    color: rgba(24, 119, 242, .7);
}
.btn--social-new.btn--twitter[b-q0ewwxsssk] {
    color: #000;
    font-size: 3rem;
}
.social-bar--new .social-bar__item:last-of-type[b-q0ewwxsssk] {
    margin-right: 0;
}
.btn--social-no-padding[b-q0ewwxsssk], .btn--social-no-padding:hover[b-q0ewwxsssk] {
    padding: 0;
}
.btn--social-new:hover[b-q0ewwxsssk] {
    color: hsla(0, 0%, 53%, .7);
}
.article__header-btn[b-q0ewwxsssk]{
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    align-content: center;
}
.header-close-btn[b-q0ewwxsssk]{
    border-radius:50%;
    -webkit-appearance: button;
    overflow:visible;
    padding: 0;
    color: #888;
    font-size: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    width: 2.2rem;
}
/* _content/TAG24SE/Components/ArticleComponents/Breadcrumbs.razor.rz.scp.css */
.breadcrumbs-nav[b-916nsjgip8] {
    -ms-overflow-style: none;
    display: flex;
    margin: 0;
    overflow: auto;
    padding: 0 .2rem;
    position: relative;
    width: 100%;
    scrollbar-width: none;
}

.breadcrumbs[b-916nsjgip8] {
    align-items: center;
    color: #888;
    display: inline-flex;
    flex-wrap: nowrap;
    font-size: 1.4rem;
    font-weight: 700;
    list-style-type: none;
    margin: .5rem auto 1rem;
    padding: .5rem 0;
    scrollbar-width: thin;
    text-align: center;
    text-transform: uppercase;
}



.breadcrumbs__item:not(:last-child)[b-916nsjgip8] {
    padding-right: .3rem;
}

.article ol li[b-916nsjgip8], .article ul li[b-916nsjgip8] {
    margin-bottom: .8rem;
}

.breadcrumbs__item[b-916nsjgip8] {
    display: flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
}

.breadcrumbs__link[b-916nsjgip8] {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

.article .breadcrumbs__link.breadcrumbs__link--active[b-916nsjgip8] {
    color: #888;
}

.breadcrumbs__link.breadcrumbs__link--active[b-916nsjgip8] {
    color: #e30613;
}

.breadcrumbs__item:not(:last-child)[b-916nsjgip8]:after {
    color: #888;
    content: "|";
    font-weight: 400;
    padding-left: .3rem;
}

@media only screen and (min-width: 650px) {
    .breadcrumbs-nav[b-916nsjgip8] {
        justify-content: start;
    }
    .breadcrumbs[b-916nsjgip8] {
        margin: .5rem 0 1rem;
        text-align: left;
    }
}
/* _content/TAG24SE/Components/ArticleComponents/ContentElements/AdContentComponent.razor.rz.scp.css */

.article__ad[b-eg2bq2apig] {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(51,51,51,.3),0 1px 3px 1px rgba(51,51,51,.15);
    margin: 1.6rem 0;
    padding: 12px 8px;
    text-align: center
}

.article__ad__inner-wrapper[b-eg2bq2apig] {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    margin: auto
}

.article__ad__image-wrapper[b-eg2bq2apig] {
    border-radius: 4px;
    margin: auto;
    width: 272px
}

    .article__ad__image-wrapper img[b-eg2bq2apig] {
        border: 1px solid #d8d8d8;
        border-radius: 4px;
        box-shadow: 0 0 16px 0 rgba(51,51,51,.08)
    }

.article__ad__details[b-eg2bq2apig] {
    box-sizing: border-box;
    display: block;
    margin: auto
}

.article__ad__title[b-eg2bq2apig] {
    color: #e30613;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 16px
}

.article__ad__deal-text[b-eg2bq2apig] {
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 16px
}


.button--success:hover[b-eg2bq2apig] {
    background: #117300;
    border-color: #117300;
    color: #fff;
}

.button--success[b-eg2bq2apig] {
    background: #138200;
    border: 1.5px solid #138200;
    color: #fff;
    font-weight: 600;
}

.article__ad .button[b-eg2bq2apig] {
    font-size: 14px;
    padding: 10px 24px 10px 16px
}

    .article__ad .button i[b-eg2bq2apig] {
        font-size: 18px;
        margin-right: 8px
    }

.icon-open_in_new[b-eg2bq2apig]:before {
    font-family:'svgtofont';
    content: "\ea3e";
}

@media only screen and (min-width: 650px) {
    .article__ad[b-eg2bq2apig] {
        text-align: left
    }

    .article__ad__inner-wrapper[b-eg2bq2apig] {
        grid-template-columns: 224px 2fr;
        width: fit-content
    }

    .article__ad__image-wrapper[b-eg2bq2apig] {
        width: 224px
    }

    .article__ad__details[b-eg2bq2apig] {
        margin: 0;
        padding: 16px 0;
        text-align: center
    }
}
/* _content/TAG24SE/Components/ArticleComponents/ContentElements/AdTemporaryComponent.razor.rz.scp.css */

.article__ad--temporary[b-aqf3f87zu4] {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(51, 51, 51, .3), 0 1px 3px 1px rgba(51, 51, 51, .15);
    gap: 16px;
    margin: 1.6rem 0;
    padding: 12px 8px;
    width: 100%;
}

.article__ad--temporary__image-wrapper[b-aqf3f87zu4] {
    border-radius: 4px;
    margin: auto;
}


.article__ad--temporary__image-wrapper img[b-aqf3f87zu4] {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-shadow: 0 0 16px 0 rgba(51, 51, 51, .08);
    margin-bottom: 8px;
}


.article__ad--temporary__details[b-aqf3f87zu4] {
    box-sizing: border-box;
    display: block;
    width: 100%;
}



.article__ad--temporary__title[b-aqf3f87zu4] {
    color: #e30613;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
}
.article__ad--temporary__badge[b-aqf3f87zu4] {
    background: #fcebec;
    border-radius: 8px;
    color: #e30613;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    padding: 6px 12px;
    text-align: center;
    width: fit-content;
}
.article__ad--temporary__price-details[b-aqf3f87zu4] {
    align-items: center;
    display: flex;
    margin-bottom: 8px;
}
.article__ad--temporary__more-info[b-aqf3f87zu4] {
    color: #6e6e6e;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin-bottom: 8px;
}

.article__ad--temporary .button[b-aqf3f87zu4] {
    font-size: 14px;
    padding: 10px 24px 10px 16px;
}



.article__ad--temporary__deal-text[b-aqf3f87zu4] {
    font-size: 28px;
    font-weight: 700;
    line-height: 44px;
}
.article__ad--temporary__percentage[b-aqf3f87zu4] {
    color: #e30613;
    font-size: 23px;
    line-height: 31px;
    margin-right: 16px;
}

.article__ad--temporary__price-details[b-aqf3f87zu4] {
    align-items: center;
    display: flex;
    margin-bottom: 8px;
}


.button--success:hover[b-aqf3f87zu4] {
    background: #117300;
    border-color: #117300;
    color: #fff;
}

.button--success[b-aqf3f87zu4] {
    background: #138200;
    border: 1.5px solid #138200;
    color: #fff;
    font-weight: 600;
}


@media only screen and (min-width: 768px) {
    .article__ad--temporary__details[b-aqf3f87zu4] {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
    }
    .article__ad--temporary__title[b-aqf3f87zu4] {
        font-size: 23px;
    }
    .article__ad--temporary__deal-text[b-aqf3f87zu4] {
        font-size: 32px;
    }
    .article__ad--temporary__image-wrapper img[b-aqf3f87zu4] {
        margin: 0;
        max-width: none;
        width: 388px;
    }
    .article__ad--temporary__image-wrapper[b-aqf3f87zu4] {
        margin: 0;
        width: fit-content;
    }
    .article__ad--temporary[b-aqf3f87zu4] {
        display: flex;
        text-align: left;
    }
}

/* _content/TAG24SE/Components/ArticleComponents/ContentElements/AffiliateBoxContent.razor.rz.scp.css */
.affiliate-box[b-jxy1l78b0z] {
    border: 1px solid #e30613;
    margin: 1.6rem 0;
    padding: 1.6rem;
}
/* _content/TAG24SE/Components/ArticleComponents/ContentElements/BoxContentComponent.razor.rz.scp.css */
.content-box-slider[b-kdbtlg30a0] {
    border: solid #aaa;
    border-width: 1px 0;
    margin: 1.6rem 0;
    overflow: hidden;
    padding: 1rem 0;
    position: relative;
}

.content-box-slider__wrapper[b-kdbtlg30a0] {
    display: flex;
}

.content-box-slider__slide[b-kdbtlg30a0] {
    flex-shrink: 0;
    padding: 0;
    width: 100%;
}


.content-box[b-kdbtlg30a0] {
    display: block;
    height: 100%;
    margin: 0 auto;
    max-width: 230px;
}


    .content-box > :not(:last-child)[b-kdbtlg30a0] {
        margin-bottom: 1rem;
    }



.content-box__headline[b-kdbtlg30a0] {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #e30613;
    display: -webkit-box;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.3;
    overflow: hidden;
    text-transform: uppercase;
}


.content-box__img[b-kdbtlg30a0] {
    object-fit: cover;
    width: 100%;
}

.content-box-slider__prev[b-kdbtlg30a0] {
    left: 1rem;
}

.content-box-slider__next[b-kdbtlg30a0] {
    right: 1rem;
}


.content-box-slider__next[b-kdbtlg30a0], .content-box-slider__prev[b-kdbtlg30a0] {
    color: #cdcdcd;
    cursor: pointer;
    font-size: 2.4rem;
    padding: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.content-box-slider__pagination[b-kdbtlg30a0] {
    display: flex;
    justify-content: center;
    padding-top: 1.6rem;
}

    .content-box-slider__pagination .swiper-pagination-bullet-active[b-kdbtlg30a0] {
        background: #616161;
    }

    .content-box-slider__pagination .swiper-pagination-bullet[b-kdbtlg30a0] {
        background: #bababa;
        border-radius: 50%;
        cursor: pointer;
        display: block;
        height: 1.2rem;
        margin: 0 .8rem;
        width: 1.2rem;
    }


    .content-box-slider__pagination .swiper-pagination-bullet-active[b-kdbtlg30a0] {
        background: #616161;
    }


@media only screen and (min-width: 650px) {
    .content-box-slider__wrapper > *[b-kdbtlg30a0] {
        margin-right: 2.4rem;
    }

    .content-box-slider.space-around .content-box-slider__wrapper[b-kdbtlg30a0] {
        justify-content: space-around;
    }

    .content-box-slider__slide[b-kdbtlg30a0] {
        padding: 0;
        width: calc(25% - 1.8rem);
    }

    .content-box-slider[b-kdbtlg30a0] {
        padding: 3rem .2rem;
    }

    .content-box__headline[b-kdbtlg30a0] {
        font-size: 1.6rem;
        height: 8.178rem;
    }

    .content-box[b-kdbtlg30a0] {
        max-width: inherit;
    }

    .content-box-slider__next[b-kdbtlg30a0], .content-box-slider__prev[b-kdbtlg30a0] {
        display: none;
    }

    .content-box-slider__pagination[b-kdbtlg30a0] {
        display: none;
    }
    .content-box-slider__wrapper[b-kdbtlg30a0] {
        align-items: center;
    }
}
/* _content/TAG24SE/Components/ArticleComponents/ContentElements/CompanyAdComponent.razor.rz.scp.css */
.form[b-gwodk3lrq2] {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2;
    margin: 1.2rem auto;
    max-width: 650px;
}
.form__group[b-gwodk3lrq2] {
    margin: .3rem 0;
    padding: 0 .6rem;
    width: 100%;
}
.form__label[b-gwodk3lrq2] {
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: .3rem;
}
.form__field[b-gwodk3lrq2] {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form__checkbox-field[b-gwodk3lrq2] {
    align-items: center;
    display: flex;
    font-size: 1.4rem;
    padding: 1.2rem .6rem;
}

.form button[b-gwodk3lrq2], .form input[b-gwodk3lrq2], .form optgroup[b-gwodk3lrq2], .form select[b-gwodk3lrq2], .form textarea[b-gwodk3lrq2] {
    line-height: 1.3;
}



[required] ~ .form__icon[b-gwodk3lrq2]:after {
    border: 1px solid #e30613;
    color: #e30613;
}

.form__icon[b-gwodk3lrq2]:after {
    align-items: center;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 50%;
    color: #aaa;
    content: var(--icon-check-solid);
    display: flex;
    font-family: svgtofont;
    font-size: 1rem;
    height: 1.8rem;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    right: 1.8rem;
    top: 0;
    transform: translateY(50%);
    width: 1.8rem;
}


.btn--raised.btn--primary[b-gwodk3lrq2] {
    background-color: #e30613;
    color: #fff;
}


.form__footnote[b-gwodk3lrq2] {
    display: flex;
    flex: 1 1 0;
    flex-wrap: wrap;
    font-size: 1.2rem;
    justify-content: space-between;
}

    .form__footnote > :first-child[b-gwodk3lrq2] {
        align-self: start;
        margin: .3rem .3rem .3rem 0;
    }
    .form__footnote > :last-child[b-gwodk3lrq2] {
        align-self: end;
        flex-grow: 1;
        margin: .3rem 0 .3rem .3rem;
        text-align: right;
    }
/* _content/TAG24SE/Components/ArticleComponents/ContentElements/ContentGalleryComponent.razor.rz.scp.css */

.image-gallery[b-mmp791ishu] {
    background: #efefef;
    margin: 1.6rem 0;
    overflow: hidden;
    padding: .1rem .1rem .8rem;
    position: relative
}

@media only screen and (min-width: 650px) {
    .image-gallery[b-mmp791ishu] {
        padding: 1.6rem 5rem .8rem
    }
}

.image-gallery-slider[b-mmp791ishu] {
    margin: 0 -.1rem;
    overflow: hidden
}

@media only screen and (min-width: 650px) {
    .image-gallery-slider[b-mmp791ishu] {
        margin: 0 -.8rem
    }
}

.image-gallery-slider[b-mmp791ishu]:before {
    content: "1";
    display: none
}

.image-gallery-slider[b-mmp791ishu]:after {
    border: solid #efefef;
    border-width: 0 .1rem;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

@media only screen and (min-width: 650px) {
    .image-gallery-slider[b-mmp791ishu]:after {
        border-width: 0 5rem
    }

    .image-gallery-slider[b-mmp791ishu]:before {
        content: "2"
    }
}

.image-gallery-slider__wrapper[b-mmp791ishu] {
    justify-content:flex-start;
    display: flex;
}

.image-gallery__slide[b-mmp791ishu] {
    flex-shrink: 0;
    padding: 0 .1rem;
    width: 100%
}

@media only screen and (min-width: 650px) {
    .image-gallery__slide[b-mmp791ishu] {
        padding: 0 .8rem
    }
}

.image-gallery__slide > figure[b-mmp791ishu] {
    margin: 0
}

    .image-gallery__slide > figure img[b-mmp791ishu] {
        border: 5px solid #fff;
        display: block;
        line-height: 0;
        width: auto
    }

.image-gallery__slide > figure figcaption[b-mmp791ishu] {
    padding-top: .2rem;
}

@media only screen and (min-width: 650px) {
    .image-gallery__slide[b-mmp791ishu] {
        width: 50%
    }
}


.image-gallery-slider__pagination[b-mmp791ishu] {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: .8rem;
    width: 100%
}

    .image-gallery-slider__pagination .swiper-pagination-bullet:first-child:last-child[b-mmp791ishu] {
        display: none
    }

    .image-gallery-slider__pagination .swiper-pagination-bullet:not(:last-child)[b-mmp791ishu] {
        margin-right: .2rem
    }

    .image-gallery-slider__pagination .swiper-pagination-bullet[b-mmp791ishu] {
        border: .1rem solid #aaa;
        border-radius: 50%;
        box-sizing: content-box;
        cursor: pointer;
        display: block;
        height: .8rem;
        list-style: none;
        margin: 0;
        padding: 0;
        width: .8rem
    }

    .image-gallery-slider__pagination .swiper-pagination-bullet-active[b-mmp791ishu], .image-gallery-slider__pagination span[selected][b-mmp791ishu] {
        background: #aaa;
        border: .1rem solid #fff;
        outline: none
    }

.image-gallery-slider__button-next[b-mmp791ishu], .image-gallery-slider__button-prev[b-mmp791ishu] {
    align-items: center;
    background: none;
    border: none;
    color: #aaa;
    cursor: pointer;
    display: none;
    height: 5rem;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5rem;
    z-index: 10
}

@media only screen and (min-width: 650px) {
    .image-gallery-slider__button-next[b-mmp791ishu], .image-gallery-slider__button-prev[b-mmp791ishu] {
        display: flex
    }
}

.image-gallery-slider__button-next[b-mmp791ishu]:after, .image-gallery-slider__button-prev[b-mmp791ishu]:after {
    font-family: svgtofont;
    font-size: 5rem;
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none
}

.image-gallery-slider__button-next[b-mmp791ishu] {
    right: 0
}

    .image-gallery-slider__button-next[b-mmp791ishu]:after {
        content: "\ea14"
    }

.image-gallery-slider__button-prev[b-mmp791ishu] {
    left: 0
}

    .image-gallery-slider__button-prev[b-mmp791ishu]:after {
        content: "\ea13"
    }
/* _content/TAG24SE/Components/ArticleComponents/ContentElements/ContentTocComponent.razor.rz.scp.css */
.content-toc[b-goj9tst1vh] {
    background-color: #fafafa;
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 1em;
    padding: 10px;
}

    .content-toc strong[b-goj9tst1vh] {
        font-size: 1.6rem;
    }

.content-toc__list[b-goj9tst1vh] {
    margin: 1rem 0 0;
}
.content-toc-ul[b-goj9tst1vh] {
    margin: 0;
    padding: 0;
}
    .content-toc-ul li[b-goj9tst1vh] {
        display: block;
        margin-bottom: .8rem;
        padding: .6rem 0;
        font-weight: 700;
    }

    .content-toc-ul.content-toc-ul--4[b-goj9tst1vh] {
        padding: 0 0 0 2.4rem;
    }

    .content-toc-ul li > ul[b-goj9tst1vh] {
        margin: -.6rem 0;
    }
    .content-toc-ul.content-toc-ul--4 > li[b-goj9tst1vh] {
        font-weight: 400;
    }
/* _content/TAG24SE/Components/ArticleComponents/ContentElements/Headline.razor.rz.scp.css */
h1[b-fcoz8x7ih2], h2[b-fcoz8x7ih2], h3[b-fcoz8x7ih2], h4[b-fcoz8x7ih2], h5[b-fcoz8x7ih2], h6[b-fcoz8x7ih2] {
    color: #e30613 !important;
}
/* _content/TAG24SE/Components/ArticleComponents/ContentElements/PriceComparisonAdComponent.razor.rz.scp.css */
.article__price-comparison-ad[b-q0zwy6ny22] {
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(51,51,51,.3),0 1px 3px 1px rgba(51,51,51,.15);
    margin: 1em auto;
    max-width: 600px;
    padding: 16px 8px 8px
}

    .article__price-comparison-ad h2[b-q0zwy6ny22] {
        margin: 0 0 16px;
        text-align: center;
    }


    .article__price-comparison-ad > .article_price-comparison-ad-body[b-q0zwy6ny22] {
        display: grid;
        grid-template-columns: 1fr;
    }


.article_price-comparison-ad-body > img[b-q0zwy6ny22] {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 0 16px 0 rgba(51, 51, 51, .08);
    margin-bottom: 16px;
}

.article__price-comparison-ad .price-comparison-ad__offer[b-q0zwy6ny22] {
    align-items: center;
    display: grid;
    margin-bottom: 8px;
    padding: 0 16px;
}


.article__price-comparison-ad .price-comparison-ad__offer__price-logo-wrapper[b-q0zwy6ny22] {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.article__price-comparison-ad .price-comparison-ad__offer .button[b-q0zwy6ny22] {
    display: none;
}

.article__price-comparison-ad .button[b-q0zwy6ny22] {
    font-size: 14px;
    line-height: 20px;
    margin: auto;
    white-space: nowrap;
    width: fit-content;
}


.article__price-comparison-ad .price-comparison-ad__offer--lowest[b-q0zwy6ny22] {
    background-color: #f8f8f8;
    border-radius: 4px;
    display: grid;
    padding: 16px;
}


.article__price-comparison-ad .price-comparison-ad__offer--lowest .price-comparison-ad__offer__price-logo-wrapper[b-q0zwy6ny22] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    width: 100%;
}



.price-comparison-ad__offer--lowest .price-comparison-ad__offer__price-logo-wrapper div[b-q0zwy6ny22] {
    color: #138200;
    font-size: 23px;
    font-weight: 700;
}


.price-comparison-ad__offer__price-logo-wrapper div[b-q0zwy6ny22] {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 700;
}

.price-comparison-ad__offer--lowest .button[b-q0zwy6ny22] {
    font-size: 14px;
}

    .price-comparison-ad__offer--lowest .button i[b-q0zwy6ny22] {
        font-size: 18px;
        margin-right: 8px;
    }


.price-comparison-ad__offer__price-logo-wrapper img[b-q0zwy6ny22] {
    margin-bottom: 0;
    max-height: 40px;
}

@media only screen and (min-width: 768px) {
    .article_price-comparison-ad-body[b-q0zwy6ny22] {
        gap: 16px;
        grid-template-columns: 2fr 1fr 1fr 1.5fr;
    }
    .article__price-comparison-ad--2-offers > .article_price-comparison-ad-body[b-q0zwy6ny22] {
        grid-template-columns: 2fr 1fr 1.5fr !important;
    }
    .article__price-comparison-ad[b-q0zwy6ny22] {
        max-width: unset;
    }

    .article_price-comparison-ad-body > img[b-q0zwy6ny22] {
        margin-bottom: 0;
    }

    .article__price-comparison-ad .price-comparison-ad__offer[b-q0zwy6ny22] {
        align-items: center;
        background-color: #f8f8f8;
        border-radius: 4px;
        height: 100%;
        margin: 0;
        padding: 16px;
    }

    .article__price-comparison-ad .price-comparison-ad__offer__price-logo-wrapper[b-q0zwy6ny22] {
        flex-direction: column-reverse;
        margin-bottom: 16px;
    }

    .article__price-comparison-ad .price-comparison-ad__offer .button[b-q0zwy6ny22] {
        display: flex;
    }

    .price-comparison-ad__offer--lowest[b-q0zwy6ny22] {
        align-items: center;
    }

    .price-comparison-ad__offer--lowest .price-comparison-ad__offer__price-logo-wrapper[b-q0zwy6ny22],
    .price-comparison-ad__offer--lowest .price-comparison-ad__offer__price-logo-wrapper img[b-q0zwy6ny22] {
        margin-bottom: 16px;
    }

    .article__price-comparison-ad .price-comparison-ad__offer__price-logo-wrapper div[b-q0zwy6ny22] {
        font-size: 23px;
        font-weight: 700;
        line-height: 31px;
    }

    .price-comparison-ad__offer--lowest .button[b-q0zwy6ny22] {
        white-space: unset;
    }

}
/* _content/TAG24SE/Components/ArtilceGrids/Pagination.razor.rz.scp.css */
.pagination[b-nbkarz6sl8] {
    display: flex;
    justify-content: center;
    margin: 1.8rem auto;
}

.pagination__items[b-nbkarz6sl8] {
    flex: 1 1 100%;
    flex-wrap: wrap;
}

.pagination__item[b-nbkarz6sl8] {
    background: #fff;
    box-shadow: 0 .1rem .2rem 0 #aaa;
    color: #888;
    cursor: pointer;
    flex: 0 0 3rem;
    font-size: 1.4rem;
    height: 3rem;
    margin: .1rem .3rem;
    padding: 0 .5rem;
    text-align: center;
    transition: opacity 1s;
}

.pagination__item[b-nbkarz6sl8], .pagination__items[b-nbkarz6sl8] {
    align-items: center;
    display: flex;
    justify-content: center;
}

.pagination__item--active[b-nbkarz6sl8] {
    font-weight: 700;
}

.pagination__item.pagination__item--ghost[b-nbkarz6sl8] {
    background: none;
    border: none;
    box-shadow: none;
    color: #aaa;
}

.icon-chevron-right-solid[b-nbkarz6sl8]:before {
    content: var(--icon-chevron-right-solid);
}

.icon-chevron-left-solid[b-nbkarz6sl8]:before {
    content: var(--icon-chevron-left-solid);
}
/* _content/TAG24SE/Components/Layout/LayoutComponents/ArticleLoader.razor.rz.scp.css */

.loader[b-axozwctqow] {
    clear: both;
    font-size: 10px;
    height: 40px;
    margin: .5rem auto;
    text-align: center
}

    .loader > div[b-axozwctqow] {
        -webkit-animation: sk-stretchdelay 1.2s ease-in-out infinite;
        animation: sk-stretchdelay-b-axozwctqow 1.2s ease-in-out infinite;
        background-color: #e30613;
        display: inline-block;
        height: 100%;
        margin-right: 2px;
        width: 6px
    }

    .loader.loader--margin[b-axozwctqow] {
        margin: 2rem auto
    }

    .loader .loader__rect2[b-axozwctqow] {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s
    }

    .loader .loader__rect3[b-axozwctqow] {
        -webkit-animation-delay: -1s;
        animation-delay: -1s
    }

    .loader .loader__rect4[b-axozwctqow] {
        -webkit-animation-delay: -.9s;
        animation-delay: -.9s
    }

    .loader .loader__rect5[b-axozwctqow] {
        -webkit-animation-delay: -.8s;
        animation-delay: -.8s
    }

@-webkit-keyframes sk-stretchdelay {
    0%,40%,to {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay-b-axozwctqow {
    0%,40%,to {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.clearfix[b-axozwctqow] {
    clear: both;
    float: right;
    width: 100%;
}
/* _content/TAG24SE/Components/Layout/LayoutComponents/Footer.razor.rz.scp.css */
.footer[b-1g3gi65ogk] {
    background-color: #fff;
    border-top: 1px solid #aaa;
    clear: both;
    margin-top: 16px;
    font-size: 1.4rem;
    padding: 1rem .5rem;
}
.container[b-1g3gi65ogk] {
    margin: 0 auto;
    max-width: calc(1400px + 1rem);
    width: 100%;
}
.container-inner[b-1g3gi65ogk] {
    margin-bottom: 0;
    margin-top: 0;
}
.footer__inner[b-1g3gi65ogk] {
    display: flex;
    flex-direction: column;
    margin: 0;
    position: relative;
}
.footer-links[b-1g3gi65ogk] {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}
.container-inner[b-1g3gi65ogk] {
    margin-bottom: 0;
    margin-top: 0;
    margin: .5rem;
}

.footer-links__link:not(:last-child)[b-1g3gi65ogk] {
    margin-bottom: 10px;
}
.footer-links__link[b-1g3gi65ogk] {
    color: #6e6e6e;
    text-decoration: none;
}
.footer-hr[b-1g3gi65ogk] {
    background: none;
    border-top: 1px solid #d8d8d8;
    margin: 24px 0;
    width: 100%;
}
hr[b-1g3gi65ogk] {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
.footer__title[b-1g3gi65ogk] {
    color: #e30613;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

.footer-socials-container[b-1g3gi65ogk] {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
    text-align: center;
}

.footer-socials-container__title[b-1g3gi65ogk] {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
}


.footer-socials[b-1g3gi65ogk] {
    display: flex;
    margin-bottom: 24px;
}
.footer-socials__item:not(:last-child)[b-1g3gi65ogk] {
    margin-right: 16px;
}

.footer-socials__item[b-1g3gi65ogk] {
    align-items: center;
    background: #f2f2f2;
    border-radius: 50%;
    color: #e30613;
    display: flex;
    font-size: 20px;
    height: 36px;
    justify-content: center;
    text-decoration: none;
    width: 36px;
}

.icon-twitter-brands[b-1g3gi65ogk]:before {
    content: "\e910";
}
.icon-youtube-brands[b-1g3gi65ogk]:before {
    content: "\e91c";
}
.icon-instagram-brands[b-1g3gi65ogk]:before {
    content: "\e911";
}
.icon-facebook-f-brands[b-1g3gi65ogk]:before {
    content: "\e913";
}

.footer-offices__title[b-1g3gi65ogk] {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 16px;
}


.footer-offices__item[b-1g3gi65ogk] {
    color: #6e6e6e;
    display: flex;
    flex-direction: column;
    font-size: 12px;
}
    .footer-offices__item > :not(:last-child)[b-1g3gi65ogk] {
        margin-bottom: 6px;
    }

.footer-offices__item__name[b-1g3gi65ogk] {
    color: black;
    font-weight: 700;
    white-space: nowrap;
}
.footer-offices__list[b-1g3gi65ogk] {
    grid-gap: 16px 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer-offices__item a[b-1g3gi65ogk] {
    color: #6e6e6e;
    text-decoration: none;
    transition: color .3s;
}
.footer-offices__item__email a[b-1g3gi65ogk] {
    text-decoration: underline;
}
.footer-socials-container.footer-socials-container--no-space[b-1g3gi65ogk], .footer-socials-container > :last-child[b-1g3gi65ogk] {
    margin-bottom: 0;
}

.footer-apps[b-1g3gi65ogk] {
    display: flex;
}
.footer-apps__item:not(:last-child)[b-1g3gi65ogk] {
    margin-right: 16px;
}

.footer-apps__item[b-1g3gi65ogk] {
    align-items: center;
    display: flex;
    height: 28px;
    justify-content: center;
}
    .footer-apps__item img[b-1g3gi65ogk] {
        height: 100%;
    }

img[b-1g3gi65ogk] {
    border-style: none;
}


@media only screen and (min-width: 650px) and (max-width: 949.9px) {
    .footer-offices__list[b-1g3gi65ogk] {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media only screen and (min-width: 950px) and (max-width: 1249.9px) {
    .footer-offices__list[b-1g3gi65ogk] {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
}
@media only screen and (min-width: 1250px) {
    .footer-offices__list[b-1g3gi65ogk] {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
}


@media only screen and (min-width: 1250px), only screen and (min-width: 950px) and (max-width: 1249.9px) {
    .footer-socials[b-1g3gi65ogk] {
        margin-bottom: 0;
        margin-right: 16px;
    }
}
@media only screen and (min-width: 1250px), only screen and (min-width: 950px) and (max-width: 1249.9px) {
    .footer-socials-container__title[b-1g3gi65ogk] {
        display: none;
    }
}



@media only screen and (min-width: 1250px), only screen and (min-width: 950px) and (max-width: 1249.9px) {
    .footer-socials-container[b-1g3gi65ogk] {
        flex-direction: row;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media only screen and (min-width: 1250px), only screen and (min-width: 950px) and (max-width: 1249.9px) {
    .footer__title[b-1g3gi65ogk] {
        margin-bottom: 8px;
        text-align: left;
    }
}
@media only screen and (min-width: 1250px), only screen and (min-width: 950px) and (max-width: 1249.9px) {
    .footer-hr[b-1g3gi65ogk] {
        margin: 40px 0 16px;
        width: 100%;
    }
}
@media only screen and (min-width: 1250px), only screen and (min-width: 950px) and (max-width: 1249.9px) {
    .footer-links__link:not(:last-child)[b-1g3gi65ogk] {
        margin-bottom: 0;
        margin-right: 40px;
    }
}
@media only screen and (min-width: 1250px), only screen and (min-width: 950px) and (max-width: 1249.9px) {
    .footer-links[b-1g3gi65ogk] {
        flex-direction: row;
        justify-content: center;
    }
}
@media only screen and (min-width: 1250px), only screen and (min-width: 950px) and (max-width: 1249.9px) {
    .footer[b-1g3gi65ogk] {
        padding: 24px 0 16px; 
    }
}

/* _content/TAG24SE/Components/Layout/LayoutComponents/Header.razor.rz.scp.css */
header[b-8y8jr2u0it] {
    position: sticky;
    transition: transform 300ms ease 0s;
    background-color: #fff;
    border-bottom: 1px solid #aaa;
    color: #6e6e6e;
    left: 0;
    padding: .5rem 1rem;
    right: 0;
    z-index: 9999;
}

.header.sticky[b-8y8jr2u0it] {
    position: fixed;
    top: 0;
}

@supports (position:sticky) {
    .header.sticky[b-8y8jr2u0it] {
        position: sticky;
    }
}


.transistion[b-8y8jr2u0it] {
    transform: translateY(-62px);
}

@media only screen and (max-width: 650px) {
    .transistion[b-8y8jr2u0it] {
        transform: translateY(-85px);
    }
}

.header__inner[b-8y8jr2u0it] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-width: calc(1400px - 1rem);
    position: relative;
    z-index: 9999;
}

@media only screen and (min-width: 650px) {
    .header__inner[b-8y8jr2u0it] {
        flex-wrap: nowrap;
    }
}

/*Header Logo start*/
.header__logo-wrap[b-8y8jr2u0it] {
    display: flex;
    height: 5rem;
    justify-content: center;
}

@media only screen and (min-width: 650px) {
    .header__logo-wrap[b-8y8jr2u0it] {
        margin: 0;
        order: 1;
    }
}

@media only screen and (max-width: 649.9px) {
    .header__logo-wrap[b-8y8jr2u0it] {
        flex: 1 1 0;
        margin: 0 auto;
        order: 2;
    }
}

/*Header Logo end*/

/*Header right start*/
.header__right[b-8y8jr2u0it] {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    padding-right: 0;
}

@media only screen and (min-width: 650px) {
    .header__right[b-8y8jr2u0it] {
        order: 4;
        width: 24.1rem;
    }
}

@media only screen and (max-width: 649.9px) {
    .header__right[b-8y8jr2u0it] {
        min-width: 11.4rem;
        order: 3;
        width: 30vw;
    }
}

/*Header right end*/

/*Header channel start*/
.header__channel[b-8y8jr2u0it] {
    align-items: center;
    display: flex;
    font-weight: 400;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: normal;

}

@media only screen and (min-width: 650px) {
    .header__channel[b-8y8jr2u0it] {
        flex: 1 1;
        font-size: 2.8rem;
        order: 3;
    }
}

@media only screen and (max-width: 649.9px) {
    .header__channel[b-8y8jr2u0it] {
        order: 4;
        height: 24px;
        width: 100%;
    }
}

/*dropdown channel start*/
.btn[b-8y8jr2u0it] {
    align-items: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    font-size: inherit;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
    min-height: 2rem;
    min-width: 2rem;
    outline: 0;
    padding: 1rem 2rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .15s;
    transition-property: background-color, color, border-color, filter;
    transition-timing-function: linear;
}

.hamburger[b-8y8jr2u0it] {
    overflow: visible;
    padding: 0
}

@media only screen and (min-width: 650px) {
    .hamburger[b-8y8jr2u0it] {
        padding: 1rem 2rem
    }
}

.hamburger[class*="--active"] .hamburger-inner[b-8y8jr2u0it], .hamburger[class*="--active"] .hamburger-inner[b-8y8jr2u0it]:after, .hamburger[class*="--active"] .hamburger-inner[b-8y8jr2u0it]:before {
    background-color: #6e6e6e
}

.hamburger-box[b-8y8jr2u0it] {
    display: inline-block;
    height: 2.4rem;
    position: relative;
    width: 2.4rem
}

@media only screen and (min-width: 650px) {
    .hamburger-box[b-8y8jr2u0it] {
        width: 4rem
    }
}

.hamburger-inner[b-8y8jr2u0it] {
    display: block;
    margin-top: -.2rem;
    top: 50%
}

.hamburger-inner[b-8y8jr2u0it], .hamburger-inner[b-8y8jr2u0it]:after, .hamburger-inner[b-8y8jr2u0it]:before {
    background-color: #6e6e6e;
    border-radius: .4rem;
    height: .2rem;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 2.4rem
}

@media only screen and (min-width: 650px) {
    .hamburger-inner[b-8y8jr2u0it], .hamburger-inner[b-8y8jr2u0it]:after, .hamburger-inner[b-8y8jr2u0it]:before {
        height: .4rem;
        width: 4rem
    }
}

.hamburger-inner[b-8y8jr2u0it]:after, .hamburger-inner[b-8y8jr2u0it]:before {
    content: "";
    display: block
}

.hamburger-inner[b-8y8jr2u0it]:before {
    top: -.8rem
}

@media only screen and (min-width: 650px) {
    .hamburger-inner[b-8y8jr2u0it]:before {
        top: -1rem
    }
}

.hamburger-inner[b-8y8jr2u0it]:after {
    bottom: -.8rem
}

@media only screen and (min-width: 650px) {
    .hamburger-inner[b-8y8jr2u0it]:after {
        bottom: -1rem
    }
}

.hamburger .hamburger-inner[b-8y8jr2u0it] {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger .hamburger-inner[b-8y8jr2u0it]:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger .hamburger-inner[b-8y8jr2u0it]:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger[class*="--active"] .hamburger-inner[b-8y8jr2u0it] {
    transform: rotate(225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger[class*="--active"] .hamburger-inner[b-8y8jr2u0it]:before {
    opacity: 0;
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s
}

.hamburger[class*="--active"] .hamburger-inner[b-8y8jr2u0it]:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

/*dropdown button end*/

/*dropdown menu start*/
.hidden[b-8y8jr2u0it] {
    display: none;
    transform: scaleY(0);
}

.header--sticky .menu--fixed[b-8y8jr2u0it], .header.sticky .menu--fixed[b-8y8jr2u0it] {
    overflow-y: auto
}

.menu--animated[b-8y8jr2u0it] {
    animation: showMenu-b-8y8jr2u0it .5s ease-in-out;
    transform: scaleY(1);
    transform-origin: 50% 0
}

.menu--animated .menu__items--sub[b-8y8jr2u0it] {
    animation: hideMenu-b-8y8jr2u0it .5s ease-in-out;
    max-height: 0;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition: max-height .5s
}

.menu--animated .menu__checkbox:checked ~ .menu__items--sub[b-8y8jr2u0it] {
    animation: showMenu-b-8y8jr2u0it .5s ease-in-out;
    max-height: 9999px;
    overflow: visible;
    transform: scaleY(1)
}

.menu--fixed[b-8y8jr2u0it] {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 100%;
    width: 270px;
    z-index: 10000
}

@media only screen and (min-width: 650px) {
    .menu--fixed[b-8y8jr2u0it] {
        width: 280px
    }
}

@media only screen and (max-width: 650px) {
    .menu[b-8y8jr2u0it] {
        max-height: calc(100vh - 75px) !important;
    }
}

.menu[b-8y8jr2u0it] {
    background-color: #fff;
    border: 1px solid #aaa;
    overflow: hidden;
    text-transform: uppercase;
    max-height: calc(100vh - 57px);
}

.menu *[b-8y8jr2u0it] {
    text-align: left;
}

.menu__items[b-8y8jr2u0it] {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.menu__items.menu__items--l1 > .menu__item > .menu__checkbox:checked ~ .menu__label[b-8y8jr2u0it] {
    font-weight: 700
}

.menu__item[b-8y8jr2u0it] {
    color: #333;
    display: block;
    font-weight: 600
}

.menu__item .btn:hover[b-8y8jr2u0it] {
    opacity: 1
}

.menu__label[b-8y8jr2u0it], .menu__link[b-8y8jr2u0it] {
    color: #333;
    cursor: pointer;
    display: block;
    padding: .64rem 1.92rem 0 .96rem
}

.menu__label > span[b-8y8jr2u0it], .menu__link > span[b-8y8jr2u0it] {
    box-shadow: 0 1px 1px -1px #828282;
    display: block;
    padding-bottom: .32rem
}

.menu__label.menu__label--active[b-8y8jr2u0it], .menu__label.menu__link--active[b-8y8jr2u0it], .menu__link.menu__label--active[b-8y8jr2u0it], .menu__link.menu__link--active[b-8y8jr2u0it] {
    background-color: #eee
}

.menu__label.menu__label--active > span[b-8y8jr2u0it], .menu__label.menu__link--active > span[b-8y8jr2u0it], .menu__link.menu__label--active > span[b-8y8jr2u0it], .menu__link.menu__link--active > span[b-8y8jr2u0it] {
    box-shadow: 0 1px 1px -1px #e30613
}

.menu__label.menu__label--highlight[b-8y8jr2u0it], .menu__label.menu__link--highlight[b-8y8jr2u0it], .menu__link.menu__label--highlight[b-8y8jr2u0it], .menu__link.menu__link--highlight[b-8y8jr2u0it] {
    font-weight: 700
}

.menu__label:hover[b-8y8jr2u0it], .menu__link:hover[b-8y8jr2u0it] {
    background-color: #ddd;
    text-decoration: none
}

@keyframes showMenu-b-8y8jr2u0it {
    0% {
        transform: scaleY(.1)
    }

    40% {
        transform: scaleY(1.04)
    }

    60% {
        transform: scaleY(.98)
    }

    80% {
        transform: scaleY(1.02)
    }

    to {
        transform: scaleY(1)
    }
}

@keyframes hideMenu-b-8y8jr2u0it {
    0% {
        transform: scaleY(1)
    }

    to {
        transform: scaleY(0)
    }
}

/*dropdown menu end*/

/* header left start*/
.header__left[b-8y8jr2u0it] {
    display: flex;
    flex-shrink: 1;
    margin-right: auto;
}

@media only screen and (min-width: 650px) {
    .header__left[b-8y8jr2u0it] {
        order: 2;
    }
}

@media only screen and (max-width: 649.9px) {
    .header__left[b-8y8jr2u0it] {
        min-width: 11.4rem;
        order: 1;
        width: 30vw;
    }
}

/* header left end*/

.header__logo-wrap .header__logo[b-8y8jr2u0it], .header__logo-wrap a[b-8y8jr2u0it] {
    display: block;
    height: 100%;
    line-height: 0;
    max-height: 5rem;
    max-width: 100%;
}

.header__center[b-8y8jr2u0it] {
    width: -webkit-fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.header__center img[b-8y8jr2u0it] {
    margin-top: 5px;
}


.header__country:hover[b-8y8jr2u0it] {
    color: #e30613;
}



/* _content/TAG24SE/Components/Layout/LayoutComponents/LanguageSelector.razor.rz.scp.css */


.dropbtn[b-nqigj8z7cw] {
    background-color: transparent;
    color: #6e6e6e;
    font-size: 1.6rem;
    padding: 5px 0px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.dropbtn-content[b-nqigj8z7cw] {
    gap: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dropdown-content[b-nqigj8z7cw] {
    display: none;
    border-radius: 2px;
    position: absolute;
    right:15px;
    background-color: white;
    min-width: 160px;
    border: 1px solid #808080;
    z-index: 100;
}

.dropdown-content[b-nqigj8z7cw]:after {
    content: '';
    width: 14px;
    height: 14px;
    border-top: 1px solid gray;
    border-bottom: 1px solid transparent;
    border-left: 1px solid gray;
    border-right: 1px solid transparent;
    right: 10%;
    bottom: 100%;
    margin-bottom: -7px;
    background-color: white;
    transform: rotate(45deg);
    position: absolute;
}

.dropdown-content a[b-nqigj8z7cw] {
    color: black;
    cursor: pointer;
    position: relative;
    z-index: 900;
    text-decoration: none;
    display: block;
}

.hidden[b-nqigj8z7cw]{
    display:none;
}
.block[b-nqigj8z7cw]{
    display: block;
}

.langflag[b-nqigj8z7cw] {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-size: 16px;
}


@media (max-width:350px) {
    .dropbtn[b-nqigj8z7cw] {
        font-size: 12px;
    }

}


.language-selector[b-nqigj8z7cw] {
    display: inline-block;
}




.language-dropdown__item[b-nqigj8z7cw] {
    border-bottom: 1px solid #d8d8d8;
}
.language-dropdown__item:hover[b-nqigj8z7cw] {
    background-color: #efefef;
}

.lang__link[b-nqigj8z7cw] {
    display: flex;
    background: 0 0;
    border: none;
    color: #333;
    cursor: pointer;
    font-weight: 600;
    height:4.8rem;
    align-items:center;
}


.language-dropdown[b-nqigj8z7cw] {
    overflow-y: auto;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 2px 3px #00000029;
    font-size: 1.6rem;
    overflow: hidden;
    max-height: calc(100vh - 58px);
    bottom: auto;
    height: auto;
    left: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    width: 260px;
    transform: scaleY(1);
    transform-origin: 50% 0;
    animation: showLangSelector-b-nqigj8z7cw .5s ease-in-out;
}

@keyframes showLangSelector-b-nqigj8z7cw {
    0% {
        transform: scaleY(.1)
    }

    40% {
        transform: scaleY(1.04)
    }

    60% {
        transform: scaleY(.98)
    }

    80% {
        transform: scaleY(1.02)
    }

    to {
        transform: scaleY(1)
    }
}


.language-items[b-nqigj8z7cw] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lang-item[b-nqigj8z7cw] {
    display: flex;
    padding-left: 1rem;
    color: #333;
    font-weight: 600;
    z-index: 900;
    gap: 20px;
    text-decoration: none;
    align-items: center;
}
/* _content/TAG24SE/Components/Layout/LayoutComponents/MenuNavigation.razor.rz.scp.css */
/*dropdown channel start*/
.btn[b-57gvbkuf4e] {
    align-items: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    font-size: inherit;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
    min-height: 2rem;
    min-width: 2rem;
    outline: 0;
    padding: 1rem 2rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .15s;
    transition-property: background-color, color, border-color, filter;
    transition-timing-function: linear;
}

.hamburger[b-57gvbkuf4e] {
    overflow: visible;
    padding: 0
}

@media only screen and (min-width: 650px) {
    .hamburger[b-57gvbkuf4e] {
        padding:1rem 2rem
    }
}

.hamburger[class*="--active"] .hamburger-inner[b-57gvbkuf4e],.hamburger[class*="--active"] .hamburger-inner[b-57gvbkuf4e]:after,.hamburger[class*="--active"] .hamburger-inner[b-57gvbkuf4e]:before {
    background-color: #6e6e6e
}

.hamburger-box[b-57gvbkuf4e] {
    display: inline-block;
    height: 2.4rem;
    position: relative;
    width: 2.4rem
}

@media only screen and (min-width: 650px) {
    .hamburger-box[b-57gvbkuf4e] {
        width:4rem
    }
}

.hamburger-inner[b-57gvbkuf4e] {
    display: block;
    margin-top: -.2rem;
    top: 50%
}

.hamburger-inner[b-57gvbkuf4e],.hamburger-inner[b-57gvbkuf4e]:after,.hamburger-inner[b-57gvbkuf4e]:before {
    background-color: #6e6e6e;
    border-radius: .4rem;
    height: .2rem;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 2.4rem
}

@media only screen and (min-width: 650px) {
    .hamburger-inner[b-57gvbkuf4e],.hamburger-inner[b-57gvbkuf4e]:after,.hamburger-inner[b-57gvbkuf4e]:before {
        height:.4rem;
        width: 4rem
    }
}

.hamburger-inner[b-57gvbkuf4e]:after,.hamburger-inner[b-57gvbkuf4e]:before {
    content: "";
    display: block
}

.hamburger-inner[b-57gvbkuf4e]:before {
    top: -.8rem
}

@media only screen and (min-width: 650px) {
    .hamburger-inner[b-57gvbkuf4e]:before {
        top:-1rem
    }
}

.hamburger-inner[b-57gvbkuf4e]:after {
    bottom: -.8rem
}

@media only screen and (min-width: 650px) {
    .hamburger-inner[b-57gvbkuf4e]:after {
        bottom:-1rem
    }
}

.hamburger .hamburger-inner[b-57gvbkuf4e] {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger .hamburger-inner[b-57gvbkuf4e]:before {
    transition: top .1s ease-in .25s,opacity .1s ease-in
}

.hamburger .hamburger-inner[b-57gvbkuf4e]:after {
    transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger[class*="--active"] .hamburger-inner[b-57gvbkuf4e] {
    transform: rotate(225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger[class*="--active"] .hamburger-inner[b-57gvbkuf4e]:before {
    opacity: 0;
    top: 0;
    transition: top .1s ease-out,opacity .1s ease-out .12s
}

.hamburger[class*="--active"] .hamburger-inner[b-57gvbkuf4e]:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s
}

/*dropdown button end*/

/*dropdown menu start*/
.hidden[b-57gvbkuf4e] {
    display:none;
    transform:scaleY(0);
}

.header--sticky .menu--fixed[b-57gvbkuf4e],.header.sticky .menu--fixed[b-57gvbkuf4e] {
    overflow-y: auto
}

.menu--animated[b-57gvbkuf4e] {
    animation: showMenu-b-57gvbkuf4e .5s ease-in-out;
    transform: scaleY(1);
    transform-origin: 50% 0
}

.menu--animated .menu__items--sub[b-57gvbkuf4e] {
    animation: hideMenu-b-57gvbkuf4e .5s ease-in-out;
    max-height: 0;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition: max-height .5s
}

.menu--animated .menu__checkbox:checked~.menu__items--sub[b-57gvbkuf4e] {
    animation: showMenu-b-57gvbkuf4e .5s ease-in-out;
    max-height: 9999px;
    overflow: visible;
    transform: scaleY(1)
}

.menu--fixed[b-57gvbkuf4e] {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 100%;
    width: 270px;
    z-index: 10000
}

@media only screen and (min-width: 650px) {
    .menu--fixed[b-57gvbkuf4e] {
        width:280px
    }
}
@media only screen and (max-width: 650px) {
    .menu[b-57gvbkuf4e]{
        max-height: calc(100vh - 82px) !important;
    }
}

.menu[b-57gvbkuf4e] {
    background-color: #fff;
    border: 1px solid #aaa;
    overflow: hidden;
    text-transform: uppercase;
    max-height: calc(100vh - 58px);
}

.menu *[b-57gvbkuf4e] {
    text-align: left;
}

.menu__items[b-57gvbkuf4e] {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.menu__items.menu__items--l1>.menu__item>.menu__checkbox:checked~.menu__label[b-57gvbkuf4e] {
    font-weight: 700
}

.menu__item[b-57gvbkuf4e] {
    color: #333;
    display: block;
    font-weight: 600
}

.menu__item .btn:hover[b-57gvbkuf4e] {
    opacity: 1
}

.menu__label[b-57gvbkuf4e],.menu__link[b-57gvbkuf4e] {
    color: #333;
    cursor: pointer;
    display: block;
    padding: .64rem 1.92rem 0 .96rem
}

.menu__label>span[b-57gvbkuf4e],.menu__link>span[b-57gvbkuf4e] {
    box-shadow: 0 1px 1px -1px #828282;
    display: block;
    padding-bottom: .32rem
}

.menu__label.menu__label--active[b-57gvbkuf4e],.menu__label.menu__link--active[b-57gvbkuf4e],.menu__link.menu__label--active[b-57gvbkuf4e],.menu__link.menu__link--active[b-57gvbkuf4e] {
    background-color: #eee
}

.menu__label.menu__label--active>span[b-57gvbkuf4e],.menu__label.menu__link--active>span[b-57gvbkuf4e],.menu__link.menu__label--active>span[b-57gvbkuf4e],.menu__link.menu__link--active>span[b-57gvbkuf4e] {
    box-shadow: 0 1px 1px -1px #e30613
}

.menu__label.menu__label--highlight[b-57gvbkuf4e],.menu__label.menu__link--highlight[b-57gvbkuf4e],.menu__link.menu__label--highlight[b-57gvbkuf4e],.menu__link.menu__link--highlight[b-57gvbkuf4e] {
    font-weight: 700
}

.menu__label:hover[b-57gvbkuf4e],.menu__link:hover[b-57gvbkuf4e] {
    background-color: #ddd;
    text-decoration: none
}

@keyframes showMenu-b-57gvbkuf4e {
    0% {
        transform: scaleY(.1)
    }

    40% {
        transform: scaleY(1.04)
    }

    60% {
        transform: scaleY(.98)
    }

    80% {
        transform: scaleY(1.02)
    }

    to {
        transform: scaleY(1)
    }
}

@keyframes hideMenu-b-57gvbkuf4e {
    0% {
        transform: scaleY(1)
    }

    to {
        transform: scaleY(0)
    }
}
/*dropdown menu end*/
/* _content/TAG24SE/Components/Layout/LayoutComponents/SearchBar.razor.rz.scp.css */
.search-form__close.header-btn[b-0n6kb504u7] {
    left: 1.8rem;
    margin-left: 0;
    position: absolute;
}


.icon-magnifying-glass[b-0n6kb504u7]:before {
    content: var(--icon-magnifying-glass);
}

[hidden]:not([important])[b-0n6kb504u7] {
    display: none;
}

.search-form[b-0n6kb504u7] {
    align-items: center;
    background: #fff;
    display: flex;
    height: 6rem;
    left: 0;
    padding: 0 .8rem 0 6rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}

.search-form-wrapper[b-0n6kb504u7] {
    position: relative;
    margin-right: 15px;
}

.icon-arrow-left-solid[b-0n6kb504u7]:before {
    content: var(--icon-arrow-left-solid);
}

.search-form__input[b-0n6kb504u7] {
    border: 2px solid #b2b2b2;
    border-radius: 2.4rem;
    flex-grow: 1;
    font-size: 16px;
    height: 4rem;
    padding: 1rem 4rem 1rem 1.5rem;
    width: 100%;
}

#search-autocomplete[b-0n6kb504u7] {
    background-color: #fff;
    border: 1px solid #aaa;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 100%;
    width: 100%;
}




.header-btn.header-btn--icon[b-0n6kb504u7] {
    font-size: 2.6rem;
    height: 2.6rem;
    width: 2.6rem;
}

.header__right .header-btn[b-0n6kb504u7] {
    margin-left: 1.2rem;
}

.search-form__search[b-0n6kb504u7] {
    color: #e30613;
    position: absolute;
    right: 1.8rem;
    transform: scale(.8);
}


.header-btn[b-0n6kb504u7] {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: #6e6e6e;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    letter-spacing: 0;
    margin: 0;
    outline: 0;
    position: relative;
    text-decoration: none;
    transition: .15s linear;
}

#search-autocomplete a[b-0n6kb504u7] {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (min-width: 650px) {
    .search-form[b-0n6kb504u7] {
        height: auto;
        left: auto;
        padding: 0;
        position: absolute;
        right: -1rem;
        top: -.6125rem;
        width: 324px;
    }

    .search-form-trigger.active[b-0n6kb504u7] {
        color: #e30613;
        position: relative;
        transform: scale(.8);
        z-index: 2;
    }

    .search-form__close.header-btn[b-0n6kb504u7] {
        display: none;
    }

    .search-form__search[b-0n6kb504u7] {
        display: none;
    }

    #search-autocomplete[b-0n6kb504u7] {
        left: 0;
        right: 0;
        top: 100%;
        width: 100%;
    }
}


/* _content/TAG24SE/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-lwf124cua2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-lwf124cua2] {
    flex: 1;
}

#blazor-error-ui[b-lwf124cua2] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-lwf124cua2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/TAG24SE/Components/Pages/NotFoundPage.razor.rz.scp.css */
.page-404[b-b7dl3g1ry5] {
    margin: 0 auto;
    max-width: 650px;
}

.page-404__img[b-b7dl3g1ry5] {
    width: 100%;
}

.page-404__paragraph[b-b7dl3g1ry5] {
    align-items: center;
    color: #888;
    display: flex;
    font-size: 2.2rem;
    font-weight: 700;
    justify-content: center;
    margin: 3.2rem 0;
    text-align: center;
    text-transform: uppercase;
}

.page-404__paragraph--link[b-b7dl3g1ry5] {
    font-size: 1.8rem;
    margin: 4.8rem 0 6.4rem;
}

    .page-404__paragraph--link[b-b7dl3g1ry5], .page-404__paragraph--link:hover[b-b7dl3g1ry5] {
        text-decoration: underline;
        color: #e30613;
    }
/* _content/TAG24SE/Components/SocialComponents/ContentCookiesNotEnabledComponent.razor.rz.scp.css */
.message-box[b-ydebu492x7] {
    border: 1px solid #ccc;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    max-width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    font-family: 'Open Sans';
}

.message-text[b-ydebu492x7] {
    font-weight: 600;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
    margin: 10px 0;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
}

.accept-cookies-btn[b-ydebu492x7] {
    cursor: pointer;
    border: none;
    background-color: #e30613;
    color: white;
    padding: 10px;
    border-radius: 5px;
    width: 160px;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

    .accept-cookies-btn:hover[b-ydebu492x7] {
        background-color: #c20510;
    }

.social-img[b-ydebu492x7] {
    width: 50px;
    height: 50px;
}
