@font-face {
    font-family: 'PublicSans';
    src: url('../../assets/fonts/PublicSans/PublicSans-Thin.woff2') format('woff2'),
        url('../../assets/fonts/PublicSans/PublicSans-Thin.woff') format('woff'),
        url('../../assets/fonts/PublicSans/PublicSans-Thin.ttf')  format('truetype');
  }
  body {
    font-family: 'PublicSans', Fallback, sans-serif;
  }
  h1 {
      font-size: 1.6rem;
      margin-bottom: 0;
  }
  h2 {
      font-size: 1.6rem;
      margin-bottom: 1rem;
  }
  h3 {
      font-size: 1.6rem;
  }
  h4 {
      font-size: 1.6rem;
  }
  h5 {
      font-size: 1.6rem;
  }
  h6 {
      font-size: 1.4rem;
  }
  small {
      font-size: 60%;
  }

  a {
      color: #184cac;
      text-decoration: none;
  }
  select:focus {
      border: 0.1rem solid #184cac;
      outline: 0;
  }
  pre {
      background: #f4f5f6;
      border-left: 0.3rem solid #184cac;
  }

  .row .column.column-20 {
      flex: 1 1 auto;
      max-width: 100%;
  }
  .row .column.column-80 {
      flex: 1 1 auto;
      max-width: 100%;
  }

  .button,
  button,
  input[type='button'],
  input[type='reset'],
  input[type='submit'] {
      background-color: #184cac;
      border: 0.1rem solid #184cac;
  }

  #mmathias-menu-collapsed {
      display: inline;
  }
  #mmathias-menu-full {
      display: none;
  }

  @media (min-width: 320px) { 
  }
  @media (min-width: 480px) { 
  }
  @media (min-width: 40rem) { 
      #mmathias-menu-collapsed {
          display: none;
      }
      #mmathias-menu-full {
          display: inline;
      }
      .row .column.column-20 {
          flex: 0 0 20%;
          max-width: 20%;
      }
      .row .column.column-80 {
          flex: 0 0 80%;
          max-width: 80%;
      }
   }
  @media (min-width: 768px) { 
      h1 {
          font-size: 3.6rem;
          margin-bottom: 0;
      }
      h2 {
          font-size: 2.8rem;
          margin-bottom: 1rem;
      }
      h3 {
          font-size: 2.2rem;
      }
      h4 {
          font-size: 1.8rem;
      }
      h5 {
          font-size: 1.6rem;
      }
      h6 {
          font-size: 1.4rem;
      }
      small {
          font-size: 80%;
      }
   }
   @media (min-width: 992px) { 
   }
  @media (min-width: 1200px) { 
   }

#newsletter-teaser-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

#newsletter-teaser-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 0px solid #888;
    width: 80%;
}

.pulsetext {
    -webkit-animation: pulsetext 1s infinite;
    -ms-animation: pulsetext 1s infinite;
    animation: pulsetext 1s infinite;
  }
  @-webkit-keyframes pulsetext{
     0%{color:rgba(255,0,0);letter-spacing:0.3em;}	
      110%{color: black;letter-spacing:0.3em;}
  }
  @-ms-keyframes pulsetext{
    0%{color:rgba(255,0,0);letter-spacing:0.3em;}	
      110%{color: black;letter-spacing:0.3em;}
  }
  @keyframes pulsetext{
    0%{color:rgba(255,0,0);letter-spacing:0.3em;}	
      110%{color: black;letter-spacing:0.3em;}
  }
  