
.dwk-redaktion-wrap{
  background:#edf2fb;
  border-radius:16px;
  padding:20px;
  margin:20px 0;
  box-shadow:0 18px 40px rgba(15,23,42,0.18);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
  color:#0f172a;
}
.dwk-title{
  font-size:1.7rem;
  margin:0 0 4px;
}
.dwk-subtitle{
  margin:0;
  font-size:0.95rem;
}
.dwk-meta{
  font-size:0.8rem;
  color:#4b5563;
}
.dwk-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:1rem;
  margin-bottom:1rem;
}
.dwk-header-badge span{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  font-size:0.7rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  border:1px solid rgba(59,130,246,0.8);
  background:linear-gradient(120deg,rgba(59,130,246,0.18),rgba(56,189,248,0.3));
  box-shadow:0 0 0 1px rgba(191,219,254,0.8);
}
.dwk-search-form{
  margin-bottom:1.5rem;
}
.dwk-search-label{
  display:block;
  font-size:0.85rem;
  margin-bottom:0.25rem;
}
.dwk-search-row{
  display:flex;
  gap:0.5rem;
}
.dwk-search-input{
  flex:1;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid #cbd5f5;
  font-size:0.95rem;
}
.dwk-search-input:focus{
  outline:none;
  border-color:#2563eb;
  box-shadow:0 0 0 1px rgba(37,99,235,.2);
}
.dwk-search-button{
  padding:8px 14px;
  border-radius:999px;
  border:none;
  background:#2563eb;
  color:#fff;
  font-size:0.9rem;
  cursor:pointer;
  box-shadow:0 8px 16px rgba(37,99,235,0.35);
}
.dwk-search-button:hover{
  background:#1d4ed8;
}
.dwk-error{
  margin:0 0 0.4rem;
  font-size:0.85rem;
  color:#b91c1c;
}
.dwk-section{
  margin-top:1.4rem;
}
.dwk-main-text h3{
  margin-top:0;
  margin-bottom:0.4rem;
}
.dwk-main-text p{
  margin-top:0.1rem;
  margin-bottom:0.4rem;
}
.dwk-two-col{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0.75rem;
  margin-top:0.75rem;
}
.dwk-two-col h4{
  margin:0 0 0.15rem;
}
.dwk-hints{
  margin-top:0.75rem;
}
.dwk-hint{
  display:flex;
  gap:0.6rem;
  margin-bottom:0.6rem;
  padding:0.6rem 0.75rem;
  border-radius:12px;
  background:#e0ecff;
}
.dwk-hint-icon{
  font-size:1.3rem;
}
.dwk-hint--heat{ background:#fee2e2; }
.dwk-hint--cold{ background:#dbeafe; }
.dwk-hint--rain{ background:#e0f2fe; }
.dwk-hint--wind{ background:#e0f2fe; }
.dwk-hint--glatte{ background:#fef3c7; }
.dwk-hint--calm{ background:#dcfce7; }
.dwk-card{
  background:#f9fafb;
  border-radius:12px;
  padding:0.75rem 0.9rem 0.9rem;
  border:1px solid #e5e7eb;
  margin-bottom:0.8rem;
}
.dwk-card--chart{
  padding-top:1rem;
  border-color:#bfdbfe;
  box-shadow:0 20px 40px rgba(37,99,235,0.16);
}
.dwk-card-sub{
  margin-top:0;
  font-size:0.85rem;
  color:#6b7280;
}
.dwk-chart{
  height:260px;
}
.dwk-chart--wide{
  height:340px;
}
.dwk-hour-table{
  width:100%;
  border-collapse:collapse;
  font-size:0.85rem;
}
.dwk-hour-table th,
.dwk-hour-table td{
  border-bottom:1px solid #e5e7eb;
  padding:4px 6px;
}
.dwk-hour-table th{
  text-align:left;
  font-weight:600;
}
.dwk-footer{
  margin-top:0.75rem;
  font-size:0.75rem;
  color:#6b7280;
  text-align:right;
}
.dwk-muted{
  font-size:0.85rem;
  color:#6b7280;
}
@media (max-width:900px){
  .dwk-header{
    flex-direction:column;
    align-items:flex-start;
  }
  .dwk-two-col{
    grid-template-columns:minmax(0,1fr);
  }
}
