@charset "UTF-8";:root {
    --cassiopeia-color-primary: #ffbc40;
    --cassiopeia-color-link: #0088cc;
    --cassiopeia-color-hover: #EE7600;
}
.modulgrau
{background-color: #ced3d5ff;
}

.visforms visforms-form visforms-form-form mod-visforms H4

/* Navigation-Modul Login-Bereich */
.nav-login {
    list-style-type: disc;  /* Bullet Points aktivieren */
    padding-left: 20px;  /* Platz für Bullets */
}

.nav-login li {
    font-size: 36px !important;  /* Lesbare Schriftgröße */
    line-height: 1.5;  /* Angenehmer Abstand */
    color: #ff9900;  /* orange Farbe der Bullets*/

}

.nav-login li a {
    text-decoration: none;  /* Unterstreichung entfernen */
}

.nav-login li a:hover {
    color: #224faa;  /* Link-Blau */
    text-decoration: underline;  /* Unterstreichung beim Hover */
}


/* Navigation-Modul Weitere interessante Themen */
.nav-bottom {
    list-style-type: disc;  /* Bullet Points aktivieren */
    padding-left: 20px;  /* Platz für Bullets */
}

.nav-bottom li {
    color: #ff9900;  /* orange Schriftfarbe der Bullets*/
    font-size: 16px;  /* Lesbare Schriftgröße */
    line-height: 1.5;  /* Angenehmer Abstand */
}

.nav-bottom li a {
    text-decoration: none;  /* Unterstreichung entfernen */
    color: #808080;  /* Graue Schriftfarbe */
}

.nav-bottom li a:hover {
    color: #224faa;  /* Link-Blau */
    text-decoration: underline;  /* Unterstreichung beim Hover */
}


@font-face {src: url('https://coaching-different.de/vendor/quicksand-fontface/quicksand_bold-webfont.woff2') format('woff2'),
         url('https://coaching-different.de/vendor/quicksand-fontface/quicksand_bold-webfont.woff') format('woff'); font-family: 'quicksandbold'; font-weight: normal; font-style: normal; font-display: swap}
@font-face {src: url('https://coaching-different.de/vendor/quicksand-fontface/quicksand_bold_oblique-webfont.woff2') format('woff2'),
         url('https://coaching-different.de/vendor/quicksand-fontface/quicksand_bold_oblique-webfont.woff') format('woff'); font-family: 'quicksandbold_oblique'; font-weight: normal; font-style: normal; font-display: swap}
@font-face {src: url('https://coaching-different.de/vendor/quicksand-fontface/quicksand_book-webfont.woff2') format('woff2'),
         url('https://coaching-different.de/vendor/quicksand-fontface/quicksand_book-webfont.woff') format('woff'); font-family: 'quicksandbook'; font-weight: normal; font-style: normal; font-display: swap}
@font-face {src: url('https://coaching-different.de/vendor/quicksand-fontface/quicksand_book_oblique-webfont.woff2') format('woff2'),
         url('https://coaching-different.de/vendor/quicksand-fontface/quicksand_book_oblique-webfont.woff') format('woff'); font-family: 'quicksandbook_oblique'; font-weight: normal; font-style: normal; font-display: swap}
@font-face {src: url('https://coaching-different.de/vendor/quicksand-fontface/quicksand_dash-webfont.woff2') format('woff2'),
         url('https://coaching-different.de/vendor/quicksand-fontface/quicksand_dash-webfont.woff') format('woff'); font-family: 'quicksanddash'; font-weight: normal; font-style: normal; font-display: swap}
@font-face {src: url('https://coaching-different.de/vendor/quicksand-fontface/quicksand_light-webfont.woff2') format('woff2'),
         url('https://coaching-different.de/vendor/quicksand-fontface/quicksand_light-webfont.woff') format('woff'); font-family: 'quicksandlight'; font-weight: normal; font-style: normal; font-display: swap}
@font-face {src: url('https://coaching-different.de/vendor/quicksand-fontface/quicksand_light_oblique-webfont.woff2') format('woff2'),
         url('https://coaching-different.de/vendor/quicksand-fontface/quicksand_light_oblique-webfont.woff') format('woff'); font-family: 'quicksandlight_oblique'; font-weight: normal; font-style: normal; font-display: swap}

.btn {
    background-color: #ffbc40; /* Standardfarbe Rot */
    color: white; /* Textfarbe */
    padding: 10px 20px; /* Innenabstand */
    border: none; /* Kein Rahmen */
    border-radius: 5px; /* Abgerundete Ecken */
    font-size: 16px; /* Schriftgröße */
    cursor: pointer; /* Mauszeiger als Hand */
    transition: background-color 0.3s ease-in-out; /* Weiche Farbänderung */
}

.btn:hover {
    background-color: #EE7600; /* Farbe beim Hover */
}



/* Container für das Grid */
.grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 2rem 1rem;
}

/* Einzelne Grid-Elemente */
.grid-item {
  background-color: #f5f9ff;
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.grid-item:hover {
  transform: translateY(-5px);
}

.grid-item img {
  max-width: 60px;
  margin-bottom: 1rem;
}

.grid-item h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #0a3c6d;
}

/* Responsive Verhalten */
@media (max-width: 992px) {
  .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid-box {
    grid-template-columns: 1fr;
  }
}
/* styles.css für Info-Button*/

.info-button {
  background-color: #28a745; /* sattes Grün */
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.info-button:hover {
  background-color: #218838; /* dunkleres Grün beim Hover */
  transform: scale(1.03); /* leichte Vergrößerung */
  font-size: 18px; /* Schriftgröße bei Hover */
  color: #f2e4ca; /* hell-orange */
}

/* Standard-Textstil für lesbare Coaching-Texte 07-2025*/
body {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #4a4a4a; /* dezentes, gut lesbares Grau */
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

/* Sekundärtext, z. B. für Meta-Infos, kleine Hinweise */
.text-secondary {
  color: #6b7280;
}

a:hover {
  text-decoration: underline;
}

/* Farbe der Überschriften */
h1, h2, h3 
{color: #376b8c;}

/* Standardgröße für große Bildschirme */
h1 {
    font-size: 48px !important;
}

/* Mittelgroße Bildschirme (Tablets) */
@media (max-width: 1024px) {
    h1 {
        font-size: 40px !important;
    }
}

/* Kleine Bildschirme (Smartphones) */
@media (max-width: 600px) {
    h1 {
        font-size: 32px !important;
    }
}

/* Link-Formatierung mit Unterstreichungseffekt  */
a {
  position: relative;
  color: #376b8c;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.25s ease;
}

/* Unterstreichung per Pseudo-Element */
a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px; /* leicht unterhalb des Textes */
  width: 0%;
  height: 2px;
  background-color: currentColor; /* passt sich der Textfarbe an */
  transition: width 0.3s ease;
}

/* Hover/Fokus-Effekt */
a:hover,
a:focus {
  color: #003d73;
}

a:hover::after,
a:focus::after {
  width: 100%;
}

/* Aktiver Zustand */
a:active {
  color: #002b50;
}

/* Besuchte Links */
a:visited {
  color: #1e2460;
}

