/*!
 * Violution Webseiten
 * Copyright 2025 Violution GbR, Dortmund
 * Autor: Daniela Brigula
 */
/* ### COLOR SETS - Violution GbR ### */
/* Font-Weights */
/* Form Styles */
body.company, body.rooms {
  --u-primary: #361b6a;
  --u-primary-transparent: rgba(34, 17, 68, 0.5);
  --u-button: #70418d;
  --u-button-hover: #593573;
  --u-icons: #361b6a;
  --u-icons-hover: #60327d;
  --u-h1: #361b6a;
  --u-h2: #60327d;
  --u-highlight-color: #8a499d;
  --u-h-default: #46434f;
  --m1_toplink_bg: rgba(54, 27, 106, 0.8);
  --m1_toplink_bg_hover: rgba(54, 27, 106, 1);
  --m2_toplink_bg: rgba(72, 49, 116, 0.8);
  --m2_toplink_bg_hover: rgba(60, 46, 87, 1);
  --m3_toplink_bg: rgba(90, 70, 127, 0.8);
  --m3_toplink_bg_hover: rgba(90, 70, 127, 1);
  --m4_toplink_bg: rgba(107, 92, 137, 0.8);
  --m4_toplink_bg_hover: rgba(107, 92, 137, 1);
  --m5_toplink_bg: rgba(125, 114, 147, 0.8);
  --m5_toplink_bg_hover: rgb(109, 99, 128, 1);
  --m6_toplink_bg: rgba(143, 135, 158, 0.8);
  --m6_toplink_bg_hover: rgba(119, 118, 128, 1);
}

body.software-development {
  --u-primary: #f0f;
  --u-button: #f0f;
  --u-button-hover: #f0f;
  --u-icons: #f0f;
  --u-icons-hover: #f0f;
  --u-highlight: #f0f;
  --u-bg-violett: #f0f;
  --u-h1: #f0f;
  --u-h2: #f0f;
  --u-h-default: #f0f;
  --m1_toplink_bg: #f0f;
  --m1_toplink_bg_hover: #f0f;
  --m2_toplink_bg: #f0f;
  --m2_toplink_bg_hover: #f0f;
  --m3_toplink_bg: #f0f;
  --m3_toplink_bg_hover: #f0f;
  --m4_toplink_bg: #f0f;
  --m4_toplink_bg_hover: #f0f;
  --m5_toplink_bg: #f0f;
  --m5_toplink_bg_hover: #f0f;
  --m6_toplink_bg: #f0f;
  --m6_toplink_bg_hover: #f0f;
}

.test-bg {
  background-color: #555;
  padding: 30px;
}

.test-bg-light {
  padding: 30px;
}

/*# sourceMappingURL=vio-colors.css.map */
