@font-face {
  font-family: 'Roboto Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/roboto:vf@latest/latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* kanit-latin-900-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/kanit@latest/latin-900-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/kanit@latest/latin-900-normal.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* rubik-latin-wght-normal */
@font-face {
  font-family: 'Rubik Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/rubik:vf@latest/latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* mulish-latin-wght-normal */
@font-face {
  font-family: 'Mulish Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/mulish:vf@latest/latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* dela-gothic-one-latin-ext-400-normal */
@font-face {
  font-family: 'Dela Gothic One';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/dela-gothic-one@latest/latin-ext-400-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/dela-gothic-one@latest/latin-ext-400-normal.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

body{
    font-family: Roboto Variable;
}

.kontaktiere_uns_möglichkeiten_text, .kacheln_text{
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

#index_h1{
    font-family: Mulish Variable;
    font-size: 100px;
    color: rgb(38, 133, 248);
    text-shadow: 4px 4px 5px rgb(0, 0, 0);
    font-weight: 800;
}

#andere_seiten_h1{
  font-family: Mulish Variable;
  text-shadow: 4px 4px 5px rgb(0, 0, 0);
  color: rgb(29, 96, 178);
  font-weight: 800;
}

#erklärung_verein{
  font-weight: 400;
  font-size: 30px;
}

.eo_go_erklärung_text, .orchester_erklärung_text{
  font-size: 20px;
  white-space: pre-line;
}

.erklärungstext{
  font-size: 30px;
  color: rgb(18, 48, 84);
  font-weight: 600;
}

.orchester_fakten_h2{
  font-family: Mulish Variable;
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-size: 40px;
  text-align: left;
}

.orchester_gegründet_h2{
  color: rgb(0, 41, 92);
}

.geschichte_datum_zeitstrahl_h2{
  color: rgb(0, 27, 59);
  font-weight: 700;
  font-size: 50px;
  text-align: center;
}

.geschichte_info_zeitstrahl_h2{
  color: rgb(0, 49, 109);
  font-weight: 600;
  font-size: 40px;
  text-align: left;
}

.hyperlink_text{
  text-decoration: underline;
}