#userDataModal {}

.frame-default {
  h1 {
    font-weight: 600;
  }

  h2 {
    color: #444;

    &.luftwaffe-logo {
      &::before {
        content: var(--logo-content, url('/fileadmin/user_upload/00_Logos/h2_Logo_Height32px.svg'));
        ;
      }
    }

    &.luftwaffe-stroke {
      border-left: 3px solid var(--page-color);
      padding-left: 1rem;
    }
  }

  @supports (content: url('/fileadmin/user_upload/00_Logos/h2_Logo_Height32px.gif')) {
    h2.luftwaffe-logo::before {
      content: url('/fileadmin/user_upload/00_Logos/h2_Logo_Height32px.gif');
    }
  }

}

.fc-daygrid-day.fc-day,
.fc-scrollgrid-sync-table,
.fc-col-header-cell.fc-day,
.fc-timegrid-slots tr {
  border: 1px solid var(--fc-border-color, #000) !important;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.btn.btn-primary.btn-login-close {
  margin-top: 10px;
}


#squadron .form-control,
#training .form-control {
  padding: .375rem .45rem
}

.luftwaffe-pageheader .luftwaffe-carousel-indicators button.active {
  background-color: #0073b5 !important;
}

#user-modal .modal-dialog {
  z-index: 2002;
  width: 80vw;
  border: 3px solid white;
  max-width: 95vw;
}

#user-modal {
  z-index: 1500;
}

.modal-backdrop {
  z-index: 1
}

.modal-dialog .card-section h3 {
  color: #555;
  font-size: 1.4rem
}

.modal-dialog .modal-close {
  border-radius: 100%;
  width: 1.8rem;
  height: 1.8rem;
  right: 0;
  top: 0;
  font-size: 1.8rem;
  line-height: 0;
  padding: .05rem 0 0 .1rem;
  cursor: pointer;
}


/* Rechnung-Option verstecken */
#flexRadioCheckedDisabled,
label[for="flexRadioCheckedDisabled"] {
  display: none !important;
}


.scroll-btn-container {
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
  /* sicher über anderem Inhalt */
}

/* generische Buttons vermeiden */
.scroll-btn {
  padding: 10px 15px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  background: #007bff;
  color: #fff;
  transition: background 0.2s ease;
}

.scroll-btn:hover {
  background: #0056b3;
}

.luftwaffe-pageheader {
  padding-bottom: 3rem;
}

.luftwaffe-pageheader .luftwaffe-carousel-indicators {
  bottom: 0;
}

.modal .modal-body .card-section .img-row figure {
  border: 2px solid #444;
  padding: 2px
}

.modal .modal-body .card-section .img-row figure img {
  width: auto;
  height: 144px;
}
.modal .modal-body .card-section .img-row figure figcaption{
  padding: 2px 0 0 2px
}

.lb-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  z-index: 9999;
}
.lb-overlay .lb-img {
  max-width: 95vw;
  max-height: 95vh;
  box-shadow: 0 10px 40px rgba(0,0,0,.6);
  border-radius: 8px;
}
.lb-no-scroll { overflow: hidden; }
.zoomable{
  cursor: pointer;
}
.modal { position: fixed; inset: 0; z-index: 9999; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.5); z-index: 1; }
.modal-dialog { position: relative; z-index: 2; }   /* <— stellt sicher, dass Links anklickbar sind */
.modal-body a { pointer-events: auto; }    

/* --- Login-Spook ----------------------------------------------------------
   Der Spook liegt jetzt ausserhalb von #navbarSupportedContent (siehe
   Nav.html) und ist damit auch unter 768px sichtbar, ohne dass der Burger
   geoeffnet werden muss. Die Groesse gilt fuer BEIDE Zustaende:
   <a class="btn-spook"> (abgemeldet, rot) und
   <button class="btn-spook"> (angemeldet, gruen).
   Vorher traf die Regel nur den abgemeldeten Zustand und setzte 25px.
-------------------------------------------------------------------------- */
.nav-user-bar {
  margin-left: 0.5rem;
  gap: 0.25rem;
  /* Darf nie schrumpfen oder aus der Zeile gedraengt werden - genau das ist
     zwischen 768px und 1199px passiert, wo der Spook unsichtbar wurde. */
  flex: 0 0 auto;
}

/*
 * Spook und Burger auf eine gemeinsame Mittelachse zwingen.
 * main.css:11498 gibt dem Burger float:right und line-height:1.2 - dadurch
 * stand der Spook rund 9px tiefer als der Button.
 */
#page-header .nav-user-bar {
  display: flex !important;
  align-items: center !important;
}

#page-header .nav-user-bar > * {
  align-self: center !important;
  float: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Das Menue muss schrumpfen duerfen. Ein Flex-Element hat von Haus aus
   min-width:auto und kann deshalb nicht unter seine Inhaltsbreite - zusammen
   mit white-space:nowrap an den Menuepunkten schiebt es sonst alles Weitere
   aus dem Bild. */
