#procdiv {
font-size: 18px;font-weight: 400;text-align: center;color: #1b408a;padding: 8px;background: #fff;margin-top: 16px;
}
#cookie_div {
background: unset;
background: initial;
}
.support {
    text-align: center; margin: 60px auto; padding: 40px; background: white; border-radius: 16px; box-shadow: var(--shadow-md);max-width: 800px;
}
.support h3 {
color: var(--dark-blue); margin-bottom: 20px;
}
.support p {
color: var(--gray-medium); margin-bottom: 25px;
}
    :root {
            --primary-blue: #20a4e6;
            --dark-blue: #181231;
            --medium-blue: #24408e;
            --red: #dc3545;
            --green: #28a745;
            --orange: #ff8c00;
            --gray-light: #f8f9fa;
            --gray-medium: #6c757d;
            --text-dark: #2c2c2c;
            --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
            --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.15);
            --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.2);
        }


.statline {
    background: white !important;
    padding: 12px 16px;
    margin: 8px 0;
    border-radius: 8px;
    border-left: 4px solid #20a4e6;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    color:#000 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.kritline, .compline {
    border-radius: 4px;
}
.statline:hover {
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-left-color: #1a8ac7;
}

.statline img {
    filter: brightness(0) saturate(100%) invert(50%) sepia(98%) saturate(2476%) hue-rotate(175deg) brightness(96%) contrast(91%);
}

.statline.h24 {
    font-size: 15px;
    line-height: 1.6;
}

.heading.h24 {
    color: #181231;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid #20a4e6;
}

.loesunginfo {
padding:16px;
border-radius: 8px;
}
.loesungurl{
border-radius: 4px;
}

.max-width {
    max-width:1800px;
}
@media (min-width: 75em) {
  .main-content-container {
    padding-left: 0;
    padding-right: 0;
  }
}

#auskunftsgenerator {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe3e3 100%);
    border-left: 5px solid #dc3545;
    border-radius: 12px;
    padding: 30px;
    margin: 60px 0;
    margin-top:12px;
    box-shadow: 0 4px 16px rgba(220, 53, 69, 0.15);
    max-width: 800px;
  margin-left: auto;  margin-right: auto;
}

#auskunftsgenerator .col-xs-12:first-child > div {
    background: white;
    border: none;
    border-radius: 12px;
    padding: 30px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    line-height: 1.8;
}

#auskunftsgenerator h4 {
    color: #181231;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 3px solid #20a4e6;
}

#loesungen {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

#loesungen > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#loesungen > ul:not(:last-child) {
    margin-bottom: 20px;
}

.loesunginfo_x {
    background: #f8f9fa !important;
    border-left: 4px solid #20a4e6;
    border-radius: 8px;
    padding: 20px !important;
    margin: 15px 0 !important;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-size: 100% !important;
}

.loesunginfo_x:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-left-color: #1a8ac7;
}


.loesunginfo[data-type="external"] .loesungcompinfo::before {
    content: '🔗';
}

.loesunginfo[data-type="tracker"] .loesungcompinfo::before {
    content: '👁️';
}

.loesunginfo[data-type="cookie"] .loesungcompinfo::before {
    content: '🍪';
}

.loesunginfo[data-type="ssl"] .loesungcompinfo::before {
    content: '🔒';
}

.loesunginfo[data-type="google"] .loesungcompinfo::before {
    content: '📊';
}

.loesungcompinfo {
    display: block;
    font-size: 1.1em !important;
    font-weight: 700 !important;
    color: #181231 !important;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e9ecef;
}

.loesungcompinfo::before {
    content: '💡';
    margin-right: 8px;
    font-size: 1.2em;
}

.loesunginfo > span:not(.loesungcompinfo) {
    display: block !important;
    color: #495057;
    line-height: 1.7;
    margin-bottom: 12px;
}

.loesunginfo a:not(.loesungurl) {
    color: #20a4e6;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
}

.loesunginfo a:not(.loesungurl):hover {
    border-bottom-color: #20a4e6;
}

.loesungurl {
    display: inline-block;
    background: linear-gradient(135deg, #20a4e6 0%, #1a8ac7 100%) !important;
    color: white !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 0.95em;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(32, 164, 230, 0.3);
    float1:right;
}

.loesungurl:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(32, 164, 230, 0.4);
    text-decoration: none;
}

.loesungurl::after {
    content: ' →';
    margin-left: 5px;
}

.btn-drdsgvo {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 20px;
}

.style-switcher {
  position: absolute;
  top: 4px;
  left: 15px;
  z-index: 20;
  display: flex;
  gap: 8px;
  background: #1b98df;
  backdrop-filter: blur(10px);
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.style-buttons {
  display: flex;
  gap: 8px;
}

.style-btn {
  width: 32px;
  height: 32px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  background: transparent;
}

.style-btn:hover {
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0.8);
}

.style-btn.active {
  border-color: white;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.style-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

/* More Styles Dropdown */
.more-styles-dropdown {
  position: relative;
}

.more-styles-btn {
  width: 32px;
  height: 32px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.more-styles-btn:hover {
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.2);
}

.dropdown-menu1 {
  position: absolute;
  top: 0;
  left: 45px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: none;
  flex-direction: column;
  gap: 8px;
  width: max-content;
  min-width1: 120px;
  z-index:9999;
}

.dropdown-menu1.show {
  display: flex;
}

.dropdown-menu1 .style-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-color: rgba(0, 0, 0, 0.2);
}

.dropdown-menu1 .style-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  transform: none;
}

.dropdown-menu1 .style-btn.active {
  border-color: #005bbb;
  background: rgba(0, 91, 187, 0.1);
}

.dropdown-menu1 .style-btn::after {
  position: static;
  transform: none;
  flex-shrink: 0;
}

.dropdown-menu1 .style-label {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  flex-grow: 1;
  text-align: left;
}
@media (max-width: 999px) {
  .style-switcher[data-visible-count="3"] .style-btn:nth-child(n+3),
  .style-switcher[data-visible-count="4"] .style-btn:nth-child(n+3),
  .style-switcher[data-visible-count="5"] .style-btn:nth-child(n+3),
  .style-switcher[data-visible-count="6"] .style-btn:nth-child(n+3),
  .style-switcher[data-visible-count="7"] .style-btn:nth-child(n+3) {
    display: none;
  }
}

