/* Ad zwischen header und mainnav */
#t3-header + .google-auto-placed,
#t3-header + div[style*="text-align: center"],

/* Ad zwischen mainnav und main */  
#t3-mainnav + .google-auto-placed,
#t3-mainnav + div[style*="text-align: center"] {
    display: none !important;
}
.t3-sl {
	padding: 0 0 0 0;
}

.t3-spotlight .t3-module {
	background: transparent;
}
#t3-wrapper .google-auto-placed:has(+ .main) {
    display: none !important;
}
/* Fix: Safari bricht position:fixed wenn ein Elternelement transition:transform hat.
   Transition nur bei offenem Off-Canvas-Menue aktivieren. */
.t3-wrapper {
    -webkit-transition: none !important;
    transition: none !important;
}
.off-canvas-open .t3-wrapper {
    -webkit-transition: -webkit-transform 0.5s !important;
    transition: transform 0.5s !important;
}

.ccm-settings-summoner {
    position: fixed;
    bottom: 80px !important;
    left: 15px;
    width: 48px;
    height: 48px;
    pointer-events: none;
    z-index: 99999999;
}

.t3-navhelper {
    margin-bottom: 10px;
}

ins.adsbygoogle {
    height: auto !important;
}

@media (max-width: 768px) {
    ins.adsbygoogle[style*="position: fixed"][data-anchor-status] {
        display: none !important;
    }
}

.article-main .article-intro-media .img-caption {
    line-height: 1em;
}

.jcomment-latest-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.grid-item {
    border: 1px solid #ccc;
    padding: 15px;
}

.comments-container {
    margin-top: 10px;
}

.comment {
    margin-bottom: 10px;
    text-align: left;
}

.comment-section {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.comment-text {
    border-left: 3px solid #ccc;
    margin: 10px 0;
    padding: 5px 10px;
    font-style: italic;
    color: #555;
    background-color: #f9f9f9;
}

.Unsere-Partner {
    display: none;
}

.aolp-inner .google-auto-placed {
    display: none !important;
}

/* ===========================================
   OPTIMIERTE FONTS - mit font-display: swap
   Nur die tatsächlich genutzten Weights
   =========================================== */

/* Roboto 300 (Light) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'),
         url('../fonts/roboto-v29-latin-300.woff2') format('woff2'),
         url('../fonts/roboto-v29-latin-300.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
         url('../fonts/roboto-v29-latin-300italic.woff2') format('woff2'),
         url('../fonts/roboto-v29-latin-300italic.woff') format('woff');
}

/* Roboto 400 (Regular) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'),
         url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'),
         url('../fonts/roboto-v29-latin-regular.woff') format('woff');
}

/* Roboto 500 (Medium) - wird auf Artikelseiten genutzt */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'),
         url('../fonts/roboto-v29-latin-500.woff2') format('woff2'),
         url('../fonts/roboto-v29-latin-500.woff') format('woff');
}

/* Roboto 700 (Bold) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'),
         url('../fonts/roboto-v29-latin-700.woff2') format('woff2'),
         url('../fonts/roboto-v29-latin-700.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
         url('../fonts/roboto-v29-latin-700italic.woff2') format('woff2'),
         url('../fonts/roboto-v29-latin-700italic.woff') format('woff');
}

/* Roboto Condensed 300 */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
         url('../fonts/roboto-condensed-v24-latin-300.woff2') format('woff2'),
         url('../fonts/roboto-condensed-v24-latin-300.woff') format('woff');
}

/* Roboto Condensed 400 (Regular) */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
         url('../fonts/roboto-condensed-v24-latin-regular.woff2') format('woff2'),
         url('../fonts/roboto-condensed-v24-latin-regular.woff') format('woff');
}

/* Roboto Condensed 700 (Bold) */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
         url('../fonts/roboto-condensed-v24-latin-700.woff2') format('woff2'),
         url('../fonts/roboto-condensed-v24-latin-700.woff') format('woff');
}

/* Roboto Slab 300 - wird auf Artikelseiten genutzt */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Slab Light'), local('RobotoSlab-Light'),
         url('../fonts/roboto-slab-v22-latin-300.woff2') format('woff2'),
         url('../fonts/roboto-slab-v22-latin-300.woff') format('woff');
}

