.newsInfo {
        padding:7px;
        margin:7px;
}

.newsItem{
        padding-top:10px;
        padding-bottom:10px;
        padding-right:10px;
        padding-left: 10px;
}

.newsItemComment,
.wikiFolioPublicInfo {
        background-color: white;
        border-radius: 5px;
        height: 100%;
        width: 100%;
        padding:20px;
        justify-content: center;
}
.newsItemCommentShadow {
        border-bottom:2px solid #F1BDAF;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 18px;
        border-radius: 5px;
        box-shadow: inset 0 0 3px 2px white, inset 0 0 12px 12px white;
        background: linear-gradient(to right, white,white, white);
}

.wikiFolioPublicInfoShadow{
        border-bottom:2px solid #F1BDAF;
        border-radius: 5px;
        padding: 18px;
        box-shadow: inset 0 0 3px 2px white, inset 0 0 12px 12px white;
        background: linear-gradient(to right, white,white, white);
        margin-bottom: 15px;
}

.fas {
        font-size: 1.3em;
        color: #F1BDAF;
        padding-right:5px;
}

.accordionInner {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordionInner:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

#wikiFolioChart { width: 100% !important; } /* fixe Breite */

  details.chart-collapse {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 0.5rem 0.75rem;
    background: #fff;
  }
  details.chart-collapse > summary {
    cursor: pointer;
    list-style: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  details.chart-collapse > summary::marker { display: none; }
  details.chart-collapse[open] > summary .chev { transform: rotate(90deg); }
  .chev { transition: transform .2s ease; }
  .portfolioChart canvas {
    width: 100%;
    height: 400px !important; /* oder was du willst */
  }
  .viewButtons { margin-top: 16px; }
