.elementor-kit-70{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-93f29d8:#4546A1;--e-global-color-35c6c6a:#7071AA;--e-global-color-0d071ee:#7A7A7A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-70 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<!-- NIVO IPTV Logo (Oben Links) -->
<div class="logo-container">
  <a href="/">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 540 80" class="nivo-logo-svg">
      <defs>
        <!-- Text Gradient Blue -->
        <linearGradient id="blueGradient" x1="0%" y1="0%" x2="100%" y2="100%">
          <stop offset="0%" stop-color="#40B5FF" />
          <stop offset="50%" stop-color="#0080FF" />
          <stop offset="100%" stop-color="#0040A0" />
        </linearGradient>
        
        <!-- White Silver Gradient -->
        <linearGradient id="silverGradient" x1="0%" y1="0%" x2="0%" y2="100%">
          <stop offset="0%" stop-color="#FFFFFF" />
          <stop offset="100%" stop-color="#B0C4DE" />
        </linearGradient>

        <!-- Outer Glow Filter -->
        <filter id="blueGlow" x="-20%" y="-20%" width="140%" height="140%">
          <feGaussianBlur stdDeviation="3" result="blur" />
          <feComposite in="SourceGraphic" in2="blur" operator="over" />
        </filter>
      </defs>

      <!-- N Emblem Icon -->
      <g transform="translate(10, 5)">
        <circle cx="35" cy="35" r="32" fill="none" stroke="url(#blueGradient)" stroke-width="4" filter="url(#blueGlow)"/>
        <circle cx="35" cy="35" r="30" fill="#0A111E"/>
        <path d="M 22 52 L 22 18 L 32 18 L 48 44 L 48 18 L 54 18 L 54 52 L 44 52 L 28 26 L 28 52 Z" fill="url(#silverGradient)" />
        <path d="M 22 18 L 32 18 L 48 44 L 44 52 L 28 26 L 28 52 L 22 52 Z" fill="url(#blueGradient)" opacity="0.8"/>
      </g>

      <!-- NIVO Text -->
      <text x="95" y="58" font-family="'Montserrat', 'Arial Black', sans-serif" font-weight="900" font-size="52" fill="url(#silverGradient)" letter-spacing="2">NIVO</text>

      <!-- IPTV Text -->
      <text x="255" y="58" font-family="'Montserrat', 'Arial Black', sans-serif" font-weight="900" font-size="52" fill="url(#blueGradient)" filter="url(#blueGlow)" letter-spacing="2">IPTV</text>
    </svg>
  </a>
</div>

<style>
  /* Styling für die Platzierung oben links */
  .logo-container {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 9999;
    display: inline-block;
  }

  .nivo-logo-svg {
    width: 220px; /* Passt die Größe für die Header-Leiste an */
    height: auto;
    display: block;
  }
</style>/* End custom CSS */