
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 900px;
}
.burger-icon>span {
    background-color: #4fe5cf;
}
.offcanvas-menu {
    background-color: #010D0F;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #4fe5cf;
}
.article-list .article {
    border: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #071a1e;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 1.375rem;
    margin: 0 0 0.25rem 0;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 0px;
    padding-left: 0px;
}
#sp-main-body {
    padding: 50px 0;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    border-bottom: 6px solid #0d3239;
}
.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 2rem;
}
.article-details {
padding: 20px;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    padding: 2px 2px 0px 1px;
}
#sp-header {
    border-bottom: 1px solid #004037;
}
#sp-footer .container-inner {
    border-top: none;
}
img .article-intro-image {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btn-primary, .sppb-btn-primary {
    border-color: #071a1e;
    background-color: #faf53a;
    color: #010d0f;
}
.list-group-item {
    color: #faf53a;
    background-color: #010d0f;
    border: 1px solid rgba(0,0,0,.125);
}
.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #0d3239;
}
#sp-menu ul.social-icons a {
    color: #0dcaf0;
}
.fab, .icon-joomla {
    font-size: 25px;
}
.content-links .nav {
    display: inline;
}
.content-links {
background-color: #0d3239;
padding: 20px 40px;
border: 1px solid #004037;
border-radius: 15px;
}
.table {
    color: #ffffff;
    border-color: #dee2e6;
}
h3 {
    margin: 35px 10px 5px 0px;
}
.offcanvas-menu .offcanvas-inner ul.menu>li a, .offcanvas-menu .offcanvas-inner ul.menu>li span {
    color: #f3e600 !IMPORTANT;
}
.burger-icon>span {
    background-color: #f3e600 !IMPORTANT;
}
.sp-copyright {
  font-size: 10px !IMPORTANT;
}
@media (max-width: 575px) {
    #offcanvas-toggler {
        padding: 0px 15px 10px 0;
    }
}
#sp-header .logo {
    margin: -4px 0px 0px 12px;
}
#sp-footer .container-inner {
    padding: 30px 30px;
}
.article-details.datenschutz ul li {
  list-style-type: none !important;
}

/* TICKER */

/* Laufband-Hintergrund */
.cyber-ticker {
  width: 100%;
  overflow: hidden;
  background: #071a1e; /* dunkles Cyan-blaugrün */
  padding: 10px 0;
  position: relative;
  z-index: 2;
}

/* Scanlinien über dem Hintergrund */
.cyber-ticker::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    to bottom,
    rgba(0, 255, 255, 0.05),
    rgba(0, 255, 255, 0.05) 1px,
    transparent 2px,
    transparent 4px
  );
  pointer-events: none;
  z-index: 1;
}

/* Innerer Lauftext */
.ticker-inner {
  display: inline-block;
  white-space: nowrap;
  font-family: 'Orbitron', monospace;
  font-size: 0.75rem;
  color: #0ff;
  letter-spacing: 1.6px;
  padding-left: 100%;
  animation: tickerScroll 70s linear infinite;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  text-shadow:
    0 0 3px #0ff,
    0 0 6px #0ff,
    0 0 10px #0ff;
}

/* Bewegung */
@keyframes tickerScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* FONTS */

@font-face {
  font-family: 'Orbitron';
  src: url('/templates/shaper_helixultimate/fonts/orbitron-v34-latin-regular.woff2') format('woff2'),
       url('/templates/shaper_helixultimate/fonts/orbitron-v34-latin-regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url('/templates/shaper_helixultimate/fonts/orbitron-v34-latin-700.woff2') format('woff2'),
       url('/templates/shaper_helixultimate/fonts/orbitron-v34-latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Share Tech Mono';
  src: url('../fonts/ShareTechMono-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body, h1, h2, h3, h4, .cyber-ticker {
  font-family: 'Exo', sans-serif !IMPORTANT;
}

/* GLITCH */

/* ========== BASISSTIL ========== */
body.itemid-101 .article-intro-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

/* Bild zoomt leicht rein */
body.itemid-101 .article-intro-image img {
  transition: transform 0.5s ease;
}

body.itemid-101 .article-intro-image:hover img {
  transform: scale(1.05);
}

/* RGB-SPLIT (keine Ränder durch translate statt drop-shadow) */
body.itemid-101 .article-intro-image::before,
body.itemid-101 .article-intro-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--glitch-src);
  background-size: cover;
  background-position: center;
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.2s ease-in-out;
}

/* ROT-Kanal */
body.itemid-101 .article-intro-image::before {
  transform: translate(-1px, 0);
}

/* BLAU-Kanal + Scanlinien */
body.itemid-101 .article-intro-image::after {
  transform: translate(1px, 0);
  background-image:
    repeating-linear-gradient(
      to bottom,
      rgba(255,255,255,0.05) 0px,
      rgba(255,255,255,0.05) 1px,
      transparent 1px,
      transparent 3px
    ),
    var(--glitch-src);
  animation: scanGlitch 6s linear infinite;
}

/* Hover aktiviert RGB-Zittern + Scanlinien */
body.itemid-101 .article-intro-image:hover::before,
body.itemid-101 .article-intro-image:hover::after {
  opacity: 0.5;
  animation: rgbGlitch 0.6s infinite;
}

/* RGB Split Bewegung */
@keyframes rgbGlitch {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(-1px, 0); }
  50% { transform: translate(1px, 0); }
  75% { transform: translate(-1px, 0); }
}

/* Scanlinien laufen vertikal durch */
@keyframes scanGlitch {
  0% { background-position: 0 0, center; }
  100% { background-position: 0 100%, center; }
}

/* ENDE */
