/* Body Text */
body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

/* H1 */
h1 {
    font-family: Arial, sans-serif;
    font-size: 64px;
    line-height: 77px;
    font-weight: 600; /* Semibold */
    text-transform: uppercase; /* Versalien */
    letter-spacing: 5px;
}

/* H2 */
h2 {
    font-family: Arial, sans-serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: normal;
    letter-spacing: 5px;
}

/* H3 */
h3 {
    font-family: Arial, sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: normal;
}

/* H4 */
h4 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500; /* Medium */

 h5 {
    font-family: Arial, sans-serif;
    font-size: 40px;          /* Standardgröße, kannst du anpassen */
    line-height: 48px;        /* passend zur Größe */
    font-weight: 500;         /* Medium, wirkt ausgewogen */
    color: #fff;              /* Schriftfarbe weiß */
    background-color: #00aeef;   /* Hintergrund blau */
    display: inline-block;    /* nur so breit wie der Text */
    padding: 4px 8px;         /* etwas Innenabstand */
    border-radius: 3px;       /* optisch angenehme Ecken */
}

