    .co-zwei {
      font-size: 1.2em;
      top: 20px;
      position: relative;
    }

    .co2-wrapper {
      border: 6px solid white;
      padding: 20px;
      background-color: #9d9a6f;
      /* min-height: 570px; */
      height: 100%;
      font-size: 14px;
    }

    .co2-wrapper.ausgleich {
      background-color: #686d1b;
    }

    h3 {
      color: white;
      margin-top: -30px;
    }

    .triangle-verbrauch {
      width: 0;
      top: -50px;
      transform: rotate(12deg);
      left: 70%;
      height: 0;
      position: relative;
      border-style: solid;
      border-width: 0 0 40px 30px;
      border-color: transparent transparent #9d9a6f transparent;
      filter: drop-shadow(5px -14px 0px #fff);
    }

    .triangle-ausgleich {
      width: 0;
      top: -50px;
      transform: rotate(-12deg);
      left: 8%;
      height: 0;
      position: relative;
      border-style: solid;
      border-width: 40px 0 0 30px;
      border-color: transparent transparent transparent #686d1b;
      filter: drop-shadow(-5px -14px 0px #fff);
    }

    /* Chrome, Safari, Edge, Opera */
    #dao_co2rechner input::-webkit-outer-spin-button,
    #dao_co2rechner input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    /* Firefox */
    #dao_co2rechner input[type=number] {
      -moz-appearance: textfield;
    }

    #dao_co2rechner .calc-wrapper {
      position: relative;
      min-height: 420px;
      background-color: #fff;
      padding: 20px 20px 0 20px;
      border-bottom-left-radius: .25rem;
      border-bottom-right-radius: .25rem;
    }

    #dao_co2rechner .co2-ausgleich-wrapper {
      background-color: #fff;
      padding: 20px 20px 0 20px;
      border-radius: .25rem;
    }

    #dao_co2rechner .euro-ausgleich-wrapper {
      background-color: #d8d9bc;
      padding: 20px;
      border-radius: .25rem;
    }

    #dao_co2rechner .nav-tabs .nav-link:not(:last-child) {
      margin-right: .25rem;
    }

    #dao_co2rechner .nav-tabs .nav-link:not(.active) {
      background-color: #eceae6;
    }

    #dao_co2rechner .nav-tabs .nav-link:not(.active):hover {
      background-color: #ccc89e;
    }

    .input-airport {
      position: relative;
    }

    .airportlist {
      border: 2px solid #9d9a6f;
      overflow: hidden;
      position: absolute;
      top: 0px;
      width: 22rem;
      line-height: 1.4;
      z-index: 1;
      top: 40px;
      user-select: none;
    }

    .airportlist ul {
      margin: 0px;
      padding: 0px;
      list-style: none;
    }

    .airportlist ul li {
      background-color: white;
      border-bottom: 1px solid #e0e0cf;
    }

    .airportlist ul li:hover {
      color: white;
      background-color: #9d9a6f;
    }

    .form-check-input:checked {
      background-color: #9d9a6f;
      border-color: #4f4e39;
    }

    .form-check-input:focus {
      border-color: #9d9a6f;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgb(157 154 111 / 43%);
    }

    .form-control:focus {
      color: #212529;
      background-color: #fff;
      border-color: #9d9a6f;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgb(157 154 111 / 43%);
    }

    .btn-primary {
      color: #fff;
      background-color: #9d9a6f;
      border-color: #9d9a6f;
    }

    .btn-primary:hover {
      color: #fff;
      background-color: #777552;
      border-color: #777552;
    }

    .input-group-text {
      background-color: #e0e0cf;
      border-color: #c3c19d;
    }

    .less-padding {
      padding-top: 0.5rem;
      padding-bottom: 0;
    }

    .card.no-border {
      border: none;
    }

    .card-body.with-border {
      border: 1px solid rgba(0, 0, 0, .125);
    }

    .btn.ausgleichen {
      color: #686d1b;
      border-color: #686d1b;
      background-color: #fff;
      font-weight: 700;
    }

    .calc-wrapper .ausgleichen-footer {
      position: absolute;
      width: 100%;
      bottom: 0;
    }

    .ausgleichen-footer {
      background-color: #eceae6;
      margin-left: -20px;
      margin-right: -20px;
      border-bottom-left-radius: .25rem;
      border-bottom-right-radius: .25rem;
    }

    .ausgleichen-result {
      align-self: center;
      font-size: 1.2rem;
      text-align: end;
    }

    .ausgleichen-value {
      font-weight: 700;
      color: #686d1b;
    }

    .flight-km {
      border: 1px solid #eceae6;
      background-color: #eceae6;
      text-align: end;
      padding: 0.25rem 0.5rem;
      border-radius: 0.25em;
    }

    .input-group-text {
      padding: 0rem .5rem;
    }

    .co2-single-result {
      height: 100%;
      width: 100%;
      background: #eceae6;
      border-radius: 0.25rem;
      padding: 0.5rem;
      text-align: end;
      font-weight: 700;
      font-size: 1.1rem;
    }

    .result-euro {
      font-size: 1.6rem;
      color: #686d1c;
    }

    #jetzt-spenden {
      font-weight: 700;
      background-color: #686d1c;
      border-color: #686d1c;
    }