@media (min-width: 1000px) {
  .style-switcher[data-visible-count="6"] .style-btn:nth-child(n+6),
  .style-switcher[data-visible-count="7"] .style-btn:nth-child(n+6) {
    display: none;
  }
}
.style-btn[data-style="default"]::after {
  background: linear-gradient(135deg, #20a4e6 0%, #005bbb 100%);
}

.style-btn[data-style="hal"]::after {
  background: linear-gradient(135deg, #ff0000 0%, #8b0000 100%);
  animation: hal-pulse 2s ease-in-out infinite;
}

.style-btn[data-style="db"]::after {
  background: linear-gradient(135deg, #ec0016 0%, #b30012 100%);
}

.style-btn[data-style="unicredit"]::after {
  background: linear-gradient(135deg, #fff 0%, #dc1d23 100%);
}

.style-btn[data-style="dredd"]::after {
  background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%); /* Judge Dredd: Dunkelgrau/Schwarz */
}

.style-btn[data-style="heisenberg_hazmat"]::after {
  background: linear-gradient(135deg, #f4d03f 0%, #c39d3a 100%); /* Hazmat: Gelb */
}

.style-btn[data-style="heisenberg_periodic"]::after {
  background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%); /* Periodensystem: Grün */
}

.style-btn[data-style="heisenberg_lab"]::after {
  background: linear-gradient(135deg, #f5f5f5 0%, #14ff96 100%); /* Labor: Blau */
}

/* Wes Anderson Theme - Style Button & Hero */

.style-btn[data-style="wesanderson"]::after {
  background: linear-gradient(135deg, #F4E8C1 0%, #D4A574 100%);
}

.wesanderson .hero {
    margin-bottom: 50px;
    background: #F4E8C1;
    color: #8B4513;
    padding: 0;
    text-align: center;
    position: relative;
    overflow1: hidden;
    border-top: 6px solid #D4A574;
    border-bottom: 6px solid #D4A574;
}

.wesanderson .hero::before {
    content: 'THE GRAND HOTEL • CONCIERGE DESK • DATENSCHUTZ DIVISION';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #D4A574;
    color: #FFFFFF;
    padding: 6px 0;
    font-size: 0.7em;
    font-weight: 700;
    letter-spacing: 4px;
    z-index: 2;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    height: 22px;
    opacity: 1;
}

.wesanderson .hero::after {
    content: 'ESTABLISHED 2017 • REPUBLIC OF GERMANY • PRIVACY INSPECTION BUREAU';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #8B4513;
    color: #FFF8DC;
    padding: 8px 0;
    font-size: 0.65em;
    letter-spacing: 2px;
    border-top: 3px solid #D4A574;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson .hero .hero-content {
    padding: 75px 20px 65px;
    position: relative;
    z-index: 1;
}

.wesanderson .hero h1 {
    font-size: 2.6em;
    font-weight: 700;
    margin-bottom: 25px;
    color: #8B4513;
    letter-spacing: 8px;
    text-transform: uppercase;
    text-shadow: 3px 3px 0 rgba(212, 165, 116, 0.3);
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson .hero p {
    font-size: 1.2em;
    margin-bottom: 25px;
    color: #A0522D;
    letter-spacing: 1.5px;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson .hero-alert {
    display: inline-block;
    background: rgba(212, 165, 116, 0.3);
    border: 3px solid #D4A574;
    padding: 12px 30px;
    margin-top: 15px;
    font-size: 0.95em;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    color: #8B4513;
    box-shadow: 3px 3px 0 rgba(139, 69, 19, 0.2);
}

.wesanderson .hero .hero-logo {
    position: absolute;
    top: 48px;
    right: 40px;
    text-align: center;
    z-index: 10;
    background: #FFF8DC;
    padding: 8px;
    border: 3px solid #D4A574;
    box-shadow: 3px 3px 0 rgba(139, 69, 19, 0.2);
}

.wesanderson .hero .hero-logo img {
    width: 68px;
    height: auto;
    filter: sepia(50%) saturate(80%);
}

.wesanderson .hero .hero-logo-text {
    font-size: 8px;
    color: #8B4513;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 7px;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    line-height: 1.3;
}

/* Responsive */
@media (max-width: 768px) {
    .wesanderson .hero h1 {
        font-size: 1.8em;
        letter-spacing: 4px;
    }

    .wesanderson .hero p {
        font-size: 1.1em;
        letter-spacing: 1px;
    }

    .wesanderson .hero .hero-logo {
        position: static;
        margin-bottom: 20px;
        display: inline-block;
    }

    .wesanderson .hero::before,
    .wesanderson .hero::after {
        font-size: 0.5em;
        letter-spacing: 1px;
    }

    .wesanderson .hero .hero-content {
        padding: 65px 20px 55px;
    }

    .wesanderson .hero-alert {
        font-size: 0.85em;
        padding: 10px 20px;
        letter-spacing: 1.5px;
    }
}

@media (max-width: 480px) {
    .wesanderson .hero h1 {
        letter-spacing: 2px;
    }
}

/* Massimo Vignelli Theme - Style Button and Hero */

.style-btn[data-style="vignelli"]::after {
  background: linear-gradient(135deg, #ffffff 0%, #000000 100%);
}

.vignelli .hero {
    margin-bottom: 50px;
    background: #ffffff;
    color: #000000;
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 4px solid #000000;
}

.vignelli .hero::before {
    content: 'MODERNIST DESIGN • GRID SYSTEM • HELVETICA';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #000000;
    color: #ffffff;
    padding: 6px 0;
    font-size: 0.7em;
    font-weight: 700;
    letter-spacing: 4px;
    z-index: 2;
    font-family: Helvetica, Arial, sans-serif;
    height: 22px;
    opacity: 1;
    text-transform: uppercase;
}

.vignelli .hero::after {
    content: 'TIMELESS • RATIONAL • ENDURING';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    color: #ffffff;
    padding: 8px 0;
    font-size: 0.65em;
    letter-spacing: 2px;
    border-top: 4px solid #000000;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.vignelli .hero-content {
    padding: 75px 20px 65px;
    position: relative;
    z-index: 1;
}

.vignelli .hero h1 {
    font-size: 2.6em;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
}

.vignelli .hero p {
    font-size: 1.2em;
    margin-bottom: 25px;
    color: #333333;
    letter-spacing: 0.5px;
    font-family: Helvetica, Arial, sans-serif;
}

.vignelli .hero-alert {
    display: inline-block;
    background: #000000;
    border: 4px solid #000000;
    padding: 12px 30px;
    margin-top: 15px;
    font-size: 0.95em;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

.vignelli .hero-logo {
    position: absolute;
    top: 48px;
    right: 40px;
    text-align: center;
    z-index: 10;
}

.vignelli .hero-logo img {
    width: 68px;
    height: auto;
    filter: grayscale(100%) contrast(1.2);
}

.vignelli .hero-logo-text {
    font-size: 8px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 7px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.3;
}

/* Responsive */
@media (max-width: 768px) {
    .vignelli .hero h1 {
        font-size: 1.8em;
        letter-spacing: 1px;
    }

    .vignelli .hero p {
        font-size: 1.1em;
        letter-spacing: 0.3px;
    }

    .vignelli .hero-logo {
        position: static;
        margin-bottom: 20px;
        display: inline-block;
    }

    .vignelli .hero::before,
    .vignelli .hero::after {
        font-size: 0.5em;
        letter-spacing: 1px;
    }

    .vignelli .hero-content {
        padding: 65px 20px 55px;
    }

    .vignelli .hero-alert {
        font-size: 0.85em;
        padding: 10px 20px;
        letter-spacing: 1px;
    }
}

@media (max-width: 480px) {
    .vignelli .hero h1 {
        letter-spacing: 0.5px;
    }
}

/* Cupra Formentor Theme - Style Button and Hero with data-theme attribute */

.style-btn[data-style="cupra"]::after {
    background: linear-gradient(135deg, #9d7e6a 0%, #7a5e4f 100%);
}

.hero[data-theme="cupra"] {
    margin-bottom: 50px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    color: #ffffff;
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top: 3px solid #9d7e6a;
    border-bottom: 3px solid #9d7e6a;
    min-height: 180px;
}

.hero[data-theme="cupra"]::before {
    content: 'PERFORMANCE • DESIGN • INNOVATION';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #9d7e6a 0%, #7a5e4f 100%);
    color: #ffffff;
    padding: 6px 0;
    font-size: 0.7em;
    font-weight: 700;
    letter-spacing: 4px;
    z-index: 2;
    height: 22px;
    opacity: 1;
}

.hero[data-theme="cupra"]::after {
    content: 'DESIGNED TO CHALLENGE';
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background1: #1a1a1a;
    color: #9d7e6a;
    padding: 8px 0;
    font-size: 0.65em;
    letter-spacing: 2px;
    border-top1: 2px solid #9d7e6a;
    font-weight: 600;
    animation: cupra-entrance 1.2s ease-out;
}

@keyframes cupra-entrance {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero[data-theme="cupra"] h1 {
    font-size: 2.6em;
    font-weight: 700;
    margin-bottom: 25px;
    color: #9d7e6a;
    letter-spacing: 8px;
    text-transform: uppercase;
    text-shadow: 0 0 25px rgba(157, 126, 106, 0.5);
    animation: cupra-title-glow 2s ease-in-out infinite;
}

@keyframes cupra-title-glow {
    0%, 100% {
        text-shadow: 0 0 25px rgba(157, 126, 106, 0.5), 0 0 40px rgba(157, 126, 106, 0.2);
    }
    50% {
        text-shadow: 0 0 35px rgba(157, 126, 106, 0.7), 0 0 60px rgba(157, 126, 106, 0.3);
    }
}

.hero[data-theme="cupra"] p {
    font-size: 1.2em;
    margin-bottom: 25px;
    color: #cccccc;
    letter-spacing: 1px;
    font-weight: 400;
    animation: cupra-text-fade 1.5s ease-out 0.3s both;
}

@keyframes cupra-text-fade {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero[data-theme="cupra"] .hero-alert {
    display: inline-block;
    background: rgba(157, 126, 106, 0.2);
    border: 2px solid #9d7e6a;
    padding: 12px 30px;
    margin-top: 15px;
    font-size: 0.95em;
    letter-spacing: 2px;
    font-weight: 700;
    color: #9d7e6a;
    animation: cupra-alert-pulse 2.5s ease-in-out infinite;
}

@keyframes cupra-alert-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(157, 126, 106, 0.4);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 20px 5px rgba(157, 126, 106, 0.2);
        transform: scale(1.02);
    }
}

.hero[data-theme="cupra"] .hero-logo {
    position: absolute;
    top: 48px;
    right: 40px;
    text-align: center;
    z-index: 10;
}

.hero[data-theme="cupra"] .hero-logo img {
    width: 68px;
    height: auto;
    filter: brightness(1.1) contrast(1.1);
    animation: pulse-cupra 3s ease-in-out infinite;
}

@keyframes pulse-cupra {
    0%, 100% { 
        filter: brightness(1.1) contrast(1.1);
        transform: scale(1);
    }
    50% { 
        filter: brightness(1.2) contrast(1.2);
        transform: scale(1.02);
    }
}

.hero[data-theme="cupra"] .hero-logo-text {
    font-size: 8px;
    color: #9d7e6a;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 7px;
    line-height: 1.3;
}

/* Responsive */
@media (max-width: 768px) {
    .hero[data-theme="cupra"] h1 {
        font-size: 1.8em;
        letter-spacing: 4px;
    }

    .hero[data-theme="cupra"] p {
        font-size: 1.1em;
        letter-spacing: 0.5px;
    }

    .hero[data-theme="cupra"] .hero-logo {
        position: static;
        margin-bottom: 20px;
        display: inline-block;
    }

    .hero[data-theme="cupra"]::before,
    .hero[data-theme="cupra"]::after {
        font-size: 0.5em;
        letter-spacing: 1px;
    }

    .hero[data-theme="cupra"] .hero-content {
        padding: 65px 20px 55px;
        animation-duration: 1s;
    }

    .hero[data-theme="cupra"] .hero-alert {
        font-size: 0.85em;
        padding: 10px 20px;
        letter-spacing: 1.5px;
    }

     @keyframes cupra-entrance {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero[data-theme="cupra"] .hero-content,
    .hero[data-theme="cupra"] h1,
    .hero[data-theme="cupra"] p,
    .hero[data-theme="cupra"] .hero-alert {
        animation: none;
    }
}

@media (max-width: 480px) {
    .hero[data-theme="cupra"] h1 {
        letter-spacing: 2px;
    }
}

@keyframes hal-pulse {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
  }
  50% {
    opacity: 0.7;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.8);
  }
}

.full-analysis {
margin-top: 8px;
  display: inline-block;
  font-size: 2rem;
  font-weight: normal;
  padding: 12px;
  background: green;
  color: #fff;
  border-radius: 18px;
}
.btn-blue {
    background: linear-gradient(135deg, #20a4e6 0%, #1a8ac7 100%);
    color: white !important;
    box-shadow: 0 4px 15px rgba(32, 164, 230, 0.4);
}

.btn-blue:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(32, 164, 230, 0.5);
    text-decoration: none;
}

@media (max-width: 768px) {
    #auskunftsgenerator {
        padding: 20px;
    }
    
    #auskunftsgenerator .col-xs-12:first-child > div {
        padding: 20px !important;
    }
    
    .loesunginfo {
        padding: 15px;
    }
    
    .loesungcompinfo {
        font-size: 1em;
    }
}

@media (min-width: 1420px) {
  .mainimg.reduced {
    max-height: 320px !important;
    max-width: 430px !important;
  }
}

@media (min-width: 1420px) {
  .mainimg2.reduced {
max-height: 222px !important;
    max-width: 140px !important;
    }
}
#websiteimg,#websiteimg2 {box-shadow:var(--shadow-md);}
#usa_div {
    max-width: 800px;
    margin-bottom:48px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.fingerline {
    background: #f8f9fa !important;
    padding: 12px 16px;
    color:#000;
    margin: 8px 0;
    border-radius: 8px;
    border-left: 4px solid #6c757d;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.fingerline:hover {
    background: white;
    transform: translateX(3px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.fingerline img {
    opacity: 0.6;
}

.fingerline.redu {
    color: #495057;
    max-width:320px;
}

#cookietablebody td {
    border-left:unset;
    border-right:unset;
}

.nicetable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-bottom:none !important;
}

.nicetable th {
    background: linear-gradient(135deg, #1a8ac7 0%, #20a4e6 100%);
    color: white;
    padding: 14px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    border:0;
}

.nicetable td {
    padding: 12px 14px;
    border-bottom: 1px solid #e9ecef;
    font-size: 14px;
}

.nicetable tr:last-child td {
    border-bottom: none;
}

.nicetable tr:nth-child(even) {
    background: #f8f9fa;
}

.nicetable tr:hover {
    background: #e3f2fd;
}

.cookieline.sessioncookie {
    background: #d4edda !important;
}

.col-lg-6.top2 {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

#fingerprint {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

#cookie_div {
    background1: white;
    border-radius: 16px;
    padding1: 30px;
    box-shadow1: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.small {
    font-size: 13px;
    color: #6c757d;
    line-height: 1.5;
}

#stat_ssl img, 
#stat_ssl1 img, 
#stat_ssl2 img, 
#stat_ssl3 img, 
#stat_ssl4 img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(88%) saturate(2476%) hue-rotate(86deg) brightness(96%) contrast(91%);
}

#stat_redir {
    border-left-color: #ffc107;
    background: #fff8e1;
}

#stat_redir:hover {
    background: white;
    border-left-color: #ff9800;
}


.stats-fingerprint-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.row {
margin-left: 0;
margin-right: 0;
}
@media (max-width: 1024px) {
    .stats-fingerprint-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .statline, .fingerline {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .col-lg-6.top2 {
        padding: 20px;
    }
    
    .nicetable th, .nicetable td {
        padding: 10px;
        font-size: 12px;
    }
    
    .heading.h24 {
        font-size: 1.3em;
    }
}

        div#warnung {
            font-size:120%;
            max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-color:var(--primary-blue);
        }
        a, .post-content p:not(.post-categories) a {
            text-decoration:none !important;
            border-bottom:none !important;
        }
        .post-content {
            background:#fff;
            padding:0;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        }
.post-content::after {
    content:initial;
}
a[href^="mailto:"]:not(.glow-button):not(#msgbtn)::after {
color:#fff;
}
        .privacy-alert {
            background-color: #f8f9fa;
            border-left: 4px solid #dc3545;
            border-radius: 4px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            margin: 20px 0;
            padding: 20px;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        }
        
        .privacy-alert-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .privacy-alert-icon {
            background-color: #dc3545;
            border-radius: 50%;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            margin-right: 12px;
            flex-shrink: 0;
            font-weight: bold;
        }
        
        .privacy-alert-title {
            color: #333;
            font-size: 18px;
            font-weight: 600;
            margin: 0;
        }
        
        .privacy-alert-content {
            color: #555;
            font-size: 14px;
            line-height: 1.5;
        }
        
        .privacy-alert-info {
            background-color: #f1f1f1;
            border-radius: 4px;
            padding: 12px;
            margin-top: 12px;
        }
        
        .privacy-alert-info p {
            margin: 0 0 8px 0;
        }
        
        .privacy-alert-info p:last-child {
            margin-bottom: 0;
        }
        
        .privacy-alert-action {
            margin-top: 15px;
        }
        
        .privacy-alert-button {
            background-color: #dc3545;
            border: none;
            border-radius: 4px;
            color: white;
            cursor: pointer;
            font-size: 14px;
            font-weight: 500;
            padding: 8px 16px;
            transition: background-color 0.2s;
        }
        
        .privacy-alert-button:hover {
            background-color: #c82333;
        }
        
        @media (max-width: 576px) {
            .privacy-alert {
                padding: 15px;
            }
            
            .privacy-alert-header {
                margin-bottom: 10px;
            }
            
            .privacy-alert-icon {
                width: 30px;
                height: 30px;
            }
            
            .privacy-alert-title {
                font-size: 16px;
            }
        
        }
        ul.bullets {
            overflow: hidden;
        }


.price-badge-minimal {
    background: linear-gradient(135deg, rgba(32, 164, 230, 0.1) 0%, rgba(26, 138, 199, 0.1) 100%);
    border: 2px solid #20a4e6;
    border-radius: 12px;
    padding: 20px 25px;
    display: inline-block;
}

.minimal-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
}

.minimal-label {
    color: #6c757d;
    font-size: 1em;
    font-weight: 500;
}

.minimal-price {
    color: #20a4e6;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1;
}

.minimal-savings {
    display: flex;
    align-items: center;
    gap: 10px;
}

.savings-badge {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 0.85em;
}

.savings-text {
    color: #28a745;
    font-weight: 600;
    font-size: 0.9em;
}

.price-badge-compact {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: white;
    border: 2px solid #20a4e6;
    border-radius: 50px;
    padding: 12px 25px;
    box-shadow: 0 4px 15px rgba(32, 164, 230, 0.25);
}

.discount-tag {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 1.1em;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.4);
}

.price-section {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.price-strike {
    color: #dc3545;
    text-decoration: line-through;
    font-size: 0.9em;
    font-weight: 500;
}

.price-main {
    color: #20a4e6;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1;
}

.price-saving {
    color: #28a745;
    font-weight: 600;
    font-size: 0.85em;
    padding: 6px 12px;
    background: rgba(40, 167, 69, 0.1);
    border-radius: 15px;
}

@media (max-width: 768px) {
    .price-badge,
    .price-badge-countdown,
    .price-badge-minimal {
        padding: 20px;
    }
    
    .price-amount {
        font-size: 2.5em;
    }
    
    .price-badge-compact {
        flex-direction: column;
        border-radius: 16px;
        padding: 20px;
    }
    
    .countdown-new {
        font-size: 1.5em;
    }
    
    .minimal-price {
        font-size: 2em;
    }
}
.expandable-cta-compact {
    margin: 30px auto;
    margin-bottom: 0;
    max-width: 1200px;
}

.btn-compact-expand {
    width: 100%;
    padding: 16px 25px;
    background: linear-gradient(135deg, #20a4e6 0%, #1a8ac7 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 3px 15px rgba(32, 164, 230, 0.3);
}

.btn-compact-expand:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(32, 164, 230, 0.4);
}

.btn-compact-expand.active {
    border-radius: 10px 10px 0 0;
    box-shadow: 0 3px 15px rgba(32, 164, 230, 0.4);
}

.btn-compact-expand2 {
    width: 100%;
    padding: 12px 20px;
    background: white;
    color: #20a4e6;
    border: 2px solid #20a4e6;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-compact-expand2:hover {
    background: #f8f9fa;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(32, 164, 230, 0.2);
}

.btn-compact-expand2.active {
    background: #20a4e6;
    color: white;
}

.compact-arrow {
    font-size: 0.8em;
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.compact-arrow.rotated {
    transform: rotate(180deg);
}

.compact-content {
    background: white;
    border: 2px solid #20a4e6;
    border-top: none;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.4s ease;
}

.compact-content.show {
    max-height: 690px;
    opacity: 1;
}

.compact-inner {
    padding: 25px;
}

.compact-inner p {
    color: #495057;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.compact-inner strong {
    color: #181231;
    font-weight: 700;
}

.compact-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.compact-actions .btn-secondary-small,
.compact-actions .btn {
    flex: 1;
}

@media (max-width: 768px) {
    .btn-compact-expand {
        padding: 14px 20px;
        font-size: 15px;
    }
    .btn-compact-expand2 {
    }

    
    .compact-inner {
        padding: 20px;
    }
    
    .compact-inner p {
        font-size: 14px;
    }
    
    .compact-actions {
        flex-direction: column;
    }
    
    .compact-actions .btn-secondary-small,
    .compact-actions .btn {
        width: 100%;
    }
}
.expandable-cta-mini {
    margin: 20px auto;
    max-width: 1200px;
}

.btn-mini-expand {
    width: 100%;
    padding: 12px 20px;
    background: white;
    color: #20a4e6;
    border: 2px solid #20a4e6;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-mini-expand:hover {
    background: #f8f9fa;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(32, 164, 230, 0.2);
}

.btn-mini-expand.active {
    background: #20a4e6;
    color: white;
}

.mini-content {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    margin-top: 12px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.mini-content.show {
    max-height: 300px;
    opacity: 1;
}

.mini-inner {
    padding: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.mini-text {
    flex: 1;
    font-size: 14px;
    color: #495057;
}

.mini-action {
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .mini-inner {
        flex-direction: column;
        text-align: center;
    }
    
    .mini-action {
        width: 100%;
    }
    
    .mini-action .btn {
        width: 100%;
    }
}
.report-gallery {
    margin: 25px 0;
}

.gallery-title {
    color: #181231;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.gallery-item {
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    background: #f8f9fa;
    transition: all 0.3s ease;
    border: 2px solid #e9ecef;
}

.gallery-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border-color: #20a4e6;
}

.gallery-thumb {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-thumb {
    transform: scale(1.05);
}

.gallery-caption {
    padding: 10px;
    text-align: center;
    font-size: 0.85em;
    font-weight: 600;
    color: #495057;
    background: white;
}

    .lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
    overflow: hidden;
}

.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.lightbox-content {
    position: relative;
    z-index: 10001;
width: 90%;
    max-width: 1400px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


.lightbox-close {
    position: fixed;
    top: 0px;
    right: 20px;
    background: transparent;
    border: none;
    color: white;
    font-size: 3em;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10003;
    border-radius: 50%;
    backdrop-filter: blur(10px);
}

.lightbox-close:hover {
    transform: rotate(90deg);
    color1: #20a4e6;
    background: rgba(220, 53, 69, 0.8);
    border-color: #dc3545;
}

.lightbox-prev,
.lightbox-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 3em;
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 50%;
    z-index: 10002;
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(32, 164, 230, 0.8);
    border-color: #20a4e6;
    transform: translateY(-50%) scale(1.1);
}

.lightbox-image-container {
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-height: 0;
}

.lightbox-image {
    max-width: 100%;
    max-height: 70vh;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.lightbox-info {
    background: white;
    padding: 20px;
    max-height: 25vh;
    overflow-y: auto;
    border-radius: 0 0 8px 8px;
}

.lightbox-title {
    color: #181231;
    font-size: 1.3em;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.lightbox-description {
    color: #495057;
    font-size: 0.95em;
    line-height: 1.6;
    margin: 0;
}

.lightbox-counter {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 0.9em;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 15px;
    border-radius: 15px;
    z-index: 10003;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}


@media (max-width: 1024px) {
    .lightbox-content {
        max-width: 95%;
        max-height: 95vh;
    }
    
    .lightbox-image-container {
        max-height: 70vh;
        min-height: 350px;
    }
    
    .lightbox-image {
        max-height: 70vh;
    }
    
    .lightbox-info {
        padding: 18px;
        max-height: 20vh;
    }
}
@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .gallery-thumb {
        height: 120px;
    }
    
    .gallery-caption {
        font-size: 0.75em;
        padding: 8px;
    }
    .lightbox-content {
        width: 100%;
        max-height: 100vh;
    }
    .lightbox-image-container {
        max-height: 75vh;
        min-height: 400px;
        border-radius: 8px 8px 0 0;
    }
    .lightbox-image {
        max-height: 75vh;
        max-width: 98%;
    }
    .lightbox-info {
        padding: 15px;
        max-height: 18vh;
        font-size: 0.9em;
    }
    
    .lightbox-title {
        font-size: 1em;
        margin-bottom: 8px;
    }
    
    .lightbox-description {
        font-size: 0.85em;
        line-height: 1.5;
    }
    
    .lightbox-prev {
        left: 10px;
    }
    
    .lightbox-next {
        right: 10px;
    }
    
    .lightbox-prev,
    .lightbox-next {
        width: 50px;
        height: 50px;
        font-size: 2em;
    }

    .lightbox-counter {
        bottom: 10px;
        font-size: 0.85em;
        padding: 6px 16px;
    }
    
    .lightbox-close {
        top: 10px;
        right: 10px;
        width: 45px;
        height: 45px;
        font-size: 2em;
    }
    
    .lightbox-info {
        padding: 15px;
    }
    
    .lightbox-title {
        font-size: 1.1em;
    }
    
    .lightbox-description {
        font-size: 0.85em;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .lightbox-prev,
    .lightbox-next {
        width: 40px;
        height: 40px;
        font-size: 1.5em;
    }
    
    .lightbox-close {
        width: 40px;
        height: 40px;
        font-size: 1.8em;
    }
    .lightbox-content {
        max-width: 100%;
        max-height: 100vh;
    }
    
    .lightbox-image-container {
        max-height: 80vh;
        min-height: 300px;
        border-radius: 0;
    }
    
    .lightbox-image {
        max-height: 80vh;
        max-width: 100%;
    }
    
    .lightbox-info {
        padding: 12px;
        max-height: 15vh;
        border-radius: 0;
    }
    
    .lightbox-title {
        font-size: 0.95em;
    }
    
    .lightbox-description {
        font-size: 0.8em;
    }
}
@media (max-width: 768px) and (orientation: landscape) {
    .lightbox-info {
        padding: 10px 15px;
    }
    
    .lightbox-title {
        font-size: 0.95em;
        margin-bottom: 5px;
    }
    
    .lightbox-description {
        font-size: 0.8em;
        line-height: 1.4;
    }
}
.hide {
    display: none !important;
}
.compact-inner {
    position: relative;
    padding-top: 60px; 
}

.price-ribbon {
    position: absolute;
    top: -5px;
    right: 20px;
    margin: 0;
    text-align: center;
    z-index: 10;
}

.ribbon-content {
    display: inline-block;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #000;
    padding: 10px 25px;
    font-weight: 700;
    position: relative;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.5);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
}

.ribbon-text {
    font-size: 0.85em;
    margin-right: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ribbon-price {
    font-size: 1.5em;
    font-weight: 800;
}

.ribbon-content-triangle {
    display: inline-block;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #000;
    padding: 10px 25px;
    font-weight: 700;
    position: relative;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.5);
}

.ribbon-content-triangle::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e6c200 transparent transparent transparent;
}

@media (max-width: 768px) {
    .compact-inner {
        padding-top: 55px;
    }
    
    .price-ribbon {
        right: 10px;
        top: -3px;
    }
    
    .ribbon-content {
        padding: 8px 20px;
    }
    
    .ribbon-text {
        font-size: 0.75em;
    }
    
    .ribbon-price {
        font-size: 1.3em;
    }
}

@media (max-width: 480px) {
    .compact-inner {
        padding-top: 50px;
    }
    
    .price-ribbon {
        right: 5px;
    }
    
    .ribbon-content {
        padding: 6px 15px;
    }
    
    .ribbon-text {
        font-size: 0.7em;
        display: block;
        margin-bottom: 2px;
    }
    
    .ribbon-price {
        font-size: 1.2em;
    }
}
#gutscheindiv {
max-width: 800px;
  margin: auto;
}
.voucher-container {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.voucher-content h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
    color:#fff;
}

.voucher-content p {
    margin: 0 0 20px 0;
    font-size: 16px;
    color:#fff;
}

.voucher-code {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
}

.code-label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
}

.code-value {
    display: block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}

.voucher-button {
    display: inline-block;
    background: white;
    color: #667eea;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.2s;
}

.voucher-button:hover {
    transform: scale(1.05);
}

    div.post-content img {
        display:inline-block;
        margin:0;
    }
    #befundtext {
        display:block;
    }
        h1 {
            font-size:28px;
        }
        .red {
            color:red;
        }
        .yellow {
            color:orange;
        }
        .green {
            color:green;
        }
        .wslink{
            margin-top:6px !important;
            margin-bottom:12px !important;
        widthx:180px;
        }
@media (max-width: 1250px) {
        .wslink{
        widthx:160px;
        }
}
@media (min-width: 1380px) {
        .wslink{
        widthx:200px;
        }
}
@media (max-width: 999px) {
.main-content-container {
    padding-left:0;
    padding-right:0;
}
}
@media (max-width: 500px) {
#filter1 {
    padding-left:0;
}
}
@media (min-width: 1460px) {
        .wslink{
        widthx:230px;
        }
}
@media (min-width: 1560px) {
        .wslink{
        width:1250px;
        max-width:95%
        }
}

<?php if($whitelabel){?>
        .header {
        background:#fff;
        }
<?php }?>        
.hero-wrapper {
background: white;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  margin-bottom: 0px;
}
        .hero {
            background: linear-gradient(135deg, #20a4e6 0%, #005bbb 100%);
            color: white;
            padding: 60px 20px 40px;
            text-align: center;
            position: relative;
            overflow: initial;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none"/><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.05)"/></svg>');
            opacity: 0.3;
        }

        .hero-content {
            position: relative;
            z-index: 1;
        }

.hero h1 {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-family: "Roboto",sans-serif;
margin-top: 0;
        }

        .hero p {
            font-size: 1.2em;
            margin-bottom: 30px;
            opacity: 0.95;
            color: #fff;
        line-height: initial;
        }

.hero-logo {
  position: absolute;
  top: 20px;
  right: 40px;
  text-align: center;
  z-index: 10;
}
.hero-logo img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 8px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  transition: transform 0.3s ease;
}
.hero-logo-text {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
/*HAL9000*/
.hero[data-theme="hal"] {
    background: #0a0a0a;
    color: #00FF00;
    padding: 70px 20px 55px;
    text-align: center;
    position: relative;
    overflow1: hidden;
    border1: 1px solid #FF0000;
    box-shadow: inset 0 0 50px rgba(255,0,0,0.2);
}

.hero[data-theme="hal"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 2px,
        rgba(255,0,0,0.03) 2px,
        rgba(255,0,0,0.03) 4px
    );
    animation: scan-hal 8s linear infinite;
}

@keyframes scan-hal {
    0% { transform: translateY(0); }
    100% { transform: translateY(100px); }
}

.hero[data-theme="hal"]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #FF0000, transparent);
    animation: scanline-hal 3s linear infinite;
}

@keyframes scanline-hal {
    0% { top: 0; }
    100% { top: 100%; }
}

.hero[data-theme="hal"] .hero-content {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0 auto;
}

.hero[data-theme="hal"] h1 {
    font-size: 3em;
    font-weight: 300;
    margin-bottom: 18px;
    color: #FF0000;
    text-shadow: 0 0 20px rgba(255,0,0,0.8);
    letter-spacing: 10px;
    font-family: 'Courier New', monospace;
    text-transform: uppercase;
}

.hero[data-theme="hal"] p {
    font-size: 1.25em;
    margin-bottom: 0;
    color: #00FF00;
    font-weight: 300;
    line-height: 1.5;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(0,255,0,0.5);
}

.hero[data-theme="hal"] .hero-logo {
    position: absolute;
    top: 30px;
    right: 45px;
    text-align: center;
    z-index: 10;
    background: rgba(0,0,0,0.8);
    padding: 12px 15px;
    border-radius: 0;
    backdrop-filter: none;
    border: 1px solid #FF0000;
    box-shadow: 0 0 20px rgba(255,0,0,0.5), inset 0 0 20px rgba(255,0,0,0.1);
}

.hero[data-theme="hal"] .hero-logo img {
    width: 65px;
    height: auto;
    filter: grayscale(100%) brightness(0.3) sepia(100%) hue-rotate(-50deg) saturate(600%);
}

.hero[data-theme="hal"] .hero-logo-text {
    font-size: 8px;
    color: #FF0000;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 6px;
    line-height: 1.4;
    font-family: 'Courier New', monospace;
    text-shadow: 0 0 5px rgba(255,0,0,0.5);
}

@media (max-width: 768px) {
    .hero[data-theme="hal"] h1 {
        font-size: 2em;
        letter-spacing: 6px;
    }

    .hero[data-theme="hal"] p {
        font-size: 1.1em;
        letter-spacing: 1px;
    }

    .hero[data-theme="hal"] .hero-logo {
        position: static;
        margin-bottom: 25px;
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .hero[data-theme="hal"] h1 {
        letter-spacing: 3px;
    }
}
/* DB Klassisch Rot Theme */
.hero[data-theme="db"] {
    background: #EC0016;
    color: white;
    padding: 60px 20px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero[data-theme="db"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 80px,
        rgba(255,255,255,0.05) 80px,
        rgba(255,255,255,0.05) 81px
    );
}

.hero[data-theme="db"] .hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.hero[data-theme="db"] h1 {
    font-size: 2.8em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 0;
    font-family: Arial, sans-serif;
}

.hero[data-theme="db"] p {
    font-size: 1.3em;
    margin-bottom: 0;
    opacity: 1;
    color: #fff;
    font-weight: 400;
    font-family: Arial, sans-serif;
}

.hero[data-theme="db"] .hero-logo {
    position: absolute;
    top: 25px;
    right: 40px;
    text-align: center;
    z-index: 10;
}

.hero[data-theme="db"] .hero-logo img {
    width: 70px;
    height: auto;
    filter: brightness(1.1);
}

.hero[data-theme="db"] .hero-logo-text {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-top: 8px;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .hero[data-theme="db"] h1 {
        font-size: 2em;
    }

    .hero[data-theme="db"] p {
        font-size: 1.1em;
    }

    .hero[data-theme="db"] .hero-logo {
        position: static;
        margin-bottom: 25px;
    }
}
/* Variante 1: Crystal Green */
.hero[data-theme="heisenberg-crystal"] {
    background: linear-gradient(135deg, #000000 0%, #0a2515 100%);
    color: #14ff96;
    padding: 60px 20px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #14ff96;
}

.hero[data-theme="heisenberg-crystal"]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(20,255,150,0.1) 0%, transparent 50%);
    animation: crystal-pulse 4s ease-in-out infinite;
}

@keyframes crystal-pulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.1); }
}

.hero[data-theme="heisenberg-crystal"] .hero-content {
    position: relative;
    z-index: 1;
}

.hero[data-theme="heisenberg-crystal"] h1 {
    font-size: 2.8em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #14ff96;
    letter-spacing: 2px;
    font-family: 'Courier New', monospace;
    text-shadow: 0 0 20px rgba(20,255,150,0.8), 0 0 40px rgba(20,255,150,0.4);
}

.hero[data-theme="heisenberg-crystal"] p {
    font-size: 1.3em;
    margin-bottom: 0;
    color: #8affcd;
    font-weight: 300;
    font-family: 'Courier New', monospace;
}

.hero[data-theme="heisenberg-crystal"] .hero-logo {
    position: absolute;
    top: 25px;
    right: 40px;
    text-align: center;
    z-index: 10;
    filter: drop-shadow(0 0 10px rgba(20,255,150,0.6));
}

.hero[data-theme="heisenberg-crystal"] .hero-logo img {
    width: 70px;
    height: auto;
}

.hero[data-theme="heisenberg-crystal"] .hero-logo-text {
    font-size: 10px;
    color: #14ff96;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 8px;
    line-height: 1.3;
    font-family: 'Courier New', monospace;
}

/* Variante 2: Hazmat Yellow */
.hero[data-theme="heisenberg_hazmat"] {
    background: #000000;
    color: #ffffff;
    padding: 70px 20px 70px;
    text-align: center;
    position: relative;
    overflow1: hidden;
    border-top: 8px solid #FFD700;
    border-bottom: 8px solid #FFD700;
}

.hero[data-theme="heisenberg_hazmat"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 40px,
        rgba(255,215,0,0.1) 40px,
        rgba(255,215,0,0.1) 80px
    );
}

