/* =========================================================
   user.css
   Joomla Cassiopeia Template
   Praxis Feder & Trutwin
   ©2026 Dirk Klotz ZetCom
   CLEAN VERSION
   ========================================================= */
.com-content-article.item-page .icons,
.offline-card .header .logo-icon,
.item-content > .icons,
.jmodedit {
  display: none;
}
/* =========================================================
   FONT IMPORTS
   ========================================================= */
@import url('/fonts/kaisei-opti.css');
@import url('/fonts/manrope.css');
/* =========================================================
   ROOT VARIABLES
   ========================================================= */
:root {
    --primary: #002a3c;
    --primary-light: #0f4457;
    --gold: #c7ab68;
    --gold-light: #dcc48b;
    --green: #cdad61;
    --green-hover: #e6ca8f;
    --petrol: #002a3c;
    --cream: #f7f3eb;
    --white: #ffffff;
    --text: #1f2933;
    --text-light: #5b6570;
    --border: #e7e0d1;
    --font-headings: "Kaisei Opti", serif;
    --font-body: "Manrope", sans-serif;
    --radius: 14px;
    --shadow-soft:
        0 10px 30px rgba(0,0,0,0.06);
    --cassiopeia-color-primary: #002a3c;
}
/* =========================================================
   GLOBAL
   ========================================================= */
body {
  color: var(--text);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
.site-grid {
    background: var(--cream);
}
.container-component {
    padding-top: 0;
}
/* =========================================================
   CONTENT
   ========================================================= */
/* Startseite */
.view-featured.itemid-101 .site-grid .grid-child.container-component main {
  margin-top: 0;
}
.view-featured.itemid-101 .header .site-grid {
    grid-gap: 0;
  margin-bottom: 0px;
 }
.view-featured.itemid-101 .site-grid > .container-component {
    grid-column: full-start / full-end !important;
}
.view-featured.itemid-101 .site-grid .container-component.grid-child {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}
.view-featured.itemid-101 .site-grid .grid-child.container-component main .blog-featured .blog-items {
  margin-bottom: 0px;
}
/* =========================================================
   TYPOGRAPHY
   ========================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-headings);
    color: var(--primary);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: unset;
}
h1 {
  font-size: clamp(1rem, 1.75vw, 3rem);
  color: var(--petrol);
  padding-bottom: 5px;
}
h2 {
  font-size: clamp(2rem, 1.25vw, 2.5rem);
}
h3 {
    font-size: 1.5rem;
}
p {
    color: var(--text-light);
}
/* =========================================================
   HEADER
   ========================================================= */
.header.container-header {
    background: var(--primary);
    padding: 0;
    margin: 0;
    width: 100%;
    box-shadow: none;
}
/* =========================================================
   HEADER INNER
   ========================================================= */
.header-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 3rem;
    width: 100%;
    box-sizing: border-box;
}
.brand-logo {
  padding-bottom: 10px;
}
/* =========================================================
   HEADER GRID RESET
   ========================================================= */
.header-inner > .grid-child {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 0 3px 0 !important;
    flex: unset !important;
}
/* =========================================================
   LOGO
   ========================================================= */
.container-header .navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: flex-end;
}
.container-header .navbar-brand img {
    max-height: 95px;
    width: auto;
    display: block;
}
/* =========================================================
   NAVIGATION CONTAINER
   ========================================================= */
.header-inner > .container-nav {
    flex: 1 1 auto !important;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.container-nav {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0.55rem;
}
/* =========================================================
   MAIN MENU
   ========================================================= */
.container-header .mod-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    width: auto;
}
/* =========================================================
   MENU ITEMS
   ========================================================= */
.container-header .mod-menu > li {
    list-style: none;
    position: relative;
}
/* =========================================================
   MENU LINKS
   ========================================================= */
