/*
 Theme Name:   Kadence Child
 Theme URI:    https://blog.mindwrap.de
 Description:  Child-Theme für Kadence
 Author:       Chris
 Template:     kadence
 Version:      1.0
*/

/* Eigene Styles kommen hier drunter */
.impressum-container > a:first-of-type,
.impressum-container h1 {
    display: none !important;
}
/*    .impressum-container {
      max-width: 800px;
      margin: 0 auto;
      background: white;
      padding: 2rem;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
    @media (max-width: 600px) {
      .impressum-container {
        padding: 20px;
      }
    }*/
