/* =============================================
   VORSPRUNGFINANZEN - KOMPLETTES CSS
   Stand: 30. Januar 2026
   Font: Nunito Sans
   ============================================= */

/* === SITE-TITLE HEADER: Nunito Sans 600 === */
.wp-block-site-title,
.wp-block-site-title a,
h1.wp-block-site-title,
h1.wp-block-site-title a,
.site-title,
.site-title a,
h1.site-title {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 120px !important;
}

/* === SITE-TITLE FOOTER: Deutlich kleiner === */
footer .wp-block-site-title,
footer .wp-block-site-title a,
.site-footer .wp-block-site-title,
.site-footer .wp-block-site-title a,
.footer .wp-block-site-title,
.footer .wp-block-site-title a {
    font-size: 48px !important;
}

/* Mobile Header */
@media (max-width: 768px) {
    .wp-block-site-title,
    .wp-block-site-title a,
    h1.wp-block-site-title,
    h1.wp-block-site-title a {
        font-size: 48px !important;
    }
    
    footer .wp-block-site-title,
    footer .wp-block-site-title a,
    .site-footer .wp-block-site-title,
    .site-footer .wp-block-site-title a {
        font-size: 28px !important;
    }
}

/* Tablet Header */
@media (min-width: 769px) and (max-width: 1024px) {
    .wp-block-site-title,
    .wp-block-site-title a,
    h1.wp-block-site-title,
    h1.wp-block-site-title a {
        font-size: 70px !important;
    }
    
    footer .wp-block-site-title,
    footer .wp-block-site-title a,
    .site-footer .wp-block-site-title,
    .site-footer .wp-block-site-title a {
        font-size: 40px !important;
    }
}

/* =============================================
   EINZELBEITRÃ„GE (SINGLE POSTS)
   ============================================= */

/* === CONTENT ZENTRIERUNG === */
body.single .post-header,
body.single .post-footer,
body.single .post-content,
body.single .wp-block-post-content,
body.single .authorbox-wrap,
body.single .wp-block-group.content-gap {
    max-width: 1000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    box-sizing: border-box !important;
}

/* Content innerhalb zentrieren */
body.single .is-layout-constrained > * {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* === ABSTAND NACH KATEGORIE-ZEILE === */
body.single .post-footer {
    margin-bottom: 25px !important;
}

/* === BULLET POINTS / LISTEN === */
body.single .entry-content ul,
body.single .entry-content ol {
    padding-left: 30px !important;
    margin-left: 0 !important;
    margin-bottom: 20px !important;
}

body.single .entry-content ul li,
body.single .entry-content ol li {
    margin-bottom: 10px !important;
    padding-left: 8px !important;
    line-height: 1.7 !important;
}

body.single .entry-content ul {
    list-style-type: disc !important;
}

body.single .entry-content ul ul {
    list-style-type: circle !important;
    margin-top: 10px !important;
}

/* === EXPERIMENT SUMMARY BOX (Blau - Tech) === */
.experiment-summary {
    border-left: 4px solid #1E3A8A !important;
    padding: 20px 25px !important;
    margin: 25px 0 !important;
    background-color: #DBEAFE !important;
    border-radius: 0 8px 8px 0 !important;
}

.experiment-summary strong:first-child {
    display: block !important;
    font-size: 1.1rem !important;
    margin-bottom: 12px !important;
    color: #1E3A8A !important;
}

.experiment-summary ul {
    margin: 0 !important;
    padding-left: 20px !important;
}

.experiment-summary li {
    margin-bottom: 6px !important;
}

/* === VF TEXTBOX (Info-Box Blau) === */
.vf-textbox {
    background-color: #DBEAFE !important;
    border: 1px solid #3B82F6 !important;
    border-left: 4px solid #1E3A8A !important;
    border-radius: 8px !important;
    padding: 20px 25px !important;
    margin: 25px 0 !important;
}

.vf-textbox h4 {
    margin: 0 0 15px 0 !important;
    color: #1E3A8A !important;
    font-size: 1.1rem !important;
}

/* === CTA BOX (GrÃ¼n - Aktion) === */
.vf-cta {
    background: linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 100%) !important;
    border: 2px solid #16A34A !important;
    border-radius: 12px !important;
    padding: 25px 30px !important;
    margin: 30px 0 !important;
    text-align: center !important;
}

