input[type="range"] {
    width: 100%;
  }

  .input-label {
    display: flex;
    position: relative;
  }

  p.label-text {
    margin-right: 10px;
  }

  .info-textbox {
    position: absolute;
    background: rgba(152, 165, 69, 1);
    top: -60px;
    left: 240px;
    color: white;
    z-index: 1;
    visibility: hidden;
    padding: 10px;
  }

  span.info-button:hover~.info-textbox {
    visibility: visible;
  }

  .kapitalplaner-disclaimer {
    font-size: 0.9em;
  }

  #chart-legend-container ul li:before {
    content: unset !important;
  }

  .c7n-kapitalplaner .anlegertyp-button-wrapper button {
    flex: 45%;
  }

  .c7n-kapitalplaner .anlegertyp-button-wrapper button:last-child {
    margin-right: 7.5px;
  }

  #modell-select {
    background: white;
    font-size: inherit;
  }

  .anlage-chart-legend li:before {
    content: unset !important;
  }

  .c7n-kapitalplaner .table-responsive {
    display: flex;
    justify-content: center;
  }

  .c7n-kapitalplaner .table-responsive td {
    background-color: unset;
    border: none !important;
  }

  table#vorteil-container {
    width: auto !important;
  }

  @media (min-width: 768px) {
    .kapitalplaner-disclaimer {
      font-size: 0.7em;
    }

    .c7n-kapitalplaner .anlegertyp-button-wrapper button:last-child {
      margin-right: 0;
    }

    .c7n-kapitalplaner .anlegertyp-button-wrapper button {
      flex: 20%;
    }
  }