
/* @ordinal: 100; */

/*.ui-datatable.weitereVorsorgeTable {
  margin-bottom: 20px;

  .vorsorgeart-column {
    width: 29%;
  }

  .bezeichnung-column {
    width: 31%;
  }

  .faelligkeit-column {
    width: 5%;
  }

  .kapital-column {
    width: 8%;
  }

  .rente-column {
    width: 8%;
  }

  .steigerung-column {
    width: 11%;
  }

  .delete-column {
    width: 20px;
  }
}

@media (max-width: 1200px) {

  .ui-datatable.weitereVorsorgeTable {

    .vorsorgeart-column {
      width: 27%;
    }

    .bezeichnung-column {
      width: 27%;
    }

    .faelligkeit-column {
      width: 7%;
    }

    .kapital-column {
      width: 14%;
    }

    .rente-column {
      width: 14%;
    }

    .steigerung-column {
      width: 13%;
    }
  }
} */
/*.gehaltsansicht-arbeitnehmer {
  td:not(:first-child) {
    width: 100px;
  }
} */

/*.ui-datatable.kundenuebersicht {
  th {
    vertical-align: top;
  }
  td {
    text-align: left !important;

    a i {
      vertical-align: middle;
    }

    a span {
      vertical-align: middle;
    }
  }

  .disabled {
    background-color: #EEEEEE;
  }
} */
/*.steuerersparnis-details {
  th {
    padding-bottom: 10px;
    text-align: right;

    &:first-child {
      text-align: left;
    }
  }

  tr.indent {
    td:first-child {
      padding-left: 20px;
    }
  }

  .bold td {
    font-weight: bold;
  }
} */

/*.selectableFonds {
  tr {
    td {
      padding: .5rem .8rem !important;
    }
  }
}

.selectedFonds {
  tr {
    td {
      padding: .2rem .8rem !important;
    }
  }
}

.ui-datatable.filteredFondsauswahlTable {

  width: 100%;

  table {
    table-layout: auto;
  }

  .ui-inputnumber {
    &.center > .ui-inputfield {
      text-align: center;
    }

    > .ui-inputfield {
      width: 100%;
    }
  }

  thead {
    th {
      text-align: center;
    }

    .col-isin,
    .col-bezeichnung {
      text-align: left;
    }

    th.col-isin {
      width: 110px;
    }

    th.col-risikoklasse-sri {
      width: 50px;
    }

    th.col-rating {
      width: 90px;
    }

    th.col-esg {
      width: 110px;
    }

    th.hinzufuegen-column {
      width: 110px;
    }

    th.col-anteil {
      width: 65px;
    }
  }

  tfoot {
    td {
      box-sizing: border-box;
      padding: 0.6rem 0.6rem;
    }
  }
} */
/* @ordinal: 100; */

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left{
  text-align: left;
}
body {
  .chart-container {
    white-space: nowrap;
    padding-bottom: 0;

    .hint {
      white-space: normal;
      padding-bottom: 5px;
    }

    .ui-tabs .ui-tabs-panel
    {
      padding: unset;
    }
  }

  .ui-button-text {
    line-height: 129% !important;
  }

  .previous-view {
    margin-right: 10px;
  }

  .neuerMitarbeiterButton {
    float: left;
  }
  .verwerfenButton {
    float: left;
  }
  .chatBotButton {

    .ui-button-text {
      font-weight: bold !important;
    }
    color: var(--primary-color);
    background-color: #fdfdfd;
    float: right;
    margin-right: 10px;
  }
  @media (max-width: 424px){
    #scrollToTop {
      visibility: hidden;
    }
  }

  .chart-title {
    text-align: center;
  }

  .chart {
    height: 250px;

    &.width-50 {
      &:first-child {
        margin-bottom: 20px;
      }
    }
  }
}

@media (min-width: 992px) {
  body {
    .chart {
      display: inline-block;
      width: 100%;

      &.width-50 {
        width: 50%;
      }
    }
  }
}

.buttons {
  a, .pi, .fa, .ui-icon {
    margin-left: 10px;

    text-decoration: none;
    color: var(--text-color);
    font-size: 25px;

    &:hover {
      color: var(--text-color-secondary);
    }
  }


}

