@font-face {
    font-family: "Inter";
    src: url("../fonts/InterDisplay-Light.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/InterDisplay-Medium.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../InterDisplay-Regular.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../InterDisplay-SemiBold.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5 {font-family: "Inter", sans-serif; font-weight: 300; line-height: 1.3; margin: 0 0 2rem; color: var(--body-color);}
h2 {font-size: 2rem; }
h3 {font-size: 1.6rem; }
h4 {font-size: 1.4rem; }
h5 {}



.item-content {margin-bottom: 60px;}





a.home-icon {
    font-size: 0;
    display: flex;
    align-items: center;
    bottom: -1px;
}

a.home-icon::before {
    content: "\f015";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.85rem;
    color: currentColor;
    vertical-align: middle;
}





body {font-family: 'Inter', sans-serif;}
div .offline-card .header {background-color: #00859c; background-image: none;}
.top-kontakt {float: right; color: #555555; padding:20px 40px 20px 0px;}

.slogan {font-size: 3em;}





.footer2 a {font-size:0.85em; color:#7e7e7e; text-decoration: none;}
.footer2 a:hover {color:#1F8A9C; text-decoration: none;}
.footer2 {padding:10px 0px 60px 0px;margin-bottom: 100px;}

.fa-quote-left {font-size: 4em; color: #e9f4ff;}
.leaf-icon {font-size: 2em; margin:40px;}
.fa-leaf  {color: #00859c;}
.zitat {color: #2D4863;background-color: #A3BCD2; background-image: none;}
.zitat-block { margin: auto;}





.container-header, .container-footer-2 { background: #ffffff; background-image: none;}
.container-zitat { background-color: #A3BCD2; background-image: none;}


/* Menü */

.container-header .mod-menu > li > a, .container-footer-2 .mod-menu > li > a {
    color: #555555; text-decoration: none;
}

.metismenu.mod-menu .metismenu-item.active > a, .metismenu.mod-menu .metismenu-item > a:hover {text-decoration: none;}

.container-header .mod-menu > li > a:hover,
.container-header .mod-menu > li.current > a,
.container-footer-2 .mod-menu > li > a:hover,
.container-footer-2 .mod-menu > li.current > a {
    color: #00859c; text-decoration: none;
}








/* Custom Modul */

/*.footer {background-color: #2D4863; background-image: none;}*/

.anfahrt-hdl {color: #cbe5fd; font-size:1.5em;}




.container-anfahrt { background-color: #2D4863; background-image: none; color: #9bb4ca; margin-top:0px;}
.container-anfahrt .grid-child {width: 100%;}
.container-anfahrt #mod-custom114 {width: 100%;}
.container-anfahrt #mod-custom114 .row {width: 100%; margin-left: 0; margin-right: 0;}
.container-anfahrt #mod-custom114 .col-md-6 { flex: 0 0 50%; max-width: 50%;}


/* ----------------------------------------------*/
/* 1 spaltiges Layout .... z.B. zentrierter Text */
/* ----------------------------------------------*/
.single-column {
    display: grid;
    justify-items: center; /* Inhalt horizontal zentrieren */
    row-gap: 1rem;         /* Abstand zwischen den Elementen */
    text-align: center;
    max-width: 1000px;      /* maximale Breite */
    margin: 2rem auto;     /* gesamten Block zentrieren */
    padding: 1rem;
}

.single-column h4 {
    font-family: "Inter", sans-serif;
    font-size: clamp(2rem, 2vw, 3.5rem);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0.03em;
    margin: 0;
    text-align: center;
}

.single-column p {
    color: #666; /* optional */
}

/* -------------------------------------------*/
/* 2 spaltiges Layout                         */
/* -------------------------------------------*/
.my-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    box-sizing: border-box;
    gap: 2rem; /* Abstand zwischen den Spalten */
    margin-bottom: 40px;
}

.my-two-columns .my-col {
    box-sizing: border-box;
    min-width: 0;
}


/* Überschriften */
.my-two-columns .my-col h2 {
    
}

.my-two-columns .my-col h3 {
    
}

.my-two-columns .my-col h4 {
    
}







/* Responsive */
@media (max-width: 768px) {
    .my-two-columns {
        grid-template-columns: 1fr;
    }
}


/* -------------------------------------------*/
/* 3 spaltiges Layout ... z.B. für Startseite */
/* ------------------------------------------ */
.three-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.three-columns .column {
    text-align: center;
    padding: 1rem;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.column i {
    font-size: 3rem;
    color: #00859c; /* optional */
}

.column p {
    color: #666;
}

/* 2 Spalten Layout z.B. Öffnungszeiten */
.opening-hours-grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 2rem;
    align-items: start;
}

.opening-days ul,
.opening-times ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.opening-days li,
.opening-times li {
    line-height: 1.8;
}










/* ----------------------------------- */
/* Timeline                            */
/* ----------------------------------- */

.timeline {

    position: relative;
    display: grid;
    gap: 4rem;
    max-width: 1200px;
    margin: auto;
    padding: 3rem 0;

}


/* vertikale Linie */

.timeline::before {

    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background: #00859c;

}


/* ======================================================= */

.timeline-item {

    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    align-items: start;

}


/* ======================================================= */

.timeline-date,
.timeline-content {

    padding: 0 2rem;

}

.timeline-date {

    text-align: right;

}

.timeline-content {

    text-align: left;

}

.timeline-date h3,
.timeline-content h3 {

    margin: 0 0 .5rem;

}

.timeline-date p,
.timeline-content p {

    margin: 0;

}


/* rechte Seite */

.timeline-item.right .timeline-content {

    text-align: right;

}

.timeline-item.right .timeline-date {

    text-align: left;

}


/* ======================================================= */

.timeline-center {

    position: relative;
    min-height: 30px;

}


/* linke Verbindung */

.timeline-center::before {

    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: calc(50% - 8px);
    height: 2px;
    background: #00859c;

}


/* rechte Verbindung */

.timeline-center::after {

    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: calc(50% - 8px);
    height: 2px;
    background: #00859c;

}


/* Desktop:
   Nur der Strich auf der Inhaltsseite bleibt sichtbar */

.timeline-item.left .timeline-center::before {

    display: none;

}

.timeline-item.right .timeline-center::after {

    display: none;

}


/* Ring */

.timeline-center {

    background:
        radial-gradient(circle at center,
        #ffffff 0,
        #ffffff 5px,
        #00859c 5px,
        #00859c 8px,
        transparent 8px);

    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: 18px 18px;

}


/* Datum und Inhalt anheben */

.timeline-date,
.timeline-content {

    transform: translateY(-4px);

}


/* ======================================================= */

@media (max-width:768px) {

    .timeline::before {

        left: 28px;
        transform: none;

    }

    .timeline-item {

        grid-template-columns: 60px 1fr;
        row-gap: .75rem;

    }

    .timeline-center {

        grid-column: 1;
        grid-row: 1 / span 2;
        min-height: 100%;
        background-position: center 2px;

    }

    /* Auf Mobil immer nur der rechte Verbindungsstrich */

/* Mobil:
   Desktop-Regeln überschreiben und bei allen Einträgen
   den Strich nach rechts anzeigen */

.timeline-item.left .timeline-center::before,
.timeline-item.right .timeline-center::before {

    display: block;
    left: 38px;
    width: 20px;

}

.timeline-item.left .timeline-center::after,
.timeline-item.right .timeline-center::after {

    display: none;

}

    .timeline-date,
    .timeline-content {

        grid-column: 2;
        text-align: left;
        padding: 0;
        margin-left: 30px;
        transform: translateY(-4px);

    }

    .timeline-date {

        grid-row: 1;

    }

    .timeline-content {

        grid-row: 2;

    }

    .timeline-item.right .timeline-date,
    .timeline-item.right .timeline-content {

        text-align: left;

    }

}