/*
 Theme Name:    Nature Bliss Child
 Author:        MC
 Author URI:    https://www.olympia-eschelbach.de
 Template:      nature-bliss
 Version:       1.0.0
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/
.header-search-box > a i {
  font-size: 18px;
  position: absolute;
  top: 25px;
  right: 40px;
}
#site-identity {
  margin-top: -5px;
}
h1.site-title a, p.site-title a {color:#555 !important}
h2.entry-title a {
font-size: 1.15em;
background-color: #555;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-inline: 10px;
  color: #ddd !important;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

h2.entry-title a:hover {
    color: #fff !important;
}
.cat-links {display:none !important;}
.entry-meta {display:none !important;}
.entry-content a {
  color: #007 !important;
  text-decoration: inherit;
}
a:hover {
    color: #fe7b00 !important;
}
.header-search-box > a,
.header-search-box > a i {
    color: #000;
    padding: 3px 10px 6px;
    line-height: 1.5;
    display: block;
    border: 0px !important;
}
.header-search-box>a:focus,
.header-search-box>a:hover {
    background-color: #fff;
}
p
{
  font-size: 1.05em;
}
.entry-content h2 {font-size:1.8em !important;color:#009}
.entry-content h3 {font-size:1.3em !important;color:#cd9a00}
.sidebar .widget-title {
  color: #fe7b00;
  border-bottom: 0px !important;
}
  }

.header-search-box > a{border:none;}

video {
  width: 100%;
  height: auto;
}

.alignleft {
    margin-bottom: 15px !important;
}
#mob-menu .menu a {
  display: block;
  color: #fff !important;
  text-align: left;
  padding: 7px 30px;
  transition: 0.3s;
  background-color:#555 !important;
  border-bottom: 1px solid white;
}
#mob-menu .menu a:hover {
  background-color:#222 !important;
}
.comments-link {display:none;}
.widget_text a:not(.more-link):not(.button), .comment-content a {
  text-decoration: none;
}
.sidebar ul li::before {
    content: "\1F3D3";
    font-family: 'FontAwesome';
    padding-right: 20px;
    background: none;
    transform: rotate(15deg);
	color: #eab513 !important;
}

.sidebar .widget ul li::before {
	padding-right: 0px;
  content: "\1F3D3" !important;
  color: #eab513 !important;
}

.sidebar .textwidget ul li::before {
	padding-right: 20px;
}

.entry-content-outer img, .entry-content-outer img {
  border-bottom: 0px !important;
}

.post-navigation .nav-links .nav-previous a::before {
  content: "←" !important;
  color: blue !important;
  padding-right: 1px !important;
  font-size: 15px !important;
}
.post-navigation .nav-links .nav-next a::after, .posts-navigation .nav-next a::after {
  content: "→" !important;
  color: blue !important;
  padding-left: 5px !important;
  font-size: 15px !important;
}
.copyright {
  color: #666 !important;
}
#colophon,#colophon a {
  color: #222 !important;
}

button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #555;
}

a.button {
    min-width: 150px;
}

button:hover,
button:focus,
a.button:hover,
a.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #777;
}

.scrollup {
  background: #ff7c00;
}
.scrollup:hover {
  color: #fff;
  background: #ff7c00;
}

/*############################## Version mit Hover-Effekt ###############################################*/

/* Neutraler Container */
.partner-netzwerk {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 20px;
}

/* Einzelne Box */
.partner-box {
    position: relative;
    width: 250px;
    height: auto;
}

.grafik-link {
    display: block;
    width: 100%;
    height: 100%;
}

