/* disabled buttons */
.tx-powermail form input[type=submit][disabled],
.tx-powermail form button[type=submit][disabled] {
    opacity: 0.3;
    cursor: not-allowed;
}

.slick-dots li {
    margin: 0 .375rem 1rem;
}

/* rte add ons */
h1.box, h2.box, h3.box, h4.box, h5.box, h6.box, p.box, ul.box {
    background-color: rgba(0,0,0,.07);
    width: 100%;
    padding: 4.5rem 17% 24px;
    margin-top: 64px;
}
.box + .box {
    padding-top: 24px;
    margin-top: 0;
}
.box + *:not(.box) {
    margin-top: 64px;
}
.rte .box:last-child {
    padding-bottom: 4em;
}
p.author {
	padding: 0 0 3.5rem;
}
.rte blockquote, .rte address {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
}
.rte .quotes {
    text-align: center;
    font-style: italic;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 56px;
    line-height: 3.5rem;
    margin: 4rem auto 0;
    max-width: 927px;
    max-width: 57.9375rem;
    padding-bottom: 0;
}
.rte .quotes:before {
    font-size: 74px;
    font-size: 4.625rem;
    line-height: 74px;
    line-height: 4.625rem;
    text-align: center;
    width: 100%;
    height: 74px;
    height: 4.625rem;
    color: #e32236;
    font-family: svg-icons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f111";
}
.rte .quotes + *:not(.rte_quote),
.rte .rte_quote + *:not(.rte_quote) {
    margin-top: 6.5rem
}
.rte .rte_quote__author, .rte .rte_quote__function {
    display: block;
    text-align: center;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-family: Open Sans,sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0 auto;
    max-width: 504px;
    max-width: 31.5rem;
}
.rte .rte_quote__author {
    font-weight: 700;
    padding-top: 3rem;
    padding-bottom: 0;
}

/* visualize language links if translation not available */
.lang-nav > li.inactive {
    display: none;
}
.lang-nav__item.inactive {
    color: #bbbbbb;
    cursor: not-allowed;
}
.lang-nav__item.inactive:focus, .no-touch .lang-nav__item.inactive:hover {
    color: inherit;
    color: #bbbbbb;
}
/* correcttion of mobile navi */
.mobile-menu__title {
    padding: 0;
}
.mobile-menu__title > a {
    padding: 2.1875rem 1.25rem 0.6875rem;
    display: block;
}

/* addresses */
.fa, .fab, .fad, .fal, .far, .fas {
    font-size: 26px;
    margin-right: 20px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.list-item__description {
    margin-top: 24px;
}
.list-item__description p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 24px;
    line-height: 1.5rem;
}
.list-item__img-alt {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 0px 38%;
}

main li a[href^="http://"]:after, main li a[href^="https://"]:after, main p a[href^="http://"]:after, main p a[href^="https://"]:after {
    width: 1.55em;
    height: 1.55em;
    line-height: 1.55em;
    background-size: contain;
}

