/* =========================================================
   QTIME2025 CUSTOM CSS
   ========================================================= */

/* --------------------------
   COOKIES-BANNER
   -------------------------- */
#cookiesck {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000000;
    color: #fff;
    background: rgba(202,218,227,1);
    text-align: center;
    font-size: 14px;
    line-height: 14px;
}

#textfuercookie {
    line-height: 17px;
    padding: 20px 50px;
}

#cookiesck_text {
    padding: 10px 0;
    display: inline-block;
}

#cookiesck_buttons {
    float: right;
    padding-bottom: 20px;
}

.cookiesck_button,
#cookiesck_accept,
#cookiesck_decline,
#cookiesck_settings,
#cookiesck_readmore {
    float: left;
    padding: 10px;
    margin: 5px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

#cookiesck_readmore {
    float: right;
}

#cookiesck_accept,
#cookiesck_decline,
#cookiesck_settings {
    background: #8ab4c8 !important;
    border: 2px solid #8ab4c7 !important;
    color: #333 !important;
}

#cookiesck_accept:hover,
#cookiesck_decline:hover,
#cookiesck_settings:hover {
    background: transparent;
    border: 2px solid #fff !important;
    color: #fff !important;
}

#cookiesck_options {
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: rgba(255,255,255,0) url(/plugins/system/cookiesck/assets/cookies-icon.svg) center center no-repeat;
    background-size: 80% auto;
    z-index: 1000000;
}

#cookiesck_options > .inner {
    display: none;
    width: max-content;
    margin-top: -40px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    font-size: 14px;
    color: #fff;
    padding: 4px 7px;
    border-radius: 3px;
}

#cookiesck_options:hover > .inner {
    display: block;
}

#cookiesck > div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.cookiesck-iframe-wrap-text {
    position: absolute;
    width: 100%;
    padding: 10px;
    color: #fff;
    top: 50%;
    transform: translate(0,-60%);
    text-align: center;
}

.cookiesck-iframe-wrap:hover .cookiesck-iframe-wrap-text {
    color: #333;
}

.cookiesck-iframe-wrap-allowed .cookiesck-iframe-wrap-text {
    display: none;
}

/* --------------------------
   MENU-OBEN (tp_expert)
   -------------------------- */
.astroid-sidebar-mobile-menu {
    margin-right: 20px;
}

div.qt-nav-horizon {
    float: right;
}

ul.qthorizontalmenu {
    background: none;
}

ul.qthorizontalmenu li {
    display: block;
}

ul.qthorizontalmenu a {
    background: url(../../../images/qtstyle/q_14_10.png) no-repeat left #f7f7f7;
    padding: 5px 10px 5px 18px;
    border-radius: 5px;
    transition: all 500ms ease;
}

ul.qthorizontalmenu a:hover {
    background: url(../../../images/qtstyle/q_14_10.png) no-repeat left #4b91b4;
}

ul.qthorizontalmenu li.current a span.nav-title::after {
    display: none;
}

/* --------------------------
   DOWNLOADBEREICH
   -------------------------- */
/* Icons im Beitragseinleitungstext */
.q1-icon-download {
    color: #0083a5;
    font-size: 1.1rem;
    margin-right: 0.4em;
    vertical-align: middle;
    transition: color 0.3s ease;
}

.q1-icon-download:hover {
    color: #005b7a;
}

/* Liste mit Download-Icons */
.download-list {
    padding-left: 1.5em;
}

.download-list div {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 0.6em;
}

.download-list i.q1-icon-download {
    font-size: 1.2em;
    width: 1.5em;
    text-align: center;
}

/* Modul-Container */
.content-bottom-position {
    margin-bottom: 2em;
}

.content-bottom-position .module-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    background-color: #9bbec9;
    border: 1px solid #cadae3;
    padding: 0.4em 0.8em;
    margin-bottom: 0.8em;
}

/* Downloadbox */
.downloadbox {
    display: grid;
    grid-template-columns: 1fr 3fr auto;
    gap: 1em;
    align-items: center;
    background-color: #e8f3f6;
    border: 1px solid #cadae3;
    padding: 1em;
    margin-bottom: 1.2em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    border-radius: 0;
}

.downloadbox1 {
    font-weight: 500;
    font-size: 0.8rem;
    color: #333;
    font-family: Verdana, Geneva, sans-serif;
    display: flex;
    align-items: center;
    gap: 0.4em;
}