.hero[data-theme="heisenberg_hazmat"]::after {
    content: '⚠';
    position: absolute;
    font-size: 200px;
    color: rgba(255,215,0,0.05);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.hero[data-theme="heisenberg_hazmat"] .hero-content {
    position: relative;
    z-index: 1;
}

.hero[data-theme="heisenberg_hazmat"] h1 {
    font-size: 2.8em;
    font-weight: 900;
    margin-bottom: 20px;
    color: #FFD700;
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: 3px 3px 0 #000000;
}

.hero[data-theme="heisenberg_hazmat"] p {
    font-size: 1.3em;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

.hero[data-theme="heisenberg_hazmat"] .hero-logo {
    position: absolute;
    top: 25px;
    right: 40px;
    text-align: center;
    z-index: 10;
    background: #FFD700;
    padding: 10px;
    border: 3px solid #000000;
    box-shadow: 0 0 0 3px #FFD700;
}

.hero[data-theme="heisenberg_hazmat"] .hero-logo img {
    width: 70px;
    height: auto;
}

.hero[data-theme="heisenberg_hazmat"] .hero-logo-text {
    font-size: 9px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 8px;
    line-height: 1.3;
}

.hero[data-theme="heisenberg_periodic"] {
    background: #1a1a1a;
    color: #ffffff;
    padding: 70px 20px 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 3px solid #14ff96;
}

.hero[data-theme="heisenberg_periodic"]::before {
    content: 'Ds';
    position: absolute;
    font-size: 400px;
    font-weight: 700;
    color: rgba(20,255,150,0.03);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Arial, sans-serif;
    z-index: 0;
}

.hero[data-theme="heisenberg_periodic"]::after {
    content: '110';
    position: absolute;
    font-size: 80px;
    font-weight: 300;
    color: rgba(20,255,150,0.1);
    top: 20px;
    left: 30px;
    font-family: Arial, sans-serif;
}

.hero[data-theme="heisenberg_periodic"] .hero-content {
    position: relative;
    z-index: 1;
}

.hero[data-theme="heisenberg_periodic"] h1 {
    font-size: 2.8em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #14ff96;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
}

.hero[data-theme="heisenberg_periodic"] h1::before {
    content: '[';
    color: #666666;
    margin-right: 10px;
}

.hero[data-theme="heisenberg_periodic"] h1::after {
    content: ']';
    color: #666666;
    margin-left: 10px;
}

.hero[data-theme="heisenberg_periodic"] p {
    font-size: 1.3em;
    margin-bottom: 0;
    color: #cccccc;
    font-weight: 300;
    font-family: Arial, sans-serif;
}

.hero[data-theme="heisenberg_periodic"] .hero-logo {
    position: absolute;
    top: 25px;
    right: 40px;
    text-align: center;
    z-index: 10;
    border: 2px solid #14ff96;
    padding: 8px;
    background: rgba(20,255,150,0.05);
}

.hero[data-theme="heisenberg_periodic"] .hero-logo img {
    width: 70px;
    height: auto;
}

.hero[data-theme="heisenberg_periodic"] .hero-logo-text {
    font-size: 10px;
    color: #14ff96;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 8px;
    line-height: 1.3;
}

.hero[data-theme="heisenberg_lab"] {
    background: #f5f5f5;
    color: #1a1a1a;
    padding: 70px 20px 70px;
    text-align: center;
    position: relative;
    overflow1: hidden;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}

.hero[data-theme="heisenberg_lab"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 19px, rgba(0,0,0,0.03) 19px, rgba(0,0,0,0.03) 20px),
        repeating-linear-gradient(90deg, transparent, transparent 19px, rgba(0,0,0,0.03) 19px, rgba(0,0,0,0.03) 20px);
    opacity: 0.9;
}

.hero[data-theme="heisenberg_lab"]::after {
    content: '⚗';
    position: absolute;
    font-size: 150px;
    color: rgba(20,255,150,0.08);
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    z-index: 0;
}

.hero[data-theme="heisenberg_lab"] .hero-content {
    position: relative;
    z-index: 1;
}

.hero[data-theme="heisenberg_lab"] h1 {
    font-size: 2.8em;
    font-weight: 400;
    margin-bottom: 20px;
    color: #1a1a1a;
    letter-spacing: 1px;
    font-family: 'Courier New', monospace;
    border-bottom: 3px solid #14ff96;
    display: inline-block;
    padding-bottom: 10px;
}

.hero[data-theme="heisenberg_lab"] p {
    font-size: 1.3em;
    margin-bottom: 0;
    color: #4a4a4a;
    font-weight: 300;
    font-family: 'Courier New', monospace;
}

.hero[data-theme="heisenberg_lab"] .hero-logo {
    position: absolute;
    top: 25px;
    right: 40px;
    text-align: center;
    z-index: 10;
    background: white;
    padding: 10px;
    border: 2px solid #cccccc;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.hero[data-theme="heisenberg_lab"] .hero-logo img {
    width: 70px;
    height: auto;
}

.hero[data-theme="heisenberg_lab"] .hero-logo-text {
    font-size: 10px;
    color: #666666;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-top: 8px;
    line-height: 1.3;
    font-family: 'Courier New', monospace;
}

@media (max-width: 768px) {
    .hero[data-theme^="heisenberg-"] h1 {
        font-size: 2em;
    }

    .hero[data-theme^="heisenberg-"] p {
        font-size: 1.1em;
    }

    .hero[data-theme^="heisenberg-"] .hero-logo {
        position: static;
        margin-bottom: 25px;
        display: inline-block;
    }

    .hero[data-theme="heisenberg_periodic"]::after,
    .hero[data-theme="heisenberg-pure"]::before,
    .hero[data-theme="heisenberg-pure"]::after {
        display: none;
    }
}

/* Judge Dredd I Am The Law Theme */
.hero[data-theme="dredd"] {
   margin-bottom:50px;
    background: #000000;
    color: #FFD700;
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border1: 3px solid #FFD700;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
}

.hero[data-theme="dredd"]::before {
    content: 'JUSTICE DEPARTMENT • MEGA-CITY ONE • CLEARANCE ALPHA';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #FFD700;
    color: #000;
    padding: 6px 0;
    font-size: 0.7em;
    font-weight: 700;
    letter-spacing: 4px;
    z-index: 2;
    font-family: 'Courier New', monospace;
    height: 22px;
    opacity:1;
    animation: dredd-scanner 8s linear infinite;
}

@keyframes dredd-scanner {
    0%, 100% {
        background: #FFD700;
    }
    50% {
        background: #FFED4E;
    }
}


.hero[data-theme="dredd"]::after {
    content: 'SYSTEM ID: MC1-DSGVO-CHECK-9000 • AUTHORIZED PERSONNEL ONLY';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #FFD700;
    padding: 8px 0;
    font-size: 0.65em;
    letter-spacing: 2px;
    border-top: 2px solid #FFD700;
    font-family: 'Courier New', monospace;
    animation: dredd-data-scroll 15s linear infinite;
}

@keyframes dredd-data-scroll {
    0% {
        content: 'SYSTEM ID: MC1-DSGVO-CHECK-9000 • AUTHORIZED PERSONNEL ONLY';
    }
    33% {
        content: 'CRIME SCAN ACTIVE • TRACKING VIOLATIONS • JUSTICE INCOMING';
    }
    66% {
        content: 'COMPLIANCE CHECK • ISO-CUBE READY • LAWGIVER ARMED';
    }
    100% {
        content: 'SYSTEM ID: MC1-DSGVO-CHECK-9000 • AUTHORIZED PERSONNEL ONLY';
    }
}

.hero[data-theme="dredd"] .hero-content {
    padding: 75px 20px 65px;
    position: relative;
    z-index: 1;
    animation: dredd-entrance 1.5s ease-out;
}

@keyframes dredd-entrance {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    60% {
        opacity: 1;
        transform: translateY(-5px) scale(1.02);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.hero[data-theme="dredd"] h1 {
    font-size: 2.6em;
    font-weight: 700;
    margin-bottom: 25px;
    color: #FFD700;
    letter-spacing: 12px;
    text-transform: uppercase;
    text-shadow: 0 0 25px rgba(255,215,0,0.7);
    font-family: 'Courier New', monospace;
    animation: dredd-title-glitch 3s ease-in-out infinite;
}

@keyframes dredd-title-glitch {
    0%, 90%, 100% {
        text-shadow: 0 0 25px rgba(255,215,0,0.7);
        transform: translateX(0);
    }
    92% {
        text-shadow: -2px 0 25px rgba(255,215,0,0.7), 2px 0 25px rgba(255,0,0,0.5);
        transform: translateX(-2px);
    }
    94% {
        text-shadow: 2px 0 25px rgba(255,215,0,0.7), -2px 0 25px rgba(0,255,255,0.5);
        transform: translateX(2px);
    }
    96% {
        text-shadow: 0 0 25px rgba(255,215,0,0.7);
        transform: translateX(0);
    }
}

.hero[data-theme="dredd"] p {
    font-size: 1.2em;
    margin-bottom: 25px;
    color: #BBB;
    letter-spacing: 2px;
    font-family: 'Courier New', monospace;
    animation: dredd-text-fade 2s ease-out 0.5s both;
}

@keyframes dredd-text-fade {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-alert {
display:none;
}
.hero[data-theme="dredd"] .hero-alert {
    display: inline-block;
    background: rgba(255,215,0,0.2);
    border: 2px solid #FFD700;
    padding: 12px 30px;
    margin-top: 15px;
    font-size: 0.95em;
    letter-spacing: 3px;
    font-weight: 700;
    font-family: 'Courier New', monospace;
    color: #FFD700;
    animation: dredd-alert-pulse 2s ease-in-out infinite;
}

@keyframes dredd-alert-pulse {
    0%, 100% {
        box-shadow: 0 0 10px rgba(255,215,0,0.3);
        border-color: #FFD700;
    }
    50% {
        box-shadow: 0 0 25px rgba(255,215,0,0.6);
        border-color: #FFED4E;
    }
}

.hero[data-theme="dredd"] .hero-logo {
    position: absolute;
    top: 48px;
    right: 40px;
    text-align: center;
    z-index: 10;
}

.hero[data-theme="dredd"] .hero-logo img {
    width: 68px;
    height: auto;
    filter1: grayscale(100%) brightness(0.4) sepia(100%) saturate(1000%) hue-rotate(10deg);
    animation: pulse-dredd 3s ease-in-out infinite;
}

@keyframes pulse-dredd {
    0%, 100% { 
        filter: grayscale(100%) brightness(0.4) sepia(100%) saturate(1000%) hue-rotate(10deg);
    }
    50% { 
        filter: grayscale(100%) brightness(0.6) sepia(100%) saturate(1200%) hue-rotate(10deg);
    }
}

.hero[data-theme="dredd"] .hero-logo-text {
    font-size: 8px;
    color: #FFD700;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 7px;
    font-family: 'Courier New', monospace;
    line-height: 1.3;
}

/* Responsive */
@media (max-width: 768px) {
    .hero[data-theme="dredd"] h1 {
        font-size: 1.8em;
        letter-spacing: 6px;
    }

    .hero[data-theme="dredd"] p {
        font-size: 1.1em;
        letter-spacing: 1px;
    }

    .hero[data-theme="dredd"] .hero-logo {
        position: static;
        margin-bottom: 20px;
        display: inline-block;
    }

    .hero[data-theme="dredd"]::before,
    .hero[data-theme="dredd"]::after {
        font-size: 0.5em;
        letter-spacing: 1px;
    }

    .hero[data-theme="dredd"] .hero-content {
        padding: 65px 20px 55px;
    }

    .hero[data-theme="dredd"] .hero-alert {
        font-size: 0.85em;
        padding: 10px 20px;
        letter-spacing: 2px;
    }
}

@media (max-width: 480px) {
    .hero[data-theme="dredd"] h1 {
        letter-spacing: 3px;
    }
}
.hero[data-theme="unicredit"] {
    background: white;
    color: #1A1A1A;
    padding: 80px 20px 75px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero[data-theme="unicredit"]::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 50%;
    width: 70%;
    height: 200%;
    background: linear-gradient(135deg, #E31E24 0%, #C71B20 100%);
    transform: skewX(-15deg);
    z-index: 0;
    opacity: 1;
}

.hero[data-theme="unicredit"] .hero-content {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0 auto;
}

.hero[data-theme="unicredit"] h1 {
    font-size: 3em !important;
    font-weight: 700;
    margin-bottom: 18px;
    color: #1A1A1A;
    letter-spacing: -1px;
}

.hero[data-theme="unicredit"] p {
    font-size: 1.25em;
    margin-bottom: 0;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
}

.hero[data-theme="unicredit"] .hero-logo {
    position: absolute;
    top: 30px;
    right: 45px;
    text-align: center;
    z-index: 10;
    background: white;
    padding: 12px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.hero[data-theme="unicredit"] .hero-logo img {
    width: 65px;
    height: auto;
}

.hero[data-theme="unicredit"] .hero-logo-text {
    font-size: 10px;
    color: #666;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 6px;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 768px) {
    .hero[data-theme="unicredit"] h1 {
        font-size: 2em;
    }

    .hero[data-theme="unicredit"] p {
        font-size: 1.1em;
    }

    .hero[data-theme="unicredit"] .hero-logo {
        position: static;
        margin-bottom: 25px;
        display: inline-block;
    }
}
/* --*/

        .input-section {
            background: white;
            border-radius: 16px;
            padding: 40px;
            margin: -40px auto 0px;
            max-width: 900px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
            position: relative;
            z-index: 2;
        }

        .input-wrapper {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
        }

        .input-field {
            flex: 1;
            padding: 18px 24px;
            border: 2px solid #e0e0e0;
            border-radius: 12px;
            font-size: 16px;
            transition: all 0.3s ease;
            background: #f8f9fa;
        }

        .input-field:focus {
            outline: none;
            border-color: var(--primary-blue);
            background: white;
            box-shadow: 0 0 0 4px rgba(32, 164, 230, 0.1);
        }

        .btn:not(#msgbtn):not(#nlbtn2),.btn9,.btn8 {
            padding: 18px 40px;
            border: none;
            border-radius: 12px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .btn8 {
            font-size:15px;
            padding:9px 25px;
        }

        .btn-primary {
            background: linear-gradient(135deg, var(--primary-blue) 0%, #1a8ac7 100%);
            color: white;
            box-shadow: 0 4px 15px rgba(32, 164, 230, 0.4);
        }

        .btn9.btn-primary {
            color:white !important;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(32, 164, 230, 0.5);
        }

        .btn-secondary {
            background: white;
            color: var(--primary-blue);
            border: 2px solid var(--primary-blue);
        }

        .btn-secondary:hover,.btn-secondary a:hover {
            background: var(--primary-blue);
            color: white !important;
        }
        
.btn-secondary-small {
padding: 8px 18px;
    background: transparent;
    color: #6c757d;
    border: 1.5px solid #6c757d !important;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.btn-secondary-small:hover {
    background: linear-gradient(135deg, #5a6268 0%, #495057 100%);
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(108, 117, 125, 0.35);
    text-decoration: none;
    color: #fff !important;
}

.btn-secondary-small:active {
    transform: translateY(0);
}

        .btn-cta {
            background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
            color: white !important;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        .btn-cta:hover {
            animation: none;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 107, 107, 0.5);
        }

        .results {
            background: white;
            border-radius: 16px;
            padding: 40px;
            margin: 40px auto;
            max-width: 1200px;
            box-shadow: var(--shadow-md);
        }

        .result-header {
            text-align: center;
            margin-bottom: 40px;
            padding-bottom: 30px;
            border-bottom: 3px solid var(--primary-blue);
        }

        .result-header h2 {
            font-size: 2em;
            color: var(--dark-blue);
            margin-bottom: 10px;
        }

        .website-url {
            font-size: 1.1em;
            color: var(--gray-medium);
            word-break: break-all;
        }

        .status-badge {
            display: inline-block;
            padding: 20px 40px;
            border-radius: 12px;
            font-size: 1.3em;
            font-weight: 700;
            margin: 30px 0;
            box-shadow: var(--shadow-md);
        }

        .status-critical,.level4 {
            background: linear-gradient(135deg, #ff6b6b 0%, #c92a2a 100%);
            color: white;
        }

        .status-warning,.level3, .level2,.level1 {
            background: linear-gradient(135deg, #ffd93d 0%, #f59f00 100%);
            color: var(--text-dark);
        }

        .status-good,.level0 {
            background: linear-gradient(135deg, #51cf66 0%, #2f9e44 100%);
            color: white;
        }

        .grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
            gap: 30px;
            margin: 40px 0;
            margin-bottom:24px;
        }

        .card {
            background: var(--gray-light);
            border-radius: 12px;
            padding: 30px;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-md);
            border-color: var(--primary-blue);
        }

        .card h3 {
            color: var(--dark-blue);
            margin-bottom: 20px;
            font-size: 1.4em;
            display1: flex;
            align-items: center;
            gap: 10px;
        }

        .icon {
            width: 24px;
            height: 24px;
            display: inline-block;
        }

        .issue-item {
            background: white;
            padding: 15px;
            margin: 10px 0;
            border-radius: 8px;
            border-left: 4px solid var(--red);
            display: flex;
            align-items: center;
            gap: 12px;
            transition: all 0.2s ease;
        }

        .issue-item:hover {
            box-shadow: var(--shadow-sm);
            transform: translateX(5px);
        }

        .issue-item::before {
            content: '✕';
            color: var(--red);
            font-weight: bold;
            font-size: 1.2em;
        }

        .cta-section {
            background: linear-gradient(135deg, #005bbb 0%, #20a4e6 100%);
            color: white;
            padding: 50px 40px;
            border-radius: 16px;
            text-align: center;
            margin: 0px auto;
            max-width: 800px;
            box-shadow: var(--shadow-lg);
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: rotate 20s linear infinite;
        }

        @keyframes rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .btn-cta a, .btn-secondary a {
            text-decoration: none !important;
        }

        .btn-cta a {
            color: #fff !important;
        }
        
        .btn-cta-subtle {
    padding: 16px 35px;
    border: 2px solid #20a4e6;
    background: white;
    color: #20a4e6;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.btn-cta-subtle::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #20a4e6 0%, #1a8ac7 100%);
    transition: left 0.3s ease;
    z-index: -1;
}

.btn-cta-subtle:hover {
    color: white;
    border-color: #20a4e6;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(32, 164, 230, 0.3);
}

.btn-cta-subtle:hover::before {
    left: 0;
}

        .btn-secondary a {
            color: var(--primary-blue) !important;
        }

        .cta-content {
            position: relative;
            z-index: 1;
        }

        .cta-section h2 {
            font-size: 2.2em;
            margin-bottom: 20px;
            color:#fff;
        }

        .cta-section p {
            font-size: 1.2em;
            margin-bottom: 30px;
            opacity: 0.95;
            color:#fff;
        }

        .feature-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 40px 0;
            text-align: left;
        }

        .feature-item {
            background: rgba(255, 255, 255, 0.1);
            padding: 20px;
            border-radius: 10px;
            backdrop-filter: blur(10px);
            font-weight: bold;
        }

        .feature-item::before {
            content: '✓';
            color: var(--primary-blue);
            font-weight: bold;
            font-size: 1.5em;
            margin-right: 10px;
        }

        .alert {
            background: white;
            border-left: 5px solid var(--red);
            padding: 25px;
            border-radius: 8px;
            margin: 30px 0;
            box-shadow: var(--shadow-sm);
        }

        .alert-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 15px;
        }

        .alert-icon {
            background: var(--red);
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }

        .alert h3 {
            color: var(--red);
            margin: 0;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }

        .stat-box {
            background: linear-gradient(135deg, var(--primary-blue) 0%, #1a8ac7 100%);
            color: white;
            padding: 25px;
            border-radius: 12px;
            text-align: center;
            box-shadow: var(--shadow-md);
        }

        .stat-number {
            font-size: 2.5em;
            font-weight: 700;
            display: block;
            margin-bottom: 5px;
        }

        .stat-label {
            font-size: 0.9em;
            opacity: 0.9;
        }

        @media (max-width: 768px) {
            .hero h1 {
                font-size: 1.8em;
            }

            .input-wrapper {
                flex-direction: column;
            }

            .input-section {
                padding: 25px;
                margin: -30px 20px 30px;
            }

            .grid, .stats-grid {
                grid-template-columns: 1fr;
            }

            .cta-section {
                padding: 40px 25px;
                margin-left: 15px;
    margin-right: 15px;
            }
        }

        .loader {
            border: 4px solid rgba(32, 164, 230, 0.2);
            border-top: 4px solid var(--primary-blue);
            border-radius: 50%;
            width: 50px;
            height: 50px;
            animation: spin 1s linear infinite;
            margin: 30px auto;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

.loader-container {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    max-width: 900px;
    margin: 0 auto;
}

.loader-header {
    margin-bottom: 20px;
}

.loader-header h3 {
    color: #181231;
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 10px;
}

.loader-subtitle {
    color: #6c757d;
    font-size: 1.05em;
    margin: 0;
}

.loader-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 30px;
}

.loader-animation {
    text-align: center;
}

.spinner-wrapper {
    margin-bottom: 20px;
}

.spinner {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
}

.spinner-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.spinner-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #20a4e6;
    border-radius: 100%;
    animation: spinner-bounce 1.2s infinite ease-in-out both;
}

.spinner-circle:nth-child(2) {
    transform: rotate(120deg);
}

.spinner-circle:nth-child(3) {
    transform: rotate(240deg);
}

.spinner-circle:nth-child(2):before {
    animation-delay: -0.9s;
}

.spinner-circle:nth-child(3):before {
    animation-delay: -0.6s;
}

@keyframes spinner-bounce {
    0%, 80%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}

.loader-status {
    color: #6c757d;
    font-size: 0.95em;
}

.retry-count {
    font-weight: 600;
    color: #20a4e6;
    margin-bottom: 5px;
}

.retry-info {
    font-style: italic;
}

.progress-section {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    border-left: 4px solid #20a4e6;
}

.progress-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e9ecef;
}

.progress-icon {
    font-size: 1.3em;
}

.progress-title {
    font-weight: 700;
    color: #181231;
    font-size: 1.1em;
}

.progress-limit {
    color: #6c757d;
    font-size: 0.9em;
    margin-left: auto;
}

.progress-list {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
}

.progress-list::-webkit-scrollbar {
    width: 6px;
}

.progress-list::-webkit-scrollbar-track {
    background: #e9ecef;
    border-radius: 10px;
}

.progress-list::-webkit-scrollbar-thumb {
    background: #20a4e6;
    border-radius: 10px;
}

.progress-list::-webkit-scrollbar-thumb:hover {
    background: #1a8ac7;
}

.progress-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    margin: 5px 0;
    background: white;
    border-radius: 8px;
    transition: all 0.2s ease;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.progress-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.progress-item.active {
    background: #e3f2fd;
    border-left: 3px solid #20a4e6;
}

.progress-check {
    color: #28a745;
    font-weight: bold;
    font-size: 1.2em;
    flex-shrink: 0;
}

.progress-spinner {
    color: #20a4e6;
    font-size: 1.2em;
    animation: rotate 1s linear infinite;
    flex-shrink: 0;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.progress-url {
    color: #495057;
    font-size: 0.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.scan-progress {
    margin-top: 30px;
}

.scan-progress-bar {
    width: 100%;
    height: 8px;
    background: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.scan-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #20a4e6 0%, #1a8ac7 100%);
    border-radius: 10px;
    transition: width 0.5s ease;
    position: relative;
    overflow: hidden;
}

.scan-progress-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.scan-progress-text {
    text-align: center;
    color: #6c757d;
    font-size: 0.95em;
    font-weight: 600;
}

@media (max-width: 768px) {
    .loader-container {
        padding: 25px;
    }
    
    .loader-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .loader-header h3 {
        font-size: 1.4em;
    }
    
    .progress-list {
        max-height: 150px;
    }
    
    .spinner {
        width: 60px;
        height: 60px;
    }
}

/* HAL 9000 Theme */
section.hal {
    background: #0a0a0a;
}
.hal .btn-primary {
    background: linear-gradient(135deg, #8b0000 0%, #ff0000 100%);
    color: #00FF00;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.6);
    border: 1px solid #ff0000;
    text-shadow: 0 0 10px rgba(0, 255, 0, 0.8);
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
}

.hal .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.8);
    background: linear-gradient(135deg, #ff0000 0%, #8b0000 100%);
}

.hal .btn-secondary {
    background: #0a0a0a;
    color: #00FF00;
    border: 2px solid #ff0000;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    text-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
}

.hal .btn-secondary:hover,
.hal .btn-secondary a:hover {
    background: #1a1a1a;
    color: #00FF00 !important;
    border-color: #ff0000;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
}

.hal .btn-cta {
    background: linear-gradient(135deg, #ff0000 0%, #8b0000 100%);
    color: #00FF00 !important;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.6);
    border: 1px solid #ff0000;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(0, 255, 0, 0.8);
}

.hal .btn-cta:hover {
    animation: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.8);
}

.hal .input-section {
    background: #0a0a0a;
    border: 2px solid #ff0000;
    box-shadow: 0 8px 24px rgba(255, 0, 0, 0.3), inset 0 0 30px rgba(255, 0, 0, 0.1);
}

.hal .input-field {
    background: #1a1a1a;
    border: 2px solid #ff0000;
    color: #00FF00 !important;
    font-family: 'Courier New', monospace;
}

.hal .input-field:focus {
    border-color: #ff0000;
    background: #0a0a0a;
    box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.2);
    color: #00FF00;
}

.hal .input-field::placeholder {
    color: rgba(0, 255, 0, 0.5);
}

.hal .status-badge {
    background: #0a0a0a;
    color: #ff0000;
    border: 2px solid #ff0000;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
    font-family: 'Courier New', monospace;
    letter-spacing: 3px;
}

.hal .card {
    background: #0a0a0a;
    border: 2px solid #ff0000;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.3);
}

.hal .card:hover {
    border-color: #ff0000;
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.5);
}

.hal .card h3 {
    color: #ff0000;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.6);
}

.hal .statline {
    background: #0a0a0a !important;
    border-left-color: #ff0000;
    color: #00FF00 !important;
    border: 1px solid rgba(255, 0, 0, 0.3);
    font-family: 'Courier New', monospace;
}

.hal .statline:hover {
    border-left-color: #ff0000;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}

.hal .heading.h24 {
    color: #ff0000;
    border-bottom-color: #ff0000;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.6);
}

.hal .fingerline {
    background: #0a0a0a !important;
    border-left-color: #ff0000;
    color: #00FF00;
    border: 1px solid rgba(255, 0, 0, 0.3);
    font-family: 'Courier New', monospace;
}

.hal .fingerline:hover {
    background: #1a1a1a;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}

.hal .nicetable th {
    background: linear-gradient(135deg, #8b0000 0%, #ff0000 100%);
    color: #00FF00;
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
}

.hal .nicetable {
    background: #0a0a0a;
    border: 2px solid #ff0000;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.3);
}

.hal .nicetable td {
    color: #00FF00;
    background: #0a0a0a;
    border-bottom-color: rgba(255, 0, 0, 0.3);
    font-family: 'Courier New', monospace;
}

.hal .nicetable tr:nth-child(even) {
    background: #1a1a1a;
}

.hal .nicetable tr:hover {
    background: #1a1a1a;
    box-shadow: inset 0 0 10px rgba(255, 0, 0, 0.2);
}

.hal .expandable-cta-compact {
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
}

.hal .btn-compact-expand2 {
    background: #0a0a0a;
    color: #00FF00;
    border: 2px solid #ff0000;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
}

.hal .btn-compact-expand2:hover {
    background: #1a1a1a;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.4);
}

.hal .btn-compact-expand2.active {
    background: #8b0000;
    color: #00FF00;
}

.hal .compact-content {
    background: #0a0a0a;
    border: 2px solid #ff0000;
    border-top: none;
}

.hal .compact-inner {
    background: #0a0a0a;
}

.hal .compact-inner p {
    color: #00FF00;
    font-family: 'Courier New', monospace;
}

.hal .compact-inner strong {
    color: #ff0000;
    text-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}

.hal .price-ribbon .ribbon-content {
    background: linear-gradient(135deg, #ff0000 0%, #8b0000 100%);
    color: #00FF00;
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.6);
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
}

.hal .cta-section {
    background: #0a0a0a;
    border: 2px solid #ff0000;
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.5), inset 0 0 50px rgba(255, 0, 0, 0.1);
}

.hal .cta-section h2,.hal h2 {
    color: #ff0000 !important;
    font-family: 'Courier New', monospace;
    letter-spacing: 3px;
    text-shadow: 0 0 15px rgba(255, 0, 0, 0.8);
}

.hal .cta-section p {
    color: #00FF00 !important;
    font-family: 'Courier New', monospace;
    text-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
}

.hal .loader-container {
    background: #0a0a0a;
    border: 2px solid #ff0000;
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.4);
}

.hal .loader-header h3 {
    color: #ff0000;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.6);
}

.hal .loader-subtitle {
    color: #00FF00;
    font-family: 'Courier New', monospace;
}

.hal .spinner-circle:before {
    background-color: #ff0000;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.8);
}

.hal .progress-section {
    background: #0a0a0a;
    border-left-color: #ff0000;
    border: 1px solid rgba(255, 0, 0, 0.3);
}

.hal .progress-title {
    color: #ff0000;
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
}

.hal .progress-item {
    background: #1a1a1a;
    border: 1px solid rgba(255, 0, 0, 0.2);
}

.hal .progress-item.active {
    background: #1a1a1a;
    border-left-color: #ff0000;
}

.hal .progress-url {
    color: #00FF00;
    font-family: 'Courier New', monospace;
}

.hal .scan-progress-fill {
    background: linear-gradient(90deg, #8b0000 0%, #ff0000 100%);
}

.hal .privacy-alert {
    background-color: #0a0a0a;
    border-left-color: #ff0000;
    border: 2px solid #ff0000;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.3);
    font-family: 'Courier New', monospace;
}

.hal .privacy-alert-icon {
    background-color: #ff0000;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.6);
}

.hal .privacy-alert-title {
    color: #ff0000;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
}

.hal .privacy-alert-content {
    color: #00FF00;
}

.hal .privacy-alert-info {
    background-color: #1a1a1a;
    border: 1px solid rgba(255, 0, 0, 0.3);
}

.hal .privacy-alert-button {
    background-color: #ff0000;
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.6);
}

.hal .privacy-alert-button:hover {
    background-color: #8b0000;
}

.hal #loesungen {
    background: #0a0a0a;
    border: 2px solid #ff0000;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.3);
}

.hal .loesunginfo {
    font-family: 'Courier New', monospace;
}

.hal .loesungcompinfo {
    color: #ff0000 !important;
    border-bottom-color: rgba(255, 0, 0, 0.3);
    text-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}

.hal .loesunginfo > span:not(.loesungcompinfo) {
    color: #00FF00;
}

.hal .loesungurl {
    background: linear-gradient(135deg, #8b0000 0%, #ff0000 100%) !important;
    color: #00FF00 !important;
    box-shadow: 0 2px 8px rgba(255, 0, 0, 0.5);
    border: 1px solid #ff0000;
}

.hal .loesungurl:hover {
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.7);
}

.hal #auskunftsgenerator {
    background: linear-gradient(135deg, #1a0000 0%, #330000 100%);
    border-left-color: #ff0000;
    box-shadow: 0 4px 16px rgba(255, 0, 0, 0.4);
}

.hal #auskunftsgenerator .col-xs-12:first-child > div {
    background: #0a0a0a;
    border: 1px solid rgba(255, 0, 0, 0.3);
    color: #00FF00;
    font-family: 'Courier New', monospace;
}

/* HAL 9000 Theme - Additional Elements */

.hal h2 {
    color: #ff0000;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.6);
}

.hal p {
    color: #00FF00;
    font-family: 'Courier New', monospace;
}

.hal .credit {
    color: rgba(0, 255, 0, 0.7);
    font-family: 'Courier New', monospace;
    text-shadow: 0 0 5px rgba(0, 255, 0, 0.3);
}

.hal .status-badge {
    background: #0a0a0a !important;
    color: #ff0000 !important;
    border: 2px solid #ff0000 !important;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.5) !important;
    font-family: 'Courier New', monospace;
    letter-spacing: 3px;
}

.hal .status-badge .full-analysis {
    background: #8b0000;
    color: #00FF00;
    border: 2px solid #ff0000;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
}

.hal .post-content,.hal #resultha2, .hal #result, .hal #procdiv, .hal .post-content2, .hal .page,body.hal {
    background: #0a0a0a;
    color: #00FF00;
    font-family: 'Courier New', monospace;
}
.hal0 #wsurl2 {
color:#ff0000;
}

.hal #links {
    background: #0a0a0a;
    border: 1px solid rgba(255, 0, 0, 0.3);
    padding: 20px;
    border-radius: 8px;
}

.hal #links .toollink {
    color: #00FF00;
    font-family: 'Courier New', monospace;
}

.hal #links .toollink:hover {
    color: #ff0000;
    text-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}

.hal #links ul.bullets li {
    border-left: 2px solid rgba(255, 0, 0, 0.3);
    padding-left: 10px;
    margin: 5px 0;
}

.hal #bilder {
    background: #0a0a0a;
    border: 1px solid rgba(255, 0, 0, 0.3);
    padding: 20px;
    border-radius: 8px;
}

