/*
Theme Name:   mindondigital-child
Theme URI:    https://www.mindondigital.de/
Author:       MindOnDigital / Leo
Author URI:   https://www.mindondigital.de/
Description:  Child theme for Astra — customization and overrides for MindOnDigital.
Template:     astra
Version:      1.0.0
Text Domain:  mindondigital-child
*/

/* --- Custom styles start here --- */

/* Beispiel-Reset für Child-Theme */
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color: #121212;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Basis-Container */
.site {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Headline-Styling */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.15;
  margin: 0 0 0.7em;
  color: #0b2540;
}

/* Buttons */
a.button, .btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 6px;
  background: linear-gradient(180deg,#ff5a5f,#e84343);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

/* Responsiv: Media Queries */
@media (max-width: 768px) {
  .site { padding: 0 14px; }
  h1 { font-size: 1.6rem; }
}

/* --- Custom styles end here --- */
