/* =========================================
   DLC-Spickendorf
   Neue, bereinigte user.css für Cassiopeia
   ========================================= */

/* =========================================
   Header / Branding
   ========================================= */

.container-header {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.container-header .navbar-brand img {
    width: auto;
    height: 90px;
    max-height: 90px;
}

.container-header .site-description {
    margin-top: 0.25rem;
    font-size: 0.95rem;
    line-height: 1.2;
}

.site-grid {
    margin-top: 0;
}

.com-content-article h1 {
    line-height: 1.15;
    margin-bottom: 0.75rem;
}

/* Hauptmenü – Dropdown-Pfeil direkt neben dem Titel */
.container-header .mod-menu > li.metismenu-item.deeper.parent {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

.container-header .mod-menu > li.metismenu-item.deeper.parent > a {
    width: auto !important;
    flex: 0 1 auto !important;
    white-space: nowrap;
}

.container-header .mod-menu > li.metismenu-item.deeper.parent > .mm-toggler {
    flex: 0 0 auto !important;
    width: 1.4rem !important;
    min-width: 1.4rem !important;
    margin: 0 0 0 0.25rem !important;
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
}

/* =========================================
   Startseite – Hero
   ========================================= */

.dlc-hero {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 4rem;
    align-items: center;
    padding: 3rem 0 3.5rem;
}

.dlc-hero__content {
    max-width: 720px;
}

.dlc-eyebrow {
    margin: 0 0 0.75rem;
    color: #174b9a;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.dlc-hero h1 {
    margin: 0 0 1rem;
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 1.05;
}

.dlc-lead {
    max-width: 680px;
    font-size: 1.05rem;
    line-height: 1.75;
}

.dlc-hero__visual {
    overflow: hidden;
    border-radius: 14px;
}

.dlc-hero__visual img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
}

/* =========================================
   Startseite – Statement
   ========================================= */

.dlc-statement {
    margin: 2.5rem 0 2rem;
    padding: 2rem 1.5rem;
    text-align: center;
}

.dlc-statement h2 {
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.45;
    font-weight: 700;
}

/* =========================================
   Startseite – Geschäftsbereiche
   ========================================= */

.dlc-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 1rem 0 4rem;
}

.dlc-card {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    border: 1px solid #d9dfe8;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.dlc-card h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.45rem;
}

.dlc-card p {
    line-height: 1.6;
}

.dlc-card__keywords,
.dlc-card__meta {
    margin-top: auto;
    padding-top: 1rem;
    color: #174b9a;
    font-weight: 700;
}

.dlc-button {
    display: inline-block;
    align-self: flex-start;
    margin-top: 1rem;
    padding: 0.7rem 1.15rem;
    border-radius: 5px;
    background: #173d7a;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
}

.dlc-button:hover,
.dlc-button:focus {
    background: #102d5c;
    color: #fff !important;
}

/* =========================================
   Startseite – Support CTA
   ========================================= */

.dlc-support-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    margin: 1rem 0 4rem;
    padding: 2rem;
    border-radius: 12px;
    background: #f3f6fa;
    border: 1px solid #d9e0e8;
}

.dlc-support-cta__text h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.dlc-support-cta__text p {
    margin-bottom: 0;
}

.dlc-support-cta__action {
    flex-shrink: 0;
}

/* =========================================
   Kontakt / Anfahrt
   ========================================= */

.dlc-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.dlc-button--secondary {
    background: #fff;
    color: #173d7a !important;
    border: 1px solid #173d7a;
}

.dlc-button--secondary:hover,
.dlc-button--secondary:focus {
    background: #f1f4f9;
}

/* =========================================
   Footer
   ========================================= */

.container-footer {
    margin-top: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.dlc-footer {
    width: 100%;
}

.dlc-footer__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.65rem 2rem;
    align-items: center;
}

.dlc-footer__inner > div:first-child {
    line-height: 1.6;
}

.dlc-footer__links {
    display: flex;
    gap: 1.25rem;
    justify-content: flex-end;
}

.dlc-footer__links a {
    color: #fff;
    text-decoration: none;
}

.dlc-footer__links a:hover,
.dlc-footer__links a:focus {
    text-decoration: underline;
}

.dlc-footer__copy {
    grid-column: 1 / -1;
    margin-top: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.22);
    font-size: 0.9rem;
    opacity: 0.85;
}

/* =========================================
   Rechtstexte
   ========================================= */

.dlc-legal {
    max-width: 960px;
    margin: 0 auto;
}

.dlc-legal h1 {
    margin-bottom: 1.5rem;
}

.dlc-legal h2 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.dlc-legal p {
    line-height: 1.7;
    margin-bottom: 1rem;
}