.hal #bilder .toollink {
    color: #00FF00;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

.hal #bilder .toollink:hover {
    color: #ff0000;
    text-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}

.hal #bilder ul.bullets li {
    border-left: 2px solid rgba(255, 0, 0, 0.3);
    padding-left: 10px;
    margin: 5px 0;
}

.hal .support {
    background: #0a0a0a;
    border: 2px solid #ff0000;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.4), inset 0 0 30px rgba(255, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.hal .support::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 2px,
        rgba(255, 0, 0, 0.03) 2px,
        rgba(255, 0, 0, 0.03) 4px
    );
    pointer-events: none;
}

.hal .support h3 {
    color: #ff0000;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(255, 0, 0, 0.8);
    position: relative;
    z-index: 1;
}

.hal .support p {
    color: #00FF00;
    font-family: 'Courier New', monospace;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
}

.hal .support p span {
    color: #00FF00;
}

.hal .support button {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #8b0000 0%, #ff0000 100%);
    color: #00FF00;
    border: 2px solid #ff0000;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.6);
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
}

.hal .support button:hover {
    background: linear-gradient(135deg, #ff0000 0%, #8b0000 100%);
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.8);
}

/* HAL 9000 Theme - h4 */

.hal h4 {
    color: #ff0000;
    font-family: 'Courier New', monospace;
    letter-spacing: 1.5px;
    text-shadow: 0 0 8px rgba(255, 0, 0, 0.5);
}

/* HAL 9000 Theme - Links */

.hal a {
    color: #00FF00  !important;
    text-decoration: unset !important;
    font-family: 'Courier New', monospace;
    text-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
    transition: all 0.3s ease;
}

.hal a:hover {
    color: #ff0000  !important;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.8);
}

.hal a:visited {
    color: rgba(0, 255, 0, 0.7) !important;
}

.hal .linkinfo {
    background: #0a0a0a;
    border: 1px solid rgba(255, 0, 0, 0.3);
    color: #00FF00;
    padding: 15px;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.2);
}

.hal .linkinfo:hover {
    border-color: #ff0000;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.4);
}
/* HAL 9000 Theme - Additional Elements */

.hal .feature-list {
}

.hal .feature-item {
    background: rgba(139, 0, 0, 0.2);
    border: 1px solid rgba(255, 0, 0, 0.3) !important;
    backdrop-filter: blur(10px);
    color: #00FF00;
    font-family: 'Courier New', monospace;
}

.hal .feature-item::before {
    color: #ff0000;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.8);
}

.hal .example-badge {
    background: linear-gradient(135deg, #8b0000 0%, #ff0000 100%);
    color: #00FF00;
    border: 1px solid #ff0000;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
}

.hal .entry::before {
    background: #ff0000;
    text-shadow: 0 0 8px rgba(255, 0, 0, 0.6);
}

.hal #scr_div {
    padding: 20px;
}

.hal .mainimg {
    border: 2px solid #ff0000;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
    filter: contrast(1.2) brightness(0.9);
}

.hal .mainimg2 {
    border: 2px solid #ff0000;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
    filter: contrast(1.2) brightness(0.9);
}
.hal .linkinfo a {
color:#00FF00 !important;
text-decoration: underline dotted #fa0000 !important;
}
.hal #versionInfo {
color:#ff0000;
}



/* Judge Dredd Theme - Using .dredd class prefix */

.dredd .btn-primary {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000000;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.6);
    border: 2px solid #FFD700;
    text-shadow: none;
    font-family: 'Courier New', monospace;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
}

.dredd .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.8);
    background: linear-gradient(135deg, #FFA500 0%, #FFD700 100%);
}

.dredd .btn-secondary {
    background: #1a1a1a;
    color: #FFD700;
    border: 2px solid #FFD700;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

.dredd .btn-secondary:hover,
.dredd .btn-secondary a:hover {
    background: #2a2a2a;
    color: #FFD700 !important;
    border-color: #FFD700;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

.dredd .btn-cta {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000000 !important;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.6);
    border: 2px solid #FFD700;
    font-family: 'Courier New', monospace;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
}

.dredd .btn-cta:hover {
    animation: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.8);
}

.dredd .input-section {
    background: #000000;
    border: 3px solid #FFD700;
    box-shadow: 0 8px 24px rgba(255, 215, 0, 0.3);
}

.dredd .input-field {
    background: #1a1a1a;
    border: 2px solid #FFD700;
    color: #FFD700 !important;
    font-family: 'Courier New', monospace;
    font-weight: 600;
}

.dredd .input-field:focus {
    border-color: #FFD700;
    background: #0a0a0a;
    box-shadow: 0 0 0 4px rgba(255, 215, 0, 0.2);
    color: #FFD700;
}

.dredd .input-field::placeholder {
    color: rgba(255, 215, 0, 0.5);
    text-transform: uppercase;
}

.dredd .status-badge {
    background: #000000;
    color: #FFD700;
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    font-family: 'Courier New', monospace;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.dredd .card {
    background: #000000;
    border: 2px solid #FFD700;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.dredd .card:hover {
    border-color: #FFD700;
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.5);
}

.dredd .card h3 {
    color: #FFD700;
    font-family: 'Courier New', monospace;
    letter-spacing: 3px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
    text-transform: uppercase;
}

.dredd .statline {
    background: #0a0a0a !important;
    border-left-color: #FFD700;
    color: #BBB !important;
    border: 1px solid rgba(255, 215, 0, 0.3);
    font-family: 'Courier New', monospace;
}

.dredd .statline:hover {
    border-left-color: #FFD700;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.dredd .heading.h24 {
    color: #FFD700;
    border-bottom-color: #FFD700;
    font-family: 'Courier New', monospace;
    letter-spacing: 3px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
    text-transform: uppercase;
}

.dredd .fingerline {
    background: #0a0a0a !important;
    border-left-color: #FFD700;
    color: #BBB;
    border: 1px solid rgba(255, 215, 0, 0.3);
    font-family: 'Courier New', monospace;
}

.dredd .fingerline:hover {
    background: #1a1a1a;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.dredd .nicetable th {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000000;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

.dredd .nicetable {
    background: #000000;
    border: 2px solid #FFD700;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.dredd .nicetable td {
    color: #BBB;
    background: #0a0a0a;
    border-bottom-color: rgba(255, 215, 0, 0.3);
    font-family: 'Courier New', monospace;
}

.dredd .nicetable tr:nth-child(even) {
    background: #1a1a1a;
}

.dredd .nicetable tr:hover {
    background: #1a1a1a;
    box-shadow: inset 0 0 10px rgba(255, 215, 0, 0.2);
}

.dredd .expandable-cta-compact {
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.dredd .btn-compact-expand2 {
    background: #000000;
    color: #FFD700;
    border: 2px solid #FFD700;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.dredd .btn-compact-expand2:hover {
    background: #1a1a1a;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
}

.dredd .btn-compact-expand2.active {
    background: #FFD700;
    color: #000000;
}

.dredd .compact-content {
    background: #000000;
    border: 2px solid #FFD700;
    border-top: none;
}

.dredd .compact-inner {
    background: #000000;
}

.dredd .compact-inner p {
    color: #BBB;
    font-family: 'Courier New', monospace;
}

.dredd .compact-inner strong {
    color: #FFD700;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
    font-weight: 700;
}

.dredd .price-ribbon .ribbon-content {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000000;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.6);
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    font-weight: 700;
}

.dredd .cta-section {
    background: #000000;
    border: 3px solid #FFD700;
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.5);
}

.dredd .cta-section h2 {
    color: #FFD700 !important;
    font-family: 'Courier New', monospace;
    letter-spacing: 4px;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.8);
    text-transform: uppercase;
}

.dredd .cta-section p {
    color: #BBB !important;
    font-family: 'Courier New', monospace;
}

.dredd .loader-container {
    background: #000000;
    border: 2px solid #FFD700;
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.4);
}

.dredd .loader-header h3 {
    color: #FFD700;
    font-family: 'Courier New', monospace;
    letter-spacing: 3px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
    text-transform: uppercase;
}

.dredd .loader-subtitle {
    color: #BBB;
    font-family: 'Courier New', monospace;
}

.dredd .spinner-circle:before {
    background-color: #FFD700;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}

.dredd .progress-section {
    background: #0a0a0a;
    border-left-color: #FFD700;
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.dredd .progress-title {
    color: #FFD700;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.dredd .progress-item {
    background: #1a1a1a;
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.dredd .progress-item.active {
    background: #1a1a1a;
    border-left-color: #FFD700;
}

.dredd .progress-url {
    color: #BBB;
    font-family: 'Courier New', monospace;
}

.dredd .scan-progress-fill {
    background: linear-gradient(90deg, #FFD700 0%, #FFA500 100%);
}

.dredd .privacy-alert {
    background-color: #000000;
    border-left-color: #FFD700;
    border: 2px solid #FFD700;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
    font-family: 'Courier New', monospace;
}

.dredd .privacy-alert-icon {
    background-color: #FFD700;
    color: #000000;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
}

.dredd .privacy-alert-title {
    color: #FFD700;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.dredd .privacy-alert-content {
    color: #BBB;
}

.dredd .privacy-alert-info {
    background-color: #1a1a1a;
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.dredd .privacy-alert-button {
    background-color: #FFD700;
    color: #000000;
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
    font-weight: 700;
    text-transform: uppercase;
}

.dredd .privacy-alert-button:hover {
    background-color: #FFA500;
}

.dredd #loesungen {
    background: #000000;
    border: 2px solid #FFD700;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.dredd .loesunginfo {
    font-family: 'Courier New', monospace;
}

.dredd .loesungcompinfo {
    color: #FFD700 !important;
    border-bottom-color: rgba(255, 215, 0, 0.3);
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
    text-transform: uppercase;
}

.dredd .loesunginfo > span:not(.loesungcompinfo) {
    color: #BBB;
}

.dredd .loesungurl {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    color: #000000 !important;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.5);
    border: 2px solid #FFD700;
    font-weight: 700;
}

.dredd .loesungurl:hover {
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.7);
}

.dredd #auskunftsgenerator {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    border-left-color: #FFD700;
    box-shadow: 0 4px 16px rgba(255, 215, 0, 0.4);
    border: 2px solid #FFD700;
}

.dredd #auskunftsgenerator .col-xs-12:first-child > div {
    background: #000000;
    border: 1px solid rgba(255, 215, 0, 0.3);
    color: #BBB;
    font-family: 'Courier New', monospace;
}

.dredd h2 {
    color: #FFD700;
    font-family: 'Courier New', monospace;
    letter-spacing: 3px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
    text-transform: uppercase;
}

.dredd h4 {
    color: #FFD700;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
    text-transform: uppercase;
}

.dredd p {
    color: #BBB;
    font-family: 'Courier New', monospace;
}

.dredd .credit {
    color: rgba(187, 187, 187, 0.7);
    font-family: 'Courier New', monospace;
}

.dredd .status-badge {
    background: #000000 !important;
    color: #FFD700 !important;
    border: 3px solid #FFD700 !important;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5) !important;
    font-family: 'Courier New', monospace;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.dredd .status-badge .full-analysis {
    background: #FFD700;
    color: #000000;
    border: 2px solid #FFD700;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    font-weight: 700;
}

.dredd .post-content,.dredd #resultha2, .dredd #result, .dredd #procdiv, .dredd .post-content2, .dredd .page,body.dredd {
    background: #000000;
    color: #BBB;
    font-family: 'Courier New', monospace;
}

.dredd #links {
    background: #0a0a0a;
    border: 1px solid rgba(255, 215, 0, 0.3);
    padding: 20px;
    border-radius: 8px;
}

.dredd #links .toollink {
    color: #BBB;
    font-family: 'Courier New', monospace;
}

.dredd #links .toollink:hover {
    color: #FFD700;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

.dredd #links ul.bullets li {
    border-left: 2px solid rgba(255, 215, 0, 0.3);
    padding-left: 10px;
    margin: 5px 0;
}

.dredd #bilder {
    background: #0a0a0a;
    border: 1px solid rgba(255, 215, 0, 0.3);
    padding: 20px;
    border-radius: 8px;
}

.dredd #bilder .toollink {
    color: #BBB;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

.dredd #bilder .toollink:hover {
    color: #FFD700;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

.dredd #bilder ul.bullets li {
    border-left: 2px solid rgba(255, 215, 0, 0.3);
    padding-left: 10px;
    margin: 5px 0;
}

.dredd .support {
    background: #000000;
    border: 3px solid #FFD700;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.dredd .support::before {
    content: 'JUSTICE DEPARTMENT';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    color: rgba(255, 215, 0, 0.1);
    font-size: 3em;
    font-weight: 700;
    letter-spacing: 10px;
    font-family: 'Courier New', monospace;
    pointer-events: none;
}

.dredd .support h3 {
    color: #FFD700;
    font-family: 'Courier New', monospace;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.8);
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.dredd .support p {
    color: #BBB;
    font-family: 'Courier New', monospace;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.dredd .support p span {
    color: #BBB;
}

.dredd .support button {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000000;
    border: 2px solid #FFD700;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    font-weight: 700;
}

.dredd .support button:hover {
    background: linear-gradient(135deg, #FFA500 0%, #FFD700 100%);
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.8);
}

.dredd .feature-list {
}

.dredd .feature-item {
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3) !important;
    backdrop-filter: blur(10px);
    color: #BBB;
    font-family: 'Courier New', monospace;
}

.dredd .feature-item::before {
    color: #FFD700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}

.dredd .example-badge {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000000;
    border: 2px solid #FFD700;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
    font-weight: 700;
}

.dredd .entry::before {
    background: #FFD700;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.6);
}

.dredd #scr_div {
    padding: 20px;
}

.dredd .mainimg {
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    filter: contrast(1.1) brightness(0.95);
}

.dredd .mainimg2 {
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    filter: contrast(1.1) brightness(0.95);
}

.dredd a {
    color: #FFD700 !important;
    text-decoration: none;
    font-family: 'Courier New', monospace;
    transition: all 0.3s ease;
}