/* filters */
.list-type-ttaddress_listview .list__content > del {
    display: none;
}
.catselect li, .dateselect li, .filterselect li {
    list-style: none;
    position: relative;
    display: none;
    user-select: none;
}
.catselect.active li, .dateselect.active li, .filterselect.active li {
    display: block;
}
.page-nav .select, 
.page-nav .select--bg,
.list__filter .select {
    background: rgba(0,0,0,.07);
    padding: .9375rem 3.125rem .8125rem 1.25rem;
    border: none;
}
.list__filter .select {
    padding: 0.9375rem 3.125rem 0.1rem 1.25rem;
    height: auto;
}
.list__filter  .select li {
    margin: 0 0 0.75rem 0.75rem;
    width: 100%;
}
.catselect ul.select--bg li.selected:before, 
.catselect ul.select li.selected:before, 
.dateselect ul.select--bg li.selected:before, 
.dateselect ul.select li.selected:before,
.filterselect ul.select--bg li.selected:before, 
.filterselect ul.select li.selected:before {
    font-size: 24px;
    font-size: 1.5rem;
    top: 0;
    width: 29px;
    width: 1.8125rem;
    color: #e32236;
    position: absolute;
    left: -20px;
    left: -20.8px;
    left: -1.3rem;
    right: auto;
    z-index: 3;
    content: "✔︎";
}
.catselect.active ul.select, 
.catselect.active ul.select--bg, 
.dateselect.active ul.select, 
.dateselect.active ul.select--bg,
.filterselect.active ul.select {
    height: auto;
    z-index: 1000;
    position: absolute;
    overflow: visible;
    background: hsla(0,0%,94.1%,.95);
}
.catselect.active .select-wrap:before, 
.dateselect.active .select-wrap:before,
.filterselect.active .select-wrap:before {
    z-index: 1001;
    content: "\f107";
}
.filterselect ul.select li.all a {
    background-color: #e32236;
    padding: 0.3rem;
    color: white;
    margin: 0.2rem;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: bold;
    white-space: nowrap;
    display: none;
}
.filterselect ul.select li.all a.selected { 
    display: inline;
}
.list__filter .select li.all {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.list__filter .select li.all span {
    display: none;
}
.list__filter .select li.all.selected span {
    display: inline;
}
/* revue stage */
.revuestage {
    display: flex;
    padding: 3rem 0 7rem;
}
.revuestage__img-wrap {
    width: calc(33.33% - 24px);
    text-align: center;
}
.revuestage__img {
    transform: rotate(7deg);
    box-shadow: 5px 5px 6px rgba(0,0,0,0.4);
}
.revuestage__content {
    margin-left: 1.5rem;
}
.revuestage .stage__title {
    margin-top: 3rem;
    text-align: left;
}
.revuestage__cta {
    margin-top: 3rem;
}
.revuestage__cta a {
    margin-right: 1rem;
    margin-top: 0.5rem;
}
/* revue sitemap */
body.pid-16 .page-nav {
    display: none;
}
.revue-sitemap {
    margin-bottom: 8rem;
}
.edition-year {
    margin-top: 3rem;
}
.revue-sitemap h6 {
    margin-bottom: 1rem;
}
.edition-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.edition {
    margin-right: 20px;
    margin-bottom: 20px;
}
.revue-sitemap .revuestage__img {
    display: block;
    width: 160px;
    height: auto;
    transform-origin: center;
    transition-duration: 0.3s;
    transform: rotate(7deg) scale(1);
}
.revue-sitemap a:hover .revuestage__img {
    transform: rotate(3deg) scale(1.08);
}
.edition span {
    font-size: 18px;
    font-size: 1.12rem;
    display: block;
    margin-top: 0.4rem;
}

article.article > section.teaser-large {
    margin-top: 5rem;
}
.news-bottomlink-wrap {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7.5rem;
}
.news-bottomlink-wrap a {
    margin-right: 1rem;
}
/* comments */
.ns-form-group-main .ns-form-group:not(:first-of-type) {
    padding-top: 2rem;
}
.tx_nsnewscomments .ns-form-group .checkbox__label {
    color: #555;
    padding-top: 0.5rem;
}
.tx_nsnewscomments .error-msg {
    text-transform: none;
}
.tx_nsnewscomments .comments-list .comment-box .comment-translation {
    text-align: right;
    font-size: 14px;
    font-size: 0.875rem;
    background: #ededed;
    padding-right: 2.5rem;
    font-style: italic;
    line-height: 14px;
    line-height: 0.875rem;
    cursor: pointer;
}
.tx_nsnewscomments .comments-list .comment-box .comment-translation:hover {
    color: #e32236;
}
.tx_nsnewscomments .comments-list .comment-box .comment-translation.pending {
    cursor: progress;
    color: #999;
}
.tx_nsnewscomments .comments-list .comment-box .translated {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-family: Open Sans,sans-serif;
    font-weight: 300;
    font-style: italic;
    padding: 1rem 2.5rem 2rem;
    background: #ededed;
    border-radius: 0;
    position: relative;
}
/* indexed search */
.tx-indexedsearch-browsebox {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.tx-indexedsearch-browsebox li {
    margin: 0 .125rem;
    display: inline-flex;
    height: 48px;
    height: 3rem;
    width: 48px;
    width: 3rem;
}
.tx-indexedsearch-browsebox li a {
    margin: .25rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    background: none;
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
    color: #000;
    font-size: 17px;
    font-size: 1.0625rem;
    transition: .2s ease-in-out;
    line-height: 20px;
    line-height: 1.25rem;
}
.tx-indexedsearch-browsebox li a:hover {
    color: #fff;
    background-color: #404040;
}
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
    background: rgba(0,0,0,.07);
    color: #e32236;
}

/* recaptcha */
.g-recaptcha.input {
    padding: 0;
    overflow: hidden;
}
.g-recaptcha > div {
    height: 3rem !important;
}
.g-recaptcha > div {
    margin-top: -0.7rem;
}
.rc-anchor-light.rc-anchor-normal {
    border: none !important;
}
.rc-anchor-light {
    background: transparent !important;
}
.rc-anchor {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.rc-anchor-logo-portrait {
    visibility: hidden;
}

/* card table */
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.rte table .st-key { 
    text-align: right; 
    font-style: italic;
    font-size: 
}
.rte table .st-val {  }


.stacktable.large-only { display: table; }
.stacktable.small-only { 
    display: none; 
    margin-bottom: 3.5rem;
}
.stacktable.small-only tr:first-of-type .st-val {
    font-size: 1.25rem;
    font-weight: bold;
}

/* banner */
.ad__content {
    display: grid;
}
.ad__content .banner__item {
    grid-area: 1 / 1 / 1 / 1;
}


@media only screen and (max-width: 1023px) {


    .rte blockquote, .rte address {
        width: 100%;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .rte .quotes {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .rte .quotes:before {
        font-size: 3.625rem;
        line-height: 3.625rem;
        height: 3.625rem;
    }
    .rte .quotes + *:not(.rte_quote),
    .rte .rte_quote + *:not(.rte_quote) {
        margin-top: 3.5rem
    }
    .rte .rte_quote__author {
        padding-top: 2rem;
    }


    .revue-sitemap {
        margin: 0 1.25rem 1.25rem;
    }

    .revuestage__img-wrap {
        width: 33.3%;
    }
    .revuestage__img {
        transform-origin: bottom left;
        width: 25vw;
    }
    .rte table {
        width: calc(100% - 2.5rem);
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
    .rte table th, .rte table td {
        padding-left: 1.25rem;
    }
    .rte table th:first-of-type, .rte table td:first-of-type {
        padding-left: 0;
    }

    .list-type-indexedsearch_pi2 .pagination-wrap {
        display: flex;
    }
    article.article .teaser-large__topic {
        margin-left: 1.25rem;
    }
}

@media only screen and (max-width: 767px) {
    .revuestage .stage__title {
        margin-top: 1rem;
    }
    .revuestage__cta {
        margin-top: 1.5rem;
    }

    @media (max-width: 800px) {
      .stacktable.large-only { display: none; }
      .stacktable.small-only { display: table; }
    }
}
@media only screen and (max-width: 500px) {
    .rte table {
        width: 100%
    }
}
@media only screen and (max-width: 413px) {
    .revuestage .stage__title {
        margin-top: -9px;
    }
    .revuestage__img-wrap {
        padding-left: 1.25rem;
    }
    .revuestage__img {
        transform: rotate(0);
    }
    .revuestage__cta {
        margin-top: 1rem;
    }
}
