.modal-dialog {
	width: auto;
	max-width: none;
	display: inline-block;
  }
  
  .modal-content {
	width: auto;
	max-width: 100%;
  }
  
  /* Modal sauber zentrieren */
  .modal {
	display: none;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 !important;
  }
  
  .modal::before {
	content: "";
	display: inline-block;
	/* height: 100%; */
	vertical-align: middle;
	margin-right: -4px;
  }
  
  .modal-dialog {
	/* display: inline-block; */
	text-align: left;
	vertical-align: middle;
    justify-content: center;
    display: flex;
  }
  

  .modal .wizard-v10-content {

  max-width: 100%;
  width: auto;
  /* margin: 40px auto; */

  /* margin: 260px 0 160px; */
  position: relative;
  display: flex;
  display: -webkit-flex;
}
 .wizard-v10-content .wizard-form {
  width: 100%;
}
.wizard-form .wizard-header {
  background: var(--prim);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 13px 50px;
}
.wizard-form .wizard-header h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.wizard-form .wizard-header p {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  margin: 6px 0 26px;
}
.form-register .steps {
  margin-bottom: 33px;
  margin-top: 40px;
}
.form-register .steps ul {
  display: flex;
  display: -webkit-flex;
  list-style: none;
  padding-left: 0;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.form-register .steps li,
.form-register .steps li.current {
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
}
.form-register .steps li a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #ccc;
  margin-right: 143px;
  position: relative;
  outline: none;
}
.form-register .steps li a::before {
  position: absolute;
  content: "";
  background: #e5e5e5;
  width: 143px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 100%;
}
.form-register .steps li.last a {
  margin-right: 0;
}
.form-register .steps li.last a::before {
  content: none;
}
.form-register .steps li.current a,
.form-register .steps li.current a:active,
.form-register .steps li.done a::before,
.form-register .steps li.done a,
.form-register .steps li.done a:active {
  background: var(--prim);
}
.form-register .steps li .current-info {
  display: none;
}
.form-register .steps li .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.form-register .content {
  padding: 0 80px;
}
.form-register .content h2 {
  display: none;
}
.inner .form-row {
  display: flex;
  margin: 0 -10px;
  position: relative;
}
.inner .form-row .form-holder {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative;
}
.inner .form-row .form-holder.form-holder-2 {
  width: 100%;
  position: relative;
}
.inner .form-row .form-holder label {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  display: block;
}
.inner .form-row .form-holder input,
.inner .form-row .form-holder select {
  width: 100%;
  padding: 14.5px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  appearance: unset;
  -moz-appearance: unset;
  -webkit-appearance: unset;
  -o-appearance: unset;
  -ms-appearance: unset;
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -o-outline: none;
  -ms-outline: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.inner .form-row .form-holder select {
  color: #666;
  font-size: 15px;
  font-weight: 500;
  background: 0 0;
  z-index: 1;
  cursor: pointer;
  position: relative;
}
.inner .form-row .form-holder .select-btn {
  z-index: 0;
  position: absolute;
  top: 55%;
  right: 8%;
  font-size: 18px;
  cursor: pointer;
  color: #666;
}
.actions {
  margin: 20px 80px 60px;
}
.actions ul {
  list-style: none;
  padding-left: 0;
}
.actions ul li.disabled,
.actions ul li:first-child {
  display: none;
}
.actions ul li {
  padding: 0;
  border: none;
  border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  display: inline-flex;
  height: 50px;
  width: 160px;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  background: var(--prim);
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.actions ul li:hover {
  background: #2b4ab3;
}
.actions ul li a {
  color: #fff;
  text-decoration: none;
  padding: 15px 42px;
}

/* Responsive */
@media screen and (max-width: 1199px) {
  .wizard-v10-content {
    /* margin: 180px 20px; */
  }
}
@media screen and (max-width: 991px) {
  .inner .form-row {
    flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .inner .form-row .form-holder.form-holder-2 {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .wizard-v10-content {
    width: 90%;
  }
  .form-register .content {
    padding: 0 10px;
  }
  .form-register .steps li a {
    width: 50px;
    height: 50px;
    margin-right: 50px;
  }
  .form-register .steps li a::before {
    width: 50px;
  }
}
select.is-invalid ~ .invalid-feedback {
	display: block;
  }


  .success-checkmark svg {
    width: 100px;
    height: 100px;
    overflow: visible;
    stroke: var(--prim);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    animation: drawCircle 0.5s ease-in-out forwards;
  }
  .success-checkmark .check {
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: drawCheck 0.5s 0.5s ease forwards;
  }
  
  @keyframes drawCircle {
    from { stroke-dasharray: 0, 157; }
    to { stroke-dasharray: 157, 0; }
  }
  
  @keyframes drawCheck {
    to { stroke-dashoffset: 0; }
  }