#navbarSupportedContent {
  min-width: 0;
}

.nav-user {
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-spook {
  padding: 0;
  border: 0;
  line-height: 0;
  background: transparent;
  display: flex;
  align-items: center;
}

/* Das <li> ebenfalls als Flex-Zeile, damit nichts an einer Textbasislinie
   haengt. */
.nav-user > li {
  display: flex;
  align-items: center;
}

nav li .btn-spook img.nav-spook,
img.nav-spook {
  /*
   * display:block ist hier entscheidend: als Inline-Element sass das Bild auf
   * der Textbasislinie und stand dadurch rund 3px tiefer als Menueschrift und
   * Burger-Button.
   */
  display: block;
  width: auto !important;
  height: 2.9rem !important;
  max-height: 2.9rem !important;
}

@media (max-width: 1400px) {
  nav li .btn-spook img.nav-spook,
  img.nav-spook {
    height: 2.4rem !important;
    max-height: 2.4rem !important;
  }
}

@media (max-width: 767.98px) {
  nav li .btn-spook img.nav-spook,
  img.nav-spook {
    height: 2.3rem !important;
    max-height: 2.3rem !important;
  }
}

form#fE-UserAnmeldeformularDPS-4293 > .row >.col-6,form > .row >.col-12 {
  outline: 1px solid black;
  padding: .5rem
}

/* Navigation ohne „transparent/scroll“-Effekt */
body #page-header {
  background-color: #212529;
  box-shadow: none;
  height: 4rem;
  padding-top: 0.5rem;
  transition: none !important;
}

body.scrolled #page-header {
  background-color: #212529;
  box-shadow: none;
  height: 4rem;
  padding-top: 0.5rem;
}

/* Falls doch noch eine .scrolled-Klasse gesetzt wird: gleiche Optik erzwingen */
body.luftwaffe.scrolled {
  padding-top: 5rem !important;
}
body.luftwaffe.scrolled #page-header {
  background-color: #212529 !important;
  box-shadow: none !important;
  height: 4rem !important;
  padding-top: 0.5rem !important;
  transition: none !important;
}

/* Scroll-Animation der Navigation komplett aus */
body.luftwaffe .navbar-collapse {
  transition: none !important;
}
body.luftwaffe .navbar-collapse.show {
  top: 5rem !important;
}
body.luftwaffe.scrolled .navbar-collapse {
  top: 5rem !important;
}
.text-copyright{
  margin-bottom: .3rem
}

.luftwaffe #page-header{
  height: 5.5rem;
  background-color: #212121;
  padding-top: 0;
}

.page-wrapper{
  margin-top: 0
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.2rem;
  }
}
nav li a {
    white-space: nowrap;
}
nav li button img,
nav li a img{
  max-height: 55px !important
}

.plane::before {
  content: "" !important;
  font-size: 0 !important;
  background-image: url("../Icons/jet.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 60px !important;
  height: 60px !important;
  top: 80px !important;
  left: 85px !important;
  transform: rotate(234deg) !important;
}

.ce-menu-archive {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 4;
  column-gap: 0;
  column-rule: 1px solid rgba(0, 0, 0, 0.15);
}

.ce-menu-archive li {
  break-inside: avoid;
  margin-bottom: 4px;
  padding: 3px 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ce-menu-archive a {
  color: inherit;
  text-decoration: none;
  font-size: 0.9rem;
}

.ce-menu-archive a:hover {
  color: var(--page-color);
}

@media (max-width: 991px) {
  .ce-menu-archive {
    column-count: 2;
  }
}

@media (max-width: 575px) {
  .ce-menu-archive {
    column-count: 1;
  }
}

.news-archive-item {
  padding: 0.4rem 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.news-archive-date {
  font-size: 0.8rem;
  color: #888;
  white-space: nowrap;
  flex-shrink: 0;
}

.news-archive-title {
  font-size: 0.95rem;
  text-decoration: none;
  color: inherit;
  flex: 1;
}

.news-archive-title:hover {
  color: var(--page-color);
}

.news-archive-category {
  font-size: 0.75rem;
  color: #aaa;
  white-space: nowrap;
}

#osm-search-form {
  margin-bottom: 0.75rem;
}

.osm-search-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}

.osm-search-row .form-control {
  flex: 1;
  min-width: 120px;
}

.osm-search-count {
  margin-top: 0.35rem;
  font-size: 0.85rem;
  color: #888;
}

.news-pagination .page-link {
  color: var(--page-color);
}

.news-pagination .page-item.active .page-link {
  background-color: var(--page-color);
  border-color: var(--page-color);
  color: #fff;
}

.newsletter-luxletter table.body-drip,
.newsletterContainer-luxletter table.body-drip {
  border-top: 8px solid #0073B5 !important;
}