/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 06 2026 | 01:10:38 */

//* Container */
.wb-accordion-wrapper {
    margin-bottom: 25px;
    font-family: inherit;
}

/* Der schmale rote Balken */
.wb-accordion-toggle {
    background-color: #EC0000; /* SYSTEM FARBE */
    color: white;
    width: 100%;
    padding: 10px 15px;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s;
}

.wb-accordion-toggle:hover {
    background-color: #cc0000; /* Etwas dunkler beim Drüberfahren */
}

/* Pfeil Icon drehen */
.wb-toggle-icon {
    margin-right: 10px;
    font-size: 12px;
    transition: transform 0.3s;
}

/* Wenn offen: Pfeil drehen */
.wb-accordion-toggle.active .wb-toggle-icon {
    transform: rotate(180deg);
}

/* Versteckter Inhalt */
.wb-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    background-color: #f9f9f9;
    border-left: 3px solid #EC0000;
}

/* Wenn offen: Inhalt zeigen */
.wb-accordion-content.open {
    max-height: 500px; /* Genug Platz für Text */
    border-bottom: 1px solid #eee;
}

/* Listen Styling */
.wb-accordion-content ul {
    margin: 0;
    padding: 20px;
    list-style: none !important;
}

.wb-accordion-content li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #333;
}

.wb-accordion-content li::before {
    content: "●";
    color: #EC0000;
    position: absolute;
    left: 0;
    font-size: 10px;
    top: 3px;
}

.wb-ai-note {
    font-size: 10px;
    color: #aaa;
    text-align: right;
    padding: 0 10px 5px 0;
}




/* Container Liste */
ul.custom-rss-list {
    list-style: none; /* Keine Punkte */
    padding: 0;
    margin: 0;
}

/* Einzelner Eintrag */
ul.custom-rss-list li {
    margin-bottom: 8px; /* Abstand zwischen Titeln */
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0; /* Trennlinie */
    line-height: 1.4;
}

/* Der Link (Titel) */
ul.custom-rss-list a {
    text-decoration: none;
    font-weight: 500;
    color: inherit; /* Nimmt Textfarbe des Themes an */
}

ul.custom-rss-list a:hover {
    text-decoration: underline; /* Unterstreichen beim Drüberfahren */
}


#woche-adsense-im-beitrag {
  display: block;        /* Block-Level, Pflicht */
  min-height: 300px;     /* Platz reservieren für max. Anzeige */
  text-align: center;    /* sorgt für horizontale Zentrierung */
  line-height: 300px;    /* vertikal mittig bei kleineren Ads */
}
#woche-adsense-im-beitrag ins.adsbygoogle {
  line-height: normal;   /* verhindert, dass die Anzeige gestaucht wird */
  vertical-align: middle;
}


.fb-comments-container, 
.fb-comments, 
.fb-comments span, 
.fb-comments iframe[style] {
    width: 100% !important;
}

.fb-comments-notice {
    background-color: #f0f8ff;
    border-left: 4px solid #4267B2;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
}

/* Werbelink class */
.textadblock {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 12px;
  color: #202124;
}

.textadlink1 {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #1a0dab;
  display: block;
  margin-bottom: 2px;
}

.textadlink1:hover {
  text-decoration: underline;
}

.textstyle {
  font-size: 13px;
  color: #4d5156;
  display: block;
  margin-bottom: 6px;
}

.textadlink2 {
  font-size: 13px;
  color: #006621;
  display: block;
}

.textadgroupframe {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 0;
}

.textadgrouphead {
  font-size: 10px;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}




/* Existing blur-filter class */
.blur-filter {
    filter: blur(5px);
}



.related-posts-sidebar {
    width: 40%; /* Sie können die Breite anpassen, um sie an Ihr Layout anzupassen */
    float: left; /* Das ist der entscheidende Befehl: Lässt die Box links "schweben" */
    margin-right: 30px; /* Fügt Abstand zwischen der Sidebar und dem Haupttext hinzu */
}

/* Optional: Stile für die Überschrift und die Liste */
.related-posts-sidebar .related-posts-title {
    font-size: 1.2em;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
}

.related-posts-sidebar .related-posts-list {
    list-style: none; /* Entfernt die Standard-Listenpunkte */
    padding: 0;
    margin: 0;
}

.related-posts-sidebar .related-posts-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px; /* Platz für den Pfeil */
}

/* Stil für den Pfeil vor den Listenelementen */
.related-posts-sidebar .related-posts-list li:before {
    content: "►"; /* Ein Unicode-Pfeil */
    position: absolute;
    left: 0;
    color: #0073aa; /* Farbe des Pfeils */
}

.related-posts-sidebar .related-posts-list a {
    text-decoration: none;
    color: #333; /* Dunkle Textfarbe für bessere Lesbarkeit */
}



.wb-related-prefix {
    color: #0073aa;
    font-weight: bold;
    margin-right: 5px;
}

