/* === DUNKLES DESIGN-SYSTEM (basierend auf Live-Funk-Player) === */
body {
	padding-top: 80px;
	background-color: #0f0f1e !important;
	background-image: url('../playerH/img/bg.png') !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-attachment: fixed !important;
	color: #f1f1f1 !important;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	min-height: 100vh;
}

a {
	text-decoration: none;
}

.hide {
	display: none !important;
}

.z-2 {
	z-index: 2000;
}

.rounded {
	border-radius: 5px;
}

.centered {
	display: block;
	margin: auto;
}

.relative {
	position: relative;
}

.top-left {
	position: absolute;
	top: 0px;
	left: 0px;
}

.top-right {
	position: absolute;
	top: 0px;
	right: 0px;
}

.bottom-left {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.bottom-right {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.navbar-brand {
	margin-left: 0px !important;
}

.navbar {
  background: rgba(13, 110, 253, 0.8); /* Bootstrap Primary mit Transparenz */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-header {
	padding-left: 40px;
}

.btn-group-xs > .btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.divider {
	width: 100%;
	text-align: center;
}

.divider hr {
	margin-left: auto;
	margin-right: auto;
	width: 45%;
}

.fa-2 {
	font-size: 2em !important;
}
.fa-3 {
	font-size: 4em !important;
}
.fa-4 {
	font-size: 7em !important;
}
.fa-xl {
	font-size: 12em !important;
}
.fa-6 {
	font-size: 20em !important;
}

div.no-video-container {
	position: relative;
}

.no-video-icon {
	width: 100%;
	height: 240px;
	text-align: center;
	padding-top: 5rem !important;
}

.no-video-text {
	text-align: center;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	font-size: 24px;
}

.meetecho-logo {
	padding: 12px !important;
}

.meetecho-logo > img {
	height: 26px;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	background-color: #f5f5f5;
}

.bg-gray {
	background-color: #f5f5f5;
} 

.januscon {
	font-weight: bold;
	animation: pulsating 1s infinite;
}
@keyframes pulsating {
	30% {
		color: #FFD700;
	}
}
/* === MODERNIZED NAVBAR (dunkles Theme) === */
.navbar {
	background: rgba(16, 16, 31, 0.95);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar .navbar-brand {
	font-weight: bold;
	font-size: 1.25rem;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.nav-link {
	color: #ffffff !important;
	font-weight: 500;
	letter-spacing: 0.5px;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.nav-link:hover,
.nav-link:focus {
	color: #ffe082 !important;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
}

.dropdown-menu {
	border-radius: 0.5rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	background: linear-gradient(135deg, rgba(32, 32, 64, 0.95), rgba(24, 24, 48, 0.95)) !important;
}

.dropdown-item {
	color: #f1f1f1 !important;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.dropdown-item:hover {
	background-color: rgba(0, 184, 184, 0.2) !important;
	color: #00b8b8 !important;
}

.navbar-toggler {
	border: none;
}
.navbar-toggler-icon {
	background-color: #ffffff;
	width: 24px;
	height: 2px;
	display: block;
	position: relative;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	background-color: #ffffff;
	left: 0;
}
.navbar-toggler-icon::before {
	top: -8px;
}
.navbar-toggler-icon::after {
	top: 8px;
}

/* === MODERNIZED FOOTER (dunkles Theme) === */
footer.navbar,
footer.fixed-bottom,
footer {
	background: linear-gradient(135deg, #181830, #10101f) !important;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3) !important;
	font-size: 0.9rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
	padding: 1rem 0 !important;
}

footer .container {
	background: transparent !important;
}

footer .nav-link {
	color: #ffffff !important;
	transition: color 0.3s ease;
}

footer .nav-link:hover {
	color: #00b8b8 !important;
	transform: translateY(-2px);
}

footer i {
	color: #00b8b8;
}

footer strong {
	color: #00b8b8;
}

footer .fa-file-alt {
	margin-right: 4px;
}
.dropdown-login {
    background: linear-gradient(135deg, rgba(32, 32, 64, 0.95), rgba(24, 24, 48, 0.95)) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
    width: 280px;
    color: #f1f1f1 !important;
}

.dropdown-login .form-label {
    color: #f1f1f1 !important;
}

.dropdown-login input {
    font-size: 0.9rem;
    background: linear-gradient(135deg, #1f1f32, #17172a) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #f1f1f1 !important;
}

.dropdown-login input:focus {
    background: linear-gradient(135deg, #252548, #1d1d3a) !important;
    border-color: rgba(0, 184, 184, 0.4) !important;
    color: #f1f1f1 !important;
    box-shadow: 0 0 0 3px rgba(0, 184, 184, 0.15) !important;
}

.dropdown-login input::placeholder {
    color: rgba(241, 241, 241, 0.5) !important;
}

.dropdown-login hr {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.dropdown-login p,
.dropdown-login .small {
    color: #f1f1f1 !important;
}

.dropdown-login .text-muted {
    color: rgba(241, 241, 241, 0.7) !important;
}

.dropdown-login strong {
    color: #f1f1f1 !important;
}
/* Floating Logo über der Navbar */
.navbar-logo {
    position: absolute;
    top: +30px; /* halb über der Navbar */
    left: 0px;
    z-index: 9999;
}

.navbar-floating-logo {
    height: 120px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}
.channel-tree ul {
  list-style-type: none;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px dashed #ccc;
}
.channel-tree li {
  margin: 4px 0;
}
.display-5 {
  font-weight: 600;
  font-size: 2.2rem;
}
.btn-lg {
  padding: 0.6rem 1.5rem;
  font-size: 1.1rem;
}
.card-title i {
  opacity: 0.8;
}
.navbar-nav .nav-link.active {
  background: linear-gradient(90deg, #0dcaf0 0%, #0d6efd 100%);
  color: white !important;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
/* ✅ Glass Effect (dunkles Theme) */
.glass-navbar {
  background: rgba(16, 16, 31, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease-in-out;
}

/* ✅ Hover-Lichtlinie unter Links */
.nav-link {
  position: relative;
  transition: color 0.3s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 80%;
}

/* ✅ Aktiver Link mit Farbverlauf */
.navbar-nav .nav-link.active {
  background: linear-gradient(90deg, #0dcaf0, #0d6efd);
  color: white !important;
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
}
/* Avatar-Kreis oben */
.styled-login img {
  transition: transform 0.3s ease;
}
.styled-login img:hover {
  transform: scale(1.1);
}

/* Glass + Schatten Style */
.styled-login {
  background: linear-gradient(135deg, rgba(32, 32, 64, 0.95), rgba(24, 24, 48, 0.95)) !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #f1f1f1 !important;
}

/* Eingeloggt-Button Glow */
.glow-button {
  box-shadow: 0 0 8px rgba(13, 110, 253, 0.5);
  transition: all 0.3s ease-in-out;
}

.glow-button:hover {
  box-shadow: 0 0 12px rgba(13, 110, 253, 0.8);
  transform: translateY(-1px);
}

/* Icon Glow im Login Link */
.login-toggle-glow i {
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
  transition: text-shadow 0.3s ease;
}
.login-toggle-glow:hover i {
  text-shadow: 0 0 8px rgba(13, 110, 253, 0.9);
}

/* === MODERNE CARD-DESIGNS (Dunkles Theme) === */
.modern-card {
  background: linear-gradient(135deg, #202040, #181830);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  position: relative;
  color: #f1f1f1;
}

.modern-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.modern-card:hover::before {
  transform: translateX(100%);
}

.modern-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 184, 184, 0.3);
}

.modern-card .card-title {
  color: #f1f1f1;
}

.modern-card .card-title i {
  transition: all 0.4s ease;
  display: inline-block;
  color: #00b8b8;
}

.modern-card:hover .card-title i {
  transform: scale(1.2) rotate(5deg);
  color: #00b8b8;
}

.modern-card .card-text {
  color: rgba(241, 241, 241, 0.9);
}

/* Card mit Farbverlauf-Border (dunkles Theme) */
.card-success-gradient {
  border: 1px solid rgba(0, 184, 184, 0.2);
  background: linear-gradient(135deg, #202040, #181830);
}

.card-info-gradient {
  border: 1px solid rgba(0, 184, 184, 0.2);
  background: linear-gradient(135deg, #202040, #181830);
}

/* Text-Farben für Cards */
.modern-card .text-success {
  color: #22c55e !important;
}

.modern-card .text-info {
  color: #00b8b8 !important;
}

.modern-card .text-muted {
  color: rgba(241, 241, 241, 0.6) !important;
}

/* === STATUS BADGES (dunkles Theme) === */
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.status-badge.online {
  background: linear-gradient(135deg, #1eb854, #22c55e);
  color: white;
  box-shadow: 0 4px 15px rgba(34, 197, 94, 0.4);
  animation: statusPulse 2s infinite;
}

.status-badge.offline {
  background: linear-gradient(135deg, #e03c3c, #ef4444);
  color: white;
  box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.status-badge.error {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  color: #f1f1f1;
  box-shadow: 0 4px 15px rgba(251, 191, 36, 0.4);
}

.status-badge .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.status-badge.online .status-dot {
  animation: dotPulse 1.5s infinite;
}

@keyframes statusPulse {
  0%, 100% {
    box-shadow: 0 4px 15px rgba(25, 135, 84, 0.4);
  }
  50% {
    box-shadow: 0 4px 25px rgba(25, 135, 84, 0.6);
    transform: scale(1.02);
  }
}

@keyframes dotPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.3);
  }
}

/* === MODERNERE BUTTONS (dunkles Theme) === */
.modern-btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, #1f1f32, #17172a) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #f1f1f1 !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.modern-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
  z-index: 0;
}

.modern-btn:hover::before {
  width: 250px;
  height: 250px;
}

.modern-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 184, 184, 0.4) !important;
}

.modern-btn.btn-success {
  background: linear-gradient(135deg, #1eb854, #22c55e) !important;
  border: none !important;
}

.modern-btn.btn-success:hover {
  background: linear-gradient(135deg, #22c55e, #1eb854) !important;
  box-shadow: 0 4px 15px rgba(34, 197, 94, 0.4);
}

.modern-btn.btn-outline-primary,
.modern-btn.btn-outline-info {
  background: transparent !important;
  border-color: rgba(0, 184, 184, 0.5) !important;
  color: #00b8b8 !important;
}

.modern-btn.btn-outline-primary:hover,
.modern-btn.btn-outline-info:hover {
  background: linear-gradient(135deg, #009b9b, #00b8b8) !important;
  border-color: #00b8b8 !important;
  color: #fff !important;
}

.modern-btn > * {
  position: relative;
  z-index: 1;
}

/* === HERO-BEREICH VERBESSERUNGEN (dunkles Theme) === */
.hero-section {
  position: relative;
  padding: 3rem 0;
  animation: fadeInUp 0.8s ease-out;
}

.hero-container {
  background: linear-gradient(135deg, rgba(32, 32, 64, 0.9), rgba(24, 24, 48, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.1);
  margin-bottom: 3rem;
}

.hero-logo {
  max-width: 200px;
  height: auto;
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
  animation: logoFloat 3s ease-in-out infinite;
}

@keyframes logoFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.hero-title {
  background: linear-gradient(135deg, #00b8b8, #00a2a2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-subtitle,
.hero-section p,
.hero-section .lead {
  color: rgba(241, 241, 241, 0.9) !important;
}

/* === PAGE HEADER CONTAINER (für Überschriften auf Unterseiten) === */
.page-header-container {
  background: linear-gradient(135deg, rgba(32, 32, 64, 0.9), rgba(24, 24, 48, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 2.5rem 3rem !important;
  margin-bottom: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1);
  overflow: visible;
}

.page-header-container h1,
.page-header-container h2,
.page-header-container h3,
.page-header-container h4 {
  color: #f1f1f1 !important;
  margin: 0;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
}

.page-header-container .border-bottom {
  border-color: rgba(255, 255, 255, 0.1) !important;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-top: 0;
}

.page-header-container p,
.page-header-container strong {
  padding-left: 0;
  padding-right: 0;
}

/* Mobile Anpassungen für besseres Padding */
@media (max-width: 768px) {
  .page-header-container {
    padding: 1.5rem 1.75rem !important;
  }
  
  .modern-card .card-body {
    padding: 1.5rem 1.75rem !important;
  }
  
  .hero-container {
    padding: 1.5rem 1.75rem !important;
  }
}

/* === MODERN CARD PADDING VERBESSERUNG === */
.modern-card .card-body {
  padding: 2.5rem 3rem !important;
}

.modern-card p {
  margin-bottom: 1rem;
  line-height: 1.7;
  padding-left: 0;
  padding-right: 0;
}

.modern-card h1,
.modern-card h2,
.modern-card h3,
.modern-card h4,
.modern-card h5,
.modern-card h6 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

/* Sicherstellen, dass Text nicht an den Ecken abschneidet */
.modern-card {
  overflow: visible;
}

.modern-card .card-body {
  overflow: visible;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-subtitle {
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

/* === FOOTER VERBESSERUNGEN === */
footer.navbar {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 50%, #004085 100%);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  font-size: 0.9rem;
  padding: 1rem 0;
}

footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

footer .nav-link {
  color: #ffffff;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

footer .nav-link:hover {
  color: #ffe082;
  transform: translateY(-2px);
}

footer .nav-link i {
  transition: transform 0.3s ease;
}

footer .nav-link:hover i {
  transform: scale(1.2);
}

/* === SMOOTH SCROLLING === */
html {
  scroll-behavior: smooth;
}

/* === CARD CONTENT ANIMATION === */
.card-body {
  transition: all 0.3s ease;
}

.modern-card:hover .card-body {
  transform: translateY(-2px);
}

/* === COOKIE-BANNER (DSGVO-konform) === */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: linear-gradient(135deg, rgba(32, 32, 64, 0.98), rgba(24, 24, 48, 0.98));
  border-top: 2px solid rgba(0, 184, 184, 0.3);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4);
  padding: 1.5rem;
  animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.cookie-banner-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.cookie-banner-text {
  flex: 1;
  min-width: 300px;
}

.cookie-banner-text h5 {
  color: #00b8b8;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.cookie-banner-text p {
  color: #f1f1f1;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.cookie-banner-text a {
  color: #00b8b8;
  text-decoration: underline;
}

.cookie-banner-text a:hover {
  color: #00a2a2;
}

.cookie-banner-actions {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .cookie-banner-content {
    flex-direction: column;
    align-items: stretch;
  }
  
  .cookie-banner-actions {
    width: 100%;
  }
  
  .cookie-banner-actions button {
    flex: 1;
  }
}

/* === STATISTIK ANZEIGEN (dunkles Theme) === */
.stat-number {
  font-size: 1.75rem;
  font-weight: 700;
  background: linear-gradient(135deg, #00b8b8, #00a2a2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  transition: all 0.3s ease;
  color: #00b8b8;
}

.modern-card:hover .stat-number {
  transform: scale(1.1);
}

/* Zusätzliche Anpassungen für dunkles Theme */
strong {
  color: #f1f1f1;
}

.text-primary {
  color: #00b8b8 !important;
}

.alert {
  background: linear-gradient(135deg, #1f1f32, #17172a);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f1f1f1;
}

.alert-info {
  background: linear-gradient(135deg, #1f2f32, #171f2a);
  border-color: rgba(0, 184, 184, 0.3);
  color: #f1f1f1;
}

.alert-success {
  background: linear-gradient(135deg, #1f2f28, #171f22);
  border-color: rgba(34, 197, 94, 0.3);
  color: #f1f1f1;
}

.alert-warning {
  background: linear-gradient(135deg, #2f2f1f, #272716);
  border-color: rgba(251, 191, 36, 0.3);
  color: #f1f1f1;
}

.alert-danger {
  background: linear-gradient(135deg, #2f1f1f, #271616);
  border-color: rgba(239, 68, 68, 0.3);
  color: #f1f1f1;
}

.table {
  color: #f1f1f1;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.form-control {
  background: linear-gradient(135deg, #1f1f32, #17172a);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f1f1f1;
  border-radius: 10px;
}

.form-control:focus {
  background: linear-gradient(135deg, #1f1f32, #17172a);
  border-color: rgba(0, 184, 184, 0.4);
  color: #f1f1f1;
  box-shadow: 0 0 0 3px rgba(0, 184, 184, 0.15);
}

.form-control::placeholder {
  color: rgba(241, 241, 241, 0.4);
}

hr {
  border-color: rgba(255, 255, 255, 0.1);
}

a {
  color: #00b8b8;
  transition: color 0.3s ease;
}

a:hover {
  color: #00a2a2;
}

a.text-info {
  color: #00b8b8 !important;
}

a.text-info:hover {
  color: #00a2a2 !important;
}

.list-group-item {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  color: #f1f1f1;
}

.border-bottom {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* === ICON ANIMATIONEN === */
.card-icon {
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.modern-card:hover .card-icon {
  transform: rotate(360deg) scale(1.2);
}