.container-header .mod-menu > li > a {
    display: flex;
    align-items: center;
    color: rgba(255,255,255,0.92);
    text-decoration: none;
    font-size: 0.96rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    padding:
        0.78rem
        1rem;
    border-radius: 10px;
    transition:
        background-color 0.25s ease,
        color 0.25s ease;
}
/* Menü-Überschriften wie normale Menüpunkte darstellen */
.container-header .mod-menu > li > button.mod-menu__heading {
    display: flex;
    align-items: center;
    color: rgba(255,255,255,0.92);
    text-decoration: none;
    font-size: 0.96rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;

    padding:
        0.78rem
        1rem;

    border: 0;
    background: transparent;
    border-radius: unset;
    cursor: pointer;

    transition:
        background-color 0.25s ease,
        color 0.25s ease;
}
.container-header .mod-menu > li > button.mod-menu__heading:hover,
.container-header .mod-menu > li > button.mod-menu__heading[aria-expanded="true"] {
    color: var(--gold);
}
button.mod-menu__heading.mm-toggler::after {
    margin-inline-start: .5em !important;
}
/* =========================================================
   HOVER + ACTIVE
   ========================================================= */
.container-header .mod-menu > li > a:hover,
.container-header .mod-menu > li.active > a,
.container-header .mod-menu > li.current > a {
    color: var(--gold);
    background: transparent;
}
/* =========================================================
   DROPDOWN PARENT
   ========================================================= */
.container-header .metismenu-item.level-1 {
    padding: 0 0.2rem;
}
.container-header .metismenu-item.parent {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: unset;
    padding: 0 0.2rem;
    transition:
        background-color 0.25s ease;
}
/* =========================================================
   PARENT HOVER
   ========================================================= */
.container-header .metismenu-item.parent:hover {
    background: unset;
}
/* =========================================================
   DROPDOWN LINK
   ========================================================= */
.container-header .metismenu-item.level-1 > a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding:
        0.78rem
        0.45rem
        0.78rem
        0.75rem !important;
    border-radius: unset;
    transition: unset;
}
/* =========================================================
   DROPDOWN LINK HOVER
   ========================================================= */
.container-header .metismenu-item.parent:hover > a {
    color: var(--gold);
}
/* =========================================================
   TOGGLER
   ========================================================= */
/*
.container-header .metismenu-item.parent.mm-active > .mm-toggler {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    background: transparent !important;
    border-radius: unset;
    cursor: pointer;
}
.metismenu.mod-menu .mm-toggler::after {
  margin-inline-start: 0em;
}
*/
.container-header .metismenu > li > button.mm-toggler-link:hover::before, .container-header .metismenu > li.active > button.mm-toggler-link::before {
  left: 0em;
}
.container-header .metismenu-item.parent > .mm-toggler::before {
    color: rgba(255,255,255,0.72);
    font-size: 0.82rem;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}
/* =========================================================
   TOGGLER HOVER
   ========================================================= */
.container-header .metismenu-item.parent:hover > .mm-toggler::before {
    color: var(--gold);
}
/* =========================================================
   TOGGLER ACTIVE
   ========================================================= */
.container-header .metismenu-item.parent > .mm-toggler[aria-expanded="true"]::before {
    transform: rotate(180deg);
    color: var(--gold);
}
/* =========================================================
   DROPDOWNS
   ========================================================= */
.container-header .mod-menu .mm-collapse,
.container-header .mod-menu .metismenu-container {
    background: #103949;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 14px;
    padding: 0.5rem;
    margin-top: 0.45rem;
    min-width: 250px;
    box-shadow:
        0 12px 28px rgba(0,0,0,0.16);
}
/* =========================================================
   DROPDOWN LINKS
   ========================================================= */
.container-header .mod-menu .metismenu-item ul li a {
    display: block;
    padding:
        0.78rem
        0.95rem;
    border-radius: 10px;
    color: rgba(255,255,255,0.96);
    font-size: 0.95rem;
    line-height: 1.3;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}
