@font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/BebasNeue-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Serif Display";
    src: url("../fonts/DMSerifDisplay-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Merriweather";
    src: url("../fonts/Merriweather-VariableFont_opsz,wdth,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tagesschrift";
    src: url("../fonts/Tagesschrift-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* Elemente starten "versteckt" */
.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 600ms ease, transform 600ms ease;
    will-change: opacity, transform;
}

/* Wenn sichtbar */
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Motion-Opt-out respektieren */
@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

html,
body {
    background: #F7F1E3;
    color: #250007;
    font-family: "Merriweather";
}

section {
    padding: 4rem 0;
}

.icons {
    margin-right: .5em;
}

.section-title {
    margin-bottom: 2rem;
    font-weight: 600;
}

.content-narrow {
    max-width: 720px;
}

/* -------------------------
   AUTHOR SECTION
------------------------- */

.author-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    background-image: url("../images/header-bg.gif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* eigener Container wie beim Hero */
.author-container {
    max-width: 720px;
}

@media (min-width: 768px) {
    .author-container {
        max-width: 960px;
    }
}

@media (min-width: 992px) {
    .author-container {
        max-width: 1140px;
    }
}

@media (min-width: 1200px) {
    .author-container {
        max-width: 1320px;
    }

}

.author-title {
    font-family: "Bebas Neue", Arial, sans-serif;
    color: #250007;
    font-size: clamp(3rem, 6vw, 5rem);
}

.author-subtitle {

    font-family: "Merriweather", serif;
    color: #250007;
    font-size: clamp(1.1rem, 3vw, 2rem);
}

.author-image img {
    height: auto;
    max-width: 100%;
}

@media (min-width: 992px) {
    .author-image img {
        max-width: 320px;
    }
}
.text-body-secondary i {
    color:#F9AD1B;
}
/* -------------------------
   Press SECTION
------------------------- */
.badge-press {
    background:#40010D;
    color:#F7F1E3;
    font-family:"Bebas Neue";
    letter-spacing: .15em;
}
.badge-rezi {
    background:#344C36;
    color:#F7F1E3;
}
.press-card-wrapper {
    width: 100%;
    max-width: 720px; /* mobile & ruhige Lesebreite */
}
.section-press {
    min-height: 80vh;
    display: flex;
    align-items: center;
    background:#172418;
    color:#F7F1E3;

}
.section-press .card {
    background:#F7F1E3;

}
.section-press .blockquote, .blockquote-footer {
    font-style: italic;
    font-size:.8em;
}
@media (min-width: 768px) {
    .press-card-wrapper {
        max-width: 900px;
    }
}

@media (min-width: 992px) {
    .press-card-wrapper {
        max-width: 1100px;
    }
}


/* eigener Container wie beim Hero */
.author-container {
    max-width: 720px;
}

@media (min-width: 768px) {
    .author-container {
        max-width: 960px;
    }
}

@media (min-width: 992px) {
    .author-container {
        max-width: 1140px;
    }
}

@media (min-width: 1200px) {
    .author-container {
        max-width: 1320px;
    }

}

.author-title {
    font-family: "Bebas Neue", Arial, sans-serif;
    color: #250007;
    font-size: clamp(3rem, 6vw, 5rem);
}

.author-subtitle {

    font-family: "Merriweather", serif;
    color: #250007;
    font-size: clamp(1.1rem, 3vw, 2rem);
}

.author-image img {
    height: auto;
    max-width: 100%;
}

@media (min-width: 992px) {
    .author-image img {
        max-width: 320px;
    }
}
/* -------------------------
   HERO SECTION
------------------------- */

.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-image: url("../images/bg-farnwacht.gif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-attachment: scroll;
}
#farnwacht-logo {
    max-width:450px;
margin-bottom:1.5em;
}
/* Parallax nur dort, wo es stabil ist (Desktop / non-touch) */
@media (hover: hover) and (pointer: fine) {
    .hero-section {
        background-attachment: fixed;
    }
}

/* Motion-Opt-out respektieren */
@media (prefers-reduced-motion: reduce) {
    .hero-section {
        background-attachment: scroll !important;
    }
}


.hero-container {
    max-width: 720px;
}

@media (min-width: 768px) {
    .hero-container {
        max-width: 960px;
    }
}

@media (min-width: 992px) {
    .hero-container {
        max-width: 1140px;
    }
}

@media (min-width: 1200px) {
    .hero-container {
        max-width: 1320px;
    }
}

.hero-content {
    text-align: left;
}

.hero-title {
    font-family: "Tagesschrift", serif;
    color: #ffffff;
    font-size: clamp(2.4rem, 6vw, 5rem);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
    margin-bottom: 1em;
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2.2vw, 1.25rem);
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
}

@media (min-width: 992px) {
    section {
        padding: 6rem 0;
    }

    .hero-content {
        text-align: right;
    }
}

.section-about a {
    text-decoration: underline;
    color: #250007;
    font-weight:bold;
    transition:color .5s;
}
.section-about a:hover {
    color:#F9AD1B;
}
/* -------------------------
   BUTTONS
------------------------- */

.btn-author {
    font-family: "Bebas Neue", Arial, sans-serif;
    color: #ffffff;
    background-color: #250007;
    border: none;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.75rem 2rem;
    transition: background-color .5s ease, color .5s ease;
}

.btn-author:hover,
.btn-author:focus {
    color: #ffffff;
    background-color: #F9AD1B;
}

/* -------------------------
   FOOTER
------------------------- */

.site-footer {
    padding: 1rem 0;
    background-color: #f8f9fa;
}

.footer-actions {
    margin-bottom: 2rem;
}

.btn-footer {
    margin: 0.5rem;
}

.footer-meta a {
    font-size: 0.9rem;
    color: #250007;
    text-decoration: underline;
    transition: color .5s;
}

.footer-meta a:hover {
    color:#F9AD1B;
}
.footer-disclaimer {
    margin-top:1em;
    font-size:.7em;
}
/* -------------------------
   EVENTS TABLE (custom color scheme)
------------------------- */

.table-events {
    background-color: #F7F1E3;
    border-color: #D9C3A9;
    color: #250007;
}
/* kleinere Schrift auf xs / sm */
.table-events {
    font-size: 0.7rem;
}

/* ab Bootstrap md wieder Standardgröße */
@media (min-width: 768px) {
    .table-events {
        font-size: 1rem;
    }
}

.table-events thead {
    background-color: #D9C3A9;
}

.table-events thead th {
    color: #250007;
    font-weight: 600;
    border-bottom: 2px solid #D9C3A9;
}

.table-events tbody tr:nth-of-type(odd) {
    background-color: #F7F1E3;
}

.table-events tbody tr:nth-of-type(even) {
    color: #250007;
}

.table-events tbody tr:hover {
    color: #250007;}

.table-events td,
.table-events th {
    border-color: #D9C3A9;
    color: #250007;
}
.table-info{
    font-size:.8em;
}
.table-events a {
    color: #250007;
    transition: color .5s;
}
.table-events a:hover {
    color:#F9AD1B;
}
.hide {display:none;}
