/* ===============================  */
/*         Designfarben             */
/* ===============================  */
:root {
    /* Primärfarben */
    --primary-color: rgba(0 143 136);
    --primary-color-60: rgba(129 183 180);
    --primary-color-30: rgba(195 219 218);
  
    /* Sekundärfarben */
    --secondary-color: rgba(154 26 121);
    --secondary-color-60: rgba(173 122 169);
    --secondary-color-30: rgba(211 189 214);
  
    /* Text und Hintergrund */
    --text-color: #231f1f;
    --bg-color: #ffffff;
  
    /* Weitere */
    --navbar-color: #ffffff;
    --footer-bg: #009f88;
    --footer-text: #ffffff;
    --border-color: #ccc;
    --shadow-color: rgba(0, 0, 0, 0.36);
  }