/* Schrift einbinden  */

@font-face {
font-family: 'csgb';
src: url('../fonts/csgb.ttf') format('ttf'),
url('../csgb.ttf') format('ttf');
font-weight: normal;
font-style: normal;
}

h1 {
  color: #e73d1f; 
  font-family: Tahoma !important;
}
h2 {
  color: #e73d1f; 
  font-family: Tahoma !important;
}
h3 {
  color: #e73d1f; 
  font-size: 17px;
    font-family: Tahoma !important;
}

h4 {
  font-size: 30px;
  color: #e73d1f; 
 font-family: Tahoma !important;
}
h5 {
  font-size: 20px;
  color: #e73d1f; 
 font-family: Tahoma !important;
}


title {
  font-size: 20px;
  color: #e73d1f; 
 font-family: Tahoma !important;
}

/* Menu Einstellungen */
/* Schriftart und Goesse */
.sp-megamenu-parent > li > a {font-size: 15px; font-family: Tahoma !important;} 
/* Abstandt */
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span {padding: 0 8px;}