/* Roboto Slab 400 (Regular) */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Slab'), local('RobotoSlab-Regular'),
         url('../fonts/roboto-slab-v22-latin-regular.woff2') format('woff2'),
         url('../fonts/roboto-slab-v22-latin-regular.woff') format('woff');
}

/* Roboto Slab 700 (Bold) */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'),
         url('../fonts/roboto-slab-v22-latin-700.woff2') format('woff2'),
         url('../fonts/roboto-slab-v22-latin-700.woff') format('woff');
}

/* ===========================================
   ALLGEMEINE STYLES
   =========================================== */

body,
.fs-medium blockquote.article-intro,
.fs-smaller blockquote.article-intro,
.fs-small blockquote.article-intro,
.fs-big blockquote.article-intro,
.fs-bigger blockquote.article-intro {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px;
}

.topic-links-vorsprung {
    border: 3px double #e5e5e5;
    margin-top: 24px;
    margin-bottom: 24px;
}

@media (min-width: 1200px) {
    .topic-links-vorsprung {
        float: left;
        width: 100%;
    }
}

.djslider-in li {
    height: auto !important;
}

.magazine-categories,
.t3-sidebar {
    min-height: auto !important;
}

#donate-button img,
#donate-button2 img {
    display: inline-block;
}

#donate-button-container {
    border: 1px solid #cc0000;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

#nativendo-homepage-1 > #nat-vso {
    margin: 0 !important;
    padding: 0 !important;
}

.media-body {
    text-align: left;
}

.acysubbuttons {
    margin-top: 15px;
}

#user_captcha_ {
    width: 150px !important;
}

#ampz_inline_top,
#ampz_inline_bottom {
    margin: 78px 0;
}

.mobiletop {
    height: auto;
}

.ja-thumbnailwrap ul.nav li.counter span {
    font-size: 12px;
}

.ja-thumbnailwrap ul.nav {
    font-size: 12px;
}

.ja-thumbnailwrap ul.nav li.counter {
    border: none;
}

.ja-thumbnailwrap ul.nav li.prev,
.ja-thumbnailwrap ul.nav li.next {
    top: 5px;
}

.thumbnail {
    margin: 0;
    padding: 0;
}