.template-secondary-header .kundenverwaltung {
  float: right;
  margin-top: 8px;

  .beratungssubjekt {
    margin-right: 30px;
    vertical-align: middle;
  }

  a {
    cursor: pointer;

    .pi {
      font-size: 23px;
      margin-left: 8px;
      vertical-align: middle;

      &.pi-user-plus {
        margin-right: 4px;
      }
    }
  }
}

.modules {
  td {
    > .ui-toggleswitch {
      margin-top: 5px;
    }

    > span {
      margin-left: 10px;
    }
  }
}


.image-selection {

  > div {
    &:hover {
      .ui-button {
        background-color: var(--primary-dark-color);
        border-bottom-color: var(--primary-dark-color);
      }
    }

    a {
      text-decoration: none;
    }

    span {
      font-size: 1.3em;
    }

    img {
      width: 100%;

      border-top-right-radius: 0px;
      border-top-left-radius: 0px;
    }

    .ui-button {
      &:hover {
        background-color: var(--primary-dark-color);
        border-bottom-color: var(--primary-dark-color);
      }

      display: flex;
      width: 100%;
      bottom: 1em;

      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;

      vertical-align: middle;
      align-items: center;

      span {
        margin: 0 auto;
      }
    }

    .description {
      font-size: 1em;
    }
  }
}

@media (max-width: 1199px) {
  .image-selection {
    > div {
      .ui-button {

        padding: 0.5em 3px;
      }
    }
  }
}


@media (min-width: 1200px) {
  .image-selection {
    > div {
      .ui-button {

        padding: 0.5em;
      }
    }
  }
}


.ui-datatable {
  .ui-row-toggler.pi {
    font-size: 1.5rem;
  }

  &.inline-editable {
    margin-bottom: 20px;

    .ui-datatable-header {
      border: 1px solid var(--surface-d);
      border-bottom: none;
      text-align: left;
    }

    .ui-datatable-tablewrapper {
      width: 100%;

      th {
        border: 1px solid var(--surface-d);

        &:first-child {
          border-left: 1px solid var(--surface-d);
        }

        text-align: left;
        padding: 5px 10px;

        .pi {
          font-weight: bold;
        }
      }

      .ui-datatable-data {
        tr {
          padding: 0;

          &.ui-datatable-empty-message td {
            padding: 5px 5px 5px 8px;
          }

          &.disabled {
            background-color: #eee;
          }

          td {
            border: 1px solid var(--surface-d);

            &:first-child {
              border-left: 1px solid var(--surface-d);
            }

            padding: 0;

            > span:not(.ui-inputnumber) {
              display: inline-block;
              padding: 6px 11px;
            }

            table.ui-selectmanycheckbox {
              margin-left: 4px;

              td {
                border: none;
              }
            }

            .ui-inputtext.ui-widget, .ui-inputnumber.ui-widget {
              border: none;
              width: 100%;

              &.ui-state-focus {
                transition: none;
                border-bottom: 3px solid var(--primary-color);
              }
            }

            .ui-inputnumber input, input.ui-inputtext, .ui-calendar input {
              padding: 0.4rem 0.7rem;
            }

            .ui-selectonebutton {

              .ui-button {
                border-top: none;
              }

              .ui-button:nth-child(1) {
                border-left: none;
              }
            }

            .ui-inputgroup-addon {
              border-right: none;
              border-top: none;
              border-bottom: none;
            }

            .ui-calendar {
              .ui-inputfield {
                border: none;
                border-right: 1px solid var(--surface-d);

                &.ui-state-focus {
                  transition: none;
                  border-bottom: 3px solid var(--primary-color);
                }
              }

              .ui-datepicker-trigger {
                border: none;
              }
            }

            .ui-selectonemenu.ui-widget {
              border: none;
              width: 100%;

              .ui-selectonemenu-label {
                min-height: 30.8px;
              }
            }
          }
        }
      }
    }
  }
}

.info-button {
  a, .ui-commandlink {
    color: var(--text-color);
  }
}

.primary-color {
  color: var(--primary-color) !important;
}

body {
  .ui-outputlabel.row-description {
    font-size: 15px;
  }

  .ui-outputlabel.section-header {
    font-size: 15px;
    font-weight: bold;
  }

  .ui-outputlabel.column-header {
    font-size: 15px;
    font-weight: bold;
  }
}

@media (max-width: 991px) {
  body {
    .ui-outputlabel.row-description {
      font-size: 13px;
    }

    .ui-outputlabel.section-header {
      font-size: 13px;
      font-weight: bold;
    }

    .ui-outputlabel.column-header {
      font-size: 13px;
      font-weight: bold;
    }
  }
}


