@import url("../vendor/@fortawesome/fontawesome-free/css/all.min-22a81d9ea4e1acbdda97487ed18270c0.css");
@import url("../vendor/bootstrap/dist/css/bootstrap.min-cf4cd0b7e86ca2d4039dfed2b7d527d5.css");
:root {
  --custom-theme-main-1: #003c5a;
  --custom-theme-main-2: #2f5a6f;
  --custom-theme-main-3: #ccd8de;
  --custom-theme-error: #b40421;
  --custom-theme-dosing: #007570;
  --custom-theme-black: #000000;
  --custom-theme-white: #ffffff;
  --custom-theme-disabled: #9da7af;
  --custom-theme-disabled-font: #59636B;
  --custom-theme-bg: #f4f4f4;
  --custom-theme-aid: rgba(245, 240, 209, 0.35);
  --custom-theme-border: #e9ecef;
  --custom-blue-900: #003c5a;
  --custom-blue-800: #1a506b;
  --custom-blue-700: #2f5a6f;
  --custom-blue-600: #4d778c;
  --custom-blue-500: #668a9c;
  --custom-blue-400: #809ead;
  --custom-blue-300: #99b1bd;
  --custom-blue-200: #b3c5ce;
  --custom-blue-100: #ccd8de;
  --custom-red-900: #b40421;
  --custom-red-800: #bc1d37;
  --custom-red-700: #c3364d;
  --custom-red-600: #cb4f64;
  --custom-red-500: #d2687a;
  --custom-red-400: #da8290;
  --custom-red-300: #e19ba6;
  --custom-red-200: #e9b4bc;
  --custom-red-100: #f0cdd3;
  --custom-green-900: #007570;
  --custom-green-800: #1a837e;
  --custom-green-700: #33918d;
  --custom-green-600: #4d9e9b;
  --custom-green-500: #66aca9;
  --custom-green-400: #80bab8;
  --custom-green-300: #99c8c6;
  --custom-green-200: #b3d6d4;
  --custom-green-100: #cce3e2;
  --custom-grey-900: #212529;
  --custom-grey-800: #343a40;
  --custom-grey-700: #495057;
  --custom-grey-600: #6c757d;
  --custom-grey-500: #adb5bd;
  --custom-grey-400: #ced4da;
  --custom-grey-300: #dee2e6;
  --custom-grey-200: #e9ecef;
  --custom-grey-100: #f8f9fa;
  --custom-grey-bg: #e6ecef;
  --custom-orange-900: #C75300;
  --custom-orange-800: #CD641A;
  --custom-orange-700: #D27533;
  --custom-orange-600: #D8874D;
  --custom-orange-400: #e3a980;
  --custom-orange-300: #e9ba99;
  --custom-orange-200: #EECBB3;
  --custom-orange-100: #F4DDCC;
  --custom-purple-900: #9747FF;
  --custom-link-light: #6EA8FE;
  --custom-link-active: #094DB1;
  --custom-link-standard: #0d6efd;
  --custom-soft-backdrop: rgba(222, 226, 230, 0.3);
  --custom-neutral-foreground-main: #22272a;
  --custom-green-light-bg: #eef1f1;
  --custom-red-light-bg: #f8ebeb;
  --custom-blue-light-bg: #EBEFF2;
  --custom-yellow-light-bg: #fdf3ed;
  --custom-neutral-bg-color: #ffffff;
  --custom-typography-body: 16px;
  --custom-typography-lead: 20px;
  --custom-typography-small: 14px;
  --custom-typography-h1: 40px;
  --custom-typography-h2: 32px;
  --custom-typography-h3: 28px;
  --custom-typography-h4: 24px;
  --custom-typography-h5: 20px;
  --custom-typography-h6: 16px;
  --custom-typography-d1: 80px;
  --custom-typography-d2: 72px;
  --custom-typography-d3: 64px;
  --custom-typography-d4: 56px;
  --custom-typography-d5: 48px;
  --custom-typography-d6: 40px;
  --custom-main-navbar-height: 3rem;
  --custom-footer-height: 2.75rem;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
footer {
  flex-shrink: 0;
}
a {
  color: #000000;
}
a:hover {
  color: #2f5a6f;
  text-decoration: none;
}
.backgroundImg {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-color: whitesmoke;
}
.backgroundImgMaintenance {
  min-height: 100%;
  background-color: whitesmoke;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.whiteSmoke {
  background-color: rgba(245, 245, 245, 0.8);
}
.whiteSmokeBackground {
  background-color: whitesmoke;
}
.durchSicht {
  background-color: rgba(255, 255, 255, 0.3);
}
.cursor-pointer {
  cursor: pointer;
}
.w-40px {
  width: 40px;
}
.w-20px {
  width: 20px;
}
.darkrot {
  color: darkred;
}
.copy-msg {
  transition: opacity 0.3s ease;
}
.mixin-text-white {
  color: #ffffff;
  text-decoration: none;
}
.mixin-text-dark {
  color: #003c5a;
  text-decoration: none;
  color: #212529 !important;
}
.mixin-font-size-default {
  font-size: 1rem;
}
.mixin-font-size-md {
  font-size: 1.25rem;
}
:root {
  --bs-primary: #1a506b;
  --bs-primary-rgb: 26, 80, 107;
  --bs-secondary: #6c757d;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success: #007570;
  --bs-success-rgb: 0, 117, 112;
  --bs-danger: #bc1d37;
  --bs-danger-rgb: 188, 29, 55;
  --bs-warning: #C75300;
  --bs-warning-rgb: 199, 83, 0;
  --bs-info: #4d778c;
  --bs-info-rgb: 77, 119, 140;
  --bs-light: #f8f9fa;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark: #212529;
  --bs-dark-rgb: 33, 37, 41;
}
.bg-primary {
  background-color: #1a506b !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #007570 !important;
}
.bg-danger {
  background-color: #bc1d37 !important;
}
.bg-warning {
  background-color: #C75300 !important;
}
.bg-info {
  background-color: #4d778c !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.text-primary {
  color: #1a506b !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #007570 !important;
}
.text-danger {
  color: #bc1d37 !important;
}
.text-warning {
  color: #C75300 !important;
}
.text-info {
  color: #4d778c !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #212529 !important;
}
.border-primary {
  border-color: #1a506b !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #007570 !important;
}
.border-danger {
  border-color: #bc1d37 !important;
}
.border-warning {
  border-color: #C75300 !important;
}
.border-info {
  border-color: #4d778c !important;
}
.progress-bar {
  background-color: #1a506b;
}
.progress-bar.bg-success,
.progress-bar-success {
  background-color: #007570 !important;
}
.progress-bar.bg-info,
.progress-bar-info {
  background-color: #4d778c !important;
}
.progress-bar.bg-warning,
.progress-bar-warning {
  background-color: #C75300 !important;
}
.progress-bar.bg-danger,
.progress-bar-danger {
  background-color: #bc1d37 !important;
}
.list-group-item-primary {
  color: #003c5a;
  background-color: #ccd8de;
}
.list-group-item-secondary {
  color: #343a40;
  background-color: #e9ecef;
}
.list-group-item-success {
  color: #007570;
  background-color: #cce3e2;
}
.list-group-item-danger {
  color: #b40421;
  background-color: #f0cdd3;
}
.list-group-item-warning {
  color: #C75300;
  background-color: #F4DDCC;
}
.list-group-item-info {
  color: #1a506b;
  background-color: #ccd8de;
}
.table-primary {
  --bs-table-bg: #ccd8de;
  --bs-table-border-color: #b3c5ce;
}
.table-secondary {
  --bs-table-bg: #e9ecef;
  --bs-table-border-color: #dee2e6;
}
.table-success {
  --bs-table-bg: #cce3e2;
  --bs-table-border-color: #b3d6d4;
}
.table-danger {
  --bs-table-bg: #f0cdd3;
  --bs-table-border-color: #e9b4bc;
}
.table-warning {
  --bs-table-bg: #F4DDCC;
  --bs-table-border-color: #EECBB3;
}
.table-info {
  --bs-table-bg: #ccd8de;
  --bs-table-border-color: #b3c5ce;
}
.link-primary {
  color: #1a506b !important;
}
.link-primary:hover,
.link-primary:focus {
  color: #4d778c !important;
}
.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: #495057 !important;
}
.link-success {
  color: #007570 !important;
}
.link-success:hover,
.link-success:focus {
  color: #33918d !important;
}
.link-danger {
  color: #bc1d37 !important;
}
.link-danger:hover,
.link-danger:focus {
  color: #cb4f64 !important;
}
.link-warning {
  color: #C75300 !important;
}
.link-warning:hover,
.link-warning:focus {
  color: #D27533 !important;
}
.link-info {
  color: #4d778c !important;
}
.link-info:hover,
.link-info:focus {
  color: #809ead !important;
}
header {
  padding-bottom: 3rem;
}
.navbar {
  background-color: #003c5a;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar > .container-xl {
  flex-direction: row;
}
.custom-main-navbar {
  display: flex;
  align-items: center;
  height: 3rem;
}
.custom-main-navbar .navbar-toggler {
  border-radius: 0;
  margin-top: 0;
  margin-left: 2rem;
}
.activeNav {
  color: #ffffff;
  background-color: #2f5a6f;
}
.activeLogo {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.custom-footer {
  background-color: #003c5a;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .custom-footer {
    display: none;
    height: 2.75rem;
  }
}
.custom-footer-item-company {
  font-family: 'Carlito Bold', sans-serif;
}
.custom-footer-item {
  color: #ffffff;
}
div.custom-footer-item:not(:last-child) {
  margin-bottom: 1rem;
}
.navbar-footer {
  background-color: #003c5a;
  width: 100%;
}
.navbar-footer > .container-xl {
  flex-direction: row;
}
.navAdmin {
  background-color: whitesmoke;
  color: #2f5a6f;
  height: 60px;
}
.navAdmin ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navAdmin ul li {
  float: left;
  text-transform: uppercase;
}
.navAdmin ul li a {
  display: block;
  padding: 10px;
  height: 60px;
  line-height: 40px;
}
.navAdmin ul li a:link {
  color: #ffffff;
  text-decoration: none;
}
.navAdmin ul li a:hover {
  background: #99b1bd;
  color: #ffffff;
}
.navAdmin ul li a:active {
  background: #ffffff;
  color: #ffffff;
}
.navKunde {
  display: block;
  padding: 10px;
  height: 60px;
  line-height: 40px;
  text-transform: uppercase;
}
.navKunde:hover {
  background: #99b1bd;
  color: #ffffff;
}
a.xyzNS:hover {
  background-color: darkgray;
}
.alert {
  --bs-alert-border-color: transparent;
  --bs-alert-border: 2px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0;
  --bs-alert-link-color: inherit;
  display: flex;
}
.alert .btn-close {
  opacity: 1;
}
.alert.alert-light {
  --bs-alert-color: #000000;
  --bs-alert-bg: #ffffff;
  --bs-alert-border-color: #9da7af;
}
.alert.alert-info {
  --bs-alert-color: #003c5a;
  --bs-alert-bg: #ccd8de;
  --bs-alert-border-color: #003c5a;
}
.alert.alert-info .btn-close {
  --bs-btn-close-focus-shadow: #809ead;
  filter: invert(14%) sepia(91%) saturate(1970%) hue-rotate(179deg) brightness(87%) contrast(101%);
}
.alert.alert-warning {
  --bs-alert-color: #C75300;
  --bs-alert-bg: #F4DDCC;
  --bs-alert-border-color: #C75300;
}
.alert.alert-warning .btn-close {
  --bs-btn-close-focus-shadow: #e3a980;
  filter: invert(26%) sepia(68%) saturate(2866%) hue-rotate(25deg) brightness(103%) contrast(100%);
}
.alert.alert-success {
  --bs-alert-color: #007570;
  --bs-alert-bg: #cce3e2;
  --bs-alert-border-color: #007570;
}
.alert.alert-success .btn-close {
  --bs-btn-close-focus-shadow: #80bab8;
  filter: invert(15%) sepia(57%) saturate(6157%) hue-rotate(171deg) brightness(102%) contrast(102%);
}
.alert.alert-danger {
  --bs-alert-color: #b40421;
  --bs-alert-bg: #f0cdd3;
  --bs-alert-border-color: #b40421;
}
.alert.alert-danger .btn-close {
  --bs-btn-close-focus-shadow: #da8290;
  filter: invert(11%) sepia(100%) saturate(5875%) hue-rotate(346deg) brightness(71%) contrast(101%);
}
.badge {
  --bs-badge-padding-x: 0.75rem;
  --bs-badge-padding-y: 0;
  --bs-badge-font-size: 0.75rem;
  --bs-badge-font-weight: unset;
  --bs-badge-border-radius: 100px;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  line-height: 1.5;
  height: 1.125rem;
}
.badge input {
  width: auto;
  background: transparent;
}
.badge.text-bg-primary {
  color: #000000 !important;
  background-color: #ccd8de !important;
}
.badge.text-bg-success {
  color: #000000 !important;
  background-color: #cce3e2 !important;
}
.badge.text-bg-warning {
  color: #000000 !important;
  background-color: #F4DDCC !important;
}
.badge.text-bg-danger {
  color: #000000 !important;
  background-color: #f0cdd3 !important;
}
.badge.text-bg-grey {
  color: #59636B !important;
  background-color: #dee2e6 !important;
}
.badge.text-bg-neutral {
  color: #003c5a !important;
  background-color: #ffffff !important;
  border: 1px solid #dee2e6;
}
.badge-lg {
  border-radius: 5px !important;
  font-size: 0.875rem;
  line-height: 2.25;
  min-width: 5.625rem;
  height: 2rem;
}
.badge-lg.text-bg-primary {
  color: #003c5a !important;
  font-family: 'Carlito Bold', sans-serif;
  background-color: #ccd8de !important;
  border: 1px solid #003c5a;
}
.badge-lg.text-bg-success {
  color: #007570 !important;
  font-family: 'Carlito Bold', sans-serif;
  background-color: #cce3e2 !important;
  border: 1px solid #007570;
}
.badge-lg.text-bg-warning {
  color: #C75300 !important;
  font-family: 'Carlito Bold', sans-serif;
  background-color: #F4DDCC !important;
  border: 1px solid #C75300;
}
.badge-lg.text-bg-danger {
  color: #b40421 !important;
  font-family: 'Carlito Bold', sans-serif;
  background-color: #f0cdd3 !important;
  border: 1px solid #b40421;
}
.badge-lg.text-bg-grey {
  color: #59636B !important;
  font-family: 'Carlito Bold', sans-serif;
  background-color: #dee2e6 !important;
  border: 1px solid #dee2e6;
}
.badge-lg.text-bg-neutral {
  color: #003c5a !important;
  font-family: 'Carlito Bold', sans-serif;
  background-color: #ffffff !important;
  border: 1px solid #dee2e6;
}
.breadcrumb {
  --bs-breadcrumb-divider: '>';
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.btn {
  --bs-btn-border-width: 2px;
  --bs-btn-border-radius: 0px;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem var(--bs-btn-focus-shadow-rgb);
  --bs-btn-disabled-font: #59636B;
  min-width: 100px;
  border-color: #C0C0C0;
}
.btn.disabled,
.btn:disabled {
  color: var(--bs-btn-disabled-font);
  cursor: not-allowed;
}
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-font);
  cursor: not-allowed;
}
.btn-dosing-small {
  height: 2rem;
  padding: 0.3125rem 0.5rem;
  line-height: 1rem;
}
.dosing-btn-narrow {
  width: 4rem;
  min-width: 4rem !important;
  height: 2rem;
}
.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #1a506b;
  --bs-btn-border-color: #1a506b;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #668a9c;
  --bs-btn-hover-border-color: #1a506b;
  --bs-btn-active-color: #1a506b;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #1a506b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #9da7af;
  --bs-btn-disabled-font: #59636B;
  --bs-btn-disabled-border-color: #9da7af;
  --bs-btn-focus-shadow-rgb: #668a9c;
  --bs-btn-focus-border-color: #668a9c;
}
.btn-primary:focus-visible {
  background-color: #003c5a;
}
.btn-success {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #007570;
  --bs-btn-border-color: #007570;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #4d9e9b;
  --bs-btn-hover-border-color: #007570;
  --bs-btn-active-color: #007570;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #007570;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #9da7af;
  --bs-btn-disabled-font: #59636B;
  --bs-btn-disabled-border-color: #9da7af;
  --bs-btn-focus-shadow-rgb: #4d9e9b;
  --bs-btn-focus-border-color: #4d9e9b;
}
.btn-success:focus-visible {
  background-color: #007570;
}
.btn-warning {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #C75300;
  --bs-btn-border-color: #C75300;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #D8874D;
  --bs-btn-hover-border-color: #C75300;
  --bs-btn-active-color: #C75300;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #C75300;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #9da7af;
  --bs-btn-disabled-font: #59636B;
  --bs-btn-disabled-border-color: #9da7af;
  --bs-btn-focus-shadow-rgb: #D8874D;
  --bs-btn-focus-border-color: #D8874D;
}
.btn-warning:focus-visible {
  background-color: #C75300;
}
.btn-danger {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #bc1d37;
  --bs-btn-border-color: #bc1d37;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #d2687a;
  --bs-btn-hover-border-color: #bc1d37;
  --bs-btn-active-color: #bc1d37;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #bc1d37;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #9da7af;
  --bs-btn-disabled-font: #59636B;
  --bs-btn-disabled-border-color: #9da7af;
  --bs-btn-focus-shadow-rgb: #d2687a;
  --bs-btn-focus-border-color: #d2687a;
}
.btn-danger:focus-visible {
  background-color: #bc1d37;
}
.btn-outline-primary {
  --bs-btn-color: #003c5a;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #003c5a;
  --bs-btn-hover-color: #003c5a;
  --bs-btn-hover-bg: #ccd8de;
  --bs-btn-hover-border-color: #809ead;
  --bs-btn-active-color: #003c5a;
  --bs-btn-active-bg: #99b1bd;
  --bs-btn-active-border-color: #003c5a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #adb5bd;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #dee2e6;
  --bs-gradient: none;
  --bs-btn-focus-shadow-rgb: #809ead;
}
.btn-outline-primary:focus-visible {
  border: 2px solid #003c5a;
}
.btn-outline-success {
  --bs-btn-color: #007570;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #007570;
  --bs-btn-hover-color: #007570;
  --bs-btn-hover-bg: #cce3e2;
  --bs-btn-hover-border-color: #80bab8;
  --bs-btn-active-color: #007570;
  --bs-btn-active-bg: #99c8c6;
  --bs-btn-active-border-color: #007570;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #adb5bd;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #dee2e6;
  --bs-gradient: none;
  --bs-btn-focus-shadow-rgb: #80bab8;
}
.btn-outline-success:focus-visible {
  border: 2px solid #007570;
}
.btn-outline-warning {
  --bs-btn-color: #C75300;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #C75300;
  --bs-btn-hover-color: #C75300;
  --bs-btn-hover-bg: #F4DDCC;
  --bs-btn-hover-border-color: #e3a980;
  --bs-btn-active-color: #C75300;
  --bs-btn-active-bg: #e9ba99;
  --bs-btn-active-border-color: #C75300;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #adb5bd;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #dee2e6;
  --bs-gradient: none;
  --bs-btn-focus-shadow-rgb: #e3a980;
}
.btn-outline-warning:focus-visible {
  border: 2px solid #C75300;
}
.btn-outline-danger {
  --bs-btn-color: #bc1d37;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #bc1d37;
  --bs-btn-hover-color: #bc1d37;
  --bs-btn-hover-bg: #f0cdd3;
  --bs-btn-hover-border-color: #da8290;
  --bs-btn-active-color: #bc1d37;
  --bs-btn-active-bg: #e19ba6;
  --bs-btn-active-border-color: #bc1d37;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #adb5bd;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #dee2e6;
  --bs-gradient: none;
  --bs-btn-focus-shadow-rgb: #da8290;
}
.btn-outline-danger:focus-visible {
  border: 2px solid #bc1d37;
}
.btn.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: #003c5a;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #809ead;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: #809ead;
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #9da7af;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #ffffff;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: none;
}
.btn.btn-link:focus-visible {
  color: #003c5a;
  border: 2px solid #809ead;
}
.btn.btn-link:hover {
  color: #809ead;
}
.btn.btn-link:active {
  color: #4d778c;
}
.btn.custom-link-light {
  color: #ffffff;
  text-decoration: none;
}
.btn.custom-link-light:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
.btn.custom-link-light:focus,
.btn.custom-link-light:focus-visible {
  border: 2px solid #ffffff;
}
.btn.custom-link-light:active {
  color: #809ead;
  border: 0;
}
a.btn {
  padding: 0.375rem 0.75rem !important;
}
a.btn.btn-primary:focus,
a.btn.btn-primary:focus-visible {
  background-color: #003c5a;
  color: #ffffff;
  border: 2px solid #668a9c;
}
a.btn.btn-warning:focus,
a.btn.btn-warning:focus-visible {
  background-color: #C75300;
  color: #ffffff;
  border: 2px solid #C75300;
}
a.btn.btn-success:focus,
a.btn.btn-success:focus-visible {
  background-color: #007570;
  color: #ffffff;
  border: 2px solid #007570;
}
a.btn.btn-danger:focus,
a.btn.btn-danger:focus-visible {
  background-color: #b40421;
  color: #ffffff;
  border: 2px solid #b40421;
}
a.btn.btn-outline-primary:focus,
a.btn.btn-outline-primary:focus-visible {
  background-color: #ffffff;
  color: #003c5a;
  border: 2px solid #003c5a;
}
a.btn.btn-outline-warning:focus,
a.btn.btn-outline-warning:focus-visible {
  background-color: #ffffff;
  color: #C75300;
  border: 2px solid #C75300;
}
a.btn.btn-outline-success:focus,
a.btn.btn-outline-success:focus-visible {
  background-color: #ffffff;
  color: #007570;
  border: 2px solid #007570;
}
a.btn.btn-outline-danger:focus,
a.btn.btn-outline-danger:focus-visible {
  background-color: #ffffff;
  color: #b40421;
  border: 2px solid #b40421;
}
.dosing-icon-button {
  position: absolute;
  width: 2rem !important;
  min-width: 2rem !important;
  padding: 0.25rem;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  color: #22272a;
  display: flex;
  align-items: center;
}
.dosing-icon-button span {
  font-size: 1.25rem;
}
.dosing-ellipsis-button {
  padding: 0;
  font-size: 0.875rem;
  border: none;
  min-width: unset;
  color: #0d6efd;
}
.dosing-ellipsis-button:active,
.dosing-ellipsis-button:hover,
.dosing-ellipsis-button:focus {
  color: #0d6efd !important;
}
.btn-group .btn.active {
  color: #ffffff;
  background-color: #003c5a;
}
.custom-btn {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.dosingButton {
  color: #2f5a6f;
}
.dosingButton:hover {
  color: #ffffff;
  background-color: #2f5a6f;
}
.project-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-height: 10rem;
}
.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.email-collection input {
  min-width: 220px;
}
.email-pill {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 50rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 100%;
  word-break: break-all;
}
.email-text {
  white-space: normal;
  word-break: break-all;
  flex: 1 1 auto;
  min-width: 0;
}
.email-remove {
  font-size: 1rem;
  cursor: pointer;
  color: #adb5bd;
  transition: color 0.2s ease;
  user-select: none;
}
.email-remove:hover {
  color: #dc3545;
}
.dosing-icon {
  max-width: 4rem;
  height: auto;
}
.dosing-icon.icon-success {
  color: #007570 !important;
}
.dosing-icon.icon-warning {
  color: #C75300 !important;
}
.dosing-icon.icon-danger {
  color: #b40421 !important;
}
.userIcon {
  color: #2f5a6f;
}
.userIcon:hover {
  color: #99b1bd;
}
.userIcon:active {
  background-color: #2f5a6f;
  color: #ffffff;
}
.page-link {
  color: #2f5a6f;
}
.page-link:hover {
  background-color: #99b1bd;
  color: #ffffff;
}
.page-link:active {
  background-color: #2f5a6f;
  color: #ffffff;
}
.page-item {
  background-color: #2f5a6f;
  color: #ffffff;
  border-radius: 10px;
}
.page-item:active {
  background-color: #2f5a6f;
  color: #ffffff;
}
.page-item.active .page-link {
  background-color: #2f5a6f;
  border-color: #2f5a6f;
  color: #ffffff;
}
.dosingFarbe {
  color: #ffffff;
  background-color: #2f5a6f;
}
.aidKlinikFarbe {
  color: #2f5a6f;
  border: none;
}
.aidKlinikFarbe:hover {
  color: #99b1bd;
}
.aidBadge {
  color: #ffffff;
  background-color: #2f5a6f;
}
.login-logo {
  width: 150px;
}
.custom-login-card {
  box-shadow: none;
  padding: 3rem;
  background-color: #ffffff;
}
@media (min-width: 576px) {
  .custom-login-card {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #dee2e6;
    width: 576px;
  }
}
/*# sourceMappingURL=app.css.map */