@font-face {
    font-family: 'DIN 1451';
    src: local('DIN 1451 Mittelschrift'), local('DIN-1451-Mittelschrift'),
        url('../fonts/DIN1451Mittelschrift.woff2') format('woff2'),
        url('../fonts/DIN1451Mittelschrift.woff') format('woff'),
        url('../fonts/DIN1451Mittelschrift.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

body {
    font-family: 'DIN 1451';
    font-size: 18px;
   
}
H1, H2, H3, H4, H5, H6 {
    font-family: 'DIN 1451';
}

H1 {
  font-size:30px;
}


/* legt das Aussehen der Menüpunkte fest*/
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span
{
  font-family: 'DIN 1451';
  font-size: 20px;
 }

H2 {
  font-size:25px;
}
H3 {
  font-size:20px;
}

/* Festlegen, wann das Mobile menu erscheint*/


@media (max-width: 1200px)  {
    .sp-megamenu-parent {
        display: none !important;
    }
    #offcanvas-toggler {
        display: flex !important;
    }
}

/* Dieser Befehl macht das Impressum/Datenschutz zentriert*/

@media only screen and (max-width: 680px) {
#mod-custom114 > div {
  text-align: center !important;}
}
@media only screen and (max-width: 680px) {
#column-id-1633079574242 {text-align: center;}
}