/* =========================================================
   DROPDOWN HOVER
   ========================================================= */
.container-header .mod-menu .metismenu-item ul li a:hover {
    background: rgba(199,171,104,0.22);
    color: var(--gold);
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
    background:
        linear-gradient(
            rgba(8,47,61,0.78),
            rgba(8,47,61,0.78)
        ),
        url("../images/hero.jpg")
        center center / cover no-repeat;
    color: var(--white);
    padding:
        9rem
        0
        8rem;
}
.hero h1 {
    color: var(--white);
    max-width: 780px;
}
.hero p {
    color: rgba(255,255,255,0.85);
    max-width: 680px;
    font-size: 1.15rem;
}
/* =========================================================
   BUTTONS
   ========================================================= */
.btn,
.button,
button {
    border-radius: 999px;
    padding:
        0.95rem
        1.8rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: all 0.25s ease;
    border: none;
}
/* =========================================================
   FOOTER
   ========================================================= */
.footer {
    background: var(--primary);
    color: var(--white);
    padding: 1rem 0;
    font-size: 0.95rem;
}
.footer h3 {
    color: var(--white);
    font-size: 18px;
    margin-bottom: 12px;
}
.footer p {
    color: var(--cream);
    margin-bottom: 5px;
}
.footer a {
    color: var(--gold-light) !important;
  text-decoration: none;
}
.footer a:hover {
    color: var(--gold);
  text-decoration: underline;
}
.footer .overlay h3 {
  padding-top: 15px;
}
.footer {
  margin-top: 0;
}
/* =========================================================
   FOOTER GRID
   ========================================================= */
.container-footer .grid-child {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 3rem;
}
.container-footer .grid-child > div {
    flex: 1 1 0;
    min-width: 220px;
}
.footer .grid-child {
  padding: 2.5rem 15px;
}
/* =========================================================
   FOOTER MODULE ALIGNMENT
   ========================================================= */
.footer .grid-child {
    align-items: flex-start !important;
}
.footer .moduletable,
.footer .module {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.footer .container {
    align-items: flex-start !important;
}
/* =========================================================
   FOOTER COLUMN ICONS
   ========================================================= */
.footer .wf-columns .wf-column1 {
    max-width: 18px;
    color: var(--gold);
}
.footer .wf-columns .wf-column1 p {
    color: var(--gold);
}
/* =========================================================
   FOOTER EQUAL COLUMNS
   ========================================================= */
.container-footer .grid-child {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 3rem;
}
.container-footer .grid-child > div {
    flex: 1 1 0;
    min-width: 220px;
}
.container-footer .moduletable,
.container-footer .module,
.container-footer .mod-custom {
    width: 100%;
}
/* =========================================================
   FOOTER BUTTON
   ========================================================= */
.gbtn {
    border-radius: 7px;
    border:
        1px solid var(--green);
    display: inline-block;
    cursor: pointer;
    color: var(--green) !important;
    padding:
        11px
        26px;
    text-decoration: none;
    margin-top: 15px;
    transition:
        all 0.25s ease;
}
.gbtn:hover {
    color: var(--green-light) !important;
    border-color: var(--green-light);
}
.gbtn:active,
.gbtn:focus {
    color: var(--green-light) !important;
    position: relative;
    top: 1px;
}
/* =========================================================
   COPYRIGHT
   ========================================================= */
.copyright {
    background: var(--primary);
    border-top:
        1px solid var(--primary-light);
    padding-top: 5px;
    font-size: 12px;
}
.copyright p {
    color: var(--cream);
}
/* =========================================================
   FORMS
   ========================================================= */
input,
textarea,
select {
    border-radius: 10px !important;
    border:
        1px solid var(--border) !important;
    padding:
        0.85rem
        1rem !important;
    background: var(--white);
}
input:focus,
textarea:focus,
select:focus {
    border-color: var(--gold) !important;
    box-shadow:
        0 0 0 0.15rem rgba(199,171,104,0.25) !important;
}

/* =========================================================
   RESPONSIVE 1320
   ========================================================= */
@media (max-width: 1320px) {
  .brand-logo {
    padding-left: 15px;
  }
 .container-header nav {
    padding-right: 15px;
  }
}

/* =========================================================
   RESPONSIVE TYPOGRAPHY
   ========================================================= */
@media (max-width: 767px) {
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.4rem;
    }
}
/* =========================================================
   RESPONSIVE SMARTPHONE
   ========================================================= */