.dredd a:hover {
    color: #FFA500;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}

.dredd a:visited {
    color: rgba(255, 215, 0, 0.7);
}

/* UniCredit Theme - Using .unicredit class prefix */

.unicredit .btn-primary {
    background: linear-gradient(135deg, #E31E24 0%, #C71B20 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(227, 30, 36, 0.4);
    border: none;
    font-weight: 700;
}

.unicredit .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(227, 30, 36, 0.5);
    background: linear-gradient(135deg, #C71B20 0%, #E31E24 100%);
}

.unicredit .btn-secondary {
    background: white;
    color: #E31E24;
    border: 2px solid #E31E24;
    font-weight: 700;
}

.unicredit .btn-secondary:hover,
.unicredit .btn-secondary a:hover {
    background: #E31E24;
    color: white !important;
    border-color: #E31E24;
}

.unicredit .btn-cta {
    background: linear-gradient(135deg, #E31E24 0%, #C71B20 100%);
    color: white !important;
    box-shadow: 0 4px 15px rgb(255, 255, 255) !important;
    border: none;
    font-weight: 700;
}

.unicredit .btn-cta:hover {
    animation: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(227, 30, 36, 0.5);
}

.unicredit .input-section {
    background: white;
    border: 2px solid #E31E24;
    box-shadow: 0 8px 24px rgba(227, 30, 36, 0.15);
}

.unicredit .input-field {
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    color: #1A1A1A !important;
}

.unicredit .input-field:focus {
    border-color: #E31E24;
    background: white;
    box-shadow: 0 0 0 4px rgba(227, 30, 36, 0.1);
    color: #1A1A1A;
}

.unicredit .input-field::placeholder {
    color: #999;
}

.unicredit .status-badge {
    background: white;
    color: #E31E24;
    border: 2px solid #E31E24;
    box-shadow: 0 4px 15px rgba(227, 30, 36, 0.2);
    font-weight: 700;
}

.unicredit .card {
    background: white;
    border: 2px solid #e0e0e0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.unicredit .card:hover {
    border-color: #E31E24;
    box-shadow: 0 4px 20px rgba(227, 30, 36, 0.15);
}

.unicredit .card h3 {
    color: #1A1A1A;
    font-weight: 700;
}

.unicredit .statline {
    background: white !important;
    border-left-color: #E31E24;
    color: #1A1A1A !important;
    border: 1px solid #f0f0f0;
}

.unicredit .statline:hover {
    border-left-color: #E31E24;
    box-shadow: 0 2px 8px rgba(227, 30, 36, 0.1);
}

.unicredit .heading.h24 {
    color: #1A1A1A;
    border-bottom-color: #E31E24;
    font-weight: 700;
}

.unicredit .fingerline {
    background: white !important;
    border-left-color: #E31E24;
    color: #1A1A1A;
    border: 1px solid #f0f0f0;
}

.unicredit .fingerline:hover {
    background: #f8f9fa;
    box-shadow: 0 2px 6px rgba(227, 30, 36, 0.08);
}

.unicredit .nicetable th {
    background: linear-gradient(135deg, #E31E24 0%, #C71B20 100%);
    color: white;
    font-weight: 700;
}

.unicredit .nicetable {
    background: white;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.unicredit .nicetable td {
    color: #1A1A1A;
    background: white;
    border-bottom-color: #f0f0f0;
}

.unicredit .nicetable tr:nth-child(even) {
    background: #f8f9fa;
}

.unicredit .nicetable tr:hover {
    background: #fff5f5;
}

.unicredit .expandable-cta-compact {
    box-shadow: 0 4px 15px rgba(227, 30, 36, 0.15);
}

.unicredit .btn-compact-expand2 {
    background: white;
    color: #E31E24;
    border: 2px solid #E31E24;
    font-weight: 700;
}

.unicredit .btn-compact-expand2:hover {
    background: #fff5f5;
    box-shadow: 0 3px 10px rgba(227, 30, 36, 0.2);
}

.unicredit .btn-compact-expand2.active {
    background: #E31E24;
    color: white;
}

.unicredit .compact-content {
    background: white;
    border: 2px solid #E31E24;
    border-top: none;
}

.unicredit .compact-inner {
    background: white;
}

.unicredit .compact-inner p {
    color: #333;
}

.unicredit .compact-inner strong {
    color: #1A1A1A;
    font-weight: 700;
}

.unicredit .price-ribbon .ribbon-content {
    background: linear-gradient(135deg, #E31E24 0%, #C71B20 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(227, 30, 36, 0.4);
    font-weight: 700;
}

.unicredit .cta-section {
    background: linear-gradient(135deg, #E31E24 0%, #C71B20 100%);
    border: none;
    box-shadow: 0 8px 30px rgba(227, 30, 36, 0.3);
}

.unicredit .cta-section h2 {
    color: white !important;
    font-weight: 700;
}

.unicredit .cta-section p {
    color: white !important;
}

.unicredit .loader-container {
    background: white;
    border: 2px solid #E31E24;
    box-shadow: 0 8px 24px rgba(227, 30, 36, 0.15);
}

.unicredit .loader-header h3 {
    color: #1A1A1A;
    font-weight: 700;
}

.unicredit .loader-subtitle {
    color: #666;
}

.unicredit .spinner-circle:before {
    background-color: #E31E24;
}

.unicredit .progress-section {
    background: white;
    border-left-color: #E31E24;
    border: 1px solid #f0f0f0;
}

.unicredit .progress-title {
    color: #1A1A1A;
    font-weight: 700;
}

.unicredit .progress-item {
    background: white;
    border: 1px solid #f0f0f0;
}

.unicredit .progress-item.active {
    background: #fff5f5;
    border-left-color: #E31E24;
}

.unicredit .progress-url {
    color: #495057;
}

.unicredit .scan-progress-fill {
    background: linear-gradient(90deg, #E31E24 0%, #C71B20 100%);
}

.unicredit .privacy-alert {
    background-color: #fff5f5;
    border-left-color: #E31E24;
    border: 2px solid #E31E24;
    box-shadow: 0 2px 10px rgba(227, 30, 36, 0.1);
}

.unicredit .privacy-alert-icon {
    background-color: #E31E24;
}

.unicredit .privacy-alert-title {
    color: #E31E24;
    font-weight: 700;
}

.unicredit .privacy-alert-content {
    color: #333;
}

.unicredit .privacy-alert-info {
    background-color: white;
    border: 1px solid #f0f0f0;
}

.unicredit .privacy-alert-button {
    background-color: #E31E24;
    font-weight: 700;
}

.unicredit .privacy-alert-button:hover {
    background-color: #C71B20;
}

.unicredit #loesungen {
    background: white;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.unicredit .loesunginfo {
}

.unicredit .loesungcompinfo {
    color: #E31E24 !important;
    border-bottom-color: #f0f0f0;
    font-weight: 700;
}

.unicredit .loesunginfo > span:not(.loesungcompinfo) {
    color: #333;
}

.unicredit .loesungurl {
    background: linear-gradient(135deg, #E31E24 0%, #C71B20 100%) !important;
    color: white !important;
    box-shadow: 0 2px 8px rgba(227, 30, 36, 0.3);
    border: none;
}

.unicredit .loesungurl:hover {
    box-shadow: 0 4px 12px rgba(227, 30, 36, 0.4);
}

.unicredit #auskunftsgenerator {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe3e3 100%);
    border-left-color: #E31E24;
    box-shadow: 0 4px 16px rgba(227, 30, 36, 0.2);
}

.unicredit #auskunftsgenerator .col-xs-12:first-child > div {
    background: white;
    border: 1px solid #f0f0f0;
    color: #333;
}

.unicredit h2 {
    color: #1A1A1A;
    font-weight: 700;
}

.unicredit p {
    color: #333;
}

.unicredit .credit {
    color: #666;
}

.unicredit .status-badge {
    background: white !important;
    color: #E31E24 !important;
    border: 2px solid #E31E24 !important;
    box-shadow: 0 4px 15px rgba(227, 30, 36, 0.2) !important;
    font-weight: 700;
}

.unicredit .status-badge .full-analysis {
    background: #E31E24;
    color: white;
    border: none;
    box-shadow: 0 4px 15px rgba(227, 30, 36, 0.4);
    font-weight: 700;
}

.unicredit .post-content,.unicredit #resultha2, .unicredit #result, .unicredit #procdiv, .unicredit .post-content2, .unicredit .page,body.unicredit {
    background: white;
    color: #333;
}

.unicredit #links {
    background: white;
    border: 1px solid #f0f0f0;
    padding: 20px;
    border-radius: 8px;
}

.unicredit #links .toollink {
    color: #1A1A1A;
}

.unicredit #links .toollink:hover {
    color: #E31E24;
}

.unicredit #links ul.bullets li {
    border-left: 2px solid #E31E24;
    padding-left: 10px;
    margin: 5px 0;
}

.unicredit #bilder {
    background: white;
    border: 1px solid #f0f0f0;
    padding: 20px;
    border-radius: 8px;
}

.unicredit #bilder .toollink {
    color: #1A1A1A;
}

.unicredit #bilder .toollink:hover {
    color: #E31E24;
}

.unicredit #bilder ul.bullets li {
    border-left: 2px solid #E31E24;
    padding-left: 10px;
    margin: 5px 0;
}

.unicredit .support {
    background: white;
    border: 2px solid #E31E24;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(227, 30, 36, 0.15);
}

.unicredit .support h3 {
    color: #1A1A1A;
    font-weight: 700;
    margin-bottom: 20px;
}

.unicredit .support p {
    color: #333;
    margin-bottom: 25px;
}

.unicredit .support p span {
    color: #333;
}

.unicredit .support button {
    background: linear-gradient(135deg, #E31E24 0%, #C71B20 100%);
    color: white;
    border: none;
    box-shadow: 0 4px 15px rgba(227, 30, 36, 0.4);
    font-weight: 700;
}

.unicredit .support button:hover {
    background: linear-gradient(135deg, #C71B20 0%, #E31E24 100%);
    box-shadow: 0 6px 20px rgba(227, 30, 36, 0.5);
}

.unicredit h4 {
    color: #1A1A1A;
    font-weight: 700;
}

.unicredit a:not(.feature-item):not(.footer-title):not(#nlbtn2):not(#privacy_link):not(#imprint_link):not(#ai_act_link) {
    color: #E31E24 !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.unicredit a:hover {
    color: #C71B20;
}

.unicredit a:visited {
    color: #C71B20;
}

.unicredit .feature-list {
}

.unicredit .feature-item {
    background: rgba(227, 30, 36, 0.05);
    border: 1px solid #f0f0f0 !important;
    color: #fff !important;
}

.unicredit .feature-item::before {
    color: #E31E24;
}

.unicredit .example-badge {
    background: linear-gradient(135deg, #E31E24 0%, #C71B20 100%);
    color: white;
    border: none;
    box-shadow: 0 2px 10px rgba(227, 30, 36, 0.3);
    font-weight: 700;
}

.unicredit .entry::before {
    background: #E31E24;
}

.unicredit #scr_div {
    padding: 20px;
}

.unicredit .mainimg {
    border: 2px solid #E31E24;
    box-shadow: 0 4px 15px rgba(227, 30, 36, 0.15);
}

.unicredit .mainimg2 {
    border: 2px solid #E31E24;
    box-shadow: 0 4px 15px rgba(227, 30, 36, 0.15);
}

/* Heisenberg Hazmat Theme - Using .heisenberg_hazmat class prefix */

.heisenberg_hazmat .btn-primary {
    background: #FFD700;
    color: #000000;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.6);
    border: 3px solid #000000;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heisenberg_hazmat .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.8);
    background: #FFC700;
}

.heisenberg_hazmat .btn-secondary {
    background: #000000;
    color: #FFD700;
    border: 3px solid #FFD700;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heisenberg_hazmat .btn-secondary:hover,
.heisenberg_hazmat .btn-secondary a:hover {
    background: #1a1a1a;
    color: #FFD700 !important;
    border-color: #FFD700;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

.heisenberg_hazmat .btn-cta {
    background: #FFD700;
    color: #000000 !important;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.6);
    border: 3px solid #000000;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heisenberg_hazmat .btn-cta:hover {
    animation: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.8);
}

.heisenberg_hazmat .input-section {
    background: #000000;
    border-top: 8px solid #FFD700;
    border-bottom: 8px solid #FFD700;
    box-shadow: 0 8px 24px rgba(255, 215, 0, 0.3);
    position: relative;
}

.heisenberg_hazmat .input-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 40px,
        rgba(255, 215, 0, 0.1) 40px,
        rgba(255, 215, 0, 0.1) 80px
    );
    pointer-events: none;
}

.heisenberg_hazmat .input-field {
    background: #1a1a1a;
    border: 3px solid #FFD700;
    color: #ffffff !important;
    font-weight: 600;
}

.heisenberg_hazmat .input-field:focus {
    border-color: #FFD700;
    background: #000000;
    box-shadow: 0 0 0 4px rgba(255, 215, 0, 0.2);
    color: #ffffff;
}

.heisenberg_hazmat .input-field::placeholder {
    color: rgba(255, 215, 0, 0.5);
}

.heisenberg_hazmat .status-badge {
    background: #FFD700 !important;
    color: #000000 !important;
    border: 3px solid #000000 !important;
    box-shadow: 0 0 0 3px #FFD700 !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.heisenberg_hazmat .card {
    background: #000000;
    border: 3px solid #FFD700;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.heisenberg_hazmat .card:hover {
    border-color: #FFD700;
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.5);
}

.heisenberg_hazmat .card h3 {
    color: #FFD700;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heisenberg_hazmat .statline {
    background: #1a1a1a !important;
    border-left: 4px solid #FFD700;
    color: #ffffff !important;
    border: 1px solid rgba(255, 215, 0, 0.3);
    font-weight: 600;
}

.heisenberg_hazmat .statline:hover {
    border-left-color: #FFD700;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.heisenberg_hazmat .heading.h24 {
    color: #FFD700;
    border-bottom: 3px solid #FFD700;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heisenberg_hazmat .fingerline {
    background: #1a1a1a !important;
    border-left: 4px solid #FFD700;
    color: #ffffff;
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.heisenberg_hazmat .fingerline:hover {
    background: #000000;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.heisenberg_hazmat .nicetable th {
    background: #FFD700;
    color: #000000;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.heisenberg_hazmat .nicetable {
    background: #000000;
    border: 3px solid #FFD700;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.heisenberg_hazmat .nicetable td {
    color: #ffffff;
    background: #000000;
    border-bottom: 1px solid rgba(255, 215, 0, 0.3);
}

.heisenberg_hazmat .nicetable tr:nth-child(even) {
    background: #1a1a1a;
}

.heisenberg_hazmat .nicetable tr:hover {
    background: #1a1a1a;
    box-shadow: inset 0 0 10px rgba(255, 215, 0, 0.2);
}

.heisenberg_hazmat .expandable-cta-compact {
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.heisenberg_hazmat .btn-compact-expand2 {
    background: #000000;
    color: #FFD700;
    border: 3px solid #FFD700;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heisenberg_hazmat .btn-compact-expand2:hover {
    background: #1a1a1a;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
}

.heisenberg_hazmat .btn-compact-expand2.active {
    background: #FFD700;
    color: #000000;
}

.heisenberg_hazmat .compact-content {
    background: #000000;
    border: 3px solid #FFD700;
    border-top: none;
}

.heisenberg_hazmat .compact-inner {
    background: #000000;
}

.heisenberg_hazmat .compact-inner p {
    color: #ffffff;
    font-weight: 500;
}

.heisenberg_hazmat .compact-inner strong {
    color: #FFD700;
    font-weight: 900;
}

.heisenberg_hazmat .price-ribbon .ribbon-content {
    background: #FFD700;
    color: #000000;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.6);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 3px solid #000000;
}

.heisenberg_hazmat .cta-section {
    background: #000000;
    border-top: 8px solid #FFD700;
    border-bottom: 8px solid #FFD700;
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.5);
    position: relative;
}

.heisenberg_hazmat .cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 40px,
        rgba(255, 215, 0, 0.1) 40px,
        rgba(255, 215, 0, 0.1) 80px
    );
    pointer-events: none;
}

.heisenberg_hazmat .cta-section h2 {
    color: #FFD700 !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.heisenberg_hazmat .cta-section p {
    color: #ffffff !important;
    font-weight: 600;
}

.heisenberg_hazmat .loader-container {
    background: #000000;
    border: 3px solid #FFD700;
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.4);
}

.heisenberg_hazmat .loader-header h3 {
    color: #FFD700;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heisenberg_hazmat .loader-subtitle {
    color: #ffffff;
    font-weight: 600;
}

.heisenberg_hazmat .spinner-circle:before {
    background-color: #FFD700;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}

.heisenberg_hazmat .progress-section {
    background: #1a1a1a;
    border-left: 4px solid #FFD700;
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.heisenberg_hazmat .progress-title {
    color: #FFD700;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.heisenberg_hazmat .progress-item {
    background: #000000;
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.heisenberg_hazmat .progress-item.active {
    background: #1a1a1a;
    border-left: 3px solid #FFD700;
}

.heisenberg_hazmat .progress-url {
    color: #ffffff;
}

.heisenberg_hazmat .scan-progress-fill {
    background: linear-gradient(90deg, #FFD700 0%, #FFC700 100%);
}

.heisenberg_hazmat .privacy-alert {
    background-color: #000000;
    border-left: 4px solid #FFD700;
    border: 3px solid #FFD700;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.heisenberg_hazmat .privacy-alert-icon {
    background-color: #FFD700;
    color: #000000;
    font-weight: 900;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
}

.heisenberg_hazmat .privacy-alert-title {
    color: #FFD700;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heisenberg_hazmat .privacy-alert-content {
    color: #ffffff;
}

.heisenberg_hazmat .privacy-alert-info {
    background-color: #1a1a1a;
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.heisenberg_hazmat .privacy-alert-button {
    background-color: #FFD700;
    color: #000000;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
    border: 3px solid #000000;
}

.heisenberg_hazmat .privacy-alert-button:hover {
    background-color: #FFC700;
}

.heisenberg_hazmat #loesungen {
    background: #000000;
    border: 3px solid #FFD700;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.heisenberg_hazmat .loesunginfo {
}

.heisenberg_hazmat .loesungcompinfo {
    color: #FFD700 !important;
    border-bottom: 2px solid rgba(255, 215, 0, 0.3);
    font-weight: 900;
    text-transform: uppercase;
}

.heisenberg_hazmat .loesunginfo > span:not(.loesungcompinfo) {
    color: #ffffff;
}

.heisenberg_hazmat .loesungurl {
    background: #FFD700 !important;
    color: #000000 !important;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.5);
    border: 3px solid #000000;
    font-weight: 900;
    text-transform: uppercase;
}

.heisenberg_hazmat .loesungurl:hover {
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.7);
}

.heisenberg_hazmat #auskunftsgenerator {
    background: #000000;
    border-left: 5px solid #FFD700;
    box-shadow: 0 4px 16px rgba(255, 215, 0, 0.4);
}

.heisenberg_hazmat #auskunftsgenerator .col-xs-12:first-child > div {
    background: #1a1a1a;
    border: 1px solid rgba(255, 215, 0, 0.3);
    color: #ffffff;
}

.heisenberg_hazmat h2 {
    color: #FFD700;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heisenberg_hazmat h3 {
    color: #FFD700;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.heisenberg_hazmat h4 {
    color: #FFD700;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.heisenberg_hazmat p {
    color: #ffffff;
    font-weight: 500;
}

.heisenberg_hazmat .credit {
    color: rgba(255, 255, 255, 0.7);
}

.heisenberg_hazmat .status-badge .full-analysis {
    background: #FFD700;
    color: #000000;
    border: 3px solid #000000;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heisenberg_hazmat .post-content,.heisenberg_hazmat #resultha2, .heisenberg_hazmat #result, .heisenberg_hazmat #procdiv, .heisenberg_hazmat .post-content2, .heisenberg_hazmat .page,body.heisenberg_hazmat {
    background: #000000;
    color: #ffffff;
}

.heisenberg_hazmat #links {
    background: #000000;
    border: 1px solid rgba(255, 215, 0, 0.3);
    padding: 20px;
    border-radius: 8px;
}

.heisenberg_hazmat #links .toollink {
    color: #ffffff;
}

.heisenberg_hazmat #links .toollink:hover {
    color: #FFD700;
}

.heisenberg_hazmat #links ul.bullets li {
    border-left: 2px solid rgba(255, 215, 0, 0.3);
    padding-left: 10px;
    margin: 5px 0;
}

.heisenberg_hazmat #bilder {
    background: #000000;
    border: 1px solid rgba(255, 215, 0, 0.3);
    padding: 20px;
    border-radius: 8px;
}

.heisenberg_hazmat #bilder .toollink {
    color: #ffffff;
    font-size: 0.9em;
}

.heisenberg_hazmat #bilder .toollink:hover {
    color: #FFD700;
}

.heisenberg_hazmat #bilder ul.bullets li {
    border-left: 2px solid rgba(255, 215, 0, 0.3);
    padding-left: 10px;
    margin: 5px 0;
}

.heisenberg_hazmat .support {
    background: #000000;
    border-top: 8px solid #FFD700;
    border-bottom: 8px solid #FFD700;
    border-left: 3px solid #FFD700;
    border-right: 3px solid #FFD700;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.heisenberg_hazmat .support::before {
    content: '⚠';
    position: absolute;
    font-size: 200px;
    color: rgba(255, 215, 0, 0.05);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.heisenberg_hazmat .support::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 40px,
        rgba(255, 215, 0, 0.1) 40px,
        rgba(255, 215, 0, 0.1) 80px
    );
    pointer-events: none;
}

.heisenberg_hazmat .support h3 {
    color: #FFD700;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.heisenberg_hazmat .support p {
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.heisenberg_hazmat .support p span {
    color: #ffffff;
}

.heisenberg_hazmat .support button {
    position: relative;
    z-index: 1;
    background: #FFD700;
    color: #000000;
    border: 3px solid #000000;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heisenberg_hazmat .support button:hover {
    background: #FFC700;
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.8);
}

.heisenberg_hazmat a {
    color: #FFD700 !important;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.heisenberg_hazmat a:hover {
    color: #FFC700;
}

.heisenberg_hazmat a:visited {
    color: rgba(255, 215, 0, 0.8);
}

.heisenberg_hazmat .feature-list {
}

.heisenberg_hazmat .feature-item {
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3) !important;
    backdrop-filter: blur(10px);
    color: #ffffff;
    font-weight: 600;
}

.heisenberg_hazmat .feature-item::before {
    color: #FFD700;
}

.heisenberg_hazmat .example-badge {
    background: #FFD700;
    color: #000000;
    border: 3px solid #000000;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.heisenberg_hazmat .entry::before {
    background: #FFD700;
}

.heisenberg_hazmat #scr_div {
    background: #000000;
    padding: 20px;
}

.heisenberg_hazmat .mainimg {
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}

.heisenberg_hazmat .mainimg2 {
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}

/* Deutsche Bahn Theme - Using .db class prefix */

.db .btn-primary {
    background: #EC0016;
    color: white;
    box-shadow: 0 4px 15px rgba(236, 0, 22, 0.4);
    border: none;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
}

.db .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(236, 0, 22, 0.5);
    background: #C40015;
}

.db .btn-secondary {
    background: white;
    color: #EC0016;
    border: 2px solid #EC0016;
    font-family: Arial, sans-serif;
}

.db .btn-secondary:hover,
.db .btn-secondary a:hover {
    background: #EC0016;
    color: white !important;
    border-color: #EC0016;
}

.db .btn-cta {
    background: #EC0016;
    color: white !important;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.9) !important;
    border: none;
    font-family: Arial, sans-serif;
}

.db .btn-cta:hover {
    animation: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(236, 0, 22, 0.5);
    background: #C40015;
}

.db .input-section {
    background: white;
    border: 2px solid #EC0016;
    box-shadow: 0 8px 24px rgba(236, 0, 22, 0.15);
}

.db .input-field {
    background: #F0F3F5;
    border: 2px solid #D7D9DB;
    color: #282D37 !important;
    font-family: Arial, sans-serif;
}

.db .input-field:focus {
    border-color: #EC0016;
    background: white;
    box-shadow: 0 0 0 4px rgba(236, 0, 22, 0.1);
    color: #282D37;
}

.db .input-field::placeholder {
    color: #78808C;
}

.db .status-badge {
    background: #EC0016;
    color: white;
    border: none;
    box-shadow: 0 4px 15px rgba(236, 0, 22, 0.3);
    font-family: Arial, sans-serif;
    letter-spacing: 0;
}

.db .card {
    background: #F0F3F5;
    border: 2px solid #D7D9DB;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.db .card:hover {
    border-color: #EC0016;
    box-shadow: 0 4px 16px rgba(236, 0, 22, 0.2);
}