/* Icons (Dateitypenfarben) */
.downloadbox1 i { font-size: 1.2rem; }
.downloadbox1 i.fa-file-pdf { color: #d93025; }
.downloadbox1 i.fa-file-excel { color: #217346; }
.downloadbox1 i.fa-download { color: #0083a5; }
.downloadbox1 i.fa-youtube { color: #ff0000; }
.downloadbox1 i.fa-video, .downloadbox1 i.fa-play-circle { color: #0083a5; }
.downloadbox1 i.fa-file-alt, .downloadbox1 i.fa-file-lines { color: #666; }

.downloadbox2 {
    font-size: 0.8rem;
    color: #333;
    line-height: 1.4;
}

.downloadbox3 {
    text-align: right;
}

.downloadbox3 .downloadsite {
    padding: 0.6em 1.2em;
    background-color: #f7f7f7;
    color: #333;
    font-size: 0.8rem;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.downloadbox3 .downloadsite:hover,
.downloadbox3 .downloadsite:focus {
    background-color: #9bbec9;
    color: #333;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}

.downloadbox3 .downloadsite:active {
    transform: translateY(0);
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .downloadbox {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .downloadbox3 {
        text-align: center;
        margin-top: 1em;
    }
}

/* --------------------------
   KONTAKTFORMULAR
   -------------------------- */
#jform_com_fields_ihre_nachricht {
    min-height: 200px;
    resize: vertical;
}

#jform_consentbox .form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

#jform_consentbox .form-check-input {
    margin-top: 4px;
}

#jform_consentbox .form-check-label {
    text-align: justify;
    text-align-last: left;
    line-height: 1.4;
}

#jform_com_fields_checkboxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0 15px;
    align-items: start;
}

#jform_com_fields_checkboxes .form-check {
    display: flex;
    gap: 5px;
    margin: 0;
}

/* --------------------------
   WEITERLESEN-BUTTONS
   -------------------------- */
a.as-readmore,
.item-page input.backbutton {
    display: inline-block;
    margin-top: 1em;
    padding: 0.6em 1.3em;
    background: url(../../../images/qtstyle/q_14_10.png) no-repeat left #f7f7f7;
    color: #333;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

a.as-readmore:hover,
a.as-readmore:focus,
.item-page input.backbutton:hover {
    background-color: #9bbec9;
    color: #333;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}

a.as-readmore:active {
    transform: translateY(0);
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.item-page p.backbutton-unten {
    text-align: center;
    margin-top: 30px;
}

/* --------------------------
   BEITRAGSGESTALTUNG & BILDER
   -------------------------- */
.article-content img {
    float: right;
    margin-left: 1em;
    margin-bottom: 0.5em;
    max-width: 300px;
    height: auto;
}

@media (max-width: 768px) {
    .article-content img {
        float: none;
        display: block;
        margin: 0 auto 1em;
        max-width: 100%;
    }
}

.item-page a.startseite {
    color: #0083A5;
    text-decoration: none;
}

a.startseite:hover,
a.startseite:active,
a.startseite:focus {
    color: #333;
    text-decoration: underline;
}

.detail p {
	
	text-align: justify;
}

/* --------------------------
   BILD-AUSRICHTUNGKLASSEN
   -------------------------- */
.qtimgcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.qtright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.qtleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.qtleftmodell {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.qtleftmodell p {
    text-align: left;
}

.qtclear { clear: both; }
.qtclearleft { clear: left; float: left; margin-right: 15px; margin-bottom: 15px; }
.qtclearright { clear: right; float: right; margin-left: 15px; margin-bottom: 15px; }

.qtleftstart {
    float: left;
    max-width: 280px;
    margin-right: 15px;
    margin-bottom: 15px;
}

/* --------------------------
   LINKS ALLGEMEIN
   -------------------------- */
.item-page a { color: #333; text-decoration: underline; }

a.underline {
    text-decoration: underline !important;
}

a.underline:hover {
    text-decoration: none !important;
}

/* --------------------------
   LISTEN
   -------------------------- */
.qtulinside { list-style-position: inside; }
.qtuloutside { list-style-position: outside; margin-left: 15px; }

/* --------------------------
   SCREENSHOTS
   -------------------------- */
.qtscreenshot {
    width: 100%;
    margin-top: 15px;
}

/* --------------------------
   WEBCLIENT MOBILE STYLING
   -------------------------- */
.qtsmartmobilquer { max-width: 61%; }

.qtsmartquer {
    max-width: 650px;
    width: 100%;
}

.qtsmarthochright {
    float: right;
    max-height: 450px;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 226px;
}

.qtsmarthochleft {
    float: left;
    max-height: 450px;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 226px;
}

@media screen and (min-width:28em),
       screen and (min-width:50em) {
    .qtsmarthochcenter {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.qtsmarthochcenter { float: left; }

.qtsmartmobilh { margin-top: 15px; width: 100%; max-width: 425px; }
.qtsmartmobilq { margin-top: 15px; width: 100%; max-width: 849px; }

/* --------------------------
   CONTENT-WEITERLESEN (BLOGARTIKEL)
   -------------------------- */
.item-content.post-regular {
    display: flex;
    flex-direction: column;
    gap: 0.8em;
}

.item-content.post-regular .article-title.item-title h2 a {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.item-content.post-regular .article-title.item-title h2 a:hover,
.item-content.post-regular .article-title.item-title h2 a:focus {
    color: #333;
    text-decoration: underline !important;
}

.item-content.post-regular .article-intro-text p {
    margin: 0;
    text-align: justify;
    line-height: 1.5;
    color: #333;
}

.item-content.post-regular .readmore a.as-readmore {
    display: inline-block;
    padding: 0.6em 1.2em;
    background: url(../../../images/qtstyle/q_14_10.png) no-repeat left #f7f7f7;
    color: #f333333;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.25s ease-in-out;
}

.item-content.post-regular .readmore a.as-readmore:hover,
.item-content.post-regular .readmore a.as-readmore:focus {
    background-color: #9bbec9;
    color: #333;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    transform: translateY(-1px);
}

.item-content.post-regular .readmore a.as-readmore:active {
    transform: translateY(0);
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .item-content.post-regular {
        gap: 0.6em;
    }
    .item-content.post-regular .article-title.item-title h2 a {
        font-size: 1.6rem;
        line-height: 1.2;
    }
    .item-content.post-regular .article-intro-text p {
        line-height: 1.4;
    }
    .item-content.post-regular .readmore a.as-readmore {
        display: block;
        width: 100%;
        padding: 0.7em 0;
        text-align: center;
        font-size: 1rem;
    }
}

/* ==========================
   NEWSBOX (Startseite)
   ========================== */

/* Überschrift NEWBOX */

.newshead h1.heading {
	
	margin-top: 0px;
	margin-bottom: 0px;
	
}

/* Weiterlesen-Button */
.newsbox a.as-readmore,
.newsbox a.readmore {
    display: inline-block;
    padding: 0.6em 1.3em;
    background: url(../../../images/qtstyle/q_14_10.png) no-repeat left #f7f7f7;
    color: #333333;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.newsbox a.as-readmore:hover,
.newsbox a.readmore:hover {
    background-color: #9bbec9;
    color: #333333;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}

/* Responsive Anpassung */
@media (max-width: 768px) {
    .newsbox {
        padding: 0em;
        text-align: center;
    }
    .newsbox a.as-readmore,
    .newsbox a.readmore {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 1em;
    }
}

/* ==========================
   Präsentation 
   ========================== */

/* Container für jedes Video */
.video-item {
    margin-bottom: 2em;
}

/* Überschrift */
.video-title {
    margin-bottom: 0.5em;
    font-size: 1.2rem;
    font-weight: 600;
}

/* Inhalt: Text links, Button rechts */
.video-content {
    display: flex;
    align-items: flex-start;
    gap: 1rem; /* Abstand zwischen Text und Button */
}

/* Text nimmt den verfügbaren Platz ein */
.video-content p {
    flex: 1;
    margin: 0;
    text-align: justify;
}

/* Button rechts vom Text */
.video-thumb {
    flex-shrink: 0;
    width: 196px;
    height: 111px;
    border: 0;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

/* Optional: Hover */
.video-thumb:hover {
    filter: brightness(0.9);
}

/* Mobile Ansicht */
@media (max-width: 768px) {
    .video-item {
    margin-bottom: 2em;
	border-bottom: 1px solid #cadae3;
	}	
	.video-content {
        flex-direction: column;
        align-items: center;
    }
    .video-thumb {
        margin: 1rem 0;
    }
    .video-content p {
        text-align: left;
    }
}

/* Desktop: Video-Button links vom Text */
.video-item.video-left .video-content {
    display: flex;
    flex-direction: row;       /* Button links, Text rechts */
    align-items: flex-start;
    gap: 1em;
}

.video-item.video-left .video-content p {
    flex: 1;                  /* Text nimmt Restbreite ein */
}

/* Mobile: Button unter Text */
@media (max-width: 768px) {
    .video-item.video-left .video-content {
        flex-direction: column; /* Button unter Text */
        text-align: center;
    }
}
/* Responsive YouTube-Embed */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Seitenverhältnis */
  height: 0;
  overflow: hidden;
  margin: 1.5em 0;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* =====================================================
   OSMap HTML Sitemap Styling
   ===================================================== */

/* Oberer Bereich (Einleitungstext) */
#osmap .osmap-sitemap-description {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 1.5rem;
  color: inherit;
  text-align: justify;
}

/* Nur der Teil mit den Items erhält das Design */
#osmap .osmap-items {
  background-color: #e8f3f6;
  border: 1px solid #cadae3;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  font-family: "Open Sans", sans-serif;
}
/* Überschrift linksbündig */
#osmap .osmap-sitemap-description h1 {
  text-align: left;
}

/* Titel ("Menü") */
#osmap .osmap-items h2 {
  font-size: 1.4rem;
  color: #333333;
  border-bottom: 2px solid #cadae3;
  margin-bottom: 1rem;
  padding-bottom: 0.3rem;
}

/* Grundstruktur der Liste */
#osmap .osmap-items ul {
  list-style: none;
  margin: 0.3em 0 0.3em 1.2em;
  padding: 0;
}

#osmap .osmap-items li {
  margin: 0.25em 0;
  position: relative;
}

/* Links allgemein */
#osmap .osmap-items a.osmap-link {
  color: #004f64;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
  display: inline-block;
  padding: 0.2em 0.1em;
}

#osmap .osmap-items a.osmap-link:hover {
  color: #0083a5;
  text-decoration: underline !important;
}

/* Icons oder Pfeile für Ebenen */
#osmap .osmap-items li::before {
  content: "› ";
  color: #9bbec9;
  font-weight: bold;
  position: absolute;
  left: -1em;
}

/* Oberste Ebene (Haupteinträge) */
#osmap .osmap-items > ul.level_0 > li > a {
  font-weight: 600;
  font-size: 1.05rem;
  color: #333333;
}

/* Unterebenen optisch leicht eingerückt und abgesetzt */
#osmap .osmap-items ul.level_1 {
  margin-left: 1.2em;
  border-left: 2px solid #cadae3;
  padding-left: 0.8em;
}

#osmap .osmap-items ul.level_2 {
  margin-left: 1em;
  border-left: 1px dashed #cadae3;
  padding-left: 0.7em;
}

#osmap .osmap-items ul.level_3,
#osmap .osmap-items ul.level_4 {
  margin-left: 0.8em;
  border-left: 1px dotted #cadae3;
  padding-left: 0.6em;
}

/* Responsive Anpassung */
@media (max-width: 768px) {
  #osmap .osmap-items {
    padding: 1rem;
  }
  #osmap .osmap-items a.osmap-link {
    font-size: 0.95rem;
  }
  #osmap .osmap-items ul {
    margin-left: 0.8em;
  }
}
/* ==========================
   Datenschutz-Seite
   ========================== */

