/*!
 * VAMx – AltoClouds Airways
 * aca_custom.css
 *
 * Ersetzt: custom_altocloudsairways.css, jquery-ui.min.css (Override),
 *          morris.css (Override), sowie fremde Regeln aus bootstrap.min.css
 *
 * Lothar Propson – 2026
 *
 * Struktur:
 *  1.  Reset / Basis
 *  2.  Typografie
 *  3.  Navbar
 *  4.  Dropdown
 *  5.  Panel-System
 *  6.  VAMx Standardklassen (aca-panel-*)
 *  7.  Tabellen
 *  8.  Infoboxen
 *  9.  Fortschrittsbalken
 * 10.  Formulare
 * 11.  Karten (Leaflet)
 * 12.  Flightboard
 * 13.  Charts (Morris)
 * 14.  Cookie-Banner
 * 15.  Hilfeklassen
 * 16.  jQuery-UI Overrides
 * 17.  Media Queries
 */


/* ============================================================
   1. Reset / Basis
   ============================================================ */

html {
  width: 100%;
  font-family: "Ubuntu", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  overflow-y: auto;
  font-size: 10px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFFFFF;
  color: #032067;
  font-size: 10px;
  font-family: "Ubuntu", sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#container {
  width: 100%;
  height: 100%;
  margin: -500px 0 0 0;
  padding: 0;
}

#progressBar {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}

#fb_iframe {
  width: 100%;
  border: none;
  display: block;
  overflow: hidden;
}


/* ============================================================
   2. Typografie
   ============================================================ */

h1, h2 {
  background-image: url('../images/bkgrnd/akz_h2.png');
  background-repeat: no-repeat;
  background-position: top left;
  height: 34px;
  font-size: 1.3em;
  color: #032067;
  font-weight: bold;
  font-variant: small-caps;
  margin: 25px 10px 10px 30px;
  padding: 5px 0 0 53px;
}

p {
  orphans: 3;
  widows: 3;
}

small, .small {
  font-size: 75%;
}

.ul_p3 {
  list-style-type: circle;
  margin: 5px 30px 10px 40px;
}

.aca-section-title {
  font-size: 1.3em;
  font-weight: 700;
  color: #032067;
  padding: 0 0 0.5em 0;
  margin: 0 0 0.6em 0;
  position: relative;
  text-transform: none;
  letter-spacing: normal;
}

.aca-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -10px;
  width: calc(100% + 10px);
  height: 1.5px;
  background: #B7771E;
  box-shadow: 0 3px 8px rgba(183,119,30,0.6);
}

.aca-section-body {
  margin: 0 0 24px 0;
  padding: 0 14px 0 0;
  color: #032067;
  line-height: 1.65;
}

.aca-section-body:last-child {
  margin-bottom: 0;
}

.aca-section-body p {
  margin: 0 0 14px 0;
  padding-left: 0;
}

.aca-section-body p:last-child {
  margin-bottom: 0;
}

a {
  color: #B7771E;
  text-decoration: none;
  border-bottom: 1px solid #B7771E;
}

a:hover {
  color: #032067;
  text-decoration: none;
  border-bottom: 1px solid #032067;
}


/* ============================================================
   3. Navbar
   ============================================================ */

.navbar-inverse {
  background-color: #FFFFFF;
  background-image: none;
  border: none;
  border-color: none;
  font-variant: small-caps;
  width: 100%;
  font-size: 22px;
  margin: 0.5% 0 0.5% 0;
  padding: 0 0 1px 0;
}