.wb-related-links {
    margin: 20px 20px 20px 0; /* Abstand oben, rechts, unten und links */
    padding: 15px;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    float: left; /* Lässt den Text rechts von der Box umfließen */
    width: 300px; /* Feste Breite für die Box */
    max-width: 100%; /* Stellt sicher, dass die Box auf kleinen Bildschirmen nicht überläuft */
}

.related-posts-title {
    font-size: 1.1em; /* Noch kleinerer Titel */
    font-weight: bold;
    color: #333;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.related-posts-title:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #e50914;
    position: absolute;
    bottom: 0;
    left: 0;
}

.related-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-posts-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.related-posts-list li:before {
    content: '›';
    font-size: 20px;
    line-height: 1;
    color: #e50914;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.related-posts-list li a {
    text-decoration: none;
    color: #333;
    font-weight: normal;
    font-size: 0.9em;
    transition: color 0.3s ease;
}

.related-posts-list li a:hover {
    color: #e50914;
}

/* Anpassungen für kleinere Bildschirme (Mobile) */
@media (max-width: 768px) {
    .wb-related-links {
        width: 100%; /* Box nimmt die volle Breite ein */
        float: none; /* Deaktiviert das Floating */
        margin: 20px 0; /* Korrigiert den Abstand */
    }
}


.woche-adlabel {
  font-size: 8px;
  color: black;
  text-align: center;
}

.wp-element-caption {
  text-align: left;
}

.custom-caption {
    font-size: 12px;
    color: #666;
    text-align: left;
    margin-top: 5px; 
	
}


/* Zentrierung für h3 und h4 mit .has-text-align-center */
h3.has-text-align-center,
h4.has-text-align-center {
    text-align: center !important;
}

/* Zentrierte Formatierung für h3 und h4 */
h3,
h4 {
    text-align: center;
    position: relative;
    display: block;
    padding-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}


/* Rote Linie unter h3 und h4 */
h3::after,
h4::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 5px;
    background-color: var(--primary-color);
    transform: translateX(-50%);
}




.related-posts .row {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3 gleich breite Spalten */
	gap: 20px;
	margin-top: 20px;
}



.related-posts .row > div {
	background: #f9f9f9;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s ease;
}

.related-posts .row > div:hover {
	transform: translateY(-5px);
}

.related-posts .entry-title {
	font-size: 16px;
	margin: 10px 0 5px;
}

.related-posts .entry-title a {
	text-decoration: none;
	color: #333;
}

.related-posts .entry-title a:hover {
	color: #0073aa;
}

.related-posts .entry-content {
	font-size: 14px;
	color: #555;
}

.related-posts img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}

/* Responsive für kleinere Bildschirme */
@media (max-width: 900px) {
	.related-posts .row {
		grid-template-columns: repeat(2, 1fr); /* 2 Spalten */
	}
}

@media (max-width: 600px) {
	.related-posts .row {
		grid-template-columns: 1fr; /* 1 Spalte */
	}
}



/* Hintergrund und Basis-Styles */
.twd-weather,
.twd-weather-widget {
    width: 100%;               /* volle Breite des Containers */
    background-image: url('https://www.wochenblitz.com/wp-content/uploads/2025/05/wetterhintergrund.webp');
    background-size: cover;
    background-position: center;
    color: #222222; /* dunkle Schriftfarbe für besseren Kontrast */
    padding: 15px;
    border-radius: 12px;
    margin: 8px 0;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.10);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: transform 0.2s ease;
    animation: fadeIn 0.4s ease-in;
    overflow: hidden; /* verhindert Überlaufen */
    box-sizing: border-box;
}

.twd-weather:hover,
.twd-weather-widget:hover {
    transform: translateY(-1px);
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Wetterkarten */
.twd-weather-card,
.twd-weather-city {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.85); /* halbtransparenter weißer Hintergrund */
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.twd-weather-city:hover,
.twd-weather-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

/* Stadtnamen */
.twd-city {
    flex: 1 1 auto;
    text-align: left;
    white-space: nowrap;
    min-width: 110px;
    font-size: 16px;
    font-weight: 600;
    color: #EC0000;
    overflow: hidden;
    text-overflow: ellipsis; /* bei Überlänge "..." */
}

/* Wetterbericht rechts */
.twd-weather-content {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    text-align: right;
    white-space: nowrap;
    font-size: 15px;
    color: #4b5563;
}

/* Wetterbericht einzelne Elemente */
.twd-weather-content span {
    color: #4b5563;
}

/* Responsive Anpassungen */
@media (max-width: 360px) {
    .twd-weather,
    .twd-weather-widget {
        padding: 12px;
    }

    .twd-city {
        min-width: 90px;
        font-size: 14px;
    }

    .twd-weather-content {
        font-size: 13px;
        gap: 4px;
    }
}