/* Container unter Überschrift weg */
.item-page-datenschutz .astroid-article-full-image,
.item-page-jobs .astroid-article-full-image {
	margin-bottom: 0px !important;	
}

/* Container für Überschrift + Logo */
.datenschutz-header {
  display: flex;
  justify-content: space-between; /* Abstand zwischen H1 und Logo */
  align-items: flex-start;          /* Unterkante bündig */
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;                /* Damit nichts überläuft */
}

/* Überschrift */
.datenschutz-header h1 {
  margin: 0;
  font-size: 1.8rem;
  color: #003049;
  flex: 1 1 auto; /* erlaubt Anpassung bei wenig Platz */
}

/* Logo */
.datenschutz-logo {
  height: 60px;        /* gewünschte Höhe anpassen */
  width: auto;         /* Seitenverhältnis behalten */
  object-fit: contain;
}

/* Mobile Variante: erst Logo, dann Überschrift */
@media (max-width: 768px) {
  .datenschutz-header {
    flex-direction: column-reverse; /* Reihenfolge umkehren */
    align-items: center;            /* zentrieren */
    text-align: center;
  }

  .datenschutz-logo {
    margin-bottom: 0.5rem;
    height: 50px; /* etwas kleiner fürs Handy */
  }

  .datenschutz-header h1 {
    font-size: 1.4rem;
  }
}