.navbar-inverse .navbar-brand        { color: #E6E6E6; }
.navbar-inverse .navbar-brand:hover  { color: #FF0000; }

.navbar-inverse .navbar-nav > li > a         { color: #032067; border-bottom: 1px solid #FFFFFF; }
.navbar-inverse .navbar-nav > li > a:hover   { color: #B7771E; border-bottom: 1px solid #B7771E; transition: 1s; }
.navbar-inverse .navbar-nav > li > a:active  { color: #B7771E; border-bottom: 1px solid #B7771E; }
.navbar-inverse .navbar-nav > li > a:focus   { color: #032067; border-bottom: 1px solid #B7771E; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #FFFFFF;
  color: #032067;
  border-bottom: 1px solid #FFFFFF;
}

.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus { color: #141414; }

.navbar-inverse .navbar-nav > .dropdown > a .caret        { border-top-color: none; border-bottom-color: none; }
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret  { border-bottom-color: #FFFFFF; }


/* ============================================================
   4. Dropdown
   ============================================================ */

.dropdown-menu {
  background-color: #FFFFFF;
  width: max-content;
  min-width: 320px;
  max-width: 90vw;
  border: 1px solid #B7771E;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 14px 22px -10px rgba(2, 18, 73, 0.28);
  margin: 0;
  padding: 8px 0 0 0;
  font-size: 1em;
  transition: transform .2s ease, box-shadow .2s ease;
}

.dropdown-menu > li > a              { color: #032067; }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #F8F8F8;
  color: #032067;
  border-top: 1px solid #B7771E;
  border-bottom: 1px solid #B7771E;
}


/* ============================================================
   5. Panel-System
   ============================================================ */

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/bkgrnd/page_loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

.panel {
  font-size: 1.8em;
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.86) 100%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 20px;
  box-shadow:
    0 18px 45px rgba(2,18,73,.28),
    0 4px 12px rgba(2,18,73,.12),
    inset 0 0 0 1px rgba(255,255,255,.45);
  margin: 0 10px 32px 10px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.panel:hover {
  transform: translateY(-4px);
  box-shadow:
    0 28px 70px rgba(2,18,73,.35),
    0 8px 20px rgba(2,18,73,.18),
    inset 0 0 0 1px rgba(255,255,255,.55);
}

.panel-heading::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 8px;
  background: linear-gradient(
    90deg,
    rgba(253,226,128,0) 0%,
    rgba(253,226,128,1) 5%,
    rgba(183,119,30,1) 50%,
    rgba(253,226,128,1) 95%,
    rgba(253,226,128,0) 100%
  );
}

.panel-heading h2 {
  margin: 0;
  line-height: 1.2;
  padding-left: 75px;
  min-height: 41px;
  display: flex;
  align-items: center;
  background-image: url("../images/bkgrnd/akz_logo_panel.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 71px 40px;
}

.panel-default > .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 12px 30px rgba(2, 18, 73, 0.22);
  background: linear-gradient(135deg, #021249 0%, #032067 100%);
  color: #F8F8F8;
  margin: 0 -10px 0 -10px;
}

.panel-title {
  font-variant: small-caps;
  font-size: 1.0em;
  color: #F8F8F8;
  margin: 0;
  padding: 10px 0 10px 20px;
}

.panel-map {
  background: linear-gradient(135deg, #021249 0%, #032067 100%);
}

/* Panel-Top (Startseite Kacheln) */
.panel-top {
  border: 1px solid #032067;
  border-radius: 20px;
  width: 90%;
  box-shadow: 0 12px 30px rgba(2, 18, 73, 0.22);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
  margin: 0;
}

.panel-top:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}

/* BM-Panel (Buchungsmaske) */
.bm_panel {
  font-size: 1.4em;
  background-color: #032067;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 20px;
  box-shadow:
    0 18px 45px rgba(2,18,73,.28),
    0 4px 12px rgba(2,18,73,.12),
    inset 0 0 0 1px rgba(255,255,255,.45);
  margin: 0 10px 32px 10px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.bm_panel:hover {
  transform: translateY(-4px);
  box-shadow:
    0 28px 70px rgba(2,18,73,.35),
    0 8px 20px rgba(2,18,73,.18),
    inset 0 0 0 1px rgba(255,255,255,.55);
}

.bm_panel-heading::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 1px;
}

.bm_panel-heading h3,
.bm_panel-heading p {
  margin: 0;
  line-height: 1.2;
  padding: 15px 20px 10px 20px;
  color: #F8F8F8;
  font-size: 1.4em;
}

.bm_panel-title {
  font-variant: small-caps;
  font-size: 1.2em;
  color: #F8F8F8;
  margin: 0;
  padding: 10px;
}

/* Panel p-Korrektur (Bootstrap überschreibt p in panel-body) */
.panel-default p,
.panel-body p {
  padding-left: 30px;
}


/* ============================================================
   6. VAMx Standardklassen (aca-panel-*)
   ============================================================ */

.aca-panel-standard > .panel-body {
  background: #FFFFFF;
  padding: 24px 14px 24px 24px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: visible;
}

.aca-panel-table,
.aca-panel-table-static {
  background: transparent;
  width: 100%;
}

.aca-panel-content {
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
}

/* p-Korrektur innerhalb aca-panel-Blöcken */
.aca-panel-table .aca-table-intro p,
.aca-panel-table-static .aca-table-intro p,
.aca-panel-content p,
.aca-panel-text p {
  padding-left: 0;
  padding-right: 0;
}

.aca-panel-text {
  background: #FFFFFF;
  padding: 24px 14px 30px 14px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.aca-panel-table .aca-table-intro,
.aca-panel-table-static .aca-table-intro {
  padding: 0 14px 14px 14px;
  background: transparent;
  border: 0;
}

.aca-table-note {
  margin: 0 0 6px 0;
  color: #032067;
}

.aca-table-note:last-child {
  margin-bottom: 0;
}

.aca-transfer-alert {
  margin: 10px 0 0 0;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.aca-countdown-note {
  margin-top: 4px;
  font-size: 12px;
}

.row.aca-table-panel {
  margin-bottom: 28px;
}


/* ============================================================
   7. Tabellen
   ============================================================ */

/* Tabellen-Wrapper */
.panel .table-responsive.aca-table-wrap {
  padding: 14px 14px 8px 14px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

/* Globale th-Farbe für alle Tabellen */
.table thead > tr > th { color: #032067; }

/* Tabellen-Hülle mit Rahmen und Schatten */
.aca-table-shell {
  position: relative;
  margin: 16px 0;
  border: 1px solid #032067;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(2, 18, 73, 0.24);
}

.aca-table-shell.aca-table-shell-zoom {
  overflow: visible;
}

.aca-table-shell.aca-table-shell-zoom .aca-table-shell-scroll {
  overflow: visible;
}

.aca-table-wrap:has(.aca-table-shell-zoom) {
  overflow: visible;
}

.aca-table-shell-zoom table > thead > tr > th {
  position: relative;
  z-index: 1;
}

.aca-table-shell-zoom table > tbody > tr > td {
  position: relative;
  z-index: 2;
}

.aca-table-shell-zoom table > tbody > tr > td:hover {
  z-index: 9999;
}

.aca-table-shell-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}

/* Tabellen-Kopf */
.aca-table-shell table > thead > tr > th {
  background: #032067;
  color: #FDE280;
  border-color: #032067;
  vertical-align: middle;
}

.aca-table-shell table > thead > tr > th:first-child { border-top-left-radius: 0; }
.aca-table-shell table > thead > tr > th:last-child  { border-top-right-radius: 0; }

/* Zebra-Streifen */
.aca-table-shell table > tbody > tr:nth-child(odd) {
  background: linear-gradient(90deg, rgba(253,226,128,0.20) 0%, rgba(255,255,255,0.80) 100%);
}

.aca-table-shell table > tbody > tr:nth-child(even) {
  background: linear-gradient(90deg, rgba(253,226,128,0.10) 0%, rgba(255,255,255,0.80) 100%);
}

.aca-table-shell table > tbody > tr:hover {
  background: linear-gradient(90deg, rgba(3,32,103,0.10) 0%, rgba(255,255,255,0.86) 100%);
}

.aca-table-shell table > tbody > tr > td,
.aca-table-shell table > tbody > tr > th {
  background: transparent;
}

.aca-table-shell table.table-hover > tbody > tr:hover > td,
.aca-table-shell table.table-hover > tbody > tr:hover > th {
  background: transparent;
}

/* Zellen-Ausrichtung */
.aca-table-shell table > tbody > tr > td {
  vertical-align: middle;
  border-top: 1px solid #E5E9F2;
}

/* Randlose Tabellen */
.borderless tbody tr td,
.borderless tbody tr th,
.borderless thead tr th { border: none; }

.thborderless thead th { border: none; }

/* Karten-Tabelle */
.table-map > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 0;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #DDD;
}


/* ============================================================
   8. Infoboxen
   ============================================================ */

.info_red {
  background-color: rgba(192, 0, 0, 0.20);
  color: #032067;
  font-size: 1em;
  font-variant: small-caps;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 10px;
  border-left: 4px solid #C00000;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.18);
}

.info_beige {
  background-color: rgba(253, 226, 128, 1);
  color: #032067;
  font-size: 1em;
  font-variant: small-caps;
  text-align: left;
  margin: 0;
  padding: 10px;
  border-left: 4px solid #B7771E;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.18);
}

.info_green {
  background-color: rgba(0, 136, 0, 0.15);
  color: #032067;
  font-size: 1em;
  font-variant: small-caps;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 10px;
  border-left: 4px solid #008800;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.18);
}

.info_orange {
  background-color: rgba(255, 153, 0, 0.20);
  color: #032067;
  font-size: 1em;
  font-variant: small-caps;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 10px;
  border-left: 4px solid #FF9900;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.18);
}


/* ============================================================
   9. Fortschrittsbalken
   ============================================================ */

.pwrap {
  width: 80%;
  height: 16px;
  border-radius: 5px;
  background: #F8F8F8;
  overflow: hidden;
}

.pfill {
  height: 100%;
  width: 0%;
}

.progress {
  margin-bottom: 0;
  height: 26px;
  background-color: #E6E6E6;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar-dynamic {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
}


/* ============================================================
   10. Formulare
   ============================================================ */

.aca-bank-form {
  width: 100%;
}

.aca-bank-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.aca-bank-form .row > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.well {
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
}

.btn-primary,
.btn-primary:visited {
  background: #032067;
  background-image: none;
  color: #FDE280;
  border-color: #032067;
  font-size: 1.2em;
  padding: 8px 20px;
  text-shadow: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.35);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: #FDE280;
  background-image: none;
  color: #032067;
  border-color: #FDE280;
  text-shadow: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  transform: scale(0.96);
}

.btn-primary:disabled,
.btn-primary[disabled] {
  background: #032067;
  background-image: none;
  color: #FDE280;
  border-color: #032067;
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.btn-danger,
.btn-danger:visited {
  background: #C00000;
  background-image: none;
  color: #FDE280;
  border-color: #C00000;
  font-size: 1.2em;
  padding: 8px 20px;
  text-shadow: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.35);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background: #FDE280;
  background-image: none;
  color: #032067;
  border-color: #FDE280;
  text-shadow: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  transform: scale(0.96);
}

.btn-danger:disabled,
.btn-danger[disabled] {
  background: #C00000;
  background-image: none;
  color: #FDE280;
  border-color: #C00000;
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.btn-success,
.btn-success:visited {
  background: #006A00;
  background-image: none;
  color: #F8F8F8;
  border-color: #006A00;
  font-size: 1.2em;
  padding: 8px 20px;
  text-shadow: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.35);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background: #FDE280;
  background-image: none;
  color: #032067;
  border-color: #FDE280;
  text-shadow: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  transform: scale(0.96);
}

.btn-success:disabled,
.btn-success[disabled] {
  background: #006A00;
  background-image: none;
  color: #F8F8F8;
  border-color: #006A00;
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.btn-default,
.btn-default:visited {
  padding: 8px 20px;
  font-size: 1.2em;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

/* Kleiner ACA-Button für Filter, Tabellen-Aktionen etc. */
.btn-sm-aca { font-size: 0.9em; padding: 3px 10px; box-shadow: 0 2px 4px rgba(0,0,0,0.2); transition: transform 0.1s ease, box-shadow 0.1s ease; }
.btn-sm-aca:hover, .btn-sm-aca:focus, .btn-sm-aca:active { box-shadow: 0 1px 2px rgba(0,0,0,0.15); transform: scale(0.96); }
.btn-primary.btn-sm-aca { font-size: 0.9em; padding: 3px 10px; }
.btn-danger.btn-sm-aca  { font-size: 0.9em; padding: 3px 10px; }
.btn-default.btn-sm-aca { font-size: 0.9em; padding: 3px 10px; }


/* ============================================================
   11. Karten (Leaflet / Aus bootstrap.min.css entfernt)
   ============================================================ */

#map {
  width: 100%;
  max-width: 100%;
  height: 600px;
  min-height: 600px;
}

#map1 {
  max-width: 100%;
  height: 500px;
}

#map2 {
  max-width: 100%;
  height: 700px;
}

.leaflet-control-layers-toggle:before {
  content: "\f0c9";
  font-family: FontAwesome;
  font-size: 26px;
  line-height: 38px;
  color: #032067;
  text-align: center;
  display: block;
  width: 38px;
  height: 38px;
  padding: 4px 0 0 8px;
}

.leaflet-control-layers {
  font-size: 11px;
  transform: scale(1.25);
  transform-origin: top right;
}

.leaflet-control-fullscreen a {
  width: 44px !important;
  height: 44px !important;
}

.fullscreen-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23032067"><path d="M3 3h7v2H5v5H3V3zm11 0h7v7h-2V5h-5V3zM3 14h2v5h5v2H3v-7zm16 5h-5v2h7v-7h-2v5z"/></svg>') !important;
  background-size: 22px 22px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.fullscreen-icon.leaflet-fullscreen-on {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23032067"><path d="M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"/></svg>') !important;
  background-size: 22px 22px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.leaflet-popup-content-wrapper {
  background: #FDE280;
  color: #032067;
}

.leaflet-popup-tip {
  background: #FDE280;
}


/* ============================================================
   12. Flightboard (Aus bootstrap.min.css entfernt)
   ============================================================ */

.fb_table {
  width: 100%;
  border-radius: 5px;
  background-color: #181818;
}

.fb_td {
  background-image: url('../images/flightboard/fb_led_table.png');
  background-repeat: repeat;
}


/* ============================================================
   13. Charts (Morris – Farbanpassung aus morris.css)
   ============================================================ */

.morris-hover.morris-default-style {
  color: #00114C;
}


/* ============================================================
   14. Cookie-Banner
   ============================================================ */

#cookieNotice {
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(920px, 92%);
  background: #032067;
  color: #F8F8F8;
  padding: 16px 20px 18px 20px;
  border-radius: 10px;
  z-index: 9999;
  box-shadow: 0 10px 35px rgba(0,0,0,0.45);
  display: none;
  font-size: 14px;
  line-height: 1.5;
}

#cookieNotice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(
    90deg,
    rgba(183,119,30,0.95) 0%,
    rgba(253,226,128,0.95) 70%,
    rgba(253,226,128,0.4) 100%
  );
}

.cookieContent {
  padding-right: 140px;
}

#cookieNotice a {
  color: #FDE280;
  text-decoration: none;
  font-weight: 600;
}

#cookieNotice a:hover {
  text-decoration: underline;
}

#cookieAccept {
  position: absolute;
  right: 18px;
  bottom: 18px;
  background: linear-gradient(145deg, #f1c96a, #ffd979);
  color: #0c1a2b;
  border: none;
  padding: 9px 16px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all .25s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

#cookieAccept:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.35);
}


/* ============================================================
   15. Hilfeklassen
   ============================================================ */

.festkleben {
  position: fixed;
  top: 0;
  width: 100%;
}

.festkleben + article {
  padding: 0;
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper video,
.video-wrapper embed,
.video-wrapper object {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#new_footer {
  background-color: #021249;
  background-image: url('../images/bkgrnd/bkgrnd_new_footer.png');
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  font-size: 1.3em;
  width: 100%;
  height: 370px;
  color: #F8F8F8;
  margin: 20px 0 0 0;
  padding: 0;
}

nav_box {
  padding: 0;
}

.aca-footer-menu-wrap  { margin: 65px 0 0 40px; }
.aca-footer-logo-wrap  { margin-top: 50px; }
.aca-footer-col-center { text-align: center; }
.aca-footer-vamx-wrap  { margin-top: 70px; }
.aca-footer-vam-wrap   { margin-top: 103px; }
.aca-footer-logo-vamx  { width: 70%; }
.aca-footer-logo-vam   { width: 52%; }
.aca-footer-version    { display: block; margin-top: 20px; font-size: 0.8em; color: #D4D4D4; padding-bottom: 7px; }
.menu_bottom li        { height: 40px; }

/* Profilbild im Profil-Formular */
.aca-profile-photo {
  width: 150px;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  margin: 0 auto 10px auto;
}

/* Button Foto ändern */

.aca-level-wrap {
  position: relative;
  display: inline-block;
}

.aca-level-wrap img {
  width: 150px;
  height: 93px;
  display: block;
}

.aca-level-num {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  font-weight: bold;
  color: #F8F8F8;
  line-height: 1;
  pointer-events: none;
  text-shadow: 0 1px 3px rgba(0,0,0,0.9);
  white-space: nowrap;
  letter-spacing: -1px;
}

.aca-level-wrap-sm img {
  width: 40px;
  height: 29px;
}

.aca-level-wrap-sm .aca-level-num {
  font-size: 9px;
  letter-spacing: -0.5px;
  top: 18%;
}


/* ============================================================
   16. jQuery-UI Overrides (ersetzt jquery-ui.min.css)
   ============================================================ */

.ui-icon,
.ui-widget-header .ui-icon,
.ui-state-default .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-active .ui-icon {
  background-image: none;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  background-image: none;
}


/* ============================================================
   17. Media Queries
   ============================================================ */

@media (max-width: 600px) {
  .cookieContent {
    padding-right: 0;
    margin-bottom: 12px;
  }

  #cookieAccept {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }
}


/* 18. Legacy-Links (aus bootstrap.min.css) */

a.link_white:link, a.link_white:active, a.link_white:focus, a.link_white:visited {
  text-decoration: none;
  transition: 1s;
  color: #F8F8F8;
}
a.link_white:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

a.link_blue:link, a.link_blue:active, a.link_blue:focus, a.link_blue:visited {
  text-decoration: none;
  transition: 1s;
  color: #C3BFDA;
}
a.link_blue:hover {
  text-decoration: underline;
  color: #C3BFDA;
}

a.link_yellow:link, a.link_yellow:active, a.link_yellow:focus, a.link_yellow:visited {
  text-decoration: none;
  transition: 1s;
  color: #FFDA00;
}
a.link_yellow:hover {
  text-decoration: underline;
  color: #FFDA00;
}

a.link_grey:link  { color: #C0C0C0; }
a.link_grey:hover { color: #008800; }

a.link_green:link, a.link_green:hover { color: #008800; }

a.link_red:link, a.link_red:hover { color: #C00000; }

a.pp_neutral:link  { color: #C0C0C0; }
a.pp_neutral:hover { color: #C40000; font-weight: bold; }

a.pp_aktiv:link  { color: #C40000; }
a.pp_aktiv:hover { color: #008800; font-weight: bold; }

a.pp_inaktiv:link  { color: #008800; }
a.pp_inaktiv:hover { color: #C40000; font-weight: bold; }

/* ICAO-Code Links in Tabellen – immer Logoblau, Underline bei Hover */
a.aca-icao,
a.aca-icao:link,
a.aca-icao:visited,
a.aca-icao:active { color: #032067; text-decoration: none; border-bottom: none; }
a.aca-icao:hover  { color: #032067; text-decoration: underline; border-bottom: none; }

a.myBtn:link {
  background-color: #FFFFFF;
  text-decoration: none;
  color: #C0C0C0;
  border: 1px solid #C0C0C0;
  padding: 5px;
  transition-duration: 1s;
}
a.myBtn:hover {
  color: #000000;
  border: 1px solid #000000;
}


/* 19. Zoom-Klassen (aus bootstrap.min.css) */

.zoom { margin: 0; padding: 0; transition: transform 2s ease, box-shadow 2s ease; transform-origin: left center; border-radius: 10px; }
.zoom:hover { transform: scale(2); box-shadow: 0 10px 40px rgba(0,0,0,0.7); position: relative; z-index: 9999; }
.zoom2 { margin: 0; padding: 0; transition: transform 2s ease, box-shadow 2s ease; transform-origin: left center; border-radius: 10px; }
.zoom2:hover { transform: scale(4); box-shadow: 0 10px 40px rgba(0,0,0,0.7); position: relative; z-index: 9999; }
.zoom3 { margin: 0; padding: 0; transition: transform 2s ease, box-shadow 2s ease; transform-origin: left center; border-radius: 10px; }
.zoom3:hover { transform: scale(6); box-shadow: 0 10px 40px rgba(0,0,0,0.7); position: relative; z-index: 9999; }
.zoom4 { margin: 0; padding: 0; transition: transform 2s ease, box-shadow 2s ease; transform-origin: left center; border-radius: 10px; }
.zoom4:hover { transform: scale(8); box-shadow: 0 10px 40px rgba(0,0,0,0.7); position: relative; z-index: 9999; }

img.f1 { transition: transform 0.5s; }
img.f1:hover { transform: scale(7); }


/* 20. Flightboard erweitert (aus bootstrap.min.css) */

.fb_tr { padding: 3px; margin: 3px; }
.fb_img { border-radius: 4px; }


/* 21. Video-Container Legacy (aus bootstrap.min.css) */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* 22. Menü-Links Legacy (aus bootstrap.min.css) */

ul.menu_bottom, li.menu_bottom {
  list-style-type: none;
  height: 300px;
  margin: 0;
  padding: 0;
}

a.menu_grey:link, a.menu_grey:active, a.menu_grey:focus, a.menu_grey:visited {
  font-variant: small-caps;
  font-size: 1.2em;
  text-decoration: none;
  color: #F8F8F8;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #021249;
  height: 30px;
  width: 200px;
  margin: 25px 0;
  padding: 10px;
  transition: 0.5s;
}
a.menu_grey:hover {
  color: #F9C34E;
  border-radius: 0;
  border-bottom: 1px solid #F9C34E;
  margin: 25px 0;
  padding: 10px;
}

/* 23. Sonstiges Legacy (aus bootstrap.min.css) */

.atab {
  tab-size: 1;
  -moz-tab-size: 1;
  white-space: pre;
}


/* 24. DataTables ACA-Overrides */

table.dataTable thead > tr > th,
table.dataTable thead > tr > td {
    background: #032067;
    color: #FDE280;
    border-bottom: 0;
    vertical-align: middle;
}

table.dataTable thead > tr > th:first-child,
table.dataTable thead > tr > td:first-child { border-top-left-radius: 0; }

table.dataTable thead > tr > th:last-child,
table.dataTable thead > tr > td:last-child { border-top-right-radius: 0; }

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
    position: relative;
    padding-right: 34px;
    cursor: pointer;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
    position: absolute;
    right: 10px;
    width: 12px;
    text-align: center;
    color: #FDE280;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 0 1px #021249;
    display: block;
    transition: opacity 0.15s ease;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after { opacity: 0.5; }

table.dataTable thead > tr > th.sorting:hover:before,
table.dataTable thead > tr > th.sorting:hover:after,
table.dataTable thead > tr > th.sorting_asc:hover:before,
table.dataTable thead > tr > th.sorting_desc:hover:after,
table.dataTable thead > tr > td.sorting:hover:before,
table.dataTable thead > tr > td.sorting:hover:after,
table.dataTable thead > tr > td.sorting_asc:hover:before,
table.dataTable thead > tr > td.sorting_desc:hover:after { opacity: 1; }

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > td.sorting:before {
    content: "▲";
    top: calc(50% - 8px);
}

table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > td.sorting:after {
    content: "▼";
    top: calc(50% + 1px);
}

table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:before {
    content: "▲";
    top: 50%;
    transform: translateY(-50%);
}

table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > td.sorting_asc:after {
    content: "";
    display: none;
}

table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_desc:after {
    content: "▼";
    top: 50%;
    transform: translateY(-50%);
}

table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:before {
    content: "";
    display: none;
}

table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
    content: "▲";
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.35;
}

table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after { display: none; }

table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
    content: "▼";
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.35;
}

table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before { display: none; }

table.dataTable tbody tr:nth-child(odd) {
    background: linear-gradient(90deg, rgba(253,226,128,0.20) 0%, rgba(255,255,255,0.80) 100%);
}

table.dataTable tbody tr:nth-child(even) {
    background: linear-gradient(90deg, rgba(253,226,128,0.10) 0%, rgba(255,255,255,0.80) 100%);
}

table.dataTable tbody tr:hover {
    background: linear-gradient(90deg, rgba(253,226,128,0.01) 0%, rgba(255,255,255,0.80) 100%);
}

table.dataTable tbody tr > th,
table.dataTable tbody tr > td { background: transparent; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination > li > a,
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li > span {
    background: #ffffff;
    background-image: none;
    color: #032067;
    border: 1px solid rgba(3,32,103,0.15);
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(2,18,73,0.24);
    text-shadow: none;
    margin: 0;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination > li > a:hover,
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li > span:hover,
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li > a:focus,
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li > span:focus,
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li > a:active,
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li > span:active {
    background: #ffffff;
    background-image: none;
    color: #032067;
    border: 1px solid rgba(3,32,103,0.25);
    box-shadow: 0 6px 18px rgba(2,18,73,0.24);
    text-shadow: none;
    outline: none;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.active > a,
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.active > span,
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.active > a:hover,
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.active > span:hover,
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.active > a:focus,
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.active > span:focus {
    background: #032067;
    background-image: none;
    color: #FDE280;
    border: 1px solid #032067;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(2,18,73,0.24);
    text-shadow: none;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.disabled > a,
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.disabled > span,
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.disabled > a:hover,
div.dataTables_wrapper div.dataTables_paginate ul.pagination > li.disabled > span:hover {
    background: #ffffff;
    background-image: none;
    color: rgba(3,32,103,0.45);
    border: 1px solid rgba(3,32,103,0.10);
    box-shadow: 0 6px 18px rgba(2,18,73,0.24);
    text-shadow: none;
}


/* 25. Modal (Login) */

.aca-modal { background: #032067; color: #F8F8F8; border-radius: 18px; border: 0; overflow: hidden; }
.aca-modal-header { border: 0; padding: 14px 16px 0; background: #032067; }
.aca-modal-header-inner { display: flex; align-items: center; gap: 14px; position: relative; padding-bottom: 12px; }
.aca-modal-logo { height: 34px; width: auto; display: block; }
.aca-modal-title { font-size: 22px; font-weight: 700; letter-spacing: 0.6px; color: #F8F8F8; line-height: 1.2; }
.aca-modal-close { position: absolute; right: 6px; top: 2px; color: #F8F8F8; opacity: 0.9; text-shadow: none; }
.aca-modal-close:hover { opacity: 1; }
.aca-gold-strip { height: 4px; background: linear-gradient(90deg, #b8872a 0%, #e6c36a 45%, #b8872a 100%); box-shadow: 0 1px 10px rgba(0,0,0,0.25); }
.aca-modal-body { padding: 18px 16px 10px; background: #032067; }
.aca-login-table { width: 100%; border-collapse: separate; border-spacing: 0 10px; }
.aca-td-label { width: 28%; vertical-align: middle; padding-right: 10px; font-weight: 600; color: #F8F8F8; white-space: nowrap; }
.aca-td-input { width: 72%; }
.aca-input { background: #F8F8F8; color: #032067; border: 0; border-radius: 10px; }
.aca-input:focus { box-shadow: 0 0 0 2px rgba(183,119,30,0.5); }
.aca-input:-webkit-autofill,
.aca-input:-webkit-autofill:hover,
.aca-input:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0 1000px #FDE280 inset; -webkit-text-fill-color: #032067; box-shadow: 0 0 0 1000px #FDE280 inset; }
.aca-passwrap { position: relative; width: 100%; }
.aca-password-input { width: 100%; padding-right: 52px; }
.aca-password-toggle { position: absolute; top: 50%; right: 14px; transform: translateY(-50%); width: 24px; height: 24px; background: transparent; border: 0; padding: 0; margin: 0; color: #032067; font-size: 18px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 5; }
.aca-password-toggle:focus { outline: none; box-shadow: none; }
.aca-checkbox { font-weight: 400; color: #F8F8F8; }
.aca-link { font-size: 1.4em; color: #FDE280; text-decoration: none; }
.aca-link:hover { color: #FDE280; text-decoration: underline; }
.aca-btn-login { background: #B7771E; color: #032067; border: 1px solid #B7771E; border-radius: 10px; padding: 10px 18px; font-variant: small-caps; cursor: pointer; }
.aca-btn-login:hover,
.aca-btn-login:focus { background: #FDE280; color: #032067; border-color: #FDE280; }
.aca-btn-login:disabled,
.aca-btn-login[disabled] { background: #B7771E; color: #032067; border-color: #B7771E; opacity: 0.5; cursor: not-allowed; }
.aca-modal-footer { border: 0; background: #032067; padding: 10px 16px 14px; display: flex; flex-direction: column; gap: 10px; }
.aca-btn-close { background: transparent; color: #F8F8F8; border: 2px solid rgba(248,248,248,0.35); border-radius: 10px; }
.aca-btn-close:hover { border-color: #FDE280; color: #F8F8F8; }


/* 26. Navbar */

.aca-navbar-main { margin-bottom: 0; }
.aca-navbar-header { min-height: 90px; }
.aca-navbar-logo-wrap { position: relative; margin: 0 0 0 10px; }
.aca-navbar-logo { display: block; width: 350px; max-width: 100%; height: auto; }
.aca-navbar-collapse { margin: 25px 0 0 40px; }
.aca-navbar-toggle { margin-top: 24px; margin-right: 15px; border-color: rgba(255,255,255,0.35); }
.aca-navbar-toggle:hover,
.aca-navbar-toggle:focus { background-color: rgba(255,255,255,0.08); }


/* 27. xSlider */

.xslider-wrap { position: relative; width: 100%; line-height: 0; }


/* 28. Gleiche Spaltenhöhe (aca-content-row) */

.aca-content-row { display: flex; flex-wrap: wrap; }
.aca-content-row::before,
.aca-content-row::after { display: none; }
.aca-content-row > [class*="col-"] { display: flex; flex-direction: column; float: none; }
.aca-content-row > [class*="col-"] .panel:last-child { flex: 1; }


/* 29. Ticker */

.aca-ticker-outer {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 66%;
  max-width: 900px;
  z-index: 9999;
  border-radius: 20px;
  box-shadow: 0 0 0 4px rgba(183,119,30,0.4), 0 8px 40px 8px rgba(0,0,0,0.7), 0 4px 16px rgba(183,119,30,0.3);
  pointer-events: none;
  background: #032067;
  padding: 6px 8px;
}
.aca-ticker { width: 100%; overflow: hidden; border-radius: 14px; }
.aca-ticker-gold { height: 3px; background: linear-gradient(90deg, rgba(253,226,128,0) 0%, rgba(253,226,128,1) 5%, rgba(183,119,30,1) 50%, rgba(253,226,128,1) 95%, rgba(253,226,128,0) 100%); }
.aca-ticker-row1 { background: #032067; padding: 7px 20px 6px; text-align: center; font-family: 'Ubuntu', sans-serif; font-size: 13px; font-variant: small-caps; letter-spacing: 0.18em; color: #FDE280; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.aca-ticker-row1 span { color: #FFFFFF; font-weight: 400; }
.aca-ticker-divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(183,119,30,0.4), transparent); }
.aca-ticker-row2 { background: rgba(2,18,73,0.97); padding: 6px 20px 8px; text-align: center; min-height: 32px; position: relative; display: flex; align-items: center; justify-content: center; }
.aca-ticker-slot { position: absolute; width: 90%; font-family: 'Ubuntu', sans-serif; font-size: 12px; color: #F8F8F8; font-weight: 400; letter-spacing: 0.04em; opacity: 0; transition: opacity 0.7s ease, transform 0.7s ease; transform: translateY(6px); pointer-events: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.aca-ticker-slot.active { opacity: 1; transform: translateY(0); }
.aca-ticker-slot em { font-style: normal; color: #FDE280; font-weight: 600; }
.aca-ticker-gold-bottom { height: 2px; background: linear-gradient(90deg, rgba(253,226,128,0) 0%, rgba(253,226,128,1) 5%, rgba(183,119,30,1) 50%, rgba(253,226,128,1) 95%, rgba(253,226,128,0) 100%); }

/* 30. Hilfetext-System (aca-help-icon / Popover) */

.aca-help-icon { color:#B7771E; transition:color 0.15s; }
.aca-help-icon:hover { color:#032067; }
th .aca-help-icon { color:inherit; }
th .aca-help-icon:hover { color:#B7771E; }

#acaHelpTip { background:#032067; border:2px solid #B7771E; border-radius:8px; box-shadow:0 4px 12px rgba(0,0,0,0.35); max-width:420px; width:max-content; }
.aca-tip-title { color:#FDE280; font-size:13px; font-weight:bold; padding:8px 12px; border-bottom:1px solid #B7771E; }
.aca-tip-body  { color:#FDE280; font-size:13px; line-height:1.5; padding:10px 12px; white-space:normal; word-wrap:break-word; }
.popover { background:#032067; border:1px solid #B7771E; border-radius:8px; box-shadow:0 4px 12px rgba(0,0,0,0.3); max-width:40vw; white-space:normal; word-wrap:break-word; }
.popover-title { background:#032067; color:#FDE280 !important; font-size:13px; font-weight:bold; border-bottom:1px solid #B7771E; border-radius:8px 8px 0 0; padding:8px 12px; text-transform:none !important; letter-spacing:normal !important; }
.popover-content { color:#FDE280 !important; font-size:13px; line-height:1.5; padding:10px 12px; text-transform:none !important; font-weight:normal !important; }
.popover.top > .arrow:after { border-top-color:#032067; }
.popover.bottom > .arrow:after { border-bottom-color:#032067; }
.popover.left > .arrow:after { border-left-color:#032067; }
.popover.right > .arrow:after { border-right-color:#032067; }
.popover.top > .arrow { border-top-color:#B7771E; }
.popover.bottom > .arrow { border-bottom-color:#B7771E; }
.popover.left > .arrow { border-left-color:#B7771E; }
.popover.right > .arrow { border-right-color:#B7771E; }