.db .card h3 {
    color: #282D37;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
}

.db .statline {
    background: white !important;
    border-left-color: #EC0016;
    color: #282D37 !important;
    border: 1px solid #F0F3F5;
    font-family: Arial, sans-serif;
}

.db .statline:hover {
    border-left-color: #EC0016;
    box-shadow: 0 2px 8px rgba(236, 0, 22, 0.1);
}

.db .heading.h24 {
    color: #282D37;
    border-bottom-color: #EC0016;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
}

.db .fingerline {
    background: white !important;
    border-left-color: #EC0016;
    color: #282D37;
    border: 1px solid #F0F3F5;
    font-family: Arial, sans-serif;
}

.db .fingerline:hover {
    background: #F0F3F5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.db .nicetable th {
    background: #EC0016;
    color: white;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
}

.db .nicetable {
    background: white;
    border: 1px solid #D7D9DB;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.db .nicetable td {
    color: #282D37;
    background: white;
    border-bottom-color: #F0F3F5;
    font-family: Arial, sans-serif;
}

.db .nicetable tr:nth-child(even) {
    background: #F0F3F5;
}

.db .nicetable tr:hover {
    background: #F0F3F5;
}

.db .expandable-cta-compact {
    box-shadow: 0 4px 16px rgba(236, 0, 22, 0.15);
}

.db .btn-compact-expand2 {
    background: white;
    color: #EC0016;
    border: 2px solid #EC0016;
    font-family: Arial, sans-serif;
}

.db .btn-compact-expand2:hover {
    background: #F0F3F5;
    box-shadow: 0 3px 10px rgba(236, 0, 22, 0.2);
}

.db .btn-compact-expand2.active {
    background: #EC0016;
    color: white;
}

.db .compact-content {
    background: white;
    border: 2px solid #EC0016;
    border-top: none;
}

.db .compact-inner {
    background: white;
}

.db .compact-inner p {
    color: #282D37;
    font-family: Arial, sans-serif;
}

.db .compact-inner strong {
    color: #EC0016;
}

.db .price-ribbon .ribbon-content {
    background: #EC0016;
    color: white;
    box-shadow: 0 4px 12px rgba(236, 0, 22, 0.4);
    font-family: Arial, sans-serif;
    letter-spacing: 0;
}

.db .cta-section {
    background: #EC0016;
    border: none;
    box-shadow: 0 8px 24px rgba(236, 0, 22, 0.3);
}

.db .cta-section h2 {
    color: white !important;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
}

.db .cta-section p {
    color: white !important;
    font-family: Arial, sans-serif;
}

.db .loader-container {
    background: white;
    border: 2px solid #EC0016;
    box-shadow: 0 8px 24px rgba(236, 0, 22, 0.15);
}

.db .loader-header h3 {
    color: #282D37;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
}

.db .loader-subtitle {
    color: #78808C;
    font-family: Arial, sans-serif;
}

.db .spinner-circle:before {
    background-color: #EC0016;
}

.db .progress-section {
    background: #F0F3F5;
    border-left-color: #EC0016;
    border: 1px solid #D7D9DB;
}

.db .progress-title {
    color: #282D37;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
}

.db .progress-item {
    background: white;
    border: 1px solid #D7D9DB;
}

.db .progress-item.active {
    background: #F0F3F5;
    border-left-color: #EC0016;
}

.db .progress-url {
    color: #282D37;
    font-family: Arial, sans-serif;
}

.db .scan-progress-fill {
    background: #EC0016;
}

.db .privacy-alert {
    background-color: white;
    border-left-color: #EC0016;
    border: 2px solid #EC0016;
    box-shadow: 0 4px 16px rgba(236, 0, 22, 0.15);
    font-family: Arial, sans-serif;
}

.db .privacy-alert-icon {
    background-color: #EC0016;
}

.db .privacy-alert-title {
    color: #282D37;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
}

.db .privacy-alert-content {
    color: #282D37;
}

.db .privacy-alert-info {
    background-color: #F0F3F5;
    border: 1px solid #D7D9DB;
}

.db .privacy-alert-button {
    background-color: #EC0016;
    font-family: Arial, sans-serif;
}

.db .privacy-alert-button:hover {
    background-color: #C40015;
}

.db #loesungen {
    background: white;
    border: 2px solid #D7D9DB;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.db .loesunginfo {
    font-family: Arial, sans-serif;
}

.db .loesungcompinfo {
    color: #282D37 !important;
    border-bottom-color: #D7D9DB;
}

.db .loesunginfo > span:not(.loesungcompinfo) {
    color: #282D37;
}

.db .loesungurl {
    background: #EC0016 !important;
    color: white !important;
    box-shadow: 0 2px 8px rgba(236, 0, 22, 0.3);
    border: none;
}

.db .loesungurl:hover {
    box-shadow: 0 4px 12px rgba(236, 0, 22, 0.4);
    background: #C40015 !important;
}

.db #auskunftsgenerator {
    background: #F0F3F5;
    border-left-color: #EC0016;
    box-shadow: 0 4px 16px rgba(236, 0, 22, 0.15);
}

.db #auskunftsgenerator .col-xs-12:first-child > div {
    background: white;
    border: 1px solid #D7D9DB;
    color: #282D37;
    font-family: Arial, sans-serif;
}

.db h2 {
    color: #282D37;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
}

.db p {
    color: #282D37;
    font-family: Arial, sans-serif;
}

.db .credit {
    color: #78808C;
    font-family: Arial, sans-serif;
}

.db .status-badge {
    background: #EC0016 !important;
    color: white !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(236, 0, 22, 0.3) !important;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
}

.db .status-badge .full-analysis {
    background: #282D37;
    color: white;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
}

.db .post-content,.db #resultha2, .db #result, .db #procdiv, .db .post-content2, .db .page,body.db {
    background: white;
    color: #282D37;
    font-family: Arial, sans-serif;
}

.db #links {
    background: white;
    border: 1px solid #D7D9DB;
    padding: 20px;
    border-radius: 8px;
}

.db #links .toollink {
    color: #282D37;
    font-family: Arial, sans-serif;
}

.db #links .toollink:hover {
    color: #EC0016;
}

.db #links ul.bullets li {
    border-left: 2px solid #EC0016;
    padding-left: 10px;
    margin: 5px 0;
}

.db #bilder {
    background: white;
    border: 1px solid #D7D9DB;
    padding: 20px;
    border-radius: 8px;
}

.db #bilder .toollink {
    color: #282D37;
    font-family: Arial, sans-serif;
    font-size: 0.9em;
}

.db #bilder .toollink:hover {
    color: #EC0016;
}

.db #bilder ul.bullets li {
    border-left: 2px solid #EC0016;
    padding-left: 10px;
    margin: 5px 0;
}

.db .support {
    background: white;
    border: 2px solid #EC0016;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(236, 0, 22, 0.15);
}

.db .support h3 {
    color: #282D37;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.db .support p {
    color: #282D37;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
}

.db .support p span {
    color: #282D37;
}

.db .support button {
    background: #EC0016;
    color: white;
    border: none;
    box-shadow: 0 4px 15px rgba(236, 0, 22, 0.3);
    font-family: Arial, sans-serif;
}

.db .support button:hover {
    background: #C40015;
    box-shadow: 0 6px 20px rgba(236, 0, 22, 0.4);
}

.db h4 {
    color: #282D37;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
}

.db a {
    color: #EC0016 !important;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

.db a:hover {
    color: #C40015;
}

.db a:visited {
    color: #EC0016;
}

.db .feature-list {
}

.db .feature-item {
    background: rgba(236, 0, 22, 0.05);
    border: 1px solid #D7D9DB !important;
    color: #fff !important;
    font-family: Arial, sans-serif;
}

.db .feature-item::before {
    color: #EC0016;
}

.db .example-badge {
    background: #EC0016;
    color: white;
    border: none;
    box-shadow: 0 2px 8px rgba(236, 0, 22, 0.3);
    font-family: Arial, sans-serif;
}

.db .entry::before {
    background: #EC0016;
}

.db #scr_div {
    padding: 20px;
}

.db .mainimg {
    border: 2px solid #D7D9DB;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.db .mainimg2 {
    border: 2px solid #D7D9DB;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Cupra Formentor Theme - Using .cupra class prefix */

.cupra .btn-primary {
    background: linear-gradient(135deg, #9d7e6a 0%, #7a5e4f 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(157, 126, 106, 0.6);
    border: 1px solid #9d7e6a;
    font-weight: 700;
    letter-spacing: 1px;
}

.cupra .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(157, 126, 106, 0.8);
    background: linear-gradient(135deg, #7a5e4f 0%, #9d7e6a 100%);
}

.cupra .btn-secondary {
    background: #1a1a1a;
    color: #9d7e6a;
    border: 2px solid #9d7e6a;
    font-weight: 700;
    letter-spacing: 1px;
}

.cupra .btn-secondary:hover,
.cupra .btn-secondary a:hover {
    background: #2a2a2a;
    color: #9d7e6a !important;
    border-color: #9d7e6a;
    box-shadow: 0 0 15px rgba(157, 126, 106, 0.4);
}

.cupra .btn-cta {
    background: linear-gradient(135deg, #9d7e6a 0%, #7a5e4f 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(157, 126, 106, 0.6);
    border: 1px solid #9d7e6a;
    font-weight: 700;
    letter-spacing: 1px;
}

.cupra .btn-cta:hover {
    animation: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(157, 126, 106, 0.8);
}

.cupra .input-section {
    background: #1a1a1a;
    border: 2px solid #9d7e6a;
    box-shadow: 0 8px 24px rgba(157, 126, 106, 0.3);
}

.cupra .input-field {
    background: #2a2a2a;
    border: 2px solid #9d7e6a;
    color: #ffffff !important;
    font-weight: 500;
}

.cupra .input-field:focus {
    border-color: #9d7e6a;
    background: #1a1a1a;
    box-shadow: 0 0 0 4px rgba(157, 126, 106, 0.2);
    color: #ffffff;
}

.cupra .input-field::placeholder {
    color: rgba(157, 126, 106, 0.6);
}

.cupra .status-badge {
    background: #1a1a1a;
    color: #9d7e6a;
    border: 2px solid #9d7e6a;
    box-shadow: 0 0 20px rgba(157, 126, 106, 0.5);
    font-weight: 700;
    letter-spacing: 2px;
}

.cupra .card {
    background: #1a1a1a;
    border: 2px solid #9d7e6a;
    box-shadow: 0 0 15px rgba(157, 126, 106, 0.3);
}

.cupra .card:hover {
    border-color: #9d7e6a;
    box-shadow: 0 0 25px rgba(157, 126, 106, 0.5);
}

.cupra .card h3 {
    color: #9d7e6a;
    font-weight: 700;
    letter-spacing: 1px;
}

.cupra .statline {
    background: #1a1a1a !important;
    border-left-color: #9d7e6a;
    color: #ffffff !important;
    border: 1px solid rgba(157, 126, 106, 0.3);
}

.cupra .statline:hover {
    border-left-color: #9d7e6a;
    box-shadow: 0 0 10px rgba(157, 126, 106, 0.3);
}

.cupra .heading.h24 {
    color: #9d7e6a;
    border-bottom-color: #9d7e6a;
    font-weight: 700;
    letter-spacing: 1px;
}

.cupra .fingerline {
    background: #1a1a1a !important;
    border-left-color: #9d7e6a;
    color: #ffffff;
    border: 1px solid rgba(157, 126, 106, 0.3);
}

.cupra .fingerline:hover {
    background: #2a2a2a;
    box-shadow: 0 0 10px rgba(157, 126, 106, 0.3);
}

.cupra .nicetable th {
    background: linear-gradient(135deg, #7a5e4f 0%, #9d7e6a 100%);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.cupra .nicetable {
    background: #1a1a1a;
    border: 2px solid #9d7e6a;
    box-shadow: 0 0 15px rgba(157, 126, 106, 0.3);
}

.cupra .nicetable td {
    color: #ffffff;
    background: #1a1a1a;
    border-bottom-color: rgba(157, 126, 106, 0.3);
}

.cupra .nicetable tr:nth-child(even) {
    background: #2a2a2a;
}

.cupra .nicetable tr:hover {
    background: #2a2a2a;
    box-shadow: inset 0 0 10px rgba(157, 126, 106, 0.2);
}

.cupra .expandable-cta-compact {
    box-shadow: 0 0 20px rgba(157, 126, 106, 0.3);
}

.cupra .btn-compact-expand2 {
    background: #1a1a1a;
    color: #9d7e6a;
    border: 2px solid #9d7e6a;
    font-weight: 700;
    letter-spacing: 1px;
}

.cupra .btn-compact-expand2:hover {
    background: #2a2a2a;
    box-shadow: 0 0 15px rgba(157, 126, 106, 0.4);
}

.cupra .btn-compact-expand2.active {
    background: #7a5e4f;
    color: #ffffff;
}

.cupra .compact-content {
    background: #1a1a1a;
    border: 2px solid #9d7e6a;
    border-top: none;
}

.cupra .compact-inner {
    background: #1a1a1a;
}

.cupra .compact-inner p {
    color: #ffffff;
}

.cupra .compact-inner strong {
    color: #9d7e6a;
}

.cupra .price-ribbon .ribbon-content {
    background: linear-gradient(135deg, #9d7e6a 0%, #7a5e4f 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(157, 126, 106, 0.6);
    font-weight: 700;
    letter-spacing: 1px;
}

.cupra .cta-section {
    background: #1a1a1a;
    border: 2px solid #9d7e6a;
    box-shadow: 0 0 30px rgba(157, 126, 106, 0.5);
}

.cupra .cta-section h2 {
    color: #9d7e6a !important;
    font-weight: 700;
    letter-spacing: 2px;
}

.cupra .cta-section p {
    color: #ffffff !important;
}

.cupra .loader-container {
    background: #1a1a1a;
    border: 2px solid #9d7e6a;
    box-shadow: 0 0 25px rgba(157, 126, 106, 0.4);
}

.cupra .loader-header h3 {
    color: #9d7e6a;
    font-weight: 700;
    letter-spacing: 1px;
}

.cupra .loader-subtitle {
    color: #ffffff;
}

.cupra .spinner-circle:before {
    background-color: #9d7e6a;
    box-shadow: 0 0 10px rgba(157, 126, 106, 0.8);
}

.cupra .progress-section {
    background: #1a1a1a;
    border-left-color: #9d7e6a;
    border: 1px solid rgba(157, 126, 106, 0.3);
}

.cupra .progress-title {
    color: #9d7e6a;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.cupra .progress-item {
    background: #2a2a2a;
    border: 1px solid rgba(157, 126, 106, 0.2);
}

.cupra .progress-item.active {
    background: #2a2a2a;
    border-left-color: #9d7e6a;
}

.cupra .progress-url {
    color: #ffffff;
}

.cupra .scan-progress-fill {
    background: linear-gradient(90deg, #7a5e4f 0%, #9d7e6a 100%);
}

.cupra .privacy-alert {
    background-color: #1a1a1a;
    border-left-color: #9d7e6a;
    border: 2px solid #9d7e6a;
    box-shadow: 0 0 15px rgba(157, 126, 106, 0.3);
}

.cupra .privacy-alert-icon {
    background-color: #9d7e6a;
    box-shadow: 0 0 10px rgba(157, 126, 106, 0.6);
}

.cupra .privacy-alert-title {
    color: #9d7e6a;
    font-weight: 700;
    letter-spacing: 1px;
}

.cupra .privacy-alert-content {
    color: #ffffff;
}

.cupra .privacy-alert-info {
    background-color: #2a2a2a;
    border: 1px solid rgba(157, 126, 106, 0.3);
}

.cupra .privacy-alert-button {
    background-color: #9d7e6a;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 0 10px rgba(157, 126, 106, 0.6);
}

.cupra .privacy-alert-button:hover {
    background-color: #7a5e4f;
}

.cupra #loesungen {
    background: #1a1a1a;
    border: 2px solid #9d7e6a;
    box-shadow: 0 0 15px rgba(157, 126, 106, 0.3);
}

.cupra .loesunginfo {
}

.cupra .loesungcompinfo {
    color: #9d7e6a !important;
    border-bottom-color: rgba(157, 126, 106, 0.3);
}

.cupra .loesunginfo > span:not(.loesungcompinfo) {
    color: #ffffff;
}

.cupra .loesungurl {
    background: linear-gradient(135deg, #7a5e4f 0%, #9d7e6a 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(157, 126, 106, 0.5);
    border: 1px solid #9d7e6a;
}

.cupra .loesungurl:hover {
    box-shadow: 0 4px 12px rgba(157, 126, 106, 0.7);
}

.cupra #auskunftsgenerator {
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    border-left-color: #9d7e6a;
    box-shadow: 0 4px 16px rgba(157, 126, 106, 0.4);
}

.cupra #auskunftsgenerator .col-xs-12:first-child > div {
    background: #1a1a1a;
    border: 1px solid rgba(157, 126, 106, 0.3);
    color: #ffffff;
}

.cupra h2 {
    color: #9d7e6a;
    font-weight: 700;
    letter-spacing: 1px;
}

.cupra h4 {
    color: #9d7e6a;
    font-weight: 700;
    letter-spacing: 1px;
}

.cupra p {
    color: #ffffff;
}

.cupra .credit {
    color: rgba(157, 126, 106, 0.7);
}

.cupra .status-badge .full-analysis {
    background: #7a5e4f;
    color: #ffffff;
    border: 2px solid #9d7e6a;
    box-shadow: 0 0 15px rgba(157, 126, 106, 0.6);
    font-weight: 700;
    letter-spacing: 1px;
}

.cupra .post-content,.cupra #resultha2, .cupra #result, .cupra #procdiv, .cupra .post-content2, .cupra .page,body.cupra {
    background: #1a1a1a;
    color: #ffffff;
}

.cupra #links {
    background: #1a1a1a;
    border: 1px solid rgba(157, 126, 106, 0.3);
    padding: 20px;
    border-radius: 8px;
}

.cupra #links .toollink {
    color: #ffffff;
}

.cupra #links .toollink:hover {
    color: #9d7e6a;
}

.cupra #links ul.bullets li {
    border-left: 2px solid rgba(157, 126, 106, 0.3);
    padding-left: 10px;
    margin: 5px 0;
}

.cupra #bilder {
    background: #1a1a1a;
    border: 1px solid rgba(157, 126, 106, 0.3);
    padding: 20px;
    border-radius: 8px;
}

.cupra #bilder .toollink {
    color: #ffffff;
    font-size: 0.9em;
}

.cupra #bilder .toollink:hover {
    color: #9d7e6a;
}

.cupra #bilder ul.bullets li {
    border-left: 2px solid rgba(157, 126, 106, 0.3);
    padding-left: 10px;
    margin: 5px 0;
}

.cupra .support {
    background: #1a1a1a;
    border: 2px solid #9d7e6a;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 0 25px rgba(157, 126, 106, 0.4);
    position: relative;
    overflow: hidden;
}