@media (max-width: 1340px) {

  main .blog-featured .blog-items {
padding-left: 15px;
padding-right: 15px;
}
main .blog-featured .blog-items.items-leading {
padding-left: 0px;
padding-right: 0px;
}
  }

@media (max-width: 991px) {

    /* HEADER */

    .header-inner {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: nowrap;
        position: relative;
    }

    .header-inner > .grid-child {
        width: auto !important;
        max-width: none !important;
        flex: 0 0 auto !important;
    }

    /* LOGO */

    .container-header .navbar-brand {
        padding-left: 12px !important;
        margin: 0;
    }

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

    /* NAV CONTAINER */

    .header-inner > .container-nav {
        margin-left: auto !important;
        flex: 0 0 auto !important;
        width: auto !important;
    }

    /* NAVBAR */

    .container-header .navbar {
        position: static;
    }

    /* BURGER BUTTON */

    .container-header .navbar-toggler {
        margin-top: 24px;
        margin-right: 15px;
        margin-bottom: 0;

        border: 2px solid rgba(255,255,255,0.85) !important;
        border-radius: 14px;
        padding: 0.7rem 0.9rem;

        background: transparent;
        box-shadow: none;
    }

    .container-header .navbar-toggler:hover,
    .container-header .navbar-toggler:focus {
        border-color: var(--gold) !important;
        box-shadow: none;
        outline: none;
    }

    /* COLLAPSE */

    .container-header .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;

        width: 100%;

        background: var(--primary);

        padding: 20px 15px 30px;

        z-index: 999;
    }

    /* MOBILE MENU */

    .container-header .mod-menu {
        display: flex;
        flex-direction: column;

        width: 100%;

        margin: 0;
        padding: 0;

        gap: 0;
    }

    .container-header .mod-menu > li {
        display: flex;
        align-items: center;
        justify-content: space-between;

        width: 100%;

        padding: 0.45rem 0;

        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .container-header .mod-menu > li > a {
        flex: 1 1 auto;

        padding: 0.9rem 0;

        text-align: left;
    }
.container-header .mod-menu > li > button.mod-menu__heading {
    flex: 1 1 auto;

    padding: 0.78rem 0.45rem 0.78rem 0.75rem !important

    text-align: left;
    justify-content: flex-start;
}
.container-header .mod-menu > li.deeper.parent {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .container-header .mm-toggler {
        margin-left: auto;
        flex: 0 0 auto;
    }

    /* DROPDOWNS */

    .container-header .mod-menu .mm-collapse,
    .container-header .mod-menu .metismenu-container {
        width: 100%;
        min-width: 100%;

        margin-top: 0.5rem;

        border-radius: 12px;
    }
  .wf-columns-stack-large, .wf-columns-stack-medium, .wf-columns-stack-small, .wf-columns-stack-xlarge {
  flex-wrap: nowrap !important;
}
  .footer {
  padding: 0 15px 0 15px;
}
}
@media (width >= 992px) {
  .container-header .metismenu > li > a::after, .container-header .metismenu > li > button::before {
    height: 0px;
    transition: unset;
  }
}
@media (max-width: 768px) {
    .wf-columns.spec {
        flex-direction: column;
    }

    .wf-columns.spec > .wf-column,
    .wf-columns.spec > a.wf-column {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .checkup-bild {
        min-height: 250px;
    }
}