/* THEME CONFIGURATION
   Background: #050505 (Very Dark)
   Text: #e5e5e5 (Light Grey)
   Accent (Cyberpunk Magenta): #ff00ff
   Secondary Accent (Darker Magenta): #cc00cc
   Surface/Cards: #121212
*/

/* --- COOKIE CONSENT --- */
#cookie-consent-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #121212; /* Dark Surface */
    color: #e5e5e5;
    padding: 1rem;
    border-top: 1px solid #333;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.5);
}

#cookie-consent-modal .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

@media (min-width: 768px) {
    #cookie-consent-modal .container {
        flex-direction: row;
        justify-content: space-between;
    }
}

#cookie-consent-modal button {
    padding: 0.6rem 1.2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

#accept-cookies {
    background-color: #ff00ff; /* Cyberpunk Magenta */
    color: #000;
}
#accept-cookies:hover {
    background-color: #ff4dff; /* Lighter Magenta */
}

#decline-cookies {
    background-color: #262626;
    color: #a3a3a3;
}
#decline-cookies:hover {
    background-color: #404040;
    color: #fff;
}

@media (max-width: 980px) {
    .cookieConsentContainer {
        bottom: 0px !important;
        left: 0px !important;
        width: 100%  !important;
    }
}

/* --- FONTS --- */
@font-face {
    font-family: "Lato";
    src: url("SyneMono-Regular.ttf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "Latobo";
    src: url("VT323-Regular.ttf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "Latoso";
    src: url("CourierPrime-Regular.ttf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "JetBrains Mono";
    src: url("CourierPrime-Bold.ttf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "Dosis";
    src: url("SyneMono-Regular.ttf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("Inter-Regular.ttf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "Merriweather";
    src: url("Merriweather.ttf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("Montserrat.ttf") format("opentype");
    font-display: swap;
}
/* --- GENERAL BODY --- */
body { 
    margin-bottom:30px; 
    font-family: Lato; 
    letter-spacing: 1px; 
    font-size:1.6em; 
    font-weight:400; 
    background: #050505; /* NEW MAIN BG */
    color: #e5e5e5;      /* LIGHT TEXT */
}
body.admin { padding-top:50px; padding-bottom:20px; margin-bottom: 20px; }

/* --- LINKS & LOGO --- */
a {
    color: #e5e5e5;
    text-decoration: none;
    transition: color 0.2s;
}

a:hover {
    color: #ff00ff; /* Cyberpunk Magenta */
    text-decoration: none;
    text-shadow: 0px 0px 8px rgba(255, 0, 255, 0.4);
}

#logo, .logo { margin:0 auto; padding:0;}
#logo a { padding:0px; color:#e5e5e5; text-decoration:none; border:0px solid #333; border-radius:10px; }
#logo a:hover { color:#ff00ff; border:0px solid #ff00ff; }

.header .nav { margin-top:0px; padding:0; }

.col-lg-4 h2 { font-size:30px; }
.row { margin:0 auto; }
header { padding:10px 0 10px 0; }
header ul { padding:20px 0 0 0; }

/* --- CONTENT BLOCKS --- */
.heading { 
    margin:0 0 30px 0; 
    padding: 20px; 
    background: #121212; /* Dark Card */
    border: 1px solid #333;
    border-radius:6px; 
}
.heading h1 { margin:10px 0; color: #fff; }
.heading p { margin:20px 0 10px 0; font-size:18px; color: #ccc; }
.topsep { margin:10px 0 15px 0; }

/* --- JUMBOTRONS --- */
div.jumbotron {
    background-color: #262626;
    background-size: cover; 
    color:#eee; 
    font-weight:700; 
    font-family:Montserrat; 
    font-size:90%; 
    text-shadow: 1px 2px 3px #000;
    border-radius:0px; 
    border: 1px solid rgba(255,255,255,0.1); 
    margin: 5px 0 5px 0;
    padding: 0px;
}

/* Keeping images but ensuring text is readable */
div.jumbotron_aaaa { background:url('../../images/social-workflow-01.jpg') center center; background-size: cover; color:#eee; font-weight:bold; font-family:Montserrat; font-size:90%; border-radius:0px; border: 1px solid rgba(255,255,255,0.1); margin: 5px 0 10px 0; padding: 0px; }
div.jumbotron_aaa { background:url('../../images/social-simplicity-01.jpg') center center; background-size: cover; color:#eee; font-weight:bold; font-family:Montserrat; font-size:90%; border-radius:0px; border: 1px solid rgba(255,255,255,0.1); margin: 5px 0 10px 0; padding: 0px; }
div.jumbotron_aa { background:url('https://rent-a-popup.de/static/img/internet-marketing-rentapopup.png') center center; background-size: cover; color:#eee; font-weight:bold; font-family:Montserrat; font-size:90%; border-radius:0px; border: 1px solid rgba(255,255,255,0.1); margin: 5px 0 10px 0; padding: 0px; }
div.jumbotron_a { background:url('https://rent-a-popup.de/static/img/freebies-internet-marketing.png') center center; background-size: cover; color:#eee; font-weight:bold; font-family:Montserrat; border-radius:0px; border: 1px solid rgba(255,255,255,0.1); margin: 5px 0 10px 0; padding: 0px; }

#overlay { position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index:1200; }
div.overlay { top:0; left:0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); background-size: cover; z-index:12; border-radius:0px; border: 0px solid #ff00ff; padding: 20px; }

/* --- TEXT & SIDEBAR --- */
.main-content p, .main-content ul { line-height:150%; color: #d1d1d1; }
.sidebar { margin-top:30px; }
.sidebar p, .sidebar ul { line-height:175%; color: #999; }
.teaser p { margin-top:0; }
.teaser .thumbnail { margin-bottom:5px; border: 1px solid #333; background: #000; }

.caption { margin:3px 0 3px 0; color:#808080; font-style:italic; }
.thumbnail { max-width:100% !important; height:auto; } 
.thumbnail-left { float:left; margin:0 10px 10px 0; }
.thumbnail-right { float:right; margin:0 0 10px 10px; }
.thumbnail img { width:100%; }
a.thumbnail:hover { opacity:0.9; border-color: #ff00ff; } 

.caption + p { margin-top:20px; }
.topspace { margin-top:10px; }
.closure { margin-top:50px; }

/* --- FOOTER --- */
.footer p { margin:0; font-size:13px; color: #666; }
.footer { color:#666; text-align:center; border-top: 0px solid #333; padding-top: 20px; }
.footer a { color:#ff00ff; text-align:center; }
.footer a:hover { color:#fff; }

/* --- NAVIGATION ITEMS --- */
.header .nav > li > a { padding: 7px 15px; color: #ccc; }
.header .nav > li > a:hover { color: #ff00ff; background: rgba(255, 0, 255, 0.1); border-radius: 4px; }

.alert h3 { margin:0 0 10px 0; color: #ff00ff; }

.overview h2 a { color:#fff; text-decoration:none; }
.overview h2 a:hover { color:#ff00ff; }

/* --- NEWS & COMMENTS --- */
.news { margin:30px 0 30px 0; border-bottom: 1px solid #222; padding-bottom: 20px; }
.news:first-child { margin-top:20px; }
.news h2 { margin:0; padding:0; }
.news h2 a { color:#fff; text-decoration:none; }
.news h2 a:hover { color:#ff00ff; }
.news .time { color:#808080; font-size:13px; margin:0 0 7px 0; padding:0; }

.simple-news h2 { margin:10px 0; }
.simple-news h2 a { color:#e5e5e5; text-decoration:none; }
.simple-news-delete { background:#450a0a; color: #fecaca; }

#comments { margin-top:50px; }
#commentformwrapper { padding-top:20px; border-top: 1px solid #333; }
h3#preview { color:#ff00ff; margin-bottom:10px;}
h4.author { font-size:14px; margin-bottom:5px; font-style:italic; color: #bbb; }
.comment { position:relative; margin-bottom:25px; border-left: 2px solid #333; padding-left: 15px; }
.comment-admin { position:absolute; top:0; right:0; }
.comment-delete { background:#450a0a; }
.comment-preview { color:#fff; }
.comment-info { font-size:13px; color:#666; margin:0 0 -10px 0;}

/* --- GALLERY --- */
.gallery { margin:20px 0 30px 0; padding:30px 30px 0 30px; border:1px solid #333; border-radius: 4px; background:#121212; }
.gallery h3 { margin:-15px 0 20px 0; padding:0; font-size:14px; color:#888; font-style:italic; text-align:center; }
.thumbnail-wrapper { text-align:center; margin-bottom:30px; }
.thumbnail-wrapper a { display:inline-block; margin:auto; }

/* --- MOBILE MENU --- */
#menu-toggle-handle { display:block; margin:7px 0 1px 0; background:#222; padding:10px 15px; color:#fff; text-align:right; text-decoration:none; border: 1px solid #333; }
#menu-toggle-handle .icon-bar { display: block; margin:auto; width:22px; height:2px; background-color:#ff00ff; border-radius:1px; }
#menu-toggle-handle .icon-bar + .icon-bar { margin-top:4px; }

.dropdown-menu .glyphicon { padding-right:5px; }  

a.rss { padding-left:23px; background:url(../img/rss.png) no-repeat left; color: #aaa; }
a.pdf { padding-left:23px; background-image:url(../img/pdf.png); background-repeat:no-repeat; background-position: top left; color: #aaa; }

.item:hover { opacity:0.8; } 
.rounded {border-radius:50% 0 50% 50%; shape-outside: circle(50%); box-shadow: 4px 4px 8px 3px rgba(0, 0, 0, 0.5); margin: 0px 15px 0 -15px; width:100%;}
.roundco {border-radius:50%; shape-outside: circle(50%); box-shadow: 4px 4px 8px 3px rgba(0, 0, 0, 0.5); margin: 15px auto; width:100%;}
.quarter {border-radius:0 50% 50% 50%; shape-outside: circle(50%); box-shadow: 4px 4px 12px 3px rgba(0, 0, 0, 0.5); margin-bottom: 25px; width:100%; height:auto; }


@media (min-width: 992px) {
    .header .nav { margin-top:30px; float:right; text-align:right; }
    .sidebar { margin-top:0; }
}

@media screen and (max-width:768px) {
    #logo { margin:0 auto; font-size:0.8em; text-align:center; }
    #nav { display:none;  padding:0;margin-top:50px; }
    #nav ul { margin:0; padding:0; }
    #nav .nav-pills > li { text-align:center; float:none; background:#121212; border-bottom: 1px solid #333; }
    #nav .nav-pills > li > a { padding: 10px 15px; border-radius:0; color: #fff; }
    #nav .nav-pills > li + li > a { margin-top: 2px; margin-left: 0; }
    .main-content { text-align: left;}
}
 
/* --- LIGHTBOX --- */
#mylightbox-background { display:none; position:fixed; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.9); border:1px solid #333; z-index:2000; }
#mylightbox { width:400px; display:none; position:absolute; background:#121212; z-index:2000; padding:3px 10px 0 10px; font-size:13px; border:1px solid #333; border-radius:5px; max-width:90%; height:auto; box-shadow:0 0 20px #000; color: #eee; }
#mylightbox img { max-width:100%; height:auto; border: 1px solid #333; }
#mylightbox-header { height:25px; font-size:13px; line-height:20px; padding:0 0 10px 0; }
#mylightbox-title { position:absolute; top:3px; left:10px; width:90%; margin:0; padding:0; font-weight:bold; color: #ff00ff; }
#mylightbox-controls { position:absolute; top:5px; right:10px; width:14px; margin:0; padding:0; }
#mylightbox #photo { margin:0; padding:0; }
#mylightbox-subtitle { font-size:13px; line-height:150%; margin:5px 0 0 0; font-style:italic; color:#888; }
#mylightbox-description { font-size:14px; line-height:150%; margin:5px 0 10px 0; }
#mylightbox-author { color:#888; font-size:13px; margin:-8px 0 0 0; padding:0 0 8px 0; }
#mylightbox-throbber { width:32px; height:32px; margin:0 auto 0 auto; padding:100px 0; background:url(../img/throbber.gif) no-repeat center; }
#mylightbox-photo { position:relative; }
#mylightbox-prev { width:50%; position:absolute; top:0; left:0; bottom:0; background:url(../img/prev.png) no-repeat -1000px 0; z-index:10000; text-indent:-999em; outline:none; }
#mylightbox-prev:hover { background:url(../img/prev.png) no-repeat 7% center; }
#mylightbox-next { width:50%; position:absolute; top:0; right:0; bottom:0; background:url(../img/next.png) no-repeat 1000px 0; z-index:10000; text-indent:-999em; outline:none; }
#mylightbox-next:hover { background:url(../img/next.png) no-repeat 93% center;  }
#mylightbox-close { width:16px; height:16px; display:inline-block; text-indent:-999em; background:url(../img/close_button.png) no-repeat 0 0; outline:none; opacity:0.7; }
#mylightbox-close:hover { opacity:1; }


/* --- PILLS & NAV --- */
.nav-pills>li>a, .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover, nav-pills>.dropdown.open>a, nav-pills>.dropdown-toggle>a
{color: #eee; background: #050505;}
ul.nav-pills li, ul.nav-pills li a:hover
{color: #ddd; background: #050505;border-radius: 4px;}

.dropdown-menu {color: #ddd; background: #050505;}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #050505;
    border-color: #337ab7;
}

hr, hr.dark {
    border-top: 1px dashed #333;
    background-color: none;
    height:0px;
    clear: both;
    padding-top: 10px;
    margin-bottom: 20px;
    margin: auto;
}
hr.closure {
    border-top: 0px dashed #333;
    background-color: none;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #e5e5e5;
}

/* --- BUTTONS --- */
.btn-success {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-success:hover {
    color: #fff;
    background-color: #555;
    border-color: #555;
}

.btn-paket {
    color: #000;
    background-color: #ff00ff; /* Cyberpunk Magenta */
    border-color: #ff00ff;
}
.btn-paket:hover {
    color: #fff;
    background-color: #cc00cc; /* Darker Magenta */
    border-color: #cc00cc;
}

/* --- PROGRESS BARS --- */
.progress-bar {
    background-color: #ff00ff;
}

.bg-info {
    background-color: #660066; /* Dark Magenta */
    color: #ffb3ff;
}

/* --- PANELS --- */
.panel-primary .panel-heading{
    background-color: #ff00ff; /* Cyberpunk Magenta */
    border-color: #ff00ff;
    color: #000;
}
.panel-default .panel-heading{
    background-color: #333;
    border-color:#333;
    color: #fff;
}
.panel-info .panel-heading{
    background-color: #cc00cc;
    border-color:#cc00cc;
    color: #fff;
}
.panel-warning .panel-heading{
    background-color: #d97706;
    border-color: #d97706;
    color: #fff;
}
.panel-danger .panel-heading{
    background-color: #dc2626;
    border-color: #dc2626;
    color: #fff;
}

h4.panel-title a {
    color: inherit;
    text-shadow: none;
}

.panel-heading {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-info .panel-body,
.panel-primary .panel-body,
.panel-default .panel-body,
.panel-warning .panel-body,
.panel-danger .panel-body
{
    border-top-color: #222;
    background-color: #121212;
    color: #ccc;
    border: 1px solid #333;
    border-top: none;
}

.panel-default { border-color: #333; }
.panel-primary { border-color: #ff00ff; }
.panel-info { border-color: #cc00cc; }
.panel-warning { border-color: #d97706; }
.panel-danger { border-color: #dc2626; }


.main-content div h2,
.main-content div b { text-align:left;}

.main-content div h2 {
    font-family: Latobo;
    font-size: 1.3em;
    line-height: 1.3em;
    padding-top: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #ff00ff; /* Highlight headings */
}

.main-content div h3 {
    font-family: Dosis;
    font-size: 1.3em;
    line-height: 1.3em;
    font-variant:small-caps;
    color: #fff;
}

.main-content div h4 {
    font-family: Lato;
    font-size: 1.2em;
    background: #660066; /* Dark Magenta BG */
    line-height: 1.2em;
    display: inline;
    color:#ffb3ff; /* Light Magenta Text */
    font-weight:bold;
    padding: 2px 5px;
}

.txtimg, .txtimg2, .txtimg3 {
    border-color: #333;
    border-radius: 9px;
    width: 47%;
    margin:10px;
    color: #000; /* Keep text dark inside colored boxes */
}
.txtimg { background-color: #ffe274; }
.txtimg2 { background-color: #8aa8d2; }
.txtimg3 { background-color: #dd9724; }

.breadcrumb {
    background-color: transparent;
    color: #ff00ff;
    padding: 4px 4px;
    margin-bottom: 5px;
    border: 0px solid #333;
    text-shadow: none;
}
.breadcrumb .active { color: #fff; }

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "";
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #000;
    cursor: default;
    background-color: #ff00ff;
    border-color: #ff00ff;
}

.pagination>li>a, .pagination>li>span {
    color: #ff00ff;
    background-color: #121212;
    border: 1px solid #333;
}

.pagination>li>a:hover,.pagination>li>span:hover,
.pagination>li:last-child>a:hover, .pagination>li:last-child>span:hover  
{ color: #000; background-color: #ff00ff; border-color: #ff00ff;}


/* --- MARKS & HIGHLIGHTS --- */
.marka, marka {
    padding:4px 10px 4px 10px;
    color: #e5e5e5;
    font-family: Dosis;
    font-size: 0.8em;
    display: inline-block;
    background-color: #333;
    text-shadow: none;
    margin-left:5%;
    margin-right: 8%;
    margin-bottom:0px;
    margin-top:20px;
    border-radius:0px;
}

.mark, mark {
    padding: 10px;
    color: #000;
    font-family: Latobo;
    font-size: 1.4em;
    display: block;
    background: #ff00ff; /* Cyberpunk Magenta */
    text-shadow: none;
    margin-left:5%;
    margin-right: 2.5%;
    margin-bottom:0px;
    margin-top:0px;
    border-radius:0px;
}

.markc, markc {
    padding:4px 10px 4px 10px;
    color: #000;
    font-family: Dosis;
    font-size: 0.8em;
    display: inline-block;
    background-color: #ff00ff;
    text-shadow: none;
    margin-left:5%;
    margin-right: 8%;
    margin-bottom:20px;
    margin-top:0px;
    border-radius:0px;
}

h4.mark-cc, h4 mark-cc, h3.mark-cc, h3 mark-cc {
    background: #660066;
    color: #ffb3ff;
    text-decoration: none;
}

.mark-cc, mark-cc {
    padding:0px;
    color: #ff00ff;
    font-family: Lato;
    background-color: transparent;
    text-shadow: none;
    text-decoration-line: underline;
    text-decoration-color:#333;
    text-decoration-thickness: 0.5px;
    text-decoration-style: double;
    border-radius:0px;
}

.mark-k, mark-k {
    padding: 10px;
    color: #000;
    font-family: Latobo;
    font-size: 1.4em;
    display: block;
    background: #ff00ff;
    text-shadow: none;
    margin-left:5%;
    margin-right: 2.5%;
    margin-bottom:0px;
    margin-top:0px;
    border-radius:0px;
}
.markcd, markcd {
    padding:4px 10px 4px 10px;
    color: #fff;
    font-family: Lato;
    background-color: #660066;
    text-shadow: none;
    border-radius:0px;
}

.mark-cc>a, mark-cc>a {color:#ff00ff; font-weight:normal;}
.mark-cc>a:hover, mark-cc>a:hover {color:#000; font-weight:normal; background: #ff00ff; text-shadow:none;}
.markcd>a, markcd>a, .markcd>a:hover, markcd>a:hover {color:#fff; font-weight:normal;}

h5,h6 { font-size: 1.4em; color: #fff; }

/* --- GRIDS --- */
.grid, .gridc, .gridvier, .gridzwei {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 2vw;
}

/* Height blocks adapted for dark theme */
.h-20, .h-80, .h-250 {
    min-height:100%;
    background:rgba(255, 0, 255, 0.2); /* Transparent Magenta */
    border: 1px solid #ff00ff;
    text-align:center;
    padding: 3%;
    margin-bottom:5px;
    border-radius:8px;
    display: block;
    position:relative;
    color: #e5e5e5;
}
.h-20 { height:80px; padding: 0 3%; }
.h-80 { max-height:160px; }
.h-250 { height:270px; padding: 0 5%; font-size:.9em; }

.h-200, .h-240, .h-260, .h-100, .h-300 {
    min-height:100%;
    background:#121212;
    border: 1px solid #333;
    text-align:center;
    padding: 0 3%;
    margin-bottom:5px;
    border-radius:8px;
    display: block;
    position:relative;
    color: #ccc;
}
.h-200 { height:340px; }
.h-240 { height:240px; }
.h-260 { height:280px; }
.h-100 { height:190px; }
.h-300 { height:370px; }

.item {
    position:relative;
    padding-top:0px;
    display:inline-block;
    border: 1px solid #333;
}

.media {
    margin-top: 0px;
    background: #121212;
    border: 1px solid #333;
    border-radius: 4px;
    color: #ccc;
}

/* --- BADGES --- */
.notify-badge{
    position: absolute;
    font-family: Dosis;
    font-weight:300;
    right:0px;
    top:50px;
    background:#ff00ff;
    text-align: center;
    border-radius: 0px;
    border: 1px solid #000;
    color:#000;
    padding:5px 10px;
    font-size:0.7em;
    transform: rotate(0deg);
    box-shadow: none;
}

.notify-badgers{
    position: absolute;
    font-family: Dosis;
    font-weight:400;
    background:rgba(0, 0, 0, 0.8);
    border: 1px solid #333;
    display:block;
    width:96%;
    text-align:center;
    color:#fff;
    padding:5px 10px;
    transform: rotate(0deg);
    box-shadow: none;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);	
    font-size: 1.5em;
}

.notify-badgersb{
    position: absolute;
    padding:8%;
    width:28%;
    text-align:center;
    font-family: Latobo;
    font-size: 0.8em;
    transform: rotate(-15deg);
    top: 70%;
    left: 10%;
    font-size: 0.8em;
    border: 0px solid #000;
    border-radius:50%;
    color:#fff;
    text-shadow: 1px 1px 2px #000;
}

.notify-drift{
    position: absolute;
    padding:10% 5%;
    width:40%;
    height: 40%;
    text-align:center;
    font-family: Latobo;
    font-size: 0.8em;
    transform: rotate(0deg);
    top: 30%;
    left: 30%;
    background:#ff00ff; /* Magenta */
    border: 0px solid #000;
    border-radius:50%;
    color:#000;
    text-shadow: none;
}

.main-content div h4-drift {
    font-family: Dosis;
    font-size: 0.8em;
    line-height: 80%;
    font-weight:300;
    border-radius: 0 0 0 0px;
    box-shadow: none;
    text-transform: uppercase;
    text-align:center;
}

.main-content div h4-driftb { padding-top:25%; }

.notify-drifter{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);	
    font-size: 2em;
    color: #fff;
}

.notify-badge-41{
    position: absolute;
    font-family: Lato;
    font-weight:300;
    right:0px;
    top:25px;
    background:#cc00cc;
    text-align: center;
    border-radius: 10px 0 0 10px;
    color:white;
    padding:5px 10px;
    font-size:0.7em;
    box-shadow: none;
}


@media (min-width: 992px) {
    .header .nav { margin-top:30px; float:right; text-align:right; }
    .sidebar { margin-top:0; }
    .mark, mark {
        background: #ff00ff;
        /* Updated Gradient for Dark Mode (Magenta to Transparent) */
        background: linear-gradient(90deg, rgba(255, 0, 255, 1) 14%, rgba(255, 0, 255, 0.7) 56%, rgba(5, 5, 5, 0) 100%);
    }
}

@media and screen (max-width:786px) {
    #nav { display:none; margin:0; padding:0; }
    #nav ul { margin:0; padding:0; }
    #nav .nav-pills > li { text-align:center; float:none; background:#000; border-bottom: 0px solid #111; }
    #nav .nav-pills > li > a { padding:5px 15px; border-radius:0; }
    #nav .nav-pills > li + li > a { margin-top: 2px; margin-left: 0; }
    .mark, mark {font-size: 2.4vw; background: #ff00ff; color:#000;}
    .main-content { text-align: left;}
    .btn-group-lg>.btn, .btn-lg {padding: 3px; font-size: 0.6em; line-height: 1.3333333; border-radius: 6px;}
    header.header div.row nav#nav ul.nav.nav-pills li a{ padding:6px; }
    .main-content div h2 {font-size: 1.4em;}
    .h2, h2 { font-size: 1.2em;}
    .h1, h1 { font-size: 1.4em; }
    .breadcrumb { background-color: #121212; border:1px solid #ff00ff; color: #ff00ff; padding: 4px 15px; margin-bottom: 5px;}
    .marka, marka, .markc, markc { font-size: 1.4vw;}
}

.half_bg {
    @apply inline text-white/90; /* Adjusted for dark mode */
    background: linear-gradient(
        180deg,
        rgba(5, 5, 5, 0) 0%,
        rgba(5, 5, 5, 0) 70%,
        rgba(255, 0, 255, 0.5) 70%,
        rgba(255, 0, 255, 0.5) 100%
    );
}

@media (min-width:786px) {
    h1, .h1, h2, .h2, h3, .h3 { line-height:1.2em; margin-bottom: 10px;}
}