/* rubik-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/rubik-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 800;
  src: url('../ownfonts/rubik-v30-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ==================================================================
   Beitragsdarstellung Feuerwehr Hohenfelde
   Anhaengen an: templates/shaper_helixultimate/css/custom.css

   Alle Werte stammen aus den urspruenglichen SP-Page-Builder-Vorlagen
   (Einsatz / Bericht / Jugendfeuerwehr / Presse).
   Die --sppb-Variablen setzt SP Page Builder im Seitenkopf; die
   Hexwerte dahinter sind der Rueckfall, falls sie einmal fehlen.
   ================================================================== */

/* Aeusserer Rahmen -------------------------------------------------
   Das Template laeuft auf "fluid / remove-container", der Beitrag
   bringt also keinen eigenen Container mit. 1320px entspricht der
   Breite der bisherigen Page-Builder-Zeilen.                        */
.ffh-beitrag {
    max-width: 1320px;
    margin-inline: auto;
    padding-inline: 15px;
}

.ffh-beitrag__kopf {
    padding-top: 20px;
}

.ffh-beitrag__inhalt {
    padding-bottom: 75px;
}

/* Titel ------------------------------------------------------------
   Original: Rubik 700, 54px, Zeilenhoehe 54px, Versalien           */
.ffh-beitrag__titel {
    font-family: 'Rubik', sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
    text-align: left;
    color: var(--sppb-logo-text-color, #ec430f);
    margin: 0 0 20px;
}

/* Kennzeichnung ALARMIERUNG / BERICHT / PRESSE ---------------------
   Original: weisser Text auf #ff2525, um 15 Grad geschert          */
.ffh-beitrag__kennzeichnung {
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    text-transform: uppercase;
    color: var(--sppb-header-bg-color, #ffffff);
    background: #ff2525;
    padding: 5px 30px;
    margin: 0 0 15px;
    transform: skew(-15deg);
}

/* Meta-Zeilen ------------------------------------------------------
   Original: h6 in #333333, Symbol davor in #ec430f                 */
.ffh-beitrag__meta {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ffh-beitrag__meta li {
    color: var(--sppb-topbar-bg-color, #333333);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 10px;
}

.ffh-beitrag__meta li:last-child {
    margin-bottom: 20px;
}

.ffh-beitrag__icon {
    color: var(--sppb-logo-text-color, #ec430f);
    margin-right: 0.5em;
}

/* Bildspalte ------------------------------------------------------- */
.ffh-beitrag__bild {
    margin: 0 0 20px;
}

.ffh-beitrag__bild img {
    display: block;
    width: 100%;
    height: auto;
}

/* Tablet und kleiner: Bildspalte rutscht ueber den Text ------------ */
@media (max-width: 991.98px) {
    .ffh-beitrag__bilder {
        margin-top: 1rem;
        margin-bottom: 1.5rem;
    }
}

/* Handy: Originalwerte 25px Titel, 14px Kennzeichnung -------------- */
@media (max-width: 767.98px) {
    .ffh-beitrag__titel {
        font-size: 25px;
        line-height: 25px;
    }

    .ffh-beitrag__kennzeichnung {
        font-size: 14px;
        line-height: 24px;
        padding: 4px 20px;
    }

    .ffh-beitrag__kopf {
        padding-top: 12px;
    }

    .ffh-beitrag__inhalt {
        padding-bottom: 40px;
    }
}
