/* ── STYRZ Corporate Design – Website CI ── */

:root {
  --styrz-gold:     #CDB69A;
  --styrz-gold-dk:  #B09070;
  --styrz-gray:     #706F6F;
  --styrz-dark:     #3A3A3A;
  --styrz-light:    #F9F7F5;
  --styrz-border:   #E8E0D8;
  --styrz-white:    #FFFFFF;
}

/* Globale Schrift */
body {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 16px;
  color: #3A3A3A;
  background: #F9F7F5;
}

/* ── HEADER ── */
.navbar {
  background-color: #FFFFFF !important;
  border-bottom: 3px solid #CDB69A !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.navbar-brand {
  color: #3A3A3A !important;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.3px;
}

.navbar-text {
  color: #706F6F !important;
  font-size: 13px;
}

/* ── SIDEBAR ── */
.bs-sidebar,
.nav-container {
  background: #F9F7F5 !important;
  border-right: 1px solid #E8E0D8;
}

.bs-sidebar .bd-links a,
.nav-container .nav-link {
  color: #706F6F !important;
  font-size: 14px;
  padding: 7px 14px;
  border-radius: 4px;
  display: block;
  text-decoration: none;
  transition: all 0.15s ease;
}

.bs-sidebar .bd-links a:hover,
.nav-container .nav-link:hover {
  background: #F0EAE2;
  color: #3A3A3A !important;
  text-decoration: none;
}

.bs-sidebar .bd-links a.active,
.nav-container .nav-link.active {
  background: #CDB69A;
  color: #FFFFFF !important;
  font-weight: 600;
}

/* Sidebar Titel */
.offcanvas-title {
  color: #3A3A3A;
  font-weight: 700;
  font-size: 15px;
}

/* ── HAUPTINHALT ── */
main, .bs-main, .body-content {
  background: #FFFFFF;
  padding: 32px 40px;
  border-radius: 8px;
  border: 1px solid #E8E0D8;
}

/* ── ÜBERSCHRIFTEN ── */
h1, h2, h3, h4 {
  color: #3A3A3A;
  font-weight: 700;
}

h1, .title {
  font-size: 26px;
  border-bottom: 3px solid #CDB69A;
  padding-bottom: 12px;
  margin-bottom: 24px;
  color: #3A3A3A;
}

h2 {
  font-size: 20px;
  color: #706F6F;
  margin-top: 32px;
  margin-bottom: 12px;
}

h3 {
  font-size: 17px;
  color: #9A8878;
  margin-top: 24px;
}

/* ── SHORTDESC ── */
.shortdesc,
p.shortdesc {
  font-size: 16px !important;
  color: #706F6F !important;
  border-left: 4px solid #CDB69A !important;
  padding: 12px 16px !important;
  background: #FAF6F2 !important;
  border-radius: 0 6px 6px 0 !important;
  margin-bottom: 28px !important;
  font-style: italic;
}

/* ── STEPS ── */
.steps li, ol.steps > li {
  margin-bottom: 12px;
  padding: 14px 16px;
  background: #F9F7F5;
  border-radius: 6px;
  border: 1px solid #E8E0D8;
  border-left: 4px solid #CDB69A;
}

/* ── WARNHINWEISE ── */
.alert {
  border-radius: 6px;
  margin: 20px 0;
  padding: 14px 18px;
}

.alert-warning {
  background: #FDF6EE !important;
  border-color: #CDB69A !important;
  border-left: 5px solid #CDB69A !important;
  color: #7A5C3A !important;
}

.alert-danger {
  background: #FDF0EE !important;
  border-color: #C0765A !important;
  border-left: 5px solid #C0765A !important;
  color: #7A2A1A !important;
}

.alert-info {
  background: #F0F4F8 !important;
  border-color: #8AA8C0 !important;
  border-left: 5px solid #8AA8C0 !important;
  color: #2A4A6A !important;
}

/* ── TABELLEN ── */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 15px;
}

thead tr {
  background: #3A3A3A;
  color: white;
}

thead th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
}

tbody tr:nth-child(even) {
  background: #F9F7F5;
}

tbody td {
  padding: 10px 16px;
  border-bottom: 1px solid #E8E0D8;
  color: #3A3A3A;
}

/* ── LINKS ── */
a {
  color: #B09070;
  text-decoration: none;
}

a:hover {
  color: #3A3A3A;
  text-decoration: underline;
}

/* ── FOOTER ── */
footer, .footer {
  border-top: 1px solid #E8E0D8;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  color: #706F6F;
  background: #F9F7F5;
}

/* ── BREADCRUMB ── */
.breadcrumb {
  background: transparent;
  font-size: 13px;
  color: #706F6F;
}

.breadcrumb-item a {
  color: #CDB69A;
}