.vf-cta h4 {
    color: #166534 !important;
    margin: 0 0 10px 0 !important;
}

.vf-cta p {
    margin: 0 !important;
    color: #374151 !important;
}

/* === WARNING BOX (Gelb/Orange) === */
.vf-warning {
    background-color: #FEF3C7 !important;
    border-left: 4px solid #D97706 !important;
    border-radius: 0 8px 8px 0 !important;
    padding: 20px 25px !important;
    margin: 25px 0 !important;
}

.vf-warning h4 {
    color: #92400E !important;
    margin: 0 0 10px 0 !important;
}

/* === SUCCESS BOX (GrÃ¼n) === */
.vf-success {
    background-color: #F0FDF4 !important;
    border-left: 4px solid #166534 !important;
    border-radius: 0 8px 8px 0 !important;
    padding: 20px 25px !important;
    margin: 25px 0 !important;
}

.vf-success h4 {
    color: #166534 !important;
    margin: 0 0 10px 0 !important;
}

/* === INFO BOX (Neutral/Grau) === */
.vf-info {
    background-color: #F3F4F6 !important;
    border-left: 4px solid #6B7280 !important;
    border-radius: 0 8px 8px 0 !important;
    padding: 20px 25px !important;
    margin: 25px 0 !important;
}

.vf-info h4 {
    color: #374151 !important;
    margin: 0 0 10px 0 !important;
}

/* === TABELLEN IN POSTS === */
body.single .entry-content table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 25px 0 !important;
}

body.single .entry-content th,
body.single .entry-content td {
    padding: 12px 15px !important;
    border: 1px solid #E5E7EB !important;
    text-align: left !important;
}

body.single .entry-content th {
    background-color: #374151 !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
}

body.single .entry-content tr:nth-child(even) {
    background-color: #F9FAFB !important;
}

/* === CODE BLÃ–CKE === */
body.single .entry-content pre {
    background-color: #1F2937 !important;
    color: #F9FAFB !important;
    padding: 20px !important;
    border-radius: 8px !important;
    overflow-x: auto !important;
    margin: 25px 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

body.single .entry-content code {
    background-color: #E5E7EB !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    font-size: 0.9em !important;
}

body.single .entry-content pre code {
    background-color: transparent !important;
    padding: 0 !important;
}

/* === RELATED POSTS SEKTION === */
.related-posts-section {
    border-top: 1px solid #E5E7EB !important;
    margin-top: 40px !important;
}

.related-posts-section h3 {
    margin-bottom: 25px !important;
}

.related-posts-section .wp-block-post-featured-image {
    margin-bottom: 12px !important;
}

.related-posts-section .wp-block-post-featured-image img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
}

.related-posts-section .wp-block-post-title {
    font-size: 1rem !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
}

.related-posts-section .wp-block-post-title a {
    text-decoration: none !important;
}

.related-posts-section .wp-block-post-title a:hover {
    text-decoration: underline !important;
}

/* =============================================
   RESPONSIVE EINZELBEITRÃ„GE
   ============================================= */

