/* THEME CONFIGURATION
   Background: #e5e7eb (Light Grey)
   Text: #333333 (Dark Grey for readability)
   Headings: rgb(39,62,77) (Dark Blue/Grey)
   Background Accents: rgb(212,184,103) / #d4b867 (Gold/Sand)
   Surface/Cards: #fff
*/

/* --- COOKIE CONSENT --- */
#cookie-consent-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #fff; /* Light Surface */
    color: #333;
    padding: 1rem;
    border-top: 1px solid #d1d5db;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

#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: rgb(39,62,77);
    color: #fff;
}
#accept-cookies:hover {
    background-color: rgb(29, 46, 57); 
}

#decline-cookies {
    background-color: #e5e7eb;
    color: rgb(39,62,77);
}
#decline-cookies:hover {
    background-color: #d1d5db;
}

@media (max-width: 980px) {
    .cookieConsentContainer {
        bottom: 0px !important;
        left: 0px !important;
        width: 100%  !important;
    }
}

/* --- FONTS --- */
@font-face {
    font-family: "Inter";
    src: url("Inter-Regular.ttf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "Lato";
    src: url("Inter-Regular.ttf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "Latobo";
    src: url("Inter-ExtraBold.ttf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "Latoso";
    src: url("Inter-Light.ttf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "JetBrains Mono";
    src: url("JetBrainsMono.ttf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "Dosis";
    src: url("Inter-Medium.ttf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "Merriweather";
    src: url("Merriweather.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: #e5e7eb; /* NEW MAIN BG */
    color: #333333;      /* DARK TEXT FOR LIGHT BG */
}
body.admin { padding-top:50px; padding-bottom:20px; margin-bottom: 20px; }

/* --- LINKS & LOGO --- */
a {
    color: rgb(39,62,77);
    text-decoration: none;
    transition: color 0.2s;
}

a:hover {
    color: rgb(212,184,103); /* Accent hover */
    text-decoration: none;
}

#logo, .logo { margin:0 auto; padding:0;}
#logo a { padding:0px; color: rgb(39,62,77); text-decoration:none; border:0px solid #ccc; border-radius:10px; }
#logo a:hover { color: rgb(212,184,103); }

.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: #fff; /* Light Card */
    border: 1px solid #d1d5db;
    border-radius:6px; 
}
.heading h1 { margin:10px 0; color: rgb(39,62,77); }
.heading p { margin:20px 0 10px 0; font-size:18px; color: #555; }
.topsep { margin:10px 0 15px 0; }

/* --- JUMBOTRONS --- */
div.jumbotron {
    background-color: #fff;
    background-size: cover; 
    color:#333; 
    font-weight:700; 
    font-family:Montserrat; 
    font-size:90%; 
    border-radius:0px; 
    border: 1px solid #d1d5db; 
    margin: 5px 0 5px 0;
    padding: 0px;
}

/* Keeping images */
div.jumbotron_aaaa { background:url('../../images/social-workflow-01.jpg') center center; background-size: cover; color:#fff; font-weight:bold; font-family:Montserrat; font-size:90%; border-radius:0px; margin: 5px 0 10px 0; padding: 0px; text-shadow: 1px 1px 3px #000; }
div.jumbotron_aaa { background:url('../../images/social-simplicity-01.jpg') center center; background-size: cover; color:#fff; font-weight:bold; font-family:Montserrat; font-size:90%; border-radius:0px; margin: 5px 0 10px 0; padding: 0px; text-shadow: 1px 1px 3px #000; }
div.jumbotron_aa { background:url('https://rent-a-popup.de/static/img/internet-marketing-rentapopup.png') center center; background-size: cover; color:#fff; font-weight:bold; font-family:Montserrat; font-size:90%; border-radius:0px; margin: 5px 0 10px 0; padding: 0px; text-shadow: 1px 1px 3px #000; }
div.jumbotron_a { background:url('https://rent-a-popup.de/static/img/freebies-internet-marketing.png') center center; background-size: cover; color:#fff; font-weight:bold; font-family:Montserrat; border-radius:0px; margin: 5px 0 10px 0; padding: 0px; text-shadow: 1px 1px 3px #000; }

#overlay { position: absolute; width: 100%; height: 100%; background-color: rgba(255,255,255,0.7); z-index:1200; }
div.overlay { top:0; left:0; width: 100%; height: 100%; background: rgba(255,255,255,0.85); background-size: cover; z-index:12; border-radius:0px; border: 0px solid rgb(212,184,103); padding: 20px; }

/* --- TEXT & SIDEBAR --- */
.main-content p, .main-content ul { line-height:150%; color: #333; }
.sidebar { margin-top:30px; }
.sidebar p, .sidebar ul { line-height:175%; color: #555; }
.teaser p { margin-top:0; }
.teaser .thumbnail { margin-bottom:5px; border: 1px solid #d1d5db; background: #fff; }

.caption { margin:3px 0 3px 0; color:#666; 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: rgb(212,184,103); } 

.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: 1px solid #ccc; padding-top: 20px; }
.footer a { color: rgb(39,62,77); text-align:center; font-weight: bold;}
.footer a:hover { color: rgb(212,184,103); }

/* --- NAVIGATION ITEMS --- */
.header .nav > li > a { padding: 7px 15px; color: rgb(39,62,77); font-weight: bold; }
.header .nav > li > a:hover { color: rgb(39,62,77); background: rgba(212,184,103, 0.2); border-radius: 4px; }

.alert h3 { margin:0 0 10px 0; color: rgb(39,62,77); }

.overview h2 a { color: rgb(39,62,77); text-decoration:none; }
.overview h2 a:hover { color: rgb(212,184,103); }

/* --- NEWS & COMMENTS --- */
.news { margin:30px 0 30px 0; border-bottom: 1px solid #d1d5db; padding-bottom: 20px; }
.news:first-child { margin-top:20px; }
.news h2 { margin:0; padding:0; }
.news h2 a { color: rgb(39,62,77); text-decoration:none; }
.news h2 a:hover { color: rgb(212,184,103); }
.news .time { color:#666; font-size:13px; margin:0 0 7px 0; padding:0; }

.simple-news h2 { margin:10px 0; }
.simple-news h2 a { color: rgb(39,62,77); text-decoration:none; }
.simple-news-delete { background:#fecaca; color: #991b1b; }

#comments { margin-top:50px; }
#commentformwrapper { padding-top:20px; border-top: 1px solid #d1d5db; }
h3#preview { color: rgb(212,184,103); margin-bottom:10px;}
h4.author { font-size:14px; margin-bottom:5px; font-style:italic; color: #555; }
.comment { position:relative; margin-bottom:25px; border-left: 2px solid #ccc; padding-left: 15px; }
.comment-admin { position:absolute; top:0; right:0; }
.comment-delete { background:#fecaca; color: #991b1b; padding: 2px 5px; border-radius: 3px; }
.comment-preview { color:#333; }
.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 #d1d5db; border-radius: 4px; background:#fff; }
.gallery h3 { margin:-15px 0 20px 0; padding:0; font-size:14px; color:#666; 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:#fff; padding:10px 15px; color:rgb(39,62,77); text-align:right; text-decoration:none; border: 1px solid #d1d5db; }
#menu-toggle-handle .icon-bar { display: block; margin:auto; width:22px; height:2px; background-color:rgb(39,62,77); 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: #555; }
a.pdf { padding-left:23px; background-image:url(../img/pdf.png); background-repeat:no-repeat; background-position: top left; color: #555; }

.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.1); 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.1); 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.1); 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:#fff; border-bottom: 1px solid #d1d5db; }
    #nav .nav-pills > li > a { padding: 10px 15px; border-radius:0; color: rgb(39,62,77); }
    #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.7); z-index:2000; }
#mylightbox { width:400px; display:none; position:absolute; background:#fff; z-index:2000; padding:3px 10px 0 10px; font-size:13px; border:1px solid #ccc; border-radius:5px; max-width:90%; height:auto; box-shadow:0 0 20px rgba(0,0,0,0.3); color: #333; }
#mylightbox img { max-width:100%; height:auto; border: 1px solid #ccc; }
#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: rgb(39,62,77); }
#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:#666; }
#mylightbox-description { font-size:14px; line-height:150%; margin:5px 0 10px 0; }
#mylightbox-author { color:#666; 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: rgb(39,62,77); background: #fff;}
ul.nav-pills li, ul.nav-pills li a:hover
{color: rgb(39,62,77); background: #f9fafb; border-radius: 4px;}

.dropdown-menu {color: rgb(39,62,77); background: #fff; border: 1px solid #d1d5db;}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #f3f4f6;
    border-color: #d1d5db;
}

hr, hr.dark {
    border-top: 1px dashed #ccc;
    background-color: transparent;
    height:0px;
    clear: both;
    padding-top: 10px;
    margin-bottom: 20px;
    margin: auto;
}
hr.closure {
    border-top: 0px dashed #ccc;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgb(39,62,77);
}

/* --- BUTTONS --- */
.btn-primary {
    background-color: rgb(39,62,77);
    color: #fff;
    border-color: rgb(39,62,77);
}
.btn-primary:hover, .btn-primary:focus {
    background-color: rgb(29, 46, 57);
    color: #fff;
    border-color: rgb(29, 46, 57);
}

.btn-secondary {
    background-color: #d4b867; /* rgb(212,184,103) */
    color: rgb(39,62,77);
    border-color: #d4b867;
}
.btn-secondary:hover, .btn-secondary:focus {
    background-color: #c4a95a;
    color: rgb(39,62,77);
    border-color: #c4a95a;
}

/* Kept for fallback, matched to new palette */
.btn-success {
    color: #fff;
    background-color: rgb(39,62,77);
    border-color: rgb(39,62,77);
}
.btn-success:hover {
    color: #fff;
    background-color: rgb(29, 46, 57);
}
.btn-paket {
    color: rgb(39,62,77);
    background-color: #d4b867; 
    border-color: #d4b867;
}
.btn-paket:hover {
    color: rgb(39,62,77);
    background-color: #c4a95a; 
}

/* --- PROGRESS BARS --- */
.progress-bar {
    background-color: rgb(212,184,103);
}

.bg-info {
    background-color: #e5e7eb; 
    color: rgb(39,62,77);
}

/* --- PANELS --- */
.panel-primary .panel-heading{
    background-color: rgb(39,62,77); 
    border-color: rgb(39,62,77);
    color: #fff;
}
.panel-default .panel-heading{
    background-color: #f3f4f6;
    border-color:#d1d5db;
    color: rgb(39,62,77);
}
.panel-info .panel-heading{
    background-color: rgb(212,184,103);
    border-color:rgb(212,184,103);
    color: rgb(39,62,77);
}
.panel-warning .panel-heading{
    background-color: #f59e0b;
    border-color: #f59e0b;
    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: #d1d5db;
    background-color: #fff;
    color: #333;
    border: 1px solid #d1d5db;
    border-top: none;
}

.panel-default { border-color: #d1d5db; }
.panel-primary { border-color: rgb(39,62,77); }
.panel-info { border-color: rgb(212,184,103); }
.panel-warning { border-color: #f59e0b; }
.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: rgb(39,62,77);
}

.main-content div h3 {
    font-family: Dosis;
    font-size: 1.3em;
    line-height: 1.3em;
    font-variant:small-caps;
    color: rgb(39,62,77);
}

.main-content div h4 {
    font-family: Inter;
    font-size: 1.2em;
    background: rgb(212,184,103); /* Background Accent */
    line-height: 1.2em;
    color: rgb(39,62,77);
    padding: 2px 5px;
    text-shadow: none;
    border-radius: 5px;
}

.txtimg, .txtimg2, .txtimg3 {
    border-color: #d1d5db;
    border-radius: 9px;
    width: 47%;
    margin:10px;
    color: #000;
}
.txtimg { background-color: #ffe274; }
.txtimg2 { background-color: #8aa8d2; }
.txtimg3 { background-color: #dd9724; }

.breadcrumb {
    background-color: transparent;
    color: rgb(39,62,77);
    padding: 4px 4px;
    margin-bottom: 5px;
    border: 0px solid #ccc;
    text-shadow: none;
}
.breadcrumb .active { color: #555; }

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #888;
    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: #fff;
    cursor: default;
    background-color: rgb(39,62,77);
    border-color: rgb(39,62,77);
}

.pagination>li>a, .pagination>li>span {
    color: rgb(39,62,77);
    background-color: #fff;
    border: 1px solid #d1d5db;
}

.pagination>li>a:hover,.pagination>li>span:hover,
.pagination>li:last-child>a:hover, .pagination>li:last-child>span:hover 
{ color: rgb(39,62,77); background-color: #f3f4f6; border-color: #d1d5db;}


/* --- MARKS & HIGHLIGHTS --- */
.marka, marka {
    padding:4px 10px 4px 10px;
    color: #fff;
    font-family: Dosis;
    font-size: 0.8em;
    display: inline-block;
    background-color: rgb(39,62,77);
    text-shadow: none;
    margin-left:5%;
    margin-right: 8%;
    margin-bottom:0px;
    margin-top:20px;
    border-radius:0px;
}

.mark, mark {
    padding: 10px;
    color: rgb(39,62,77);
    font-family: Latobo;
    font-size: 1.4em;
    display: block;
    background: rgb(212,184,103);
    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: rgb(39,62,77);
    font-family: Dosis;
    font-size: 0.8em;
    display: inline-block;
    background-color: rgb(212,184,103);
    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: #e5e7eb;
    color: rgb(39,62,77);
    text-decoration: none;
}

.mark-cc, mark-cc {
    padding:0px;
    color: rgb(39,62,77);
    font-family: Lato;
    background-color: transparent;
    text-shadow: none;
    text-decoration-line: underline;
    text-decoration-color: rgb(212,184,103);
    text-decoration-thickness: 1px;
    text-decoration-style: solid;
    border-radius:0px;
}

.mark-k, mark-k {
    padding: 10px;
    color: #fff;
    font-family: Latobo;
    font-size: 1.4em;
    display: block;
    background: rgb(39,62,77);
    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: rgb(39,62,77);
    font-family: Lato;
    background-color: #d1d5db;
    text-shadow: none;
    border-radius:0px;
}

.mark-cc>a, mark-cc>a {color: rgb(39,62,77); font-weight:normal;}
.mark-cc>a:hover, mark-cc>a:hover {color: rgb(39,62,77); font-weight:normal; background: rgb(212,184,103); text-shadow:none;}
.markcd>a, markcd>a, .markcd>a:hover, markcd>a:hover {color: rgb(39,62,77); font-weight:normal;}

h5,h6 { font-size: 1.4em; color: rgb(39,62,77); }

/* --- GRIDS --- */
.grid, .gridc, .gridvier, .gridzwei {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 2vw;
}

.h-20, .h-80, .h-250 {
    min-height:100%;
    background: rgba(212,184,103, 0.2); 
    border: 1px solid rgb(212,184,103);
    text-align:center;
    padding: 3%;
    margin-bottom:5px;
    border-radius:8px;
    display: block;
    position:relative;
    color: #333;
}
.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: #fff;
    border: 1px solid #d1d5db;
    text-align:center;
    padding: 0 3%;
    margin-bottom:5px;
    border-radius:8px;
    display: block;
    position:relative;
    color: #333;
}
.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 #d1d5db;
}

.media {
    margin-top: 0px;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    color: #333;
}

/* --- BADGES --- */
.notify-badge{
    position: absolute;
    font-family: Dosis;
    font-weight:300;
    right:0px;
    top:50px;
    background: rgb(212,184,103);
    text-align: center;
    border-radius: 0px;
    border: 1px solid rgb(39,62,77);
    color: rgb(39,62,77);
    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(255, 255, 255, 0.9);
    border: 1px solid #d1d5db;
    display:block;
    width:96%;
    text-align:center;
    color: rgb(39,62,77);
    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 rgba(0,0,0,0.5);
}

.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: rgb(212,184,103);
    border: 0px solid transparent;
    border-radius:50%;
    color: rgb(39,62,77);
    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: rgb(39,62,77);
}

.notify-badge-41{
    position: absolute;
    font-family: Lato;
    font-weight:300;
    right:0px;
    top:25px;
    background: rgb(39,62,77);
    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: rgb(212,184,103);
        background: linear-gradient(90deg, rgba(212,184,103, 1) 14%, rgba(212,184,103, 0.7) 56%, rgba(255, 255, 255, 0) 100%);
    }
}

@media screen and (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:#fff; border-bottom: 0px solid #eee; }
    #nav .nav-pills > li > a { padding:5px 15px; border-radius:0; color: rgb(39,62,77); }
    #nav .nav-pills > li + li > a { margin-top: 2px; margin-left: 0; }
    .mark, mark {font-size: 2.4vw; background: rgb(212,184,103); color: rgb(39,62,77);}
    .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: #fff; border:0px solid rgb(212,184,103); color: rgb(39,62,77); padding: 4px 15px; margin-bottom: 5px;}
    .marka, marka, .markc, markc { font-size: 1.4vw;}
}

.half_bg {
    @apply inline text-gray-800; /* Adjusted for light mode */
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 70%,
        rgba(212,184,103, 0.5) 70%,
        rgba(212,184,103, 0.5) 100%
    );
}

@media (min-width:786px) {
    h1, .h1, h2, .h2, h3, .h3 { line-height:1.2em; margin-bottom: 10px;}
}