/* Textbereich */
.datenschutz-text {
 
  text-align: justify;        /* Blocksatz */
  line-height: 1.6;
  color: #333;
  font-size: inherit;
}

.datenschutz-text h3 {
    text-align: left;    /* linksbündig */
    margin-top: 1.5rem;  /* optional: Abstand nach oben */
    margin-bottom: 0.8rem; /* optional: Abstand nach unten */
    font-weight: 600;     /* optional: Hervorhebung */
    font-size: 1rem;      /* passend zum Layout */
}

/* ==========================
   Logo bei Unternehmen
   ========================== */
   
/* Hauptcontainer mit Logo */
.astroid-component-area .zeitmanagement-logo,
.astroid-component-area .zeitmanagement-logo-klein {
  position: relative;
}

/* Logo selbst */
.astroid-component-area .zeitmanagement-logo::after {
  content: "";
  position: absolute;
  top: 0;                /* beginnt oben bei der H1 */
  right: 0;              /* am rechten Rand */
  width: 70px;          /* Breite deines Logos */
  height: 550px;         /* Höhe deines Logos (anpassen!) */
  background: url('/images/content/zeitmanagement_systeme_qtime.svg') no-repeat top right;
  background-size: contain;
}

.astroid-component-area .zeitmanagement-logo-klein::after {
  content: "";
  position: absolute;
  top: 0;                /* beginnt oben bei der H1 */
  right: 0;              /* am rechten Rand */
  width: 70px;          /* Breite deines Logos */
  height: 400px;         /* Höhe deines Logos (anpassen!) */
  background: url('/images/content/zeitmanagement_systeme_qtime.svg') no-repeat top right;
  background-size: contain;
}