.ui-panel-hint {
  padding-top: 10px;

  &.hint-padding-bottom {
    padding-bottom: 10px;
  }

  &.ui-state-error {
    color: var(--danger-color);
  }
}

.ui-messages-error {
  display: flex;
  align-items: flex-start;
}

.ui-messages-error-icon {
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.ui-messages-error ul {
  margin: 0;
  padding: 0;
}

.important-selector {
  &.ui-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;

    transition: all 0.2s;
  }

  &.ui-state-default.ui-button {
    border: 1px solid var(--secondary-color);

    .ui-button-icon-left,
    .pi {
      color: var(--primary-color-text);
    }

    &:hover {
      color: var(--primary-color-text);
      background: var(--primary-dark-color) !important;
      border-color: var(--primary-dark-color) !important;

      .ui-button-icon-left,
      .pi {
        color: var(--primary-color-text) !important;
      }
    }
  }

  &.ui-state-active.ui-button {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--primary-color-text);

    .ui-button-icon-left,
    .pi {
      color: var(--primary-color-text);
    }

    &:hover {
      color: var(--primary-color-text);
      background: var(--primary-dark-color) !important;
      border-color: var(--primary-dark-color) !important;

      .ui-button-icon-left,
      .pi {
        color: var(--primary-color-text) !important;
      }
    }
  }

  .ui-button-icon-left {
    margin-right: 0.5rem;
  }
}

/* button row that wraps without overlapping on narrow viewports (e.g. smartphone) */
.button-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 0.5rem;
}


/* Common */

:root {
    --ivfpHellrot: #9D0000;
    --ivfpDunkelrot: #7E1D2D;
    --ivfpOrange: #F15B40;
    --ivfpGelb: #F4BF1A;
    --ivfpDunkelgrau: #777074;
    --ivfpHellgrau: #C6BFC6;
    --ivfpBarrierefreiesGruen: #687F01;
    --ivfpDunkelgruen: #83a001;
    --ivfpHellgruen: #aac54b;
    --ivfpDunkeblau: #047F9E;
    --ivfpHellblau: #5ab0d2;
    --ivfpLila: #a76192;
    --ivfpTuerkis: #6db9b2;

    --nachhaltigGreen: var(--ivfpDunkelgruen);

    --disabledColor: #EEEEEE;
}


.template-wrapper.debug {
    animation: scale 2s linear;
    animation-fill-mode: forwards;
}

.template-wrapper.debug {
    display: block;
}

.debug-overlay, .debug-overlay-renteneintritt {
    display: none;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 2000;

    div {
        position: absolute;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }

    img {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 30vw;
        animation: rotateIn 2s ease-in-out;
        z-index: 2100;

        &:hover + div {
            animation: flashBackgroundColors 0.6s linear infinite;
        }
    }

    span {
        position: absolute;
        color: white;
        opacity: 0.8;
        font-size: 3rem;

        animation: flip 12s ease-in-out infinite;
    }
}

.webserviceCalls {
    .ui-accordion {
        .ui-accordion-header {
            padding-top: 5px;
            padding-bottom: 5px;
        }
    }
}

