/* normalize-mira.css ? Basis-Reset für dein KI-Frontend */

html {
    box-sizing: border-box;
    font-size: 100%;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%; /* Kein Auto-Zoom in Chrome Mobile */
}

*, *::before, *::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
    background: #fff;
    color: #000;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: auto;
}

td, th {
    padding: .1em .3em .1em .3em;
    text-align: left;
    vertical-align: top;
    display: table-cell;
  /*  white-space: nowrap; */
}

input, button, select, textarea {
    font: inherit;
    color: inherit;
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: .4em .6em;
}

button {
    cursor: pointer;
    background-color: #eee;
}

img, video {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 0.5em;
}

ul, ol {
    padding-left: 1.5em;
}

a {
    color: inherit;
    text-decoration: none;
}

:focus {
    outline: 1px solid #000;
    outline-offset: 1px;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}
