.loading {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.loading .messageContainer {
  width: 400px;
  height: 100px;
  padding: 20px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin: -70px 0 0 -200px;
  background-color: #eee;
  text-align: center;
}

.loading .messageContainer > label {
  color: #000;
}

.no-margin-top {
  margin-top: 0 !important;
}

.pay-btn {
  line-height: 50px;
  font-weight: bold;
  font-size: 18px;
}

.content .panel.zahlungssystem {
  margin-top: 60px;
}

.content .panel.zahlungssystem .panel-heading div {
  text-align: center;
}

.content .panel.zahlungssystem .panel-heading .zahlungssystem-title {
  font-weight: bold;
}

.content .panel.zahlungssystem .informationen, .content .panel.zahlungssystem .payment-provider {
  padding-bottom: 35px;
}

.content .panel.zahlungssystem .informationen .warenkorb {
  padding-right: 30px;
}

.content .panel.zahlungssystem .payment-provider .heidelpayUI.form {
  margin-top: 18px;
}

.content .panel.zahlungssystem .payment-provider .heidelpayUI .heidelpay-input {
  margin-top: 8px;
}

.content .panel.zahlungssystem .payment-provider .heidelpayUI .heidelpay-input .heidelpayUIIframe {
  height: 1.4rem;
}

.content .panel.zahlungssystem .payment-provider .heidelpayUI .pay-btn {
  font-weight: bold;
}

.heidelpaySandboxNotify {
  display: none;
}

@media (max-width: 767px) {
  .pay-btn {
    font-size: 16px;
  }

  .container {
    width: 100% !important;
  }

  h3 {
    font-size: 22px;
  }

  .content .panel.zahlungssystem .panel-heading .zahlungssystem-title {
    font-size: 25px;
  }

  .table-responsive {
    border: 0;
  }

  .content .panel.zahlungssystem .informationen .warenkorb {
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .btn {
    padding: 8px 8px;
  }

  .content .panel.zahlungssystem {
    margin-top: 15px;
  }

  .content .panel.zahlungssystem .informationen {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }

  .content .panel.zahlungssystem .payment-provider {
    padding-bottom: 20px;
  }
}