.topic-links-vorsprung .topic-header-vorsprung {
    padding: 12px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.topic-links-vorsprung h5 {
    display: none;
}

.topic-links-vorsprung h6 {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.topic-links-vorsprung .nav > li {
    border-bottom: 1px dotted #e5e5e5;
}

.topic-links-vorsprung .nav > li > a {
    color: #333333;
    font-size: 14px;
}

.topic-links-vorsprung .nav .fa {
    font-size: 8px;
    margin-right: 5px;
}

.mobilebottom {
    height: auto;
    position: fixed;
    z-index: 99;
    background: #fff;
    right: 0;
    bottom: 0;
    left: 0;
}

.mobilebottom .bannergroup .banneritem {
    margin: 0;
}

.toolbartop {
    top: auto !important;
}

@media (max-width: 992px) {
    .module-search .form-control {
        width: 50px;
        height: 50px;
        padding: 0;
        padding-left: 50px;
        position: relative;
        z-index: 2;
        background: transparent;
    }
}

.mobilersblog {
    margin-top: 55px;
}

.mobile-6,
.mobile-7,
.mobile-8,
.mobile-9 {
    margin: 5px;
}

.t3-footer {
    margin-bottom: 41px;
}

.article-title_wall {
    font-size: 20px;
    margin: 0 0 2px;
    line-height: 1;
    font-weight: bold;
}

.article-title_wall > a {
    color: black;
}

.btn-primary {
    background: #cc0000;
    border-radius: 5px;
}

.btn-primary:hover {
    background: #b80000;
    border-radius: 5px;
}

.input-small {
    float: left;
    height: 28px !important;
}

.header-right .whatsnew {
    margin-right: auto;
}

.mnwall-date {
    padding-bottom: 5px;
    padding-left: 0 !important;
    padding-top: 0 !important;
}

.mnwall-s-desc,
.mnwall-desc {
    padding: 0 !important;
}

.mnwall-item {
    height: 515px;
}

.topfixed {
    position: fixed;
}

.t3-header {
    height: auto;
}

.header-right .trending {
    height: 0 !important;
}

.logo-image a {
    max-width: 100%;
}

.middle {
    text-align: center;
}

.days {
    float: left;
}

.time {
    bottom: 20px;
    float: left;
    margin-left: 5px !important;
    position: relative;
}

#Mod582 {
    position: relative;
    z-index: -1;
}

@media (min-width: 923px) {
    .biglarge {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .t3-navhelper {
        background: transparent;
        color: #666666;
        margin-top: 0;
        margin-bottom: 0;
    }

    .mobilersblog {
        margin-top: 55px;
    }

    p {
        margin: 0 0 0;
    }

    .main {
        margin-top: 0;
    }

    .item-row.row-top {
        border: none !important;
    }

    .t3-mainbody {
        position: relative;
        box-shadow: none !important;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .mobilersblog {
        margin-top: 55px;
    }

    .whatsnew {
        padding: 0 4px;
    }

    .header-right .whatsnew .number {
        font-size: 11px;
    }
}


@media (max-width: 992px) {
    .main {
        margin-top: 0;
    }

    .span2 {
        width: 100% !important;
        margin-bottom: -45px !important;
    }

    .img-caption {
        display: none !important;
    }

    .whatsnew {
        padding: 0 4px;
    }

    .header-right .whatsnew .number {
        font-size: 11px;
    }

    p {
        margin: 0 0 0;
    }

    .t3-navhelper {
        background: transparent;
        color: #666666;
        margin-top: 0;
        margin-bottom: 0;
    }

    .item-row.row-top {
        border: none !important;
    }

    .t3-mainbody {
        position: relative;
        box-shadow: none !important;
    }

    .navbarmobile {
        margin-top: 0 !important;
    }

    .t3-header {
        position: sticky;
        height: auto;
    }

    .t3-topbar .top-right {
        position: absolute;
    }

    .rsblog-theme6 .rsblog-entry-date span {
        margin-bottom: 0;
    }

    .no-show {
        display: none !important;
    }

    .rsblog-theme6 .rsblog-entry-date span {
        display: block;
        margin: 0 !important;
        text-align: center;
        text-transform: uppercase;
    }

    .rsblog-theme6 header .rsblog-entry-meta > * {
        margin-bottom: 0 !important;
    }

    .rsblog-entry-header {
        margin-bottom: 0 !important;
    }

    .span10 {
        width: 100% !important;
    }
}

.rsblog-theme6 .rsblog-post {
    border-bottom: 4px solid #eee;
}

.rsblog-theme6 .rsblog-entry-date span:nth-child(1) {
    font-size: 13px;
}

.rsblog-theme6 .rsblog-entry-date span:nth-child(2) {
    display: block;
    font-size: 35px;
    height: auto;
    font-weight: bold;
}

.rsblog-theme6 .rsblog-entry-date {
    border-right: 4px solid #eee;
    border-bottom: none;
    border-top: none;
    border-left: none;
    display: block;
    padding: 5px;
}

.fa {
    font-weight: bold !important;
    font-size: 14px !important;
}

img {
    max-width: 100%;
    height: auto;
}

.startdate {
    font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: white !important;
    font-size: 16px !important;
}

.fa-calendar-o::before {
    font-family: FontAwesome !important;
}

#comments-form img.smile {
    max-width: 3% !important;
}

.ja-thumbnailwrap ul.nav {
    font-size: 60%;
    font-family: arial;
}

/* Fussball Ergebniss Modul */
.modulefussball {
    border-top: 1px solid #e5e5e5;
    color: #333333;
    display: block;
    font-family: "Roboto Slab", Cambria, Georgia, "Times New Roman", Times, serif;
    padding: 12px 6px;
}

.categories-modulefussball a.mod-articles-category-title,
ul.categories-modulefussball a.mod-articles-category-title,
.category-modulefussball a.mod-articles-category-title,
ul.category-modulefussball a.mod-articles-category-title {
    border-top: 1px solid #e5e5e5;
    color: #333333;
    display: block;
    font-family: "Roboto Slab", Cambria, Georgia, "Times New Roman", Times, serif;
    padding: 12px 0;
}

.category-modulefussball li {
    line-height: normal;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
    margin-left: 0;
    padding-left: 0;
}

.img-intro-left {
    float: none !important;
    margin: 0 0 24px !important;
    max-width: 100% !important;
    width: 100% !important;
}

.article img,
.article-intro img,
.article-content img {
    max-width: 100%;
}

/* Mail-Fenster zu klein für Inhalt */
#mailto-window h2 {
    font-size: 18px;
}

#mailto-window {
    max-height: 320px;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.mailto-close {
    display: none;
}

/* RSS FEED */
.syndicate-module {
    float: left;
}

/* LaterPay Styles */
.lp-dialog-wrapper {
    display: block;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
}

.lp-dialog {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px -1px;
    box-sizing: border-box;
    color: #cc0000;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    margin: 1em auto;
    max-width: calc(448px);
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
}

.lp-header-wrapper {
    border-radius: 8px 15px 0 0;
    padding-bottom: calc(10.5px);
    box-sizing: inherit;
    font-family: inherit;
    color: #cc0000;
    background-color: #fff;
}

.lp-header-text {
    font-size: calc(20px);
    font-weight: 600;
    letter-spacing: -.015em;
    line-height: 1.4;
    padding: 32px 21px 0;
    box-sizing: inherit;
    font-family: inherit;
}

.lp-amount-text {
    display: block;
    font-size: 17px;
    color: #cc0000;
    font-weight: 600;
    letter-spacing: 0.15px;
    margin: 0 0 30px 0;
}

.lp-amount-presets {
    margin-bottom: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 300px;
    margin: 0 auto;
}

.lp-amount-preset-wrapper {
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    float: left;
}

.lp-amount-preset-button {
    text-align: center;
    line-height: 50px;
    width: 50px;
    font-size: 16px;
    border-radius: 8px;
    color: #5d5d5d;
}

.lp-custom-amount {
    font-size: 16px;
    margin: 0.3em auto;
    float: none;
    left: 0;
    right: 0;
}

.lp-custom-amount-text {
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 5px;
    color: #888;
    font-weight: 600;
    letter-spacing: 0.15px;
}

.lp-custom-amount-label {
    width: 100%;
    line-height: inherit;
    margin: auto;
    padding: 4px 6px;
    box-sizing: border-box;
    color: #4a4a4a;
    vertical-align: middle;
    font-weight: bold;
    font-size: 0.95em;
    display: block;
    cursor: default;
}

.lp-custom-amount-input {
    font-family: inherit;
    line-height: inherit;
    font-size: 16px;
    width: 90px;
    padding: 10px;
    text-align: right;
    border: thin solid #eeefee;
    border-radius: 8px;
}

.lp-custom-error-wrapper {
    font-size: 0.8em;
}

.lp-dialog-button-wrapper {
    display: inline-flex;
    margin-top: 10px;
}

.lp-button-wrapper {
    display: flex;
    flex-flow: row nowrap;
    flex: 1 1 0%;
    align-items: center;
    justify-content: center;
}

.lp-button {
    margin-top: 0.5em;
    cursor: pointer;
    color: #ffffff;
    background-color: #cc0000;
    border-radius: 8px;
    padding: 0 8px;
}

.lp-cart {
    height: 19px;
    width: 19px;
    z-index: 1;
    transform: translate(16px, 19.5px);
    float: left;
    position: relative;
    top: -7px;
}

.lp-link {
    text-decoration: none;
    padding: 13px 18px 13px 40px;
    font-weight: 600;
    font-size: 17px;
}

.lp-powered-by {
    margin: 24px auto 0;
    padding-bottom: 18px;
    color: #414141;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
}

.lp-powered-by-link {
    color: inherit;
    font-family: inherit;
}

.lp-dialog-button-wrapper {
    display: block;
    margin-top: 10px;
    -webkit-font-smoothing: antialiased;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