/* Das Bild */
.anzeige-bild {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover-Effekt */
.partner-box:hover .anzeige-bild {
    transform: scale(1.15);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
    z-index: 10;
    position: relative;
}

/*############################## Version mit Hover-Effekt ###############################################*/

/*############################## Version mit Layer-Effekt ###############################################*/


/* Grid-Bereich für die Sponsoren */
.netzwerk-raster {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 20px;
	/* NEU: Verhindert, dass flache Boxen auf die Höhe der größten Box gestreckt werden */
    align-items: flex-start;
}

/* Die einzelne Kachel */
.kachel-box {
    position: relative;
    width: 250px;
    height: auto;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* Das Vorschaubild auf der Webseite */
.kachel-vorschau {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

/* Die Lupe als Overlay-Layer (standardmäßig unsichtbar) */
.lupe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Abdunklung des Bildes beim Hovern */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

/* Das Lupen-Symbol (Erzeugt über valides SVG) */
.lupe-icon {
    width: 45px;
    height: 45px;
    fill: none;
    stroke: #ffffff; /* Weiße Lupe */
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

/* Hover-Effekte aktivieren */
.kachel-box:hover .kachel-vorschau {
    transform: scale(1.08); /* Leichter Zoom des Hintergrundbildes */
}

.kachel-box:hover .lupe-overlay {
    opacity: 1; /* Macht das Lupen-Overlay sichtbar */
}

.kachel-box:hover .lupe-icon {
    transform: scale(1); /* Lässt die Lupe elegant reinbouncen */
}

/* --- STYLING FÜR DEN POPUP LAYER (LIGHTBOX) --- */
.popup-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85); /* Sehr dunkler Hintergrund für Fokus */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 99999; /* Überlagert das gesamte WordPress-Theme */
}

.popup-layer.aktiv {
    opacity: 1;
    pointer-events: auto;
}

/* Das große Sponsoren-Bild im Popup */
.popup-inhalt {
    max-width: 90%;
    max-height: 85%;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.popup-layer.aktiv .popup-inhalt {
    transform: scale(1);
}

/* Schließen-Button oben rechts */
.popup-schliessen {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s;
}

.popup-schliessen:hover {
    color: #ff4d4d; /* Wird beim Drüberfahren rot */
}





/*############################## Version mit Layer-Effekt ###############################################*/



/*############################## Version mit Layer-Effekt ud NAME ###############################################*/

/* Grid-Bereich für die Sponsoren */
.netzwerk-raster {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 20px;
    align-items: flex-start; 
}

/* Die einzelne Kachel */
.kachel-box {
    position: relative;
    width: 250px;
    height: auto;
    cursor: pointer;
    border: 1px solid #e2e8f0; /* Moderner, dezenter Grauton */
    border-radius: 12px; /* Etwas weichere Ecken */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Gesamte Kachel schwebt beim Hovern leicht nach oben */
.kachel-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

/* Container für das Bild (isoliert den Lupen-Effekt) */
.bild-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Das Vorschaubild */
.kachel-vorschau {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

/* Die Lupe als Overlay-Layer */
.lupe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

/* Das Lupen-Symbol */
.lupe-icon {
    width: 45px;
    height: 45px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

/* Hover-Effekte auf das Bild angewendet */
.kachel-box:hover .kachel-vorschau {
    transform: scale(1.06);
}

.kachel-box:hover .lupe-overlay {
    opacity: 1;
}

.kachel-box:hover .lupe-icon {
    transform: scale(1);
}

/* --- NEU: TEXT-BEREICH UNTER DER GRAFIK --- */
.kachel-text-bereich {
    padding: 14px 16px;
    text-align: center;
    border-top: 1px solid #f1f5f9; /* Trennlinie zum Bild */
    background: #fafafa;
}

.sponsor-name {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600; /* Halbfett für bessere Lesbarkeit */
    color: #1e293b; /* Dunkles Anthrazit statt hartem Schwarz */
    margin: 0;
    letter-spacing: 0.5px;
}

/* --- POPUP LAYER (LIGHTBOX) --- */
.popup-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.9); /* Moderner, leicht bläulich-dunkler Ton */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 99999;
}

.popup-layer.aktiv {
    opacity: 1;
    pointer-events: auto;
}

.popup-inhalt {
    max-width: 90%;
    max-height: 85%;
    border-radius: 6px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.popup-layer.aktiv .popup-inhalt {
    transform: scale(1);
}

.popup-schliessen {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s;
}

.popup-schliessen:hover {
    color: #ff4d4d;
}

/*############################## Version mit Layer-Effekt ud NAME ###############################################*/






/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1023px) {

    #mobile-trigger i {
        background-color: #ff7c00;
        border: 2px solid #fffffe;
        box-shadow: 0 1px 2px #000000;
        color: #ffffff;
        font-size: 21px;
        padding: 6px 8px;
		margin-left: -16px !important;
    }
	
	.fa {
	margin-left: -16px !important;
  }
  #mobile-trigger i {
		margin-left: -2px !important; }
}

@media only screen and (max-width:600px) {
.custom-logo-link, #site-identity {
    float: none;
}
	img.custom-logo {
		width:86px !important;
    margin-left:14px !important;
}
}
