/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */

/* ===================================
   MonaVini – Eigene Helferklassen
   =================================== */

/* Textausrichtung */
.ta-c { text-align: center; }
.ta-l { text-align: left; }
.ta-r { text-align: right; }

/* Abstände */
.m-0 { margin: 0; }
.mt-10 { margin-top: 10px; }
.mb-10 { margin-bottom: 10px; }
.p-0 { padding: 0; }
.p-10 { padding: 10px; }

/* Farben */
.c-900 { color: #990000; }
.bg-900 { background: #990000; color: #fff; }

/* Bilder */
.img-fluid { max-width: 100%; height: auto; }
