/*
Theme Name: Islandfreund Extra Child
Theme URI: https://www.islandfreund-guide.de
Template: Extra
Author: Wieland | Islandfreund
Author URI: https://www.islandfreund.de
Description: Child Theme für das Extra Theme. Enthält benutzerdefinierte CSS-Anpassungen für islandfreund-guide.de.
Tags: island, child-theme, extra-theme, divi, blog, islandfreund
Version: 1.0.0.1750785812
Updated: 2025-06-24 19:23:32

*/





.single-post #main-content h1 {color: #b33951;}
.single-post #main-content h2 {color: #55828b;
}

.single-post #main-content strong {color: #b33951;}


.single-post #main-content p, 
.single-post #main-content section {
line-height: 1.7;
font-size: 1.1rem;
overflow-wrap: break-word;
		border: 0px solid red;
}



.single .post-wrap {
	padding: 0 60px 0;
}






.post-tags {
  margin-top: 0;
  display: flex;            
  flex-wrap: wrap;          
  gap: 8px;                 
  align-items: center;      
}

.post-tags strong {
  margin-right: 8px;
  align-self: center;
}

.post-tags a {
  display: inline-block;    
  background-color: #e0ebeb; 
  color: #0f3d3e;            
  padding: 4px 10px;        
  text-decoration: none;
  border-radius: 0;         
  line-height: 1.6rem;
}



/* Animierter Nordlicht-Hintergrund für .ifg_ani */
.ifg_ani {
  background: linear-gradient(-45deg, #00ffcc, #0099ff, #9933ff, #ff66cc, #33ff99);
  background-size: 400% 400%;
  animation: auroraBackground 12s ease infinite;
  color: white;
  position: relative;
  z-index: 1;
}

@keyframes auroraBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Ende Animation */

/* A–Z Navigation */
.az-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 30px 0;
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.az-nav a {
  display: inline-block;
  padding: 8px 12px;
  font-weight: bold;
  text-decoration: none;
  color: #005b7f;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}

.az-nav a:hover,
.az-nav a:focus {
  background-color: #005b7f;
  color: #fff;
  border-color: #005b7f;
}

@media (max-width: 768px) {
  .az-nav {
    justify-content: flex-start;
  }
}
/* Ende A–Z Navigation */

/* Styling A-Z Verzeichnis Einträge  */
/* Buchstaben-Abschnitte */
.az-list + h2 {
  margin-top: 60px;
  font-size: 28px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 6px;
  color: #004466;
}

/* Liste */
.az-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 50px;
}

/* Einzelelemente */
.az-list li {
  margin-bottom: 16px;
  background-color: #f9f9f9;
  border-left: 4px solid #005b7f;
  padding: 12px 16px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: background-color 0.3s ease;
  line-height: 1.6;
}

/* Hover-Effekt */
.az-list li:hover {
  background-color: #eef6f8;
}

/* Vulkan-Kategorie in Klammern */
.az-list li strong + span,
.az-list li strong + span::before {
  color: #666;
  font-size: 90%;
  font-style: italic;
  margin-left: 5px;
}

/* Responsive Optimierung */
@media (max-width: 768px) {
  .az-list li {
    font-size: 15px;
    padding: 10px 12px;
  }

  .az-list + h2 {
    font-size: 22px;
  }
}

.az-label {
  color: #333;
  font-size: 0.95em;
}

.az-icon {
  color: #e74c3c; /* Vulkan-Rot */
  margin-right: 4px;
  font-size: 1em;
  vertical-align: text-bottom;
}

/* Ende Styling A-Z Verzeichnis Einträge  */

.footer-slogan {
  font-style: italic;
  font-size: 0.95em;
  margin-top: 10px;
  display: block;
  color: #cccccc; /* dezentes Grau */
  text-align: left; /* oder center, je nach Layout */
}


/* ========== Islandfreund Produktboxen ========== */

.ifg-productbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ddd;
  padding: 1em;
  border-radius: 12px;
  background-color: #f9f9f9;
  margin-bottom: 2em;
  max-width: 300px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.ifg-productbox img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 1em;
}

.ifg-productinfo h4 {
  margin: 0.5em 0;
  font-size: 1.1em;
  color: #0f1e2d;
}

.ifg-productinfo p {
  font-size: 0.95em;
  color: #333;
}

.ifg-button {
  display: inline-block;
  margin-top: 1em;
  padding: 0.6em 1.2em;
  background-color: #F18500; /* Orange Farbe */
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}

.ifg-button:hover {
  background-color: #cc6d00; /* dunkles Orange */
}




.ifg-badge {
  display: inline-block;
  background-color: #709775;
  color: white;
  font-size: 0.75em;
  padding: 0.3em 0.6em;
  border-radius: 4px;
  margin-bottom: 0.5em;
  font-weight: bold;
text-align: left !important;
}


/* ========== Ende Islandfreund Produktboxen ========== */


/* ========== Interaktive Islandkarte ========== */
button {
  background-color: #005a87;
  color: white;
  padding: 10px 16px;
  margin: 4px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
button:hover {
  background-color: #003d5b;
}


/* ========== Ende Interaktive Islandkarte ========== */