@keyframes flip {
    0% {
        transform: rotateX(0deg);
    }
    50% {
        transform: rotateX(360deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}

@keyframes flashBackgroundColors {
    0% {
        background-color: tomato;
    }
    10% {
        background-color: #00FF00;
    }
    20% {
        background-color: #996699;
    }
    30% {
        background-color: yellow;
    }
    40% {
        background-color: #0033cc;
    }
    50% {
        background-color: red;
    }
    60% {
        background-color: black;
    }
    70% {
        background-color: teal;
    }
    80% {
        background-color: #99FF00;
    }
    90% {
        background-color: violet;
    }
    100% {
        background-color: #00FF99;
    }
}

@keyframes flashColors {
    0% {
        color: tomato;
    }
    10% {
        color: #00FF00;
    }
    20% {
        color: #996699;
    }
    30% {
        color: yellow;
    }
    40% {
        color: #0033cc;
    }
    50% {
        color: red;
    }
    60% {
        color: black;
    }
    70% {
        color: teal;
    }
    80% {
        color: #99FF00;
    }
    90% {
        color: violet;
    }
    100% {
        color: #00FF99;
    }
}

@keyframes driveLeft {
    0% {
        margin-left: 0px;
    }
    10% {
        margin-left: -150px;
    }
    20% {
        margin-left: -300px;
    }
    30% {
        margin-left: -450px;
    }
    40% {
        margin-left: -600px;
    }
    50% {
        margin-left: -750px;
    }
    60% {
        margin-left: -600px;
    }
    70% {
        margin-left: -450px;
    }
    80% {
        margin-left: -300px;
    }
    90% {
        margin-left: -150px;
    }
    100% {
        margin-left: 0px;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes scale {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0);
    }
}

@keyframes rotateIn {
    0% {
        width: 10vw;
    }
    50% {
        width: 40vw;
    }
    100% {
        transform: rotate(1080deg);
        width: 30vw;
    }
}
.stacktrace {
    font-size: 12px;
    margin-top: 20px;
    color: #9D0000;
}

.error {
    text-align: center;

    >span {
        padding: 0px 20px;
        vertical-align: middle;
        display: inline-block;
        max-width: calc(100% - 200px);

        .ui-button {
            margin-top: 20px;
        }
    }

    i {
        display: inline-block;
        font-size: 150px;
    }
}

@media (max-width: 576px) {
    .error {
        >span {
            max-width: calc(100% - 150px);
        }

        i {
            font-size: 75px;
        }
    }
}

.ui-sidebar.detail {
  width: 100vw;
  max-width: 850px;

  h1 {
    font-weight: normal;
  }

  .detail-h2 {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 16px;
  }

  h3 {
    margin-top: 20px;
  }

  .ui-sidebar-content > div {
    padding-bottom: 15px;
  }

  table td:nth-child(2),
  table td:nth-child(3),
  table td:nth-child(4),
  table td:nth-child(5),
  table td:nth-child(6) {
    text-align: right;
    white-space: nowrap;
  }

  .title-wrapper {
    font-weight: bold;
    height: 1rem;

    .title {
      float: left;
    }

    .value {
      float: right;
    }

    &::after {
      clear: both;
    }
  }

  .subtable-toggler {
    margin-right: 4px;
    text-decoration: none;

    .fa {
      font-size: 20px;
      margin-right: 5px;
    }
  }

  .subtable-wrapper {
    display: none;

    margin-left: 30px;
    background-color: #f7f7f7;
    padding: 5px 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    border-radius: 3px;
    border: 1px solid gainsboro;

    table {
      width: 100%;
    }

    &.visible {
      display: block;
    }
  }

  .ebene-2{
    background-color: #ffffff;
  }

  .ui-tabs-panel {
    border-bottom: none !important;
  }
}

.ui-sidebar.fragen-sidebar {

  .ui-accordion-header {
    padding-left: 25px;
    border: 1px solid var(--surface-d);
    margin-top: 0;

    .ui-icon {
      margin-left: 7px;
      margin-top: -8px;
    }

    &.ui-tabs-outline {
      border: 1px solid var(--surface-d);
      outline: unset;
    }
  }

  .ui-accordion-content {
    border-top: 1px solid var(--surface-d);

    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;

    .ui-inputtextarea {
      width: 100%;
    }
  }
}
.ui-fluid {
    .slider-input {
        > .ui-slider {
            float: left;
            width: 60%;
            margin-right: 5%;
            margin-top: 14px;
        }

        > .ui-inputnumber {
            width: 35%;
            .ui-inputtext {
                width: 35%;
            }
        }

        > .ui-inputgroup {
            float: right;
            width: 35%;
        }

        .no-info-button {
            input {
                width: 35%;
            }
        }
    }
}



.steuerSvDaten {
  .alignment-space-between {
    display: flex;
    justify-content: space-between;
  }

  .alignment-end {
    display: flex;
    justify-content: end;

    span {
      width: 100px;
      text-align: right;
    }
  }
}
.termsOfUseDialog {
    .ui-dialog-box {
        max-width: 725px;

        .ui-dialog-content {
            padding: 10px 20px 10px 20px;
        }

        .acceptTermsOfUseContainer {
            display: flex;
            justify-content: center;

            .acceptCheckBox {
                float: left;
                margin-right: 10px;
            }
        }

        .ui-outputlabel {
            margin-left: 10px;
        }
    }
    .submit-container {
        text-align: center;
    }

    .spacer {
        height: 15px;
    }
}
.customerInfoDialog.ui-dialog {
    max-width: 725px;

    .ui-dialog-content {
        padding: 10px 20px 10px 20px;
    }
}

.spacer {
    height: 15px;
}
.fragen-tabelle {
  .sideBarAnlagen {
    width: 45%;
  }

  .ui-datatable {
    width: 96%;

    &.print {
      width: 100%;
      padding-top: 5px;

      thead {
        th:nth-child(1) {
          width: 250px;
        }

        th:nth-child(2) {
          width: 200px;
        }
      }
    }

    thead {
      th:nth-child(1) {
        width: 35px !important;
      }

      th:nth-child(2) {
        width: 350px !important;
      }
    }

    td {
      padding: 5px 7px;
    }
  }

  @media (max-width: 1200px) {
    .ui-datatable-resizable tbody td {
      white-space: unset;
    }

    .ui-datatable {
      thead {
        th:nth-child(1) {
          width: 35px !important;
        }

        th:nth-child(2) {
          width: 175px !important;
        }

        th:nth-child(3) {
          width: 170px !important;
        }
      }

      &.print {
        thead {
          th:nth-child(1) {
            width: 330px !important;
          }

          th:nth-child(2) {
            width: 200px !important;
          }

          th:nth-child(3) {
            width: auto !important;
          }
        }
      }
    }
  }
}

.fragen-tabelle {
  &.print {
    tfoot {
      td {
        text-align: left;
      }
    }
  }
}
.fragen {
  .ui-accordion {
    .ui-accordion-header {
      .ui-icon {
        top: 23px;
      }
    }

    .ui-accordion-content {
      margin-left: 0.9rem;
    }
  }

  .frage-details-icon {
    position: absolute;

    /* Padding of .ui-accordion-header for a more uniform look */
    right: .7rem;
    top: .7rem;
  }

  .frage-container {

    .ui-selectoneradio.ui-grid {
      .ui-md-1, .ui-md-2, .ui-md-3, .ui-md-4, .ui-md-5, .ui-md-6, .ui-md-7, .ui-md-8, .ui-md-9, .ui-md-10, .ui-md-11, .ui-md-12 {
        padding: 0.2em;
      }
    }

    &.with-chart {
      .antwort-container {
        float: left;
        width: 150px;
      }

      .chart-container {
        float: right;
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 190px);
      }
    }

    .footnote-container {
      margin-top: 10px;

      .footnote:not(:first-child) {
        margin-top: 5px;
      }
    }
  }
}
.chat-dialog {
  max-width: 100vw;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 0px !important;
  padding: 0 !important;


  ::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-thumb {
    background: var(--primary-color);
  }

  .ui-dialog-box {
    pointer-events: all;
    margin-bottom: 7rem;
    margin-right: 2rem;

    &.ui-draggable-dragging {
      margin-right: 1rem;
    }
  }

  .ui-dialog-titlebar {
    padding: 1rem !important;


    .flex-container-one {
      overflow: visible;
      padding-left: 1.2rem;
      color: var(--primary-color);
      height: 3.5rem !important;
      display: flex;
      align-items: center;
      justify-content: space-between;

      span {
        font-size: 1.5rem;
        font-weight: 500;
      }

      #beta {
        padding: 0.15rem;
        margin-left: 0.9rem;
        font-size: .9rem;
        font-weight: 500;
        color: var(--primary-color);
        background: #f5f5f5;
      }

      #closebutton {
        border: none;
        background: none;
        width: 2rem;
        height: 2rem;
        color: #444;
        text-align: center;

        span {
          font-size: 1rem;
        }
      }

      #closebutton:hover {
        background: #eee;
      }

      body #closebutton:focus {
        box-shadow: none !important;
      }

    }
  }

  .chatbot-body {
    padding: 0 1rem 1rem;
  }

  .chat-bubble {
    background: #f7f7f7;
    padding: 0.6rem;
    margin-bottom: 0.7rem;
    margin-left: 0.5rem;

    clear: both;
    box-shadow: 1px 2.5px 4px 0 #9a9a9ac7;
  }

  .animated {
    animation: showText backwards;
  }

  .full {
    width: 100%;
  }

  .bar-row {
    align-items: center;
    display: flex;
    margin-bottom: 7%;
  }

  .bar-row:last-child {
    margin-bottom: 0;
  }

  .trimmed {
    float: left;
  }

  .ui-dialog-content {
    padding-top: 0 !important;
    padding-bottom: 7px !important;
    padding-left: 10px !important;
    height: 21rem !important;
    max-width: 23.414rem !important;
  }

  .bar-container {
    width: 55% !important;
    align-items: center;
    height: 1.7rem;
    background-color: #f0f0f0;
  }

  .bar {
    text-align: center;
    height: 1.7rem;
  }

  .bar-filled {
    flex: 0 0 auto;
    align-content: center;
    height: 1.7rem;
    width: 100%;
  }

  .bar-filled.red {
    background: var(--chart-color-rot);
    background: linear-gradient(90deg, rgb(from var(--chart-color-rot) r g b / 1) 0%, rgb(from var(--chart-color-rot) r g b / 0.75) 100%);
  }

  .bar-label {
    display: flex;
    align-items: center;
    margin-left: 0.8rem;
    width: 45% !important;
  }
}

