body {
  font-family: 'Lato', arial, sans-serif;
  color: black;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: black;
}
.table i {color:#0FA2D2;}
.table a {color:#333;font-weight:700;text-decoration:none;}
.table a:hover {color:#ff6400;}
a {
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 700;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #0E9AC9;
}
.carousel-inner a {font-weight:500;}
.btn-success, .btn-info, .btn-danger {color:white !important;}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {color:white;}
.profile-container i {font-size:35px; color:#0E9AC9;margin-right:6px;}
.nav>li>a {
  padding:10px 11px;
}
#map-container {
  height: 500px;
  overflow: hidden;
}
.offset-header-banner{padding-top:70px;}
.header a {text-decoration: none;font-weight:500;}
.footer a {color: #4DD2FF ;}
.dropdown-menu {z-index:20000;}
.navbar {margin-bottom:0px; padding: 10px 6px;}
.navbar a {text-decoration: none; font-size:17px; font-family: 'Montserrat', sans-serif;font-weight:500;}
.dropdown-menu>li>a {padding:15px 6px;}
.dropdown-menu .btn {text-align:left;}
.red-row {background-color:#8C0000 !important; color:white;}
.red-row a {color:white;}
i.profile {font-size:100px;}
img.pilot-profile-image {max-height:200px;}
i.profile-small {font-size:30px;}
img.pilot-profile-image-small {width:30px; height:30px;}
.interest-panel {font-size:12px;line-height:30px;}
.interest-panel .row {min-height:37px;}
.interest-panel hr {margin-top:3px; margin-bottom:3px;}
.interest-panel button {margin-top:5px;}
.interest-users {max-height:120px; overflow-y:scroll;}
.registrations-panel {font-size:14px;line-height:30px;}
.registrations-panel .row {min-height:37px;}
.registrations-panel hr {margin-top:3px; margin-bottom:3px;}
.registration-items {max-height:250px; overflow-y:scroll;}
.event-panel {min-height:165px;}
.navbar-default {background-color:white;border:none;top:-20px;}
/*.activity-card-container {width:350px;height:350px;float:left;margin-right:30px;margin-bottom:30px;}*/
.activity-card-container {
  width: 350px;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  margin: 10px; /* <-- Das sorgt für Abstand */
}
.activity-card-hidden {
  display: none;
  opacity: 0.8;
  background-color: #333;
  font-size: 25px;
  z-index: 99;
  width: 100%;              /* <- HIER */
  height: 100%;             /* <- UND HIER */
  cursor: pointer;
}

.activity-card-hidden div {bottom: 0;opacity: 1;color:white;height:90px;background-color: black;width:350px;margin-bottom:15px;z-index:100;padding:15px;font-size:20px;}
.activity-card-hidden a {color:white;text-decoration:none;opacity: 1;}

.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-family: 'Montserrat', arial, sans-serif;
  padding: 8px 16px;
  font-weight: bold;
}
.btn .fa,
a.btn .fa {
  margin-right: 5px;
}

a.btn {text-decoration:none !important;}
a.scrollto {color:white; text-decoration: none}

.panel-title {font-family: 'Lato', arial, sans-serif; font-weight:400; font-size:22px;}
.metar-table table {width:95%;}
.metar-table td {padding:5px;}

.progress-bar {background-color:#0FA2D2;}

/*  Leaflet Map Styling*/
.align-right {
  float:right;
  }
.label_content{
  position:relative;
  border-radius: 3px;
  padding:3px;
  color:#ffffff;
  background-color: red;
  width:40px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.label_content:after {
  content:'';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: solid 5px red;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}
.leaflet-popup-content p {
  font-size:14px;
  line-height: 22px !important;
  padding: 0 !important;
  margin: 0 !important;
  padding: 0;
}
.leaflet-popup-content div {
  margin-bottom: 10px;
}

/*!* Darkmode Styling *!*/
/*.plane-icon .dark-mode{*/
/*  color: #ff6400; !* Weiße Farbe im Darkmode *!*/
/*}*/
.plane-icon {
  font-size: 27px;
  /*color: #163B4B;*/
  color: #ff6400;
}


/*  Leaflet Map Styling*/
.flightlog {
  max-height: 250px;
  overflow-y: scroll;

}
.activity-history{
  max-height:300px; overflow-y: scroll;
}
.pass {color:#00FF00;}
.fail {color:#B20000;}
.lg-text {font-size:30px;}
.btn:focus,
a.btn:focus {
  color: #fff;
}
a.btn-cta-primary,
.btn-cta-primary {
  background: #0D89B3;
  border: 1px solid #0D89B3;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
a.btn-cta-primary:hover,
.btn-cta-primary:hover {
  background: #0E9AC9;
  border: 1px solid #0E9AC9;
  color: #fff;
}
a.btn-cta-secondary,
.btn-cta-secondary {
  background: #0E9AC9;
  border: 1px solid #0E9AC9;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
  background: #0D89B3;
  border: 1px solid #0D89B3;
  color: #fff;
}
.text-highlight {
  color: #074f66;
}
.offset-header {
  padding-top: 100px;
}
.offset-banner {
  padding-top: 70px;
}
pre code {
  font-size: 16px;
}

.roster .gold {font-size:30px; }
.roster .silver {font-size:30px; color:#c0c0c0;}
.roster .bronze {font-size:30px; color:#cd7f32;}

.row-space .row {margin-bottom:8px;}

/* ======= Profile ======= */
.profile .name {font-size:26px;}
.profile .social {font-size:30px; color:#333;}
.profile .row {margin-bottom:8px;}
/* ======= Header ======= */
.header {
  padding: 10px 0;
  background: #FF6400;
  /*background: -webkit-linear-gradient(left, #FF6400, #404040, #000);*/
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.header.navbar-fixed-top {
  background: #FF6400;
  z-index: 9999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.header.navbar-fixed-top .logo a {
  color: #FFF;
}
.header.navbar-fixed-top .main-nav .nav .nav-item a {
  color: #FFF;
}
.header .logo {
  margin: 0;
  font-size: 34px;
  padding-top: 10px;
}

.header .logo a {
  color: #fff;
}
.header .logo a:hover {
  text-decoration: none;
}
.header .main-nav button {
  background: #074f66;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .main-nav button:focus {
  outline: none;
}
.header .main-nav button .icon-bar {
  background-color: #fff;
}
.header .main-nav .navbar-collapse {
  padding: 0;
}
.header .main-nav .nav .nav-item {
  font-weight: normal;
  margin-right: 30px;
  font-family: 'Montserrat', sans-serif;
}
.header .main-nav .nav .nav-item.active a {
  color: #17baef;
  background: none;
}
.header .main-nav .nav .nav-item a {
  color: white;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 17px;
  padding: 15px 6px;
}
.header .main-nav .nav .nav-item a:hover {
  color: #DBDBDB;
  background: none;
}
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.active {
  color: #17baef;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
/* Entferne leere .nav-item-Elemente */
.header .main-nav .nav .nav-item:empty {
  display: none;
}

/* Dropdown-Menü automatisch ausklappen, wenn die Maus darüber fährt */
.header .main-nav .dropdown:hover > .dropdown-menu {
  display: block; /* Menü wird angezeigt */
}

/* Animation für sanftes Einblenden */
.header .main-nav .dropdown-menu {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  display: block; /* Standardmäßig versteckt, aber für Animation sichtbar */
  visibility: hidden;
}

.header .main-nav .dropdown:hover .dropdown-menu {
  opacity: 1; /* Sichtbar */
  visibility: visible;
}

.header .container {
  display: flex; /* Flexbox aktivieren */
  align-items: center; /* Vertikal zentrieren */
  justify-content: space-between; /* Logo links, Menü rechts */
  height: 70px; /* Höhe des Headers */
}

.logo {
  display: flex;
  align-items: center; /* Text und Logo vertikal zentrieren */
}

/*.main-nav .nav {*/
/*  display: flex; !* Menüpunkte horizontal ausrichten *!*/
/*  align-items: center; !* Menüpunkte vertikal zentrieren *!*/
/*  gap: 20px; !* Abstand zwischen den Menüpunkten *!*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  list-style: none; !* Punkte vor der Liste entfernen *!*/
/*}*/

.navbar-nav .nav-item a {
  text-decoration: none; /* Entfernt Unterstreichung */
  color: white; /* Textfarbe */
  font-size: 16px; /* Schriftgröße */
  font-family: 'Montserrat', sans-serif;
  padding: 10px 15px; /* Innerer Abstand für bessere Klickfläche */
  transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-item a:hover {
  color: #FFD700; /* Farbe beim Hover ändern */
}


.header .dropdown-menu a:hover {
  color:#666 !important;
}
.panel-default>.panel-heading {background-color:#fff;}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {border:none;}
.mini-stats-bar {width:1400px;}
.carousel-caption {bottom:80px;}
#myCarousel {
  margin:auto;
  
}
.carousel-caption { 
  background-color: rgba(0,0,0,.5); 
  width:750px;
  border-radius: 10px;
  margin:0 auto;
}
.carousel-caption h3 {
  color:white;
  font-size:40px;
}
.carousel-caption p {
  color:white;
  font-size:25px;
}

.container {position: relative !important;}
/* ======= Promo Section ======= */
.promo {
  background: #fff;
  color: #fff;
  height: auto;
}
.promobg {

}
.promo .title {
  font-size: 98px;
  color: #074f66;
  margin-top: 0;
}
.promo .title .highlight {
  color: #eebf3f;
}
.promo .intro {
  font-size: 37px;
  max-width: 750px;
  margin: 0 auto;
  margin-top:50px;
  text-shadow: black 0.1em 0.1em 0.2em;
}
.promo .btns .btn {
  margin-right: 15px;
  margin-top:50px;
  font-size: 18px;
  padding: 8px 30px;
}
.promo .meta {
  margin-top: 20px;
  margin-bottom: 30px;
  color: white;
}
.promo .meta li {
  margin-right: 15px;
}
.promo .meta a {
  color: #0a7396;
}
.promo .meta a:hover {
  color: #074f66;
}
.promo .social-media {
  background: #0c86ae;
  padding: 10px 0;
  margin: 0 auto;
}
.promo .social-media li {
  margin-top: 15px;
}
.promo .social-media li.facebook-like {
  margin-top: 0;
  position: relative;
  top: -5px;
}
/* ======= About Section ======= */
.about {
  padding: 30px 0;
  /*background: #404040;*/
  background: #f5f5f5;
}
.about img {
  display:block;
  margin:0 auto;
  margin-bottom:50px;
}
.about .title {
  color: #074f66;
  margin-top: 0;
  margin-bottom: 60px;
}
.about .intro {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.about .item {
  position: relative;
  margin-bottom: 30px;
}
.about .item .icon-holder {
  position: absolute;
  left: 30px;
  top: 0;
}
.about .item .icon-holder .fa {
  font-size: 24px;
  color: #074f66;
}
.about .item .content {
  padding-left: 60px;
}
.about .item .content .sub-title {
  margin-top: 0;
  color: black;
  font-size: 29px;
  text-align:center;
  font-weight: 200;
}

.stat-numbers {
  font-size:55px;
  font-weight: 400;
  color:black;
  /*color: #FF6400;*/
  text-align: center;
  line-height: 70px;
}

.stat-mini {
  text-align:center;
  font-size:21px;
}

.strip {
  height:15px;
  /*background: -webkit-linear-gradient(left, #17BAEF, #095E79, #1d2731);*/
  background: -webkit-linear-gradient(left, #FF6400, #404040, #000);
}
/* ======= Features Section ======= */
.features {
  padding: 80px 0;
  /*background: #1d2731;*/
  background: -webkit-linear-gradient(left, #FF6400, #404040, #000);
  /*background-image:url(../images/about-bg.png);*/
  /*background-image:url(../images/fla_banner1.jpg);*/
  background-repeat:no-repeat;
  background-position: center;
  color: #fff;
  font-size:17px;
}
.features .title {
  color: white;
  margin-top: 0;
  margin-bottom: 30px;
}
.features .item .icon-holder {
  position: absolute;
  left: 30px;
  top: 0;
}
.features .item {
  position: relative;
  margin-bottom: 30px;
}
.features .item .icon-holder .fa {
  font-size: 45px;
  color: white;
}
.features a {
  color: white;
}
.features a:hover {
  color: #042a36;
}
.features .item .content {
  padding-left: 70px;
}
.features .item .content .sub-title {
  margin-top: 0;
  color: black;
  font-size: 29px;
  text-align:center;
  font-weight: 200;
}
/* ======= Map Section ======= */
.map {
  padding-bottom: 30px;
  background: white;
  color: black;
  font-size:15px;
}
.map .title {
  color: #074F66;
  margin-top: 0;
  margin-bottom: 30px;
}
.map .item .content {
  padding-left: 70px;
}
.map .item .content .sub-title {
  margin-top: 0;
  color: black;
  font-size: 29px;
  text-align:center;
  font-weight: 200;
}
/* ======= stats Section ======= */
.stats {
  padding: 0;

  background: white;
  color: black;
  font-size:17px;

}
.stats .title {
  color: #074F66;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight:200;
}
.stats .item .content {
  padding-left: 70px;
}
.stats .item .content .sub-title {
  margin-top: 0;
  color: black;
  font-size: 29px;
  text-align:center;
  font-weight: 200;
}
/* ======= Join Section ======= */
.join {
  padding-top: 20px;
  background: #EEE;
  color: #fff;
  font-size:17px;
}
.join .title {
  color: black;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight:200;
}
.join .item .content {
  padding-left: 70px;
}
.join .item .content .sub-title {
  margin-top: 0;
  color: black;
  font-size: 29px;
  text-align:center;
  font-weight: 200;
}

/* ======= License Section ======= */
.license {
  padding: 40px 0;
  background: #f5f5f5;
}
.license .title {
  margin-top: 0;
  margin-bottom: 60px;
  color: #074f66;
}
.license .license-inner {
  max-width: 800px;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  margin-top:50px;
}
.license .info {
  max-width: 760px;
  margin: 0 auto;
}
.license .cta-container {
  max-width: 540px;
  margin: 0 auto;
  margin-top: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.license .cta-container .speech-bubble {
  background: #d6f3fc;
  color: #074f66;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.license .cta-container .speech-bubble:after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #d6f3fc;
}
.license .cta-container .icon-holder {
  margin-bottom: 15px;
}
.license .cta-container .icon-holder .fa {
  font-size: 56px;
}
.license .cta-container .intro {
  margin-bottom: 30px;
}
/* ======= Content Page ======= */
.cp {
 z-index:10;
}
/* ======= Footer ======= */
.footer {
  padding: 15px 0;
  background: black;
  color: #fff;
}
.footer .copyright {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.footer .fa-heart {
  color: #fb866a;
}
.footer i {
  color:white;
  font-size:28px;
  margin-left:10px;
}
.footer i:hover {color:#0E9AC9;}
.hidden {
  display:none;
}
.purple {
  color:#A300D9;
  font-weight:500;
}
.messageResponse {
  display:none;
}

.cookie-banner {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding-top: 10px;
  height: 57px;
  display: flex;
  color: white;
  background-color: #000;
  z-index: 1000;
}

  .cookie-banner p {
      width: 100%;
  }

  .cookie-banner button {
      margin-left: 10px;
  }
  #loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 10312;
    display: none
}

    #loader:before {
        content: '';
        z-index: 10314;
        vertical-align: middle;
        margin: 0;
        font-size: 1em;
        position: absolute;
        text-indent: -9999em;
        border-top: 0.25em solid #0E9AC9;
        border-right: 0.25em solid #0E9AC9;
        border-bottom: 0.25em solid #0E9AC9;
        border-left: .25em solid #fff;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: loading 1.1s infinite linear;
        animation: loading 1.1s infinite linear;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: calc(50% - 2.5em);
        border-radius: 50%;
        width: 5em;
        height: 5em;
        display: inline-block
    }

    @-webkit-keyframes loading {
      0% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg)
      }
  
      100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg)
      }
  }
  
  @keyframes loading {
      0% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg)
      }
  
      100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg)
      }
  }

.gold {color:#F0CC00;}

.news-posted-by, .news-posted-by-main {margin-left:30px; color:#333; font-size:12px; }
.news-posted-by-main {margin-left:0px;}
.news-link {text-decoration: none !important; font-size:22px !important; font-weight:500 !important; margin-left:10px;}

.social-icons {color:black !important;}
.header .dropdown-menu a {
  color:black !important;
}
.profile-icon {
  width: 36px;
  height: 36px;
}


.modal {
    z-index: 10311;
}


@media (max-width: 1380px) {
  .mini-stats-bar {width:100%;}
  .stat-numbers {font-size:40px;}
  .about .item .content .sub-title {font-size:20px;}
  .about .item {margin-bottom:0;}
  .stat-mini {font-size:18px;}
  .carousel-caption {width:600px;}
  .carousel-caption h3 {font-size:28px;}
  .carousel-caption p {font-size:18px;}
  .carousel-caption {bottom:25px;}
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  body{
    font-size:15px;
  }
  .about .item .content {padding-left:0px;}
  .about .item .content .sub-title {font-size:18px;}
  .stat-numbers {font-size:30px;line-height:30px;}
  .stat-mini {font-size:18px;}
  .about .item {margin-bottom:20px;}
  .stats {font-size:15px;}
.mini-stats-bar {width:100%;}
.panel-body {overflow-x:scroll}
.carousel-caption {display:none;}
  .header .main-nav button {
    margin-right: 0;
  }

  .header .main-nav .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .promo .btns .btn {
    margin-right: 0;
    clear: both;
    display: block;
    margin-bottom: 30px;
    margin-top:5px;
  }
  /* .promo {
    padding-top:70px;
    background: #fff url("./assets/images/banner.jpg") no-repeat scroll 0 center;
  } */
  .promo .title {
    font-size: 66px;
  }
  #platformimg {display:none;}
  .promo .intro {
    font-size:22px;
    text-shadow:none;
  }
  .promo .meta {
    margin-top: 5px;
  }
  .promo .meta li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
  .contact .author-message {
    text-align: center;
  }
  .contact .author-message .profile {
    position: static;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .contact .author-message .speech-bubble {
    margin-left: 0;
  }
  .contact .author-message .speech-bubble:after {
    display: none;
  }
  .contact .social-icons a {
    width: 36px;
    height: 36px;
    padding-top: 7px;
    margin-right: 2px;
  }
  .contact .social-icons a .fa:before {
    font-size: 18px;
  }
  
  /* .header .dropdown-menu a {
    color:white !important;
  } */
}
.error {color:red; font-size:17px;}
.white  {color:#fff !important;}
 /*Small devices (tablets, 768px and up) 
 Medium devices (desktops, 992px and up) 
 Large devices (large desktops, 1200px and up)*/
.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.5s infinite linear;
  -o-animation: bounce 0.5s infinite linear;
  -webkit-animation: bounce 0.5s infinite linear;
  animation: bounce 0.5s infinite linear;
  color:000;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {margin-left:auto;margin-right:auto;width:100%;max-height:550px;}
.fa-twitter{
  color: #027bdd;
  font-size: 30px;
  margin: 20px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color:#0E9AC9;
  border-color:#0E9AC9;
}

@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}

/* Allgemeine Dark Mode Styles */
.dark-mode {
  background-color: #121212;
  color: #ffffff;
}

/* Header (Navigation) */
.dark-mode .header {
  background-color: #1f1f1f !important;
  color: #ffffff !important;
}

.dark-mode .main-nav .nav .nav-item a {
  color: #ffffff !important;
}

.dark-mode .main-nav .nav .nav-item a:hover {
  color: #bbbbbb !important;
}

/* Panels, Tabellen & Boxen */
.dark-mode .panel {
  background-color: #1f1f1f !important;
  color: #ffffff !important;
  border-color: #444444;
}

.dark-mode .panel-heading {
  background-color: #222222 !important;
  color: #ffffff !important;
}

/* Buttons */
.dark-mode .btn {
  background-color: #333333 !important;
  color: #ffffff !important;
  border: 1px solid #444;
}

.dark-mode .btn:hover {
  background-color: #444444 !important;
}

/* Tabellen */
.dark-mode table {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

.dark-mode table th,
.dark-mode table td {
  background-color: #1f1f1f !important;
  color: #ffffff !important;
  border-color: #444444 !important;
}

/* Footer */
.dark-mode .footer {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

/* Eingabefelder & Formulare */
.dark-mode input,
.dark-mode textarea,
.dark-mode select {
  background-color: #222222 !important;
  color: #ffffff !important;
  border: 1px solid #444 !important;
}

/* Dropdown-Menüs */
.dark-mode .dropdown-menu {
  background-color: #222222 !important;
  color: #ffffff !important;
}

.dark-mode .dropdown-menu a {
  color: #ffffff !important;
}

.dark-mode .dropdown-menu a:hover {
  background-color: #444444 !important;
}

/* Dark Mode für den Stats-Bereich */
.dark-mode .stats {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

.dark-mode .stats .title {
  color: #ffffff !important;
}

.dark-mode .stats .item {
  background-color: #222222 !important;
  color: #ffffff !important;
  border: 1px solid #333 !important;
}

.dark-mode .stats .item .content {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
}

/* Tabellen in .stats */
.dark-mode .stats table {
  background-color: #1f1f1f !important;
  color: #ffffff !important;
}

.dark-mode .stats table th,
.dark-mode .stats table td {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  border-color: #444 !important;
}

/* Links und Icons in Stats */
.dark-mode .stats a {
  color: #FFFFFF !important;
}

.dark-mode .stats a:hover {
  color: #bbbbbb !important;
}

/* Fortschrittsbalken im Stats-Bereich */
.dark-mode .progress-bar {
  background-color: #17baef !important;
}
/* Dark Mode für den About-Bereich */
.dark-mode .about {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

.dark-mode .about .title {
  color: #ffffff !important;
}

.dark-mode .about .item {
  background-color: #222222 !important;
  color: #ffffff !important;
  border: 1px solid #333 !important;
  padding: 15px;
  border-radius: 8px;
}

.dark-mode .about .item .content {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  padding: 10px;
  border-radius: 8px;
}

/* Links und Icons in About */
.dark-mode .about a {
  color: #17baef !important;
}

.dark-mode .about a:hover {
  color: #bbbbbb !important;
}
/* Dark Mode für stat-numbers */
.dark-mode .stat-numbers {
  color: #ffffff !important;
}
/* Dark Mode für About Sub-Titles */
.dark-mode .about .item .content .sub-title {
  color: #ffffff !important;
}
/* Dark Mode für die Map-Sektion */
.dark-mode .map {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

/* Titel in der Map-Sektion */
.dark-mode .map .title {
  color: #ffffff !important;
}

/* Map-Container Hintergrund */
.dark-mode #map {
  background-color: #1a1a1a !important;
  border: 1px solid #333 !important;
}
/* Dark Mode für die Join-Sektion */
.dark-mode .join {
  background-color: #fe6400 !important;
  color: #ffffff !important;
}

/* Titel in der Join-Sektion */
.dark-mode .join .title {
  color: #ffffff !important;
}

/* Buttons in Join */
.dark-mode .join .btn-cta-primary {
  background-color: #333333 !important;
  color: #ffffff !important;
  border: 1px solid #444 !important;
}

.dark-mode .join .btn-cta-primary:hover {
  background-color: #444444 !important;
}

/* Links in Join */
.dark-mode .join a {
  color: #17baef !important;
}

.dark-mode .join a:hover {
  color: #bbbbbb !important;
}

/* Dark Mode - Spezieller Link in Orange */
.dark-mode a[href="live_flights.php"] {
  color: orange !important;
}

.dark-mode a[href="live_flights.php"]:hover {
  color: #ff9900 !important; /* Dunkleres Orange beim Hover */
}

.footer-icons {
  display: flex;
  align-items: center; /* Icons & Button auf einer Höhe */
  gap: 15px; /* Abstand zwischen Icons & Button */
  justify-content: flex-end;
}

.social-icons {
  font-size: 28px;
  color: white;
  text-decoration: none;
}

.social-icons:hover {
  color: #17baef;
}

/* Dark Mode Button */
.dark-mode-toggle {
  background-color: #333;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.dark-mode-toggle:hover {
  background-color: #444;
}
/* Globaler Dark Mode für die gesamte Seite */
.dark-mode, .dark-mode body, .dark-mode html {
  background-color: #121212 !important;
  color: #ffffff !important;
}

/* Standard-Textfarbe für Dark Mode */
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode p,
.dark-mode span {
  color: #ffffff !important;
}

/* Links im Dark Mode */
.dark-mode a {
  color: #FFFFFF !important;
}

.dark-mode a:hover {
  color: #ff9900 !important; /* Orange für Hover-Effekt */
}

/* Buttons im Dark Mode */
.dark-mode .btn {
  background-color: #333 !important;
  color: #ffffff !important;
  border: 1px solid #444 !important;
}

.dark-mode .btn:hover {
  background-color: #444 !important;
}

/* Tabellen im Dark Mode */
.dark-mode table {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  border: 1px solid #444 !important;
}

.dark-mode table th,
.dark-mode table td {
  background-color: #1f1f1f !important;
  color: #ffffff !important;
  border-color: #444444 !important;
}

/* Navbar und Header im Dark Mode */
.dark-mode .header,
.dark-mode .navbar {
  background-color: #1f1f1f !important;
  color: #ffffff !important;
  border-bottom: 1px solid #333 !important;
}

/* Footer im Dark Mode */
.dark-mode .footer {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

/* Eingabefelder & Formulare im Dark Mode */
.dark-mode input,
.dark-mode textarea,
.dark-mode select {
  background-color: #222222 !important;
  color: #ffffff !important;
  border: 1px solid #444 !important;
}

/* Dropdown-Menüs */
.dark-mode .dropdown-menu {
  background-color: #222222 !important;
  color: #ffffff !important;
}

.dark-mode .dropdown-menu a {
  color: #ffffff !important;
}

.dark-mode .dropdown-menu a:hover {
  background-color: #444444 !important;
}

/* Dark Mode für den Stats-Bereich */
.dark-mode .stats {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

/* Dark Mode für stat-numbers */
.dark-mode .stat-numbers {
  color: #ffffff !important;
}

/* Dark Mode für About Sub-Titles */
.dark-mode .about .item .content .sub-title {
  color: #ffffff !important;
}

/* Dark Mode für die Map-Sektion */
.dark-mode .map {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

/* Dark Mode für die Join-Sektion */
.dark-mode .join {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

/* Spezieller Link (z. B. "Live Flights") in Orange */
.dark-mode a[href="live_flights.php"] {
  color: orange !important;
}

.dark-mode a[href="live_flights.php"]:hover {
  color: #ff9900 !important; /* Dunkleres Orange beim Hover */
}

.dark-mode h4 {
  color: white !important;
}

/* Icons nicht kursiv */
.social-icons i {
  font-style: normal !important;
}

/* Falls die Karte invertiert werden soll, damit sie dunkler aussieht */
.dark-mode #map canvas {
  filter: invert(90%) hue-rotate(180deg);
}


/* Leaflet Map */
.dark-mode #map {
  filter: invert(90%) hue-rotate(180deg);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f8f9fa;
  border-radius: 0.3rem;
  color: #000;
  text-align: center;
}

/* Dark Mode für die Jumbotron */
.dark-mode .jumbotron {
  background-color: #1f1f1f;
  color: #fff;
}
.dataTables_wrapper {
  overflow-x: hidden !important;
}

.dataTables_paginate .pagination {
  margin: 0 auto;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.dataTables_paginate .pagination li a {
  background-color: #222 !important;
  color: #fff !important;
  border: none !important; /* <- hier geändert */
  margin: 2px;
  box-sizing: border-box;
}

.dataTables_paginate .pagination li.active a {
  background-color: #ff6400 !important;
  color: #fff !important;
  border: none !important; /* <- auch hier angepasst */
}

.dataTables_paginate .pagination li a:hover {
  background-color: #444 !important;
  color: #fff !important;
}

.carousel-inner > .item > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 650px; /* Kannst du anpassen, z.B. 600px oder 800px */
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  border-radius: 10px;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

@media (max-width: 768px) {
  .carousel-inner > .item > img {
    object-fit: contain;
    max-height: 400px;
  }
}
/*.carousel-indicators {*/
/*  display: none !important;*/
/*}*/
.dark-mode .leaflet-popup-content-wrapper {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  border: 1px solid #444;
}

.dark-mode .leaflet-popup-tip {
  background-color: #2a2a2a !important;
}
.dark-mode .leaflet-popup-content-wrapper a {
  color: #17baef !important;
}

.dark-mode .leaflet-popup-content-wrapper a:hover {
  color: #bbbbbb !important;
}
div.dataTables_wrapper {
  overflow-x: hidden !important;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main, .content, .cp.section {
  flex: 1;
}
.btn-find {
  background-color: #ff6400;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

.btn-find:hover {
  background-color: #e65c00;
}




/* Verhindert, dass leere Menüelemente im Dropdown angezeigt werden */
.header .main-nav .dropdown-menu .nav-item:empty {
  display: none; /* Versteckt leere Elemente */
}

/* Entfernt unnötige Ränder und Abstände */
.header .main-nav .dropdown-menu {
  padding: 0;
  margin: 0;
}

/* Setzt den Hintergrund der Dropdown-Menüposition auf transparent */
.header .main-nav .dropdown-menu li {
  background-color: transparent;
}

/* Optional: Falls das Menü eine zusätzliche graue Fläche hat, entferne diese */
.header .main-nav .dropdown-menu li a {
  background-color: transparent !important;
  color: #000000 !important; /* Setzt die Textfarbe für den aktiven Link */
}

/* Entfernen von unnötigen Abständen bei Hover-Effekten */
.header .main-nav .dropdown-menu li a:hover {
  background-color: #074f66; /* Standard Hintergrundfarbe beim Hover */
}
/* Verhindert, dass leere Menüelemente im Dropdown angezeigt werden */
.header .main-nav .dropdown-menu .nav-item:empty {
  display: none; /* Versteckt leere Elemente */
}

/* Entfernt unnötige Ränder und Abstände */
.header .main-nav .dropdown-menu {
  padding: 0;
  margin: 0;
}

/* Setzt den Hintergrund der Dropdown-Menüposition auf transparent */
.header .main-nav .dropdown-menu li {
  background-color: transparent;
}

/* tesat



 */

/* Verhindert, dass leere Menüelemente im Dropdown angezeigt werden */
.header .main-nav .dropdown-menu .nav-item:empty {
  display: none; /* Versteckt leere Elemente */
}

/* Entfernt unnötige Ränder und Abstände */
.header .main-nav .dropdown-menu {
  padding: 0;
  margin: 0;
}

/* Setzt den Hintergrund der Dropdown-Menüposition auf transparent */
.header .main-nav .dropdown-menu li {
  background-color: transparent;
}

/* Optional: Falls das Menü eine zusätzliche graue Fläche hat, entferne diese */
.header .main-nav .dropdown-menu li a {
  background-color: transparent !important;
  color: #000000 !important; /* Setzt die Textfarbe für den aktiven Link */
}

/* Entfernen von unnötigen Abständen bei Hover-Effekten */
.header .main-nav .dropdown-menu li a:hover {
  background-color: #3a78a3; /* Etwas hellere Farbe beim Hover */
  color: #888 !important; /* Textfarbe beim Hover in weiß */
}