/* =========================================
   Veröffentlichungen
   ========================================= */

.dlc-publications {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.dlc-publication {
    padding: 1.5rem;
    border: 1px solid #dfe4ea;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.dlc-publication h3 {
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.dlc-publication p:last-child {
    margin-bottom: 0;
}

.dlc-publication a {
    font-weight: 600;
}

/* =========================================
   Pressefoto-Galerie
   ========================================= */

.dlc-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 24px 0 40px;
}

.dlc-gallery__item {
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #f3f4f6;
}

.dlc-gallery__item a {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.dlc-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.dlc-gallery__item a:hover img {
    transform: scale(1.025);
}

.dlc-gallery__item--top img {
    object-position: center top;
}

/* =========================================
   Lightbox
   ========================================= */

.dlc-lightbox {
    border: 0;
    padding: 0;
    background: transparent;
    max-width: 92vw;
    max-height: 92vh;
}

.dlc-lightbox::backdrop {
    background: rgba(0, 0, 0, 0.88);
}

.dlc-lightbox img {
    display: block;
    max-width: 92vw;
    max-height: 88vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

.dlc-lightbox__close {
    position: fixed;
    top: 18px;
    right: 24px;
    z-index: 2;
    border: 0;
    background: rgba(255,255,255,0.9);
    font-size: 2rem;
    line-height: 1;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
}

/* =========================================
   Responsive
   ========================================= */

@media (max-width: 900px) {
    .dlc-hero {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-top: 2rem;
    }

    .dlc-services {
        grid-template-columns: 1fr;
    }

    .dlc-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .container-header .navbar-brand img {
        height: 65px;
        max-height: 65px;
    }

    .dlc-footer__inner {
        grid-template-columns: 1fr;
    }

    .dlc-footer__links {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 0.6rem 1.1rem;
    }

    .dlc-footer__copy {
        grid-column: 1;
    }

    .dlc-publications {
        grid-template-columns: 1fr;
    }

    .dlc-support-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .dlc-legal {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .dlc-hero h1 {
        font-size: 2.35rem;
    }

    .dlc-card {
        padding: 1.5rem;
    }

    .dlc-gallery {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
/* =========================================
   AKTUELLES – Feinschliff
   ========================================= */

.blog {
    max-width: 1240px;
    margin: 0 auto;
}

.blog .blog-item {
    margin-bottom: 1.25rem;
    padding: 1.75rem 0 1.5rem;
    border-bottom: 1px solid #d9dee8;
}

.blog .blog-item:first-child {
    padding-top: 0.5rem;
}

.blog .blog-item:last-child {
    border-bottom: 0;
}

/* Beitragstitel */
.blog .page-header h2,
.blog h2 {
    margin-bottom: 0.4rem;
    font-size: clamp(1.65rem, 2.4vw, 2.1rem);
    line-height: 1.2;
}

.blog .page-header h2 a,
.blog h2 a {
    color: #1f4fa3;
    text-decoration: none;
}

.blog .page-header h2 a:hover,
.blog h2 a:hover {
    text-decoration: underline;
}

/* Datum */
.blog .article-info {
    margin: 0.25rem 0 1.1rem;
    font-size: 0.88rem;
    color: #6b7280;
}

/* Fließtext */
.blog .blog-item p {
    max-width: 1100px;
    line-height: 1.7;
    margin-bottom: 1rem;
}

/* Weiterlesen-Button */
.blog .readmore {
    margin-top: 1.25rem;
}

.blog .readmore a {
    display: inline-block;
    padding: 0.7rem 1.15rem;
    border: 0;
    border-radius: 5px;
    background: #173d7a;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
}

.blog .readmore a:hover,
.blog .readmore a:focus {
    background: #102d5c;
    color: #fff !important;
}
/* =========================================
   SUPPORT & FERNWARTUNG
   ========================================= */

.dlc-support {
    max-width: 1100px;
}

.dlc-support > h1 {
    margin-bottom: 1rem;
}

.dlc-support__remote {
    margin: 2rem 0;
    padding: 2rem;
    background: #f3f6fa;
    border: 1px solid #d9e0e8;
    border-radius: 12px;
}

.dlc-support__remote h2,
.dlc-support__security h2,
.dlc-support__contact h2 {
    margin-top: 0;
}

.dlc-support__steps {
    margin-bottom: 2rem;
    padding-left: 1.4rem;
    line-height: 1.8;
}

.dlc-support__security {
    margin: 2rem 0;
    padding: 1.5rem 2rem;
    border-left: 5px solid #173d7a;
    background: #f7f8fb;
}

.dlc-support__security p {
    margin-bottom: 0;
}

.dlc-support__contact {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #d9dee8;
}

.dlc-support__contact p {
    line-height: 1.7;
}
.dlc-support__steps {
    margin-bottom: 2.5rem;
}

.dlc-support__contact h2 {
    margin-bottom: 0.5rem;
}
/* =========================================
   KUNDENPORTAL – DOWNLOADS & WARTUNGSTOOLS
   ========================================= */

.dlc-downloads {
    max-width: 1200px;
    margin: 0 auto;
}

.dlc-downloads__header {
    margin-bottom: 2rem;
}

.dlc-downloads__header h1 {
    margin-bottom: 0.8rem;
}

.dlc-downloads__lead {
    max-width: 900px;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 500;
}

.dlc-downloads__notice {
    margin: 2rem 0 3rem;
    padding: 1.5rem 2rem;
    background: #f5f7fa;
    border-left: 5px solid #173d7a;
}

.dlc-downloads__notice h2 {
    margin-top: 0;
    margin-bottom: 0.7rem;
}

.dlc-downloads__notice p {
    margin-bottom: 0;
    line-height: 1.7;
}

.dlc-downloads__section {
    margin: 3rem 0;
}

.dlc-downloads__section > h2 {
    margin-bottom: 1.4rem;
}

.dlc-download-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.dlc-download-card {
    display: flex;
    flex-direction: column;
    padding: 1.7rem;
    background: #f7f9fc;
    border: 1px solid #d9e0e8;
    border-radius: 10px;
}

.dlc-download-card h3 {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 1.35rem;
}

.dlc-download-card p {
    line-height: 1.65;
}

.dlc-download-card__warning {
    margin-top: 0.3rem;
    font-weight: 600;
}

.dlc-download-button {
    display: inline-block;
    align-self: flex-start;
    margin-top: auto;
    padding: 0.75rem 1.15rem;
    background: #173d7a;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
}

.dlc-download-button:hover,
.dlc-download-button:focus {
    background: #102d5c;
    color: #fff !important;
}

.dlc-downloads__support {
    margin-top: 3.5rem;
    padding-top: 2rem;
    border-top: 1px solid #d9dee8;
}

.dlc-downloads__support h2 {
    margin-bottom: 0.7rem;
}

.dlc-downloads__support p {
    line-height: 1.7;
}


/* Tablets / Smartphones */

@media (max-width: 800px) {

    .dlc-download-grid {
        grid-template-columns: 1fr;
    }

    .dlc-download-card {
        padding: 1.4rem;
    }

    .dlc-downloads__notice {
        padding: 1.3rem;
    }
}
/* =========================================
   CONSULTING & VERKAUF
   ========================================= */

.dlc-consulting {
    max-width: 1200px;
    margin: 0 auto;
}

.dlc-consulting__header {
    margin-bottom: 2.5rem;
}

.dlc-consulting__lead {
    max-width: 900px;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 500;
}

.dlc-consulting__section {
    margin: 3rem 0;
}

.dlc-consulting__section > h2 {
    margin-bottom: 1.5rem;
}

.dlc-consulting-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.dlc-consulting-card,
.dlc-hardware-box,
.dlc-partner-box {
    padding: 1.8rem;
    background: #f7f9fc;
    border: 1px solid #d9e0e8;
    border-radius: 10px;
}

.dlc-consulting-card h3,
.dlc-hardware-box h3 {
    margin-top: 0;
    margin-bottom: 0.8rem;
}

.dlc-consulting-card p,
.dlc-hardware-box p,
.dlc-partner-box p {
    line-height: 1.7;
}

.dlc-hardware-box {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 2rem;
}

.dlc-hardware-list ul {
    margin: 0;
    padding-left: 1.3rem;
}

.dlc-hardware-list li {
    margin-bottom: 0.55rem;
}

.dlc-partner-box {
    border-left: 5px solid #173d7a;
}

.dlc-partner-box h2 {
    margin-top: 0;
}

.dlc-consulting-contact {
    padding-top: 2rem;
    border-top: 1px solid #d9dee8;
}

.dlc-consulting-contact p {
    line-height: 1.7;
}

@media (max-width: 900px) {

    .dlc-consulting-grid {
        grid-template-columns: 1fr;
    }

    .dlc-hardware-box {
        grid-template-columns: 1fr;
    }
}
/* =========================================
   LEISTUNGS-UNTERSEITEN
   ========================================= */

.dlc-service-page {
    max-width: 1200px;
    margin: 0 auto;
}

.dlc-service-page__header {
    margin-bottom: 2.5rem;
}

.dlc-service-page__lead {
    max-width: 900px;
    font-size: 1.1rem;
    line-height: 1.65;
    font-weight: 500;
}

.dlc-service-page__section {
    margin: 3rem 0;
}

.dlc-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.dlc-service-card,
.dlc-service-highlight {
    padding: 1.8rem;
    background: #f7f9fc;
    border: 1px solid #d9e0e8;
    border-radius: 10px;
}

.dlc-service-card h3,
.dlc-service-highlight h2 {
    margin-top: 0;
}

.dlc-service-card p,
.dlc-service-highlight p,
.dlc-service-contact p {
    line-height: 1.7;
}

.dlc-service-highlight {
    border-left: 5px solid #173d7a;
}

.dlc-service-contact {
    padding-top: 2rem;
    border-top: 1px solid #d9dee8;
}

@media (max-width: 800px) {
    .dlc-service-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   CONSULTING – DIREKTLINKS
   ========================================= */

.dlc-consulting-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin: 2.5rem 0 3rem;
}

.dlc-consulting-linkcard {
    display: block;
    padding: 1.6rem;
    background: #f7f9fc;
    border: 1px solid #d9e0e8;
    border-radius: 10px;
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dlc-consulting-linkcard:hover,
.dlc-consulting-linkcard:focus {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
    text-decoration: none;
}

.dlc-consulting-linkcard h2 {
    margin-top: 0;
    margin-bottom: 0.7rem;
    font-size: 1.35rem;
}

.dlc-consulting-linkcard p {
    line-height: 1.6;
}

.dlc-consulting-linkcard span {
    display: inline-block;
    margin-top: 0.5rem;
    color: #173d7a;
    font-weight: 600;
}

@media (max-width: 900px) {
    .dlc-consulting-links {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   Service-Seiten – Hero mit Bild
   ========================================= */

.dlc-service-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 3rem;
    align-items: center;
    margin-bottom: 3.5rem;
}

.dlc-service-hero__image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 12px;
}

.dlc-service-hero__content h1 {
    margin-top: 0.4rem;
}

@media (max-width: 900px) {

    .dlc-service-hero {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

}
/* =========================================
   PRESSE- & EVENTFOTOGRAFIE
   ========================================= */

.dlc-presse-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
    align-items: start;
}

.dlc-presse-photo {
    margin: 0;
    overflow: hidden;
    border: 1px solid #d9e0e8;
    border-radius: 10px;
    background: #f4f6f9;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dlc-presse-photo img {
    display: block;
    width: 100%;
    height: auto;
}

/* Hochformat: vollständig zeigen, nicht beschneiden */
.dlc-presse-photo--portrait {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.dlc-presse-photo--portrait img {
    width: auto;
    max-width: 100%;
    max-height: 680px;
    object-fit: contain;
}

/* Dezenter Hover-Effekt */
.dlc-presse-photo:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10);
}

/* Tablet */
@media (max-width: 900px) {
    .dlc-presse-grid {
        gap: 1.25rem;
    }

    .dlc-presse-photo--portrait img {
        max-height: 580px;
    }
}

/* Smartphone */
@media (max-width: 700px) {
    .dlc-presse-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .dlc-presse-photo--portrait {
        padding: 0;
    }

    .dlc-presse-photo--portrait img {
        width: 100%;
        max-height: none;
    }
}
/* =========================================================
   EINHEITLICHER KOPFBEREICH DER LEISTUNGSSEITEN
   2/3 Text – 1/3 Bild
   ========================================================= */

.dlc-page-intro {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 2.75rem;
    align-items: center;
    margin-bottom: 3.5rem;
}

.dlc-page-intro__text {
    min-width: 0;
}

.dlc-page-intro__text h1 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.dlc-page-intro__text p {
    line-height: 1.7;
}

.dlc-page-intro__text p:last-child {
    margin-bottom: 0;
}

.dlc-page-intro__visual {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.dlc-page-intro__visual img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 12px;
}


/* Tablet */

@media (max-width: 900px) {

    .dlc-page-intro {
        grid-template-columns: 3fr 2fr;
        gap: 2rem;
    }

}


/* Smartphone */

@media (max-width: 700px) {

    .dlc-page-intro {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 2.5rem;
    }

    .dlc-page-intro__visual img {
        aspect-ratio: auto;
    }

}
/* =========================================================
   DLC FOOTER – BRANDING
   ========================================================= */

.dlc-footer__brandline {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.dlc-footer__claim {
    font-weight: 400;
}

.dlc-footer__description {
    margin-top: 0.35rem;
}

.dlc-footer__description a + a {
    margin-left: 0.5rem;
}

/* Smartphone */
@media (max-width: 600px) {

    .dlc-footer__brandline {
        display: block;
    }

    .dlc-footer__claim {
        display: block;
        margin-top: 0.25rem;
    }

}