/* Inhalt links vom Logo */
.astroid-component-area .zeitmanagement-logo .astroid-article-text,
.astroid-component-area .zeitmanagement-logo-klein .astroid-article-text {
  margin-right: 100px;   /* etwas mehr als Logo-Breite */
}

/* ==========================
   Themenlogo auf Kontaktseite
   ========================== */

/* Container mit Themenlogo */
.astroid-module-position .kontaktlogo {
  position: relative;
}

/* Das Logo selbst */
.astroid-module-position .kontaktlogo::after {
  content: "";
  position: absolute;
  top: 0;                /* bündig mit der Überschrift */
  right: 0;              /* am rechten Rand */
  width: 70px;           /* gleiche Breite wie Unternehmenslogo */
  height: 300px;         /* ggf. anpassen */
  background: url('/images/content/zeitmanagement_systeme_qtime.svg') no-repeat top right;
  background-size: contain;
}

/* Inhalt etwas nach links rücken */
.astroid-module-position .kontaktlogo .impressum-container {
  margin-right: 100px;   /* etwas mehr als Logo-Breite */
}

//* Linie unter Kontakt-Modul */
.astroid-module-position .kontaktlogo::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;   /* oder die gleiche Farbe wie im Impressum */
  margin-top: 2rem;         /* Abstand zur letzten Textzeile */
}


/* ==========================
   Impressumsbereich
   ========================== */

/* Container: Grid mit flexiblen Spalten */
.impressum-container {
  box-sizing: border-box;                      /* wichtig! */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;                                   /* weniger Platzverlust als 2rem */
  padding: 1rem;                                /* reduziert im Vergleich zu 1.5rem */
  align-items: start;
}

/* Optional: Einheitliche Innenabstände der Blöcke */
.impressum-block {
  box-sizing: border-box;
  padding: 0.5rem;
}
/* Logo */
.logo-block img {
  max-width: 75%;
  height: auto;
}

/* Fußnotenblock: ganze Breite unter den drei Spalten */
.impressum-footer {
  grid-column: 1 / -1;
  padding-top: 0.75rem;
  border-top: 2px solid #8ab4c8;
}

/* Mobile: bei sehr schmalen Viewports 1 Spalte */
@media (max-width: 480px) {
  .impressum-container {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 0.75rem;
  }
}

/* ==========================
   FAQs
   ========================== */

/* Unterkategorie Überschrift ausblenden */
.faqs .cat-children h3 {
	display: none;
}

/* Unterkategorie Überschriften */
.faqs .com-content-category-blog__child h3 {
	display: block;
}

.faqs .com-content-category-blog__child {
	
	padding-top: 15px;
	padding-left: 15px;
}

.faqs .com-content-category-blog__child h3::before {
  content: "★ "; 	/* Stern-Symbol mit Leerzeichen */
  color: #038bad;   /* Farbe des Symbols */
  font-size: 1em; 	/* Größe anpassen */
}