.cupra .support h3 {
    color: #9d7e6a;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.cupra .support p {
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.cupra .support p span {
    color: #ffffff;
}

.cupra .support button {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #7a5e4f 0%, #9d7e6a 100%);
    color: #ffffff;
    border: 2px solid #9d7e6a;
    box-shadow: 0 0 20px rgba(157, 126, 106, 0.6);
    font-weight: 700;
    letter-spacing: 1px;
}

.cupra .support button:hover {
    background: linear-gradient(135deg, #9d7e6a 0%, #7a5e4f 100%);
    box-shadow: 0 0 30px rgba(157, 126, 106, 0.8);
}

.cupra .feature-list {
}

.cupra .feature-item {
    background: rgba(122, 94, 79, 0.2);
    border: 1px solid rgba(157, 126, 106, 0.3) !important;
    backdrop-filter: blur(10px);
    color: #ffffff;
    font-weight: 600;
}

.cupra .feature-item::before {
    color: #9d7e6a;
}

.cupra .example-badge {
    background: linear-gradient(135deg, #7a5e4f 0%, #9d7e6a 100%);
    color: #ffffff;
    border: 1px solid #9d7e6a;
    box-shadow: 0 0 15px rgba(157, 126, 106, 0.5);
    font-weight: 700;
    letter-spacing: 0.5px;
}

.cupra .entry::before {
    background: #9d7e6a;
}

.cupra #scr_div {
    padding: 20px;
}

.cupra .mainimg {
    border: 2px solid #9d7e6a;
    box-shadow: 0 0 20px rgba(157, 126, 106, 0.5);
}

.cupra .mainimg2 {
    border: 2px solid #9d7e6a;
    box-shadow: 0 0 20px rgba(157, 126, 106, 0.5);
}

.cupra a {
    color: #9d7e6a !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cupra a:hover {
    color: #7a5e4f;
}

.cupra a:visited {
    color: rgba(157, 126, 106, 0.8);
}


/* Heisenberg Periodic Theme - Using .heisenberg_periodic class prefix */

.heisenberg_periodic .btn-primary {
    background: linear-gradient(135deg, #14ff96 0%, #0d9e5e 100%);
    color: #1a1a1a;
    box-shadow: 0 4px 15px rgba(20, 255, 150, 0.6);
    border: 2px solid #14ff96;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.heisenberg_periodic .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(20, 255, 150, 0.8);
    background: linear-gradient(135deg, #0d9e5e 0%, #14ff96 100%);
}

.heisenberg_periodic .btn-secondary {
    background: #1a1a1a;
    color: #14ff96;
    border: 2px solid #14ff96;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .btn-secondary:hover,
.heisenberg_periodic .btn-secondary a:hover {
    background: #2a2a2a;
    color: #14ff96 !important;
    border-color: #14ff96;
    box-shadow: 0 0 15px rgba(20, 255, 150, 0.4);
}

.heisenberg_periodic .btn-cta {
    background: linear-gradient(135deg, #14ff96 0%, #0d9e5e 100%);
    color: #1a1a1a !important;
    box-shadow: 0 4px 15px rgba(20, 255, 150, 0.6);
    border: 2px solid #14ff96;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.heisenberg_periodic .btn-cta:hover {
    animation: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(20, 255, 150, 0.8);
}

.heisenberg_periodic .input-section {
    background: #1a1a1a;
    border: 3px solid #14ff96;
    box-shadow: 0 8px 24px rgba(20, 255, 150, 0.3);
}

.heisenberg_periodic .input-field {
    background: #0a0a0a;
    border: 2px solid #14ff96;
    color: #14ff96 !important;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .input-field:focus {
    border-color: #14ff96;
    background: #1a1a1a;
    box-shadow: 0 0 0 4px rgba(20, 255, 150, 0.2);
    color: #14ff96;
}

.heisenberg_periodic .input-field::placeholder {
    color: rgba(20, 255, 150, 0.5);
}

.heisenberg_periodic .status-badge {
    background: #1a1a1a;
    color: #14ff96;
    border: 2px solid #14ff96;
    box-shadow: 0 0 20px rgba(20, 255, 150, 0.5);
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .card {
    background: #1a1a1a;
    border: 2px solid #14ff96;
    box-shadow: 0 0 15px rgba(20, 255, 150, 0.3);
}

.heisenberg_periodic .card:hover {
    border-color: #14ff96;
    box-shadow: 0 0 25px rgba(20, 255, 150, 0.5);
}

.heisenberg_periodic .card h3 {
    color: #14ff96;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .statline {
    background: #1a1a1a !important;
    border-left-color: #14ff96;
    color: #cccccc !important;
    border: 1px solid rgba(20, 255, 150, 0.3);
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .statline:hover {
    border-left-color: #14ff96;
    box-shadow: 0 0 10px rgba(20, 255, 150, 0.3);
}

.heisenberg_periodic .heading.h24 {
    color: #14ff96;
    border-bottom-color: #14ff96;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .fingerline {
    background: #1a1a1a !important;
    border-left-color: #14ff96;
    color: #cccccc;
    border: 1px solid rgba(20, 255, 150, 0.3);
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .fingerline:hover {
    background: #2a2a2a;
    box-shadow: 0 0 10px rgba(20, 255, 150, 0.3);
}

.heisenberg_periodic .nicetable th {
    background: linear-gradient(135deg, #0d9e5e 0%, #14ff96 100%);
    color: #1a1a1a;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.heisenberg_periodic .nicetable {
    background: #1a1a1a;
    border: 2px solid #14ff96;
    box-shadow: 0 0 15px rgba(20, 255, 150, 0.3);
}

.heisenberg_periodic .nicetable td {
    color: #cccccc;
    background: #1a1a1a;
    border-bottom-color: rgba(20, 255, 150, 0.3);
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .nicetable tr:nth-child(even) {
    background: #0a0a0a;
}

.heisenberg_periodic .nicetable tr:hover {
    background: #2a2a2a;
    box-shadow: inset 0 0 10px rgba(20, 255, 150, 0.2);
}

.heisenberg_periodic .expandable-cta-compact {
    box-shadow: 0 0 20px rgba(20, 255, 150, 0.3);
}

.heisenberg_periodic .btn-compact-expand2 {
    background: #1a1a1a;
    color: #14ff96;
    border: 2px solid #14ff96;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .btn-compact-expand2:hover {
    background: #2a2a2a;
    box-shadow: 0 0 15px rgba(20, 255, 150, 0.4);
}

.heisenberg_periodic .btn-compact-expand2.active {
    background: #0d9e5e;
    color: #1a1a1a;
}

.heisenberg_periodic .compact-content {
    background: #1a1a1a;
    border: 2px solid #14ff96;
    border-top: none;
}

.heisenberg_periodic .compact-inner {
    background: #1a1a1a;
}

.heisenberg_periodic .compact-inner p {
    color: #cccccc;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .compact-inner strong {
    color: #14ff96;
}

.heisenberg_periodic .price-ribbon .ribbon-content {
    background: linear-gradient(135deg, #14ff96 0%, #0d9e5e 100%);
    color: #1a1a1a;
    box-shadow: 0 4px 12px rgba(20, 255, 150, 0.6);
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.heisenberg_periodic .cta-section {
    background: #1a1a1a;
    border: 3px solid #14ff96;
    box-shadow: 0 0 30px rgba(20, 255, 150, 0.5);
}

.heisenberg_periodic .cta-section h2 {
    color: #14ff96 !important;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .cta-section h2::before {
    content: '[';
    color: #666666;
    margin-right: 10px;
}

.heisenberg_periodic .cta-section h2::after {
    content: ']';
    color: #666666;
    margin-left: 10px;
}

.heisenberg_periodic .cta-section p {
    color: #cccccc !important;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .loader-container {
    background: #1a1a1a;
    border: 2px solid #14ff96;
    box-shadow: 0 0 25px rgba(20, 255, 150, 0.4);
}

.heisenberg_periodic .loader-header h3 {
    color: #14ff96;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .loader-subtitle {
    color: #cccccc;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .spinner-circle:before {
    background-color: #14ff96;
    box-shadow: 0 0 10px rgba(20, 255, 150, 0.8);
}

.heisenberg_periodic .progress-section {
    background: #0a0a0a;
    border-left-color: #14ff96;
    border: 2px solid rgba(20, 255, 150, 0.3);
}

.heisenberg_periodic .progress-title {
    color: #14ff96;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .progress-item {
    background: #1a1a1a;
    border: 1px solid rgba(20, 255, 150, 0.2);
}

.heisenberg_periodic .progress-item.active {
    background: rgba(20, 255, 150, 0.05);
    border-left-color: #14ff96;
}

.heisenberg_periodic .progress-url {
    color: #cccccc;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .scan-progress-fill {
    background: linear-gradient(90deg, #0d9e5e 0%, #14ff96 100%);
}

.heisenberg_periodic .privacy-alert {
    background-color: #1a1a1a;
    border-left-color: #14ff96;
    border: 2px solid #14ff96;
    box-shadow: 0 0 15px rgba(20, 255, 150, 0.3);
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .privacy-alert-icon {
    background-color: #14ff96;
    color: #1a1a1a;
    box-shadow: 0 0 10px rgba(20, 255, 150, 0.6);
}

.heisenberg_periodic .privacy-alert-title {
    color: #14ff96;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .privacy-alert-content {
    color: #cccccc;
}

.heisenberg_periodic .privacy-alert-info {
    background-color: #0a0a0a;
    border: 1px solid rgba(20, 255, 150, 0.3);
}

.heisenberg_periodic .privacy-alert-button {
    background-color: #14ff96;
    color: #1a1a1a;
    font-family: Arial, sans-serif;
    font-weight: 700;
    box-shadow: 0 0 10px rgba(20, 255, 150, 0.6);
}

.heisenberg_periodic .privacy-alert-button:hover {
    background-color: #0d9e5e;
}

.heisenberg_periodic #loesungen {
    background: #1a1a1a;
    border: 2px solid #14ff96;
    box-shadow: 0 0 15px rgba(20, 255, 150, 0.3);
}

.heisenberg_periodic .loesunginfo {
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .loesungcompinfo {
    color: #14ff96 !important;
    border-bottom-color: rgba(20, 255, 150, 0.3);
}

.heisenberg_periodic .loesunginfo > span:not(.loesungcompinfo) {
    color: #cccccc;
}

.heisenberg_periodic .loesungurl {
    background: linear-gradient(135deg, #0d9e5e 0%, #14ff96 100%) !important;
    color: #1a1a1a !important;
    box-shadow: 0 2px 8px rgba(20, 255, 150, 0.5);
    border: 2px solid #14ff96;
    font-weight: 700;
}

.heisenberg_periodic .loesungurl:hover {
    box-shadow: 0 4px 12px rgba(20, 255, 150, 0.7);
}

.heisenberg_periodic #auskunftsgenerator {
    background: linear-gradient(135deg, #0a1a0a 0%, #1a331a 100%);
    border-left-color: #14ff96;
    box-shadow: 0 4px 16px rgba(20, 255, 150, 0.4);
}

.heisenberg_periodic #auskunftsgenerator .col-xs-12:first-child > div {
    background: #1a1a1a;
    border: 1px solid rgba(20, 255, 150, 0.3);
    color: #cccccc;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic h2 {
    color: #14ff96;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic h2::before {
    content: '[';
    color: #666666;
    margin-right: 10px;
}

.heisenberg_periodic h2::after {
    content: ']';
    color: #666666;
    margin-left: 10px;
}

.heisenberg_periodic h4 {
    color: #14ff96;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic p {
    color: #cccccc;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .credit {
    color: rgba(204, 204, 204, 0.7);
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .status-badge .full-analysis {
    background: #0d9e5e;
    color: #1a1a1a;
    border: 2px solid #14ff96;
    box-shadow: 0 0 15px rgba(20, 255, 150, 0.6);
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.heisenberg_periodic .post-content,.heisenberg_periodic #resultha2, .heisenberg_periodic #result, .heisenberg_periodic #procdiv, .heisenberg_periodic .post-content2, .heisenberg_periodic .page,body.heisenberg_periodic {
    background: #1a1a1a;
    color: #cccccc;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic #links {
    background: #1a1a1a;
    border: 2px solid rgba(20, 255, 150, 0.3);
    padding: 20px;
    border-radius: 8px;
}

.heisenberg_periodic #links .toollink {
    color: #cccccc;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic #links .toollink:hover {
    color: #14ff96;
}

.heisenberg_periodic #links ul.bullets li {
    border-left: 2px solid rgba(20, 255, 150, 0.3);
    padding-left: 10px;
    margin: 5px 0;
}

.heisenberg_periodic #bilder {
    background: #1a1a1a;
    border: 2px solid rgba(20, 255, 150, 0.3);
    padding: 20px;
    border-radius: 8px;
}

.heisenberg_periodic #bilder .toollink {
    color: #cccccc;
    font-family: Arial, sans-serif;
    font-size: 0.9em;
}

.heisenberg_periodic #bilder .toollink:hover {
    color: #14ff96;
}

.heisenberg_periodic #bilder ul.bullets li {
    border-left: 2px solid rgba(20, 255, 150, 0.3);
    padding-left: 10px;
    margin: 5px 0;
}

.heisenberg_periodic .support {
    background: #1a1a1a;
    border: 3px solid #14ff96;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 0 25px rgba(20, 255, 150, 0.4);
    position: relative;
}

.heisenberg_periodic .support::before {
    content: 'Ds';
    position: absolute;
    font-size: 200px;
    font-weight: 700;
    color: rgba(20, 255, 150, 0.03);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Arial, sans-serif;
    z-index: 0;
}

.heisenberg_periodic .support h3 {
    color: #14ff96;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.heisenberg_periodic .support p {
    color: #cccccc;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.heisenberg_periodic .support p span {
    color: #cccccc;
}

.heisenberg_periodic .support button {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #0d9e5e 0%, #14ff96 100%);
    color: #1a1a1a;
    border: 2px solid #14ff96;
    box-shadow: 0 0 20px rgba(20, 255, 150, 0.6);
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.heisenberg_periodic .support button:hover {
    background: linear-gradient(135deg, #14ff96 0%, #0d9e5e 100%);
    box-shadow: 0 0 30px rgba(20, 255, 150, 0.8);
}

.heisenberg_periodic .feature-list {
}

.heisenberg_periodic .feature-item {
    background: rgba(20, 255, 150, 0.05);
    border: 2px solid #14ff96 !important;
    backdrop-filter: none;
    color: #cccccc;
    font-family: Arial, sans-serif;
}

.heisenberg_periodic .feature-item::before {
    color: #14ff96;
}

.heisenberg_periodic .example-badge {
    background: linear-gradient(135deg, #0d9e5e 0%, #14ff96 100%);
    color: #1a1a1a;
    border: 2px solid #14ff96;
    box-shadow: 0 0 15px rgba(20, 255, 150, 0.5);
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.heisenberg_periodic .entry::before {
    background: #14ff96;
}

.heisenberg_periodic #scr_div {
    background: #1a1a1a;
    padding: 20px;
    box-shadow: 0 0 20px rgba(20, 255, 150, 0.3);
}

.heisenberg_periodic .mainimg {
    border: 2px solid #14ff96;
    box-shadow: 0 0 20px rgba(20, 255, 150, 0.5);
}

.heisenberg_periodic .mainimg2 {
    border: 2px solid #14ff96;
    box-shadow: 0 0 20px rgba(20, 255, 150, 0.5);
}

.heisenberg_periodic a {
    color: #14ff96 !important;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

.heisenberg_periodic a:hover {
    color: #0d9e5e;
}

.heisenberg_periodic a:visited {
    color: rgba(20, 255, 150, 0.7);
}

/* Heisenberg Lab Theme - Using .heisenberg_lab class prefix */

.heisenberg_lab .btn-primary {
    background: linear-gradient(135deg, #14ff96 0%, #0d9960 100%);
    color: #1a1a1a;
    box-shadow: 0 4px 15px rgba(20, 255, 150, 0.4);
    border: 2px solid #14ff96;
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
    font-weight: 700;
}

.heisenberg_lab .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(20, 255, 150, 0.6);
    background: linear-gradient(135deg, #0d9960 0%, #14ff96 100%);
}

.heisenberg_lab .btn-secondary {
    background: white;
    color: #1a1a1a;
    border: 2px solid #cccccc;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .btn-secondary:hover,
.heisenberg_lab .btn-secondary a:hover {
    background: #f5f5f5;
    color: #1a1a1a !important;
    border-color: #14ff96;
    box-shadow: 0 2px 8px rgba(20, 255, 150, 0.3);
}

.heisenberg_lab .btn-cta {
    background: linear-gradient(135deg, #14ff96 0%, #0d9960 100%);
    color: #1a1a1a !important;
    box-shadow: 0 4px 15px rgba(20, 255, 150, 0.5);
    border: 2px solid #14ff96;
    font-family: 'Courier New', monospace;
    font-weight: 700;
}

.heisenberg_lab .btn-cta:hover {
    animation: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(20, 255, 150, 0.7);
}

.heisenberg_lab .input-section {
    background: white;
    border: 2px solid #cccccc;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.heisenberg_lab .input-field {
    background: #f5f5f5;
    border: 2px solid #cccccc;
    color: #1a1a1a !important;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .input-field:focus {
    border-color: #14ff96;
    background: white;
    box-shadow: 0 0 0 4px rgba(20, 255, 150, 0.1);
    color: #1a1a1a;
}

.heisenberg_lab .input-field::placeholder {
    color: #999999;
}

.heisenberg_lab .status-badge {
    background: white;
    color: #1a1a1a;
    border: 3px solid #14ff96;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
}

.heisenberg_lab .card {
    background: white;
    border: 2px solid #cccccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.heisenberg_lab .card:hover {
    border-color: #14ff96;
    box-shadow: 0 4px 12px rgba(20, 255, 150, 0.2);
}

.heisenberg_lab .card h3 {
    color: #1a1a1a;
    font-family: 'Courier New', monospace;
    border-bottom: 3px solid #14ff96;
    padding-bottom: 10px;
}

.heisenberg_lab .statline {
    background: #f5f5f5 !important;
    border-left-color: #14ff96;
    color: #1a1a1a !important;
    border: 1px solid #e0e0e0;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .statline:hover {
    border-left-color: #14ff96;
    box-shadow: 0 2px 8px rgba(20, 255, 150, 0.2);
    background: white !important;
}

.heisenberg_lab .heading.h24 {
    color: #1a1a1a;
    border-bottom-color: #14ff96;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .fingerline {
    background: #f5f5f5 !important;
    border-left-color: #14ff96;
    color: #1a1a1a;
    border: 1px solid #e0e0e0;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .fingerline:hover {
    background: white;
    box-shadow: 0 2px 6px rgba(20, 255, 150, 0.15);
}

.heisenberg_lab .nicetable th {
    background: linear-gradient(135deg, #14ff96 0%, #0d9960 100%);
    color: #1a1a1a;
    font-family: 'Courier New', monospace;
    font-weight: 700;
}

.heisenberg_lab .nicetable {
    background: white;
    border: 2px solid #cccccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.heisenberg_lab .nicetable td {
    color: #1a1a1a;
    background: white;
    border-bottom-color: #e0e0e0;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .nicetable tr:nth-child(even) {
    background: #f5f5f5;
}

.heisenberg_lab .nicetable tr:hover {
    background: #f0f0f0;
}

.heisenberg_lab .expandable-cta-compact {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.heisenberg_lab .btn-compact-expand2 {
    background: white;
    color: #1a1a1a;
    border: 2px solid #14ff96;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .btn-compact-expand2:hover {
    background: #f5f5f5;
    box-shadow: 0 2px 8px rgba(20, 255, 150, 0.3);
}

.heisenberg_lab .btn-compact-expand2.active {
    background: #14ff96;
    color: #1a1a1a;
}

.heisenberg_lab .compact-content {
    background: white;
    border: 2px solid #cccccc;
    border-top: none;
}

.heisenberg_lab .compact-inner {
    background: white;
}

.heisenberg_lab .compact-inner p {
    color: #4a4a4a;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .compact-inner strong {
    color: #1a1a1a;
}

.heisenberg_lab .price-ribbon .ribbon-content {
    background: linear-gradient(135deg, #14ff96 0%, #0d9960 100%);
    color: #1a1a1a;
    box-shadow: 0 4px 12px rgba(20, 255, 150, 0.4);
    font-family: 'Courier New', monospace;
    font-weight: 700;
}

.heisenberg_lab .cta-section {
    background: #f5f5f5;
    border: 2px solid #cccccc;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.heisenberg_lab .cta-section h2 {
    color: #1a1a1a !important;
    font-family: 'Courier New', monospace;
    border-bottom: 3px solid #14ff96;
    display: inline-block;
    padding-bottom: 10px;
}

.heisenberg_lab .cta-section p {
    color: #4a4a4a !important;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .loader-container {
    background: white;
    border: 2px solid #cccccc;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.heisenberg_lab .loader-header h3 {
    color: #1a1a1a;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .loader-subtitle {
    color: #666666;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .spinner-circle:before {
    background-color: #14ff96;
    box-shadow: 0 0 10px rgba(20, 255, 150, 0.5);
}

.heisenberg_lab .progress-section {
    background: #f5f5f5;
    border-left-color: #14ff96;
    border: 1px solid #e0e0e0;
}

.heisenberg_lab .progress-title {
    color: #1a1a1a;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .progress-item {
    background: white;
    border: 1px solid #e0e0e0;
}

.heisenberg_lab .progress-item.active {
    background: #f0f0f0;
    border-left-color: #14ff96;
}

.heisenberg_lab .progress-url {
    color: #4a4a4a;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .scan-progress-fill {
    background: linear-gradient(90deg, #14ff96 0%, #0d9960 100%);
}

.heisenberg_lab .privacy-alert {
    background-color: white;
    border-left-color: #14ff96;
    border: 2px solid #cccccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .privacy-alert-icon {
    background-color: #14ff96;
    color: #1a1a1a;
}

.heisenberg_lab .privacy-alert-title {
    color: #1a1a1a;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .privacy-alert-content {
    color: #4a4a4a;
}

.heisenberg_lab .privacy-alert-info {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
}

.heisenberg_lab .privacy-alert-button {
    background-color: #14ff96;
    color: #1a1a1a;
    font-family: 'Courier New', monospace;
    font-weight: 700;
}

.heisenberg_lab .privacy-alert-button:hover {
    background-color: #0d9960;
}

.heisenberg_lab #loesungen {
    background: white;
    border: 2px solid #cccccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.heisenberg_lab .loesunginfo {
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .loesungcompinfo {
    color: #1a1a1a !important;
    border-bottom-color: #e0e0e0;
}

.heisenberg_lab .loesunginfo > span:not(.loesungcompinfo) {
    color: #4a4a4a;
}

.heisenberg_lab .loesungurl {
    background: linear-gradient(135deg, #14ff96 0%, #0d9960 100%) !important;
    color: #1a1a1a !important;
    box-shadow: 0 2px 8px rgba(20, 255, 150, 0.4);
    border: 2px solid #14ff96;
}

.heisenberg_lab .loesungurl:hover {
    box-shadow: 0 4px 12px rgba(20, 255, 150, 0.6);
}

.heisenberg_lab #auskunftsgenerator {
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    border-left-color: #14ff96;
    border: 2px solid #cccccc;
    box-shadow: 0 4px 16px rgba(20, 255, 150, 0.2);
}

.heisenberg_lab #auskunftsgenerator .col-xs-12:first-child > div {
    background: white;
    border: 1px solid #e0e0e0;
    color: #1a1a1a;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab h2 {
    color: #1a1a1a;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab p {
    color: #4a4a4a;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .credit {
    color: #666666;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .status-badge {
    background: white !important;
    color: #1a1a1a !important;
    border: 3px solid #14ff96 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .status-badge .full-analysis {
    background: #14ff96;
    color: #1a1a1a;
    border: 2px solid #0d9960;
    box-shadow: 0 2px 8px rgba(20, 255, 150, 0.4);
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .post-content,.heisenberg_lab #resultha2, .heisenberg_lab #result, .heisenberg_lab #procdiv, .heisenberg_lab .post-content2, .heisenberg_lab .page,body.heisenberg_lab {
    background: #f5f5f5;
    color: #1a1a1a;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab #links {
    background: white;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 8px;
}

.heisenberg_lab #links .toollink {
    color: #4a4a4a;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab #links .toollink:hover {
    color: #14ff96;
}

.heisenberg_lab #links ul.bullets li {
    border-left: 2px solid #14ff96;
    padding-left: 10px;
    margin: 5px 0;
}

.heisenberg_lab #bilder {
    background: white;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 8px;
}

.heisenberg_lab #bilder .toollink {
    color: #4a4a4a;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

.heisenberg_lab #bilder .toollink:hover {
    color: #14ff96;
}

.heisenberg_lab #bilder ul.bullets li {
    border-left: 2px solid #14ff96;
    padding-left: 10px;
    margin: 5px 0;
}

.heisenberg_lab .support {
    background: white;
    border: 2px solid #cccccc;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.heisenberg_lab .support::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 19px, rgba(0,0,0,0.03) 19px, rgba(0,0,0,0.03) 20px),
        repeating-linear-gradient(90deg, transparent, transparent 19px, rgba(0,0,0,0.03) 19px, rgba(0,0,0,0.03) 20px);
    pointer-events: none;
    opacity: 0.5;
}

.heisenberg_lab .support h3 {
    color: #1a1a1a;
    font-family: 'Courier New', monospace;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    border-bottom: 3px solid #14ff96;
    display: inline-block;
    padding-bottom: 10px;
}

.heisenberg_lab .support p {
    color: #4a4a4a;
    font-family: 'Courier New', monospace;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.heisenberg_lab .support p span {
    color: #4a4a4a;
}

.heisenberg_lab .support button {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #14ff96 0%, #0d9960 100%);
    color: #1a1a1a;
    border: 2px solid #14ff96;
    box-shadow: 0 2px 8px rgba(20, 255, 150, 0.4);
    font-family: 'Courier New', monospace;
    font-weight: 700;
}

.heisenberg_lab .support button:hover {
    background: linear-gradient(135deg, #0d9960 0%, #14ff96 100%);
    box-shadow: 0 4px 12px rgba(20, 255, 150, 0.6);
}

.heisenberg_lab h4 {
    color: #1a1a1a;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab a {
    color: #14ff96 !important;
    text-decoration: none;
    font-family: 'Courier New', monospace;
    transition: all 0.3s ease;
}

.heisenberg_lab a:hover {
    color: #0d9960;
}

.heisenberg_lab a:visited {
    color: #0d9960;
}

.heisenberg_lab .feature-list {
}

.heisenberg_lab .feature-item {
    background: rgba(20, 255, 150, 0.1);
    border: 1px solid #e0e0e0 !important;
    backdrop-filter: blur(10px);
    color: #1a1a1a !important;
    font-family: 'Courier New', monospace;
}

.heisenberg_lab .feature-item::before {
    color: #14ff96;
}

.heisenberg_lab .example-badge {
    background: linear-gradient(135deg, #14ff96 0%, #0d9960 100%);
    color: #1a1a1a;
    border: 2px solid #14ff96;
    box-shadow: 0 2px 8px rgba(20, 255, 150, 0.4);
    font-family: 'Courier New', monospace;
    font-weight: 700;
}

.heisenberg_lab .entry::before {
    background: #14ff96;
}

.heisenberg_lab #scr_div {
    padding: 20px;
}

.heisenberg_lab .mainimg {
    border: 2px solid #cccccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.heisenberg_lab .mainimg2 {
    border: 2px solid #cccccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}



/* Wes Anderson Theme - Using .wesanderson class prefix */

.wesanderson .hero {
    background: linear-gradient(135deg, #F4E8C1 0%, #E8D5B5 100%);
    color: #8B4513;
    border-top: 8px solid #D4A574;
    border-bottom: 8px solid #D4A574;
}

.wesanderson .hero::before {
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 60px,
        rgba(139, 69, 19, 0.05) 60px,
        rgba(139, 69, 19, 0.05) 61px
    );
}

.wesanderson .hero h1 {
    color: #8B4513;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 3px;
    text-shadow: 2px 2px 0 rgba(212, 165, 116, 0.3);
}

.wesanderson .hero p {
    color: #A0522D;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson .hero-logo {
    background: #FFF8DC;
    border: 3px solid #D4A574;
    box-shadow: 4px 4px 0 rgba(139, 69, 19, 0.2);
}

.wesanderson .hero-logo-text {
    color: #8B4513;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson .btn-primary {
    background: linear-gradient(135deg, #D4A574 0%, #C19A6B 100%);
    color: #FFFFFF;
    box-shadow: 4px 4px 0 rgba(139, 69, 19, 0.3);
    border: 2px solid #8B4513;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.wesanderson .btn-primary:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 rgba(139, 69, 19, 0.3);
}

.wesanderson .btn-secondary {
    background: #FFF8DC;
    color: #8B4513;
    border: 2px solid #D4A574;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 1.5px;
    box-shadow: 3px 3px 0 rgba(139, 69, 19, 0.2);
}

.wesanderson .btn-secondary:hover,
.wesanderson .btn-secondary a:hover {
    background: #F4E8C1;
    color: #8B4513 !important;
    border-color: #8B4513;
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0 rgba(139, 69, 19, 0.2);
}

.wesanderson .btn-cta {
    background: linear-gradient(135deg, #CE7313 0%, #C19A6B 100%);
    color: #FFFFFF !important;
    box-shadow: 4px 4px 0 rgba(139, 69, 19, 0.3);
    border: 2px solid #A0522D;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 2px;
}

.wesanderson .btn-cta:hover {
    animation: none;
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 rgba(139, 69, 19, 0.3);
}

.wesanderson .input-section {
    background: #FFF8DC;
    border: 4px solid #D4A574;
    box-shadow: 6px 6px 0 rgba(139, 69, 19, 0.15);
}

.wesanderson .input-field {
    background: #FFFFFF;
    border: 2px solid #D4A574;
    color: #8B4513 !important;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson .input-field:focus {
    border-color: #8B4513;
    background: #FFFEF5;
    box-shadow: 0 0 0 3px rgba(212, 165, 116, 0.3);
    color: #8B4513;
}

.wesanderson .input-field::placeholder {
    color: rgba(139, 69, 19, 0.5);
}

.wesanderson .status-badge {
    background: #F4E8C1;
    color: #8B4513;
    border: 3px solid #D4A574;
    box-shadow: 5px 5px 0 rgba(139, 69, 19, 0.2);
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 2px;
}

.wesanderson .card {
    background: #FFF8DC;
    border: 3px solid #D4A574;
    box-shadow: 5px 5px 0 rgba(139, 69, 19, 0.15);
}

.wesanderson .card:hover {
    border-color: #8B4513;
    transform: translate(3px, 3px);
    box-shadow: 2px 2px 0 rgba(139, 69, 19, 0.15);
}

.wesanderson .card h3 {
    color: #8B4513;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.wesanderson .statline {
    background: #FFFFFF !important;
    border-left-color: #D4A574;
    border-left-width: 5px;
    color: #8B4513 !important;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson .statline:hover {
    border-left-color: #8B4513;
    box-shadow: 3px 3px 0 rgba(139, 69, 19, 0.1);
}

.wesanderson .heading.h24 {
    color: #8B4513;
    border-bottom-color: #D4A574;
    border-bottom-width: 4px;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.wesanderson .fingerline {
    background: #FFFEF5 !important;
    border-left-color: #D4A574;
    border-left-width: 4px;
    color: #8B4513;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson .fingerline:hover {
    background: #FFFFFF;
    box-shadow: 3px 3px 0 rgba(139, 69, 19, 0.1);
}

.wesanderson .nicetable th {
    background: linear-gradient(135deg, #D4A574 0%, #C19A6B 100%);
    color: #FFFFFF;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.wesanderson .nicetable {
    background: #FFF8DC;
    border: 3px solid #D4A574;
    box-shadow: 4px 4px 0 rgba(139, 69, 19, 0.15);
}

.wesanderson .nicetable td {
    color: #8B4513;
    background: #FFFFFF;
    border-bottom-color: #E8D5B5;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson .nicetable tr:nth-child(even) {
    background: #FFFEF5;
}

.wesanderson .nicetable tr:hover {
    background: #F4E8C1;
}

.wesanderson .expandable-cta-compact {
    border: 3px solid #D4A574;
    box-shadow: 5px 5px 0 rgba(139, 69, 19, 0.15);
}

.wesanderson .btn-compact-expand2 {
    background: #FFF8DC;
    color: #8B4513;
    border: 2px solid #D4A574;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 1.5px;
}

.wesanderson .btn-compact-expand2:hover {
    background: #F4E8C1;
    box-shadow: 3px 3px 0 rgba(139, 69, 19, 0.2);
}

.wesanderson .btn-compact-expand2.active {
    background: #D4A574;
    color: #FFFFFF;
}

.wesanderson .compact-content {
    background: #FFF8DC;
    border: 3px solid #D4A574;
    border-top: none;
}

.wesanderson .compact-inner {
    background: #FFF8DC;
}

.wesanderson .compact-inner p {
    color: #8B4513;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson .compact-inner strong {
    color: #A0522D;
}

.wesanderson .price-ribbon .ribbon-content {
    background: linear-gradient(135deg, #E8B4A0 0%, #D4A089 100%);
    color: #FFFFFF;
    box-shadow: 4px 4px 0 rgba(139, 69, 19, 0.3);
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 1.5px;
}

.wesanderson .cta-section {
    background: #F4E8C1;
    border: 4px solid #D4A574;
    box-shadow: 6px 6px 0 rgba(139, 69, 19, 0.2);
}

.wesanderson .cta-section h2 {
    color: #8B4513 !important;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.wesanderson .cta-section p {
    color: #A0522D !important;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson .loader-container {
    background: #FFF8DC;
    border: 3px solid #D4A574;
    box-shadow: 5px 5px 0 rgba(139, 69, 19, 0.15);
}

.wesanderson .loader-header h3 {
    color: #8B4513;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 2px;
}

.wesanderson .loader-subtitle {
    color: #A0522D;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson .spinner-circle:before {
    background-color: #D4A574;
}

.wesanderson .progress-section {
    background: #FFFEF5;
    border-left-color: #D4A574;
    border: 2px solid #E8D5B5;
}

.wesanderson .progress-title {
    color: #8B4513;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 1px;
}

.wesanderson .progress-item {
    background: #FFFFFF;
    border: 1px solid #E8D5B5;
}

.wesanderson .progress-item.active {
    background: #FFFEF5;
    border-left-color: #D4A574;
}

.wesanderson .progress-url {
    color: #8B4513;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson .scan-progress-fill {
    background: linear-gradient(90deg, #D4A574 0%, #C19A6B 100%);
}

.wesanderson .privacy-alert {
    background-color: #FFF8DC;
    border-left-color: #E8B4A0;
    border-left-width: 5px;
    border: 2px solid #E8B4A0;
    box-shadow: 4px 4px 0 rgba(139, 69, 19, 0.1);
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson .privacy-alert-icon {
    background-color: #E8B4A0;
}

.wesanderson .privacy-alert-title {
    color: #8B4513;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 1.5px;
}

.wesanderson .privacy-alert-content {
    color: #8B4513;
}

.wesanderson .privacy-alert-info {
    background-color: #FFFEF5;
    border: 1px solid #E8D5B5;
}

.wesanderson .privacy-alert-button {
    background-color: #E8B4A0;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 1px;
    box-shadow: 3px 3px 0 rgba(139, 69, 19, 0.2);
}

.wesanderson .privacy-alert-button:hover {
    background-color: #D4A089;
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0 rgba(139, 69, 19, 0.2);
}

.wesanderson #loesungen {
    background: #FFF8DC;
    border: 3px solid #D4A574;
    box-shadow: 4px 4px 0 rgba(139, 69, 19, 0.15);
}

.wesanderson .loesunginfo {
    border-left-width: 5px;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson .loesungcompinfo {
    color: #8B4513 !important;
    border-bottom-color: #E8D5B5;
}

.wesanderson .loesunginfo > span:not(.loesungcompinfo) {
    color: #A0522D;
}

.wesanderson .loesungurl {
    background: linear-gradient(135deg, #D4A574 0%, #C19A6B 100%) !important;
    color: #FFFFFF !important;
    box-shadow: 3px 3px 0 rgba(139, 69, 19, 0.3);
    border: 2px solid #8B4513;
}

.wesanderson .loesungurl:hover {
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0 rgba(139, 69, 19, 0.3);
}

.wesanderson #auskunftsgenerator {
    background: linear-gradient(135deg, #FFF8DC 0%, #F4E8C1 100%);
    border-left-color: #E8B4A0;
    border-left-width: 6px;
    box-shadow: 5px 5px 0 rgba(139, 69, 19, 0.15);
}

.wesanderson #auskunftsgenerator .col-xs-12:first-child > div {
    background: #FFFFFF;
    border: 2px solid #E8D5B5;
    color: #8B4513;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson h2 {
    color: #8B4513;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.wesanderson h4 {
    color: #8B4513;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 1.5px;
}

.wesanderson p {
    color: #8B4513;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson .credit {
    color: rgba(139, 69, 19, 0.7);
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson .status-badge {
    background: #F4E8C1 !important;
    color: #8B4513 !important;
    border: 3px solid #D4A574 !important;
    box-shadow: 5px 5px 0 rgba(139, 69, 19, 0.2) !important;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 2px;
}

.wesanderson .status-badge .full-analysis {
    background: #D4A574;
    color: #FFFFFF;
    border: 2px solid #8B4513;
    box-shadow: 3px 3px 0 rgba(139, 69, 19, 0.3);
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 1.5px;
}

.wesanderson .post-content,.wesanderson #resultha2, .wesanderson #result, .wesanderson #procdiv, .wesanderson .post-content2, .wesanderson .page,body.wesanderson {
    background: #FFF8DC;
    color: #8B4513;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson #links {
    background: #FFFEF5;
    border: 2px solid #E8D5B5;
    padding: 20px;
    border-radius: 8px;
}

.wesanderson #links .toollink {
    color: #8B4513;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson #links .toollink:hover {
    color: #D4A574;
}

.wesanderson #links ul.bullets li {
    border-left: 3px solid #D4A574;
    padding-left: 12px;
    margin: 8px 0;
}

.wesanderson #bilder {
    background: #FFFEF5;
    border: 2px solid #E8D5B5;
    padding: 20px;
    border-radius: 8px;
}

.wesanderson #bilder .toollink {
    color: #8B4513;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    font-size: 0.9em;
}

.wesanderson #bilder .toollink:hover {
    color: #D4A574;
}

.wesanderson #bilder ul.bullets li {
    border-left: 3px solid #D4A574;
    padding-left: 12px;
    margin: 8px 0;
}

.wesanderson .support {
    background: #FFF8DC;
    border: 4px solid #D4A574;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    box-shadow: 6px 6px 0 rgba(139, 69, 19, 0.15);
    position: relative;
}

.wesanderson .support::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(212, 165, 116, 0.05) 20px,
        rgba(212, 165, 116, 0.05) 40px
    );
    pointer-events: none;
}

.wesanderson .support h3 {
    color: #8B4513;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.wesanderson .support p {
    color: #A0522D;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.wesanderson .support p span {
    color: #A0522D;
}

.wesanderson .support button {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #D4A574 0%, #C19A6B 100%);
    color: #FFFFFF;
    border: 2px solid #8B4513;
    box-shadow: 4px 4px 0 rgba(139, 69, 19, 0.3);
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 1.5px;
}

.wesanderson .support button:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 rgba(139, 69, 19, 0.3);
}

.wesanderson .feature-list {
}

.wesanderson .feature-item {
    background: rgba(244, 232, 193, 0.3);
    border: 2px solid #D4A574 !important;
    color: #8B4513;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
}

.wesanderson .feature-item::before {
    color: #D4A574 !important;
}

.wesanderson .example-badge {
    background: linear-gradient(135deg, #D4A574 0%, #C19A6B 100%);
    color: #FFFFFF;
    border: 2px solid #8B4513;
    box-shadow: 3px 3px 0 rgba(139, 69, 19, 0.2);
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    letter-spacing: 1px;
}

.wesanderson .entry::before {
    background: #D4A574;
}

.wesanderson #scr_div {
    padding: 20px;
}

.wesanderson .mainimg {
    border: 4px solid #D4A574;
    box-shadow: 5px 5px 0 rgba(139, 69, 19, 0.2);
}

.wesanderson .mainimg2 {
    border: 4px solid #D4A574;
    box-shadow: 5px 5px 0 rgba(139, 69, 19, 0.2);
}

.wesanderson a {
    color: #A0522D !important;
    text-decoration: none;
    font-family: 'Futura', 'Century Gothic', Arial, sans-serif;
    transition: all 0.3s ease;
}

.wesanderson a:hover {
    color: #D4A574;
}

.wesanderson a:visited {
    color: rgba(160, 82, 45, 0.8);
}


/* Massimo Vignelli Theme - Using .vignelli class prefix */

.vignelli .btn-primary {
    background: #000000;
    color: #ffffff;
    box-shadow: none;
    border: none;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background: #1a1a1a;
}

.vignelli .btn-secondary {
    background: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli .btn-secondary:hover,
.vignelli .btn-secondary a:hover {
    background: #000000;
    color: #ffffff !important;
    border-color: #000000;
}

.vignelli .btn-cta {
    background: #ff0000;
    color: #ffffff !important;
    box-shadow: none;
    border: none;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli .btn-cta:hover {
    animation: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 0, 0, 0.3);
    background: #cc0000;
}

.vignelli .input-section {
    background: #ffffff;
    border: 3px solid #000000;
    box-shadow: none;
}

.vignelli .input-field {
    background: #ffffff;
    border: 2px solid #000000;
    color: #000000 !important;
    font-family: Helvetica, Arial, sans-serif;
}

.vignelli .input-field:focus {
    border-color: #000000;
    background: #ffffff;
    box-shadow: none;
    color: #000000;
}

.vignelli .input-field::placeholder {
    color: #666666;
}

.vignelli .status-badge {
    background: #000000;
    color: #ffffff;
    border: none;
    box-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.vignelli .card {
    background: #ffffff;
    border: 3px solid #000000;
    box-shadow: none;
}

.vignelli .card:hover {
    border-color: #000000;
    box-shadow: 8px 8px 0 #000000;
    transform: translateY(-2px);
}

.vignelli .card h3 {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli .statline {
    background: #ffffff !important;
    border-left: 4px solid #000000;
    color: #000000 !important;
    border: 1px solid #e0e0e0;
    font-family: Helvetica, Arial, sans-serif;
}

.vignelli .statline:hover {
    border-left-color: #000000;
    box-shadow: 4px 4px 0 #e0e0e0;
}

.vignelli .heading.h24 {
    color: #000000;
    border-bottom: 4px solid #000000;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli .fingerline {
    background: #ffffff !important;
    border-left: 4px solid #000000;
    color: #000000;
    border: 1px solid #e0e0e0;
    font-family: Helvetica, Arial, sans-serif;
}

.vignelli .fingerline:hover {
    background: #f5f5f5;
    box-shadow: 4px 4px 0 #e0e0e0;
}

.vignelli .nicetable th {
    background: #000000;
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli .nicetable {
    background: #ffffff;
    border: 3px solid #000000;
    box-shadow: none;
}

.vignelli .nicetable td {
    color: #000000;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    font-family: Helvetica, Arial, sans-serif;
}

.vignelli .nicetable tr:nth-child(even) {
    background: #f5f5f5;
}

.vignelli .nicetable tr:hover {
    background: #e0e0e0;
}

.vignelli .expandable-cta-compact {
    border: 3px solid #000000;
    box-shadow: none;
}

.vignelli .btn-compact-expand2 {
    background: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli .btn-compact-expand2:hover {
    background: #f5f5f5;
    box-shadow: 4px 4px 0 #000000;
}

.vignelli .btn-compact-expand2.active {
    background: #000000;
    color: #ffffff;
}

.vignelli .compact-content {
    background: #ffffff;
    border: 3px solid #000000;
    border-top: none;
}

.vignelli .compact-inner {
    background: #ffffff;
}

.vignelli .compact-inner p {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}

.vignelli .compact-inner strong {
    color: #000000;
    font-weight: 700;
}

.vignelli .price-ribbon .ribbon-content {
    background: #ff0000;
    color: #ffffff;
    box-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli .cta-section {
    background: #000000;
    border: none;
    box-shadow: none;
}

.vignelli .cta-section h2 {
    color: #ffffff !important;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli .cta-section p {
    color: #ffffff !important;
    font-family: Helvetica, Arial, sans-serif;
}

.vignelli .loader-container {
    background: #ffffff;
    border: 3px solid #000000;
    box-shadow: none;
}

.vignelli .loader-header h3 {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli .loader-subtitle {
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
}

.vignelli .spinner-circle:before {
    background-color: #000000;
}

.vignelli .progress-section {
    background: #f5f5f5;
    border-left: 4px solid #000000;
    border: 2px solid #000000;
}

.vignelli .progress-title {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli .progress-item {
    background: #ffffff;
    border: 1px solid #e0e0e0;
}

.vignelli .progress-item.active {
    background: #ffffff;
    border-left: 4px solid #000000;
}

.vignelli .progress-url {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}

.vignelli .scan-progress-fill {
    background: #000000;
}

.vignelli .privacy-alert {
    background-color: #ffffff;
    border-left: 4px solid #ff0000;
    border: 3px solid #000000;
    box-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
}

.vignelli .privacy-alert-icon {
    background-color: #ff0000;
}

.vignelli .privacy-alert-title {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli .privacy-alert-content {
    color: #000000;
}

.vignelli .privacy-alert-info {
    background-color: #f5f5f5;
    border: 2px solid #000000;
}

.vignelli .privacy-alert-button {
    background-color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli .privacy-alert-button:hover {
    background-color: #1a1a1a;
}

.vignelli #loesungen {
    background: #ffffff;
    border: 3px solid #000000;
    box-shadow: none;
}

.vignelli .loesunginfo {
    font-family: Helvetica, Arial, sans-serif;
}

.vignelli .loesungcompinfo {
    color: #000000 !important;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli .loesunginfo > span:not(.loesungcompinfo) {
    color: #000000;
}

.vignelli .loesungurl {
    background: #000000 !important;
    color: #ffffff !important;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli .loesungurl:hover {
    box-shadow: 4px 4px 0 #000000;
    background: #1a1a1a !important;
}

.vignelli #auskunftsgenerator {
    background: #ffffff;
    border-left: 4px solid #ff0000;
    border: 3px solid #000000;
    box-shadow: none;
}

.vignelli #auskunftsgenerator .col-xs-12:first-child > div {
    background: #f5f5f5;
    border: 2px solid #000000;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}

.vignelli h2 {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli p {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}

.vignelli .credit {
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
}

.vignelli .status-badge {
    background: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.vignelli .status-badge .full-analysis {
    background: #ff0000;
    color: #ffffff;
    border: none;
    box-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli .post-content,.vignelli .post-content,.vignelli #resultha2, .vignelli #result, .vignelli #procdiv, .vignelli .post-content2, .vignelli .page,body.vignelli {
    background: #ffffff;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}

.vignelli #links {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 20px;
    border-radius: 0;
}

.vignelli #links .toollink {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}

.vignelli #links .toollink:hover {
    color: #ff0000;
}

.vignelli #links ul.bullets li {
    border-left: 4px solid #000000;
    padding-left: 10px;
    margin: 5px 0;
}

.vignelli #bilder {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 20px;
    border-radius: 0;
}

.vignelli #bilder .toollink {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9em;
}

.vignelli #bilder .toollink:hover {
    color: #ff0000;
}

.vignelli #bilder ul.bullets li {
    border-left: 4px solid #000000;
    padding-left: 10px;
    margin: 5px 0;
}

.vignelli .support {
    background: #ffffff;
    border: 3px solid #000000;
    border-radius: 0;
    padding: 40px;
    text-align: center;
    box-shadow: none;
}

.vignelli .support h3 {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli .support p {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 25px;
}

.vignelli .support p span {
    color: #000000;
}

.vignelli .support button {
    background: #000000;
    color: #ffffff;
    border: none;
    box-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli .support button:hover {
    background: #1a1a1a;
    box-shadow: 4px 4px 0 #000000;
}

.vignelli h4 {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli a:not(.feature-item):not(.footer-title):not(#nlbtn2):not(#privacy_link):not(#imprint_link):not(#ai_act_link) {
    color: #000000 !important;
    text-decoration: underline;
    font-family: Helvetica, Arial, sans-serif;
    transition: all 0.3s ease;
}

.vignelli a:hover {
    color: #ff0000;
}

.vignelli a:visited {
    color: #666666;
}

.vignelli .feature-list {
}

.vignelli .feature-item {
    background: #f5f5f5;
    border: 1px solid #000000 !important;
    color: #000000 !important;
    font-family: Helvetica, Arial, sans-serif;
}

.vignelli .feature-item::before {
    color: #000000;
}

.vignelli .example-badge {
    background: #000000;
    color: #ffffff;
    border: none;
    box-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.vignelli .entry::before {
    background: #000000;
}

.vignelli #scr_div {
    padding: 20px;
}

.vignelli .mainimg {
    border: 3px solid #000000;
    box-shadow: none;
}

.vignelli .mainimg2 {
    border: 3px solid #000000;
    box-shadow: none;
}

#msgbtn {
color:#222 !important;
}
#nlbtn2,#privacy_link,#imprint_link,#ai_act_link,a.footer-title,.footer-title:visited; {
color:#fff !important;
}


@media (max-width: 420px) {
#moreStylesDropdown{
 display:none !important;
 }
 }

 /* Massimo Vignelli Theme - Hero Animation */

.vignelli .hero-content {
    padding: 75px 20px 65px;
    position: relative;
    z-index: 1;
    animation: vignelli-grid-reveal 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes vignelli-grid-reveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.vignelli .hero h1 {
    font-size: 2.6em;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
    animation: vignelli-slide-in 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s backwards;
}

@keyframes vignelli-slide-in {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.vignelli .hero p {
    font-size: 1.2em;
    margin-bottom: 25px;
    color: #333333;
    letter-spacing: 0.5px;
    font-family: Helvetica, Arial, sans-serif;
    animation: vignelli-fade-in 0.8s ease-out 0.4s backwards;
}

@keyframes vignelli-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