/* Tablet */
@media (max-width: 1024px) {
    .related-posts-section .wp-block-post-template {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    /* Content Zentrierung Mobile */
    body.single .post-header,
    body.single .post-footer,
    body.single .post-content,
    body.single .wp-block-post-content,
    body.single .authorbox-wrap,
    body.single .wp-block-group.content-gap {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    /* Boxen auf Mobile */
    .experiment-summary,
    .vf-textbox,
    .vf-cta,
    .vf-warning,
    .vf-success,
    .vf-info {
        padding: 15px 18px !important;
        margin: 20px 0 !important;
    }
    
    /* Tabellen scrollbar auf Mobile */
    body.single .entry-content table {
        display: block !important;
        overflow-x: auto !important;
    }
    
    body.single .entry-content th,
    body.single .entry-content td {
        padding: 10px 12px !important;
        font-size: 0.9rem !important;
    }
    
    /* Code-BlÃ¶cke kleiner */
    body.single .entry-content pre {
        padding: 15px !important;
        font-size: 13px !important;
    }
    
    /* Listen enger */
    body.single .entry-content ul,
    body.single .entry-content ol {
        padding-left: 20px !important;
    }
    
    /* Related Posts 1 Spalte */
    .related-posts-section .wp-block-post-template {
        grid-template-columns: 1fr !important;
    }
}

/* Kleines Mobile */
@media (max-width: 480px) {
    /* Content Zentrierung kleines Mobile */
    body.single .post-header,
    body.single .post-footer,
    body.single .post-content,
    body.single .wp-block-post-content,
    body.single .authorbox-wrap,
    body.single .wp-block-group.content-gap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .experiment-summary,
    .vf-textbox,
    .vf-cta,
    .vf-warning,
    .vf-success,
    .vf-info {
        padding: 12px 15px !important;
        border-radius: 6px !important;
    }
    
    body.single .entry-content pre {
        padding: 12px !important;
        font-size: 12px !important;
        border-radius: 6px !important;
    }
}

/* =============================================
   MARKTECHO STYLES
   ============================================= */

.marktecho-container {
    max-width: 100% !important;
    font-family: Georgia, 'Times New Roman', serif !important;
}

.marktecho-intro {
    font-size: 1.1rem !important;
    color: #4B5563 !important;
    line-height: 1.8 !important;
    margin-bottom: 40px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #E5E7EB !important;
}

.marktecho-monat {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: #6B7280 !important;
    margin: 40px 0 20px 0 !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid #E5E7EB !important;
}

.marktecho-entry {
    margin-bottom: 50px !important;
    padding-bottom: 40px !important;
    border-bottom: 1px solid #E5E7EB !important;
}

.marktecho-meta {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 0.8rem !important;
    color: #6B7280 !important;
    margin-bottom: 20px !important;
}

.marktecho-kw {
    color: #166534 !important;
    font-weight: 600 !important;
}

.marktecho-body {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
    align-items: flex-start !important;
}

figure.marktecho-bild {
    flex: 0 0 120px !important;
    width: 120px !important;
    margin: 0 !important;
}

figure.marktecho-bild img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3/4 !important;
    object-fit: cover !important;
    border-radius: 4px !important;
}

.marktecho-bildunterschrift {
    font-size: 0.7rem !important;
    color: #6B7280 !important;
    margin-top: 6px !important;
}

.marktecho-content {
    flex: 1 !important;
    min-width: 0 !important;
}

.marktecho-zitat {
    margin: 0 0 20px 0 !important;
    padding-left: 16px !important;
    border-left: 3px solid #16A34A !important;
}

.marktecho-zitat-text {
    font-size: 1.1rem !important;
    font-style: italic !important;
    color: #111827 !important;
    margin: 0 0 8px 0 !important;
}

.marktecho-zitat-quelle {
    font-size: 0.8rem !important;
    color: #6B7280 !important;
}

.marktecho-zitat-quelle strong {
    color: #166534 !important;
}

.marktecho-headline {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #166534 !important;
    margin: 25px 0 12px 0 !important;
}

.marktecho-analyse {
    font-size: 1rem !important;
    color: #374151 !important;
    line-height: 1.8 !important;
}

.marktecho-fazit {
    background: #F0FDF4 !important;
    padding: 16px 20px !important;
    border-radius: 4px !important;
    margin-top: 20px !important;
    border-left: 4px solid #166534 !important;
}

.marktecho-fazit-label {
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
    color: #166534 !important;
    display: block !important;
    margin-bottom: 6px !important;
}

/* Responsive Marktecho */
@media (max-width: 599px) {
    .marktecho-body {
        flex-direction: column !important;
        gap: 15px !important;
    }
    figure.marktecho-bild {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 200px !important;
    }
}

@media (min-width: 600px) {
    figure.marktecho-bild {
        flex: 0 0 160px !important;
        width: 160px !important;
    }
    .marktecho-body {
        gap: 25px !important;
    }
}

@media (min-width: 900px) {
    figure.marktecho-bild {
        flex: 0 0 200px !important;
        width: 200px !important;
    }
    .marktecho-body {
        gap: 30px !important;
    }
}

/* =============================================
   FRAG NACH STYLES
   ============================================= */

.fragnach-container {
    max-width: 100% !important;
    font-family: Georgia, 'Times New Roman', serif !important;
}

.fragnach-intro {
    font-size: 1.1rem !important;
    color: #4B5563 !important;
    line-height: 1.8 !important;
    margin-bottom: 40px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #E5E7EB !important;
}

.fragnach-monat {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: #6B7280 !important;
    margin: 40px 0 20px 0 !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid #E5E7EB !important;
}

.fragnach-entry {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin-bottom: 50px !important;
    padding-bottom: 40px !important;
    border-bottom: 1px solid #E5E7EB !important;
    align-items: stretch !important;
}

.fragnach-meta {
    flex: 0 0 100% !important;
    font-size: 0.8rem !important;
    color: #6B7280 !important;
    margin-bottom: 10px !important;
}

.fragnach-kw {
    color: #92400E !important;
    font-weight: 600 !important;
}

.fragnach-frage {
    flex: 1 1 280px !important;
    background: #FEF3C7 !important;
    padding: 20px !important;
    border-radius: 6px !important;
    border-left: 4px solid #D97706 !important;
    margin: 0 !important;
    align-self: stretch !important;
}

.fragnach-antwort {
    flex: 2 1 400px !important;
    background: #FEF9E7 !important;
    padding: 20px !important;
    border-radius: 6px !important;
    margin: 0 !important;
    align-self: stretch !important;
}

.fragnach-frage-label,
.fragnach-antwort-label {
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
    color: #92400E !important;
    display: block !important;
    margin-bottom: 10px !important;
}

.fragnach-frage-text {
    font-size: 1.1rem !important;
    font-style: italic !important;
    color: #111827 !important;
    margin: 0 !important;
}

.fragnach-antwort-body {
    display: flex !important;
    gap: 15px !important;
    align-items: flex-start !important;
}

figure.fragnach-autor {
    flex: 0 0 100px !important;
    width: 100px !important;
    margin: 0 !important;
}

figure.fragnach-autor img {
    width: 100% !important;
    height: auto !important;
    border-radius: 4px !important;
}

.fragnach-autor-name {
    font-size: 0.75rem !important;
    color: #92400E !important;
    margin-top: 8px !important;
}

.fragnach-antwort-content {
    flex: 1 !important;
    min-width: 0 !important;
}

.fragnach-antwort-text {
    font-size: 1rem !important;
    color: #374151 !important;
    line-height: 1.8 !important;
    margin: 0 0 15px 0 !important;
}

.fragnach-fazit {
    background: #FEF3C7 !important;
    padding: 14px 16px !important;
    border-radius: 4px !important;
    border-left: 4px solid #D97706 !important;
    margin-top: 15px !important;
}

.fragnach-fazit-label {
    margin-bottom: 6px !important;
}

/* Responsive Frag Nach */
@media (max-width: 599px) {
    .fragnach-entry {
        flex-direction: column !important;
    }
    .fragnach-frage,
    .fragnach-antwort {
        flex: 1 1 100% !important;
    }
    .fragnach-antwort-body {
        flex-direction: column !important;
        gap: 15px !important;
    }
    figure.fragnach-autor {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 120px !important;
    }
}

@media (min-width: 600px) {
    figure.fragnach-autor {
        flex: 0 0 120px !important;
        width: 120px !important;
    }
}

@media (min-width: 900px) {
    figure.fragnach-autor {
        flex: 0 0 140px !important;
        width: 140px !important;
    }
}

/* =============================================
   ARCHIV STYLES
   ============================================= */

.marktecho-archiv,
.fragnach-archiv {
    margin-top: 60px !important;
    border-top: 2px solid #E5E7EB !important;
    padding-top: 30px !important;
}

.marktecho-archiv-header,
.fragnach-archiv-header {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #374151 !important;
    margin-bottom: 20px !important;
}

.marktecho-archiv details,
.fragnach-archiv details {
    margin-bottom: 8px !important;
    border: 1px solid #E5E7EB !important;
    border-radius: 6px !important;
    background: #FAFAFA !important;
}

.marktecho-archiv summary,
.fragnach-archiv summary {
    padding: 14px 18px !important;
    cursor: pointer !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
    list-style: none !important;
}

.marktecho-archiv summary::-webkit-details-marker,
.fragnach-archiv summary::-webkit-details-marker {
    display: none !important;
}

/* =============================================
   KATEGORIE-SEITEN
   ============================================= */

body.category h1.archive-title.wp-block-query-title,
body.archive h1.archive-title.wp-block-query-title {
    text-align: left !important;
}

body.category .wp-block-site-title,
body.archive .wp-block-site-title {
    text-align: center !important;
}

body.category .wp-block-group.is-layout-constrained > *,
body.category .archive-description,
body.category .taxonomy-description,
body.category .wp-block-post-content {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

body.category .archive-header {
    max-width: 100% !important;
}

body.category .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100% !important;
    margin-left: 40px !important;
    margin-right: 40px !important;
}

body.category .category-intro-wrapper {
    max-width: 100% !important;
    width: 100% !important;
}

body.category .wp-block-group.is-layout-constrained {
    max-width: 100% !important;
}

body.category article,
body.category .wp-block-post-template {
    max-width: 100% !important;
    width: 100% !important;
}

body.category .site-main {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

@media (max-width: 768px) {
    body.category .site-main {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    body.category .wp-block-group.is-layout-constrained > *,
    body.category .archive-description,
    body.category .taxonomy-description {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    body.category .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

@media (max-width: 480px) {
    body.category .site-main {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    body.category .wp-block-group.is-layout-constrained > *,
    body.category .archive-description,
    body.category .taxonomy-description {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    body.category .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}

/* =============================================
   SEITEN (PAGES)
   ============================================= */

.page .wp-block-post-title,
.page-template-default .wp-block-post-title {
    margin-left: 0 !important;
    margin-right: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    text-align: left !important;
}

.page .entry-header,
.page .entry-header.is-layout-constrained,
.page .wp-block-group.entry-header {
    max-width: 100% !important;
}

.page .entry-header > *,
.page .entry-header.is-layout-constrained > * {
    max-width: 100% !important;
    margin-left: 0 !important;
}

/* AbstÃ¤nde reduzieren */
.page .entry-header {
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
}

.page .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.page .site-content.content-gap {
    gap: 10px !important;
}

.page .entry-header.pb__2,
.page .wp-block-group.entry-header {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.page .site-main.content-gap {
    gap: 0 !important;
}

.page .marktecho-container,
.page .fragnach-container {
    margin-top: 8px !important;
}

/* Leere Elemente ausblenden */
.page .entry-content > p:first-child:empty,
.page .entry-content > p:first-of-type:empty {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.page .entry-content > .marktecho-container,
.page .entry-content > .fragnach-container {
    margin-top: 0 !important;
}

.entry-content > p:first-child:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
}

p:empty {
    display: none !important;
}

/* Marktecho/Fragnach Abstand kompensieren - NUR auf Pages */
.page .marktecho-container {
    margin-top: -80px !important;
}

.page .fragnach-container,
.page .frag-nach-container {
    margin-top: -80px !important;
}

/* =============================================
   NAVIGATION
   ============================================= */

.wp-block-navigation,
.page .wp-block-navigation,
nav.wp-block-navigation {
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
}

.wp-block-navigation__container {
    justify-content: center !important;
    width: 100% !important;
}

.wp-block-navigation.items-justified-center {
    justify-content: center !important;
}

.header-row .wp-block-navigation,
.site-header .wp-block-navigation {
    justify-content: center !important;
}

.wp-block-navigation__responsive-container-content {
    justify-content: center !important;
}

.site-header .wp-block-navigation,
.site-header nav.wp-block-navigation,
header .wp-block-navigation {
    justify-content: center !important;
    width: 100% !important;
}

.site-header .wp-block-ainoblocks-grid-item {
    justify-content: center !important;
}

.site-header .wp-block-ainoblocks-grid-container {
    justify-items: center !important;
}

/* SÃ¤ulen-Navigation: GroÃŸschreibung beibehalten */
.wp-block-navigation-item__content,
.wp-block-navigation-link__content,
footer .wp-block-navigation-item__content,
footer .wp-block-navigation-link__content,
.site-footer .wp-block-navigation-item__content,
.site-footer .wp-block-navigation-link__content {
    text-transform: none !important;
}

/* Footer Links: GroÃŸschreibung beibehalten */
footer a,
footer p a,
.site-footer a,
.site-footer p a,
footer .wp-block-paragraph a,
.has-text-s-font-size a {
    text-transform: none !important;
}

/* Globale Textformatierung */
body,
body *,
.entry-content,
.entry-content *,
.marktecho-container,
.marktecho-container *,
.fragnach-container,
.fragnach-container *,
p, span, div, li, td, th {
    text-transform: none !important;
}