.message {
  padding: 0.6rem 0 0.6rem 0.6rem;
  font-weight: 400;
  max-width: 100%;
}

.start {
  padding-top: 0;
  margin-left: 0.5rem;
  font-size: .9rem;
  color: #444;
}

.end {
  text-align: left;
  width: 316px;
  font-size: 13px;
  color: rgba(68, 68, 68, 0.7);
}

@keyframes showText {
  from {
    max-height: 0;
    padding: 0;
    margin: 0;
    border-width: 0;
    overflow: hidden;
  }
  to {
    max-height: unset;
    padding: initial;
    margin: initial;
    border-width: initial;
    overflow: visible;
  }
}

.loadingText {
  width: fit-content;
  animation: dot-disapear 0s 2s forwards;
}

.loadingText > div {
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: dot-bouncedelay 1.0s infinite ease-in-out both;
  animation: dot-bouncedelay 1.0s infinite ease-in-out both;
}

.loadingText .dot1 {
  -webkit-animation-delay: -0.28s;
  animation-delay: -0.28s;
}

.loadingText .dot2 {
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
}

@-webkit-keyframes dot-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes dot-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.weitere-bezuege {

  .ui-datatable.bestehende-bav {
    tr th:nth-child(2) {
      width: 200px;
    }
    tr th:nth-child(3) {
      width: 200px;
    }
    tr th:nth-child(4) {
      width: 200px;
    }
    tr th:nth-child(5) {
      width: 25px;
    }
  }

  .ui-datatable.sonstige-bezuege {
    tr th:nth-child(2) {
      width: 126.66px;
    }
    tr th:nth-child(3) {
      width: 126.66px;
    }
    tr th:nth-child(4) {
      width: 126.66px;
    }
    tr th:nth-child(5) {
      width: 200px;
    }
    tr th:nth-child(6) {
      width: 25px;
    }
  }

  .ui-datatable.netto-be-abzuege {
    tr th:nth-child(2) {
      width: 200px;
    }
    tr th:nth-child(3) {
      width: 200px;
    }
    tr th:nth-child(4) {
      width: 25px;
    }
  }

}

.confirmRemoveWeitereBezuegeDialog {
  .ui-dialog-content {
    padding-bottom: 5px !important;
  }
}
.ui-datatable.fondsauswahlTable {
  margin-bottom: 20px;

  .fonds-column {
    width: 47.8%;
  }

  .anteil-column {
    width: 180px;
    padding-left: 1.5%;
    padding-right: 5.4%;
    text-align: right;
  }

  .hinzufuegen-column {
    width: 10%;
    padding-right: 0;

    a {
      color: var(--primary-color);
      font-weight: bold;
    }
  }

  .delete-column {
    width: 30px;
  }
}

.donut-chart {
  height: 320px;
  width: var(--donut-chart-width);

  @media (max-width: 700px) {
    width: 98%;
    height: 500px;
  }

  margin-left: auto;
  margin-right: auto;
}
.column-chart {
  height: var(--column-chart-height, 320px);
  width: var(--column-chart-width);

  @media (max-width: 700px) {
    width: 98%;
    height: var(--column-chart-height, 500px);
  }

  margin-left: auto;
  margin-right: auto;
}
/* @ordinal: 300; */

/*.fvr-vergleich-angaben {
  .ui-tabs.no-padding .ui-tabs-panel {
    padding-left: 0;
  }
} */