/* =========================================
   Reset – MM Stimme Modern
   ========================================= */

/* Box-Sizing */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Margin-Reset */
body,
h1, h2, h3, h4, h5, h6,
p,
ul, ol,
figure,
blockquote {
    margin: 0;
    padding: 0;
}

/* Listen */
ul, ol {
    list-style: none;
}

/* Bilder */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Buttons */
button {
    border: none;
    background: none;
    padding: 0;
}

/* Formulare */
input,
textarea,
select {
    font: inherit;
}

/* Links */
a {
    text-decoration: none;
    color: inherit;
}
