<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * ================================================
 * Projekt:     MPR Werbefactory â€“ Kundenwebsite
 * Datei:       assets/css/pages.css
 * Autor:       MPR Werbefactory (www.mpr-werbefactory.de)
 * Version:     1.0.0
 * Erstellt:    2025-05-19
 * Lizenz:      ProprietÃ¤r â€“ Verwendung nur mit Genehmigung
 * ================================================
 */
 
 /* ==== Page-specific Styles ==== */

/* Karriereseite */
.job {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.job h3 {
  color: #1c2e52;
  margin-bottom: 15px;
  font-size: 18px;
}

.job p {
  margin-bottom: 10px;
}

.job ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

.job li {
  margin-bottom: 5px;
}

.stellenangebote, .vorteile, .bewerbung {
  margin-bottom: 40px;
}

.stellenangebote h2, .vorteile h2, .bewerbung h2 {
  color: #1c2e52;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
}

.intro p {
  margin-bottom: 30px;
  font-size: 1.2em;
}

.vorteile ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.vorteile li {
  margin-bottom: 10px;
}

/* Aktuelles-Seite Spezifische Styles */

/* Spezielles Layout fÃ¼r die Aktuelles-Seite */
.aktuelles-main-content {
  display: flex;
  margin: 30px 0;
  gap: 30px;
}

.content-wide {
  flex-grow: 1;
  width: 80%;
}

/* NWB Delivery Feed Styling */
#nwbdeliverytargetcontent ul li {
  position: relative;
  padding-left: 40px; /* Platz fÃ¼r das grÃ¶ÃŸere Quadrat */
  list-style: none;
  margin-bottom: 12px;
  color: #1c2e52;
  padding-top:2px;
}

#nwbdeliverytargetcontent ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;              /* vertikale Position â€“ z.â€¯B. 5px nach unten */
  width: 16px;           /* GrÃ¶ÃŸe des Quadrats */
  height: 16px;
  background-color: #1c2e52;  /* Blau */
  border-radius: 0;      /* fÃ¼r rund: 50% */
}


#nwbdeliverytargetcontent ul li a,
.nwbdeliveryitemview p a {
  font-family: 'REM', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(1.1rem, 1.1rem + ((1vw - 0.2rem) * 0.375), 1.3rem);
  font-family: inherit;
  color: #1c2e52;
  font-weight: bold;
}

#nwbdeliverytargetcontent ul li a:hover,
.nwbdeliveryitemview p a:hover {
  font-size: clamp(1.1rem, 1.1rem + ((1vw - 0.2rem) * 0.375), 1.3rem);
  font-family: inherit;
  color: #1970b6;
  font-weight: bold;
}

.nwbdeliveryitemview .nwbdeliveryitemdate {
  display: inline-block;
  margin-bottom: 0.8rem;
}

.nwbdeliveryitemview ul li {
  background: url("assets/img/bullet-square.svg") no-repeat left 6px !important;
  background-size: 10px 10px !important;
}

/* Styles fÃ¼r [mehr] Links */
.mehr-link {
    text-decoration: none !important;
}

.mehr-link span {
    color: #22315F !important;
    font-weight: bold !important;
    transition: color 0.3s ease;
    font-size: 1rem;
}

.mehr-link:hover span {
    color: #1972b6 !important;
}

/* FÃ¼r NWB Artikel */
.nwburllink .mehr-link span,
.nwbdeliveryitemlist .mehr-link span {
    color: #22315F !important;
    font-weight: bold !important;
}

.nwburllink:hover .mehr-link span,
.nwbdeliveryitemlist:hover .mehr-link span {
    color: #1972b6 !important;
}

/* Fallback fÃ¼r inline styles */
.nwbdeliveryitemlist p span,
.nwburllink p span {
    transition: color 0.3s ease;
}

/* Sicherstellen, dass [mehr] am Ende von Paragraphen sichtbar ist */
.nwbdeliveryitemlist p,
.nwburllink p {
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.1rem;
    display: block !important;
    margin-bottom: 0 !important;
}

/* Debug-Stil um zu sehen ob die Links hinzugefÃ¼gt werden */
.processed-article .mehr-link {
    padding: 2px 4px;
    border-radius: 3px;
}

.nwb-back-button {
  display: inline-block;
  margin-top: 20px;
  background-color: #1c2e52;
  color: white;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: 4px;
}
.nwb-back-button:hover {
  background-color: #1970b6;
}


/*
background: linear-gradient(to right, #1c2e52, #1970b6); 
background: #1c2e52;


*/
.content .welcome-section section h2 {
  background: #1c2e52;
  padding: 0.7rem;
  color: white;
  font-weight: 300;
  font-size: 1.2em;
  border-radius: 5px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.content .welcome-section section .welcome-text {
  margin-bottom: 20px;
}

.content .welcome-section section .welcome-text ul {
  padding-left: 20px;
}</pre></body></html>