/* Retter-Portal v1.3.42
   Nur die Portal-Vorschau der öffentlichen Landingpage erhält im Whitemode
   eine echte helle Variante. Darkmode und alle übrigen Bereiche bleiben unverändert. */

body[data-theme="light"] .rp90-site .rp90-ui-preview{
  color:#172033!important;
  background:#f7f9fc!important;
  border-color:rgba(71,85,105,.20)!important;
  box-shadow:0 26px 65px rgba(15,23,42,.14)!important;
}

body[data-theme="light"] .rp90-site .rp90-ui-top{
  color:#172033!important;
  background:#ffffff!important;
  border-bottom-color:rgba(71,85,105,.16)!important;
}

body[data-theme="light"] .rp90-site .rp90-ui-top em{
  color:#526177!important;
}

body[data-theme="light"] .rp90-site .rp90-ui-sidebar{
  color:#334155!important;
  background:#edf2f7!important;
  border-right-color:rgba(71,85,105,.16)!important;
}

body[data-theme="light"] .rp90-site .rp90-ui-sidebar b{
  color:#64748b!important;
}

body[data-theme="light"] .rp90-site .rp90-ui-sidebar span{
  color:#475569!important;
}

body[data-theme="light"] .rp90-site .rp90-ui-sidebar span.active{
  color:#ffffff!important;
  background:linear-gradient(135deg,#c8102e,#a41129)!important;
  box-shadow:0 9px 22px rgba(200,16,46,.18)!important;
}

body[data-theme="light"] .rp90-site .rp90-ui-content{
  background:#f7f9fc!important;
}

body[data-theme="light"] .rp90-site .rp90-ui-title span{
  color:#c8102e!important;
}

body[data-theme="light"] .rp90-site .rp90-ui-title strong{
  color:#172033!important;
}

body[data-theme="light"] .rp90-site .rp90-ui-stats article,
body[data-theme="light"] .rp90-site .rp90-ui-row{
  color:#172033!important;
  background:#ffffff!important;
  border-color:rgba(71,85,105,.17)!important;
  box-shadow:0 8px 22px rgba(15,23,42,.07)!important;
}

body[data-theme="light"] .rp90-site .rp90-ui-stats small,
body[data-theme="light"] .rp90-site .rp90-ui-row small{
  color:#64748b!important;
}

body[data-theme="light"] .rp90-site .rp90-ui-row em{
  color:#475569!important;
  background:#e7edf4!important;
  border:1px solid rgba(71,85,105,.10)!important;
}

@media(max-width:600px){
  body[data-theme="light"] .rp90-site .rp90-ui-sidebar{
    border-right:0!important;
    border-bottom-color:rgba(71,85,105,.16)!important;
  }
}
