/* CTA */

.btn-schlueter,
.btn-schlueter:visited {
  background: var(--schluter-orange);
  border-color: var(--schluter-orange);
  color: #fff;
  font-weight: 400;
  border-radius: 0;
}

.btn-schlueter:hover,
.btn-schlueter:focus {
  background: var(--schluter-orange-dark);
  border-color: var(--schluter-orange-dark);
  color: #fff;
}

.main-button {
  display: flex;
  align-items: center;
  justify-content: center;
  
  padding: 16px 30px 16px 30px;
  border: 1px solid var(--schluter-border);
  background: var(--schluter-orange);
  color: #fff;
  text-decoration: none;
  transition:
    background-color 0.15s ease,
    border-color 0.15s ease;
}

.main-button .bi {
  margin-left: 14px;
}

.main-button:hover,
.main-button:focus {
  background: #fff4e8;
  border-color: var(--schluter-orange);
  color: #111;
}

.invite-form .input-group {
  width: 100%;
}

.invite-form .form-control {
  min-width: 0;
}

.invite-form .btn-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  white-space: nowrap;
  background: var(--schluter-orange);
  border-color: var(--schluter-orange);
  color:#fff;
}

/* =========================================================
   Mobile / tablet
   ========================================================= */

@media (max-width: 991.98px) {
  .btn-schlueter {
    width: 100%;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  
}
