.modal-dialog {
  width: auto;
  display: 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;
  z-index: 999999;
}

.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; */
  display: none;
}
.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: "PathwayGothic";
}
.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: var(--prim);
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
  display: block;
  font-family: 'GothicExpand';
}
.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: "PathwayGothic";
  font-size: 16px;
  color: #333;
  font-weight: 200;
  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: 18px;
  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;
}

.inner .form-row .form-holder .select-btn option:hover {
background: red;
}


.form-check-label{
  font-family: 'PathwayGothic';
}

.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: "PathwayGothic";
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.actions ul li:hover {
  background: var(--acc-sec);
}
.actions ul li a {
  color: #fff;
  text-decoration: none;
  font-weight:200;
  
}

/* 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;
  }
}


.modal.is-wizard-open .wizard-v10-content { display: flex; }
.modal.is-wizard-open .booking-grid { display: none; }
/* Standard-Farbe */
.form-check-input {
  accent-color: var(--prim); /* moderner Weg für Checkbox/Radio */
}

/* Für alle States explizit überschreiben */
.form-check-input:focus,
.form-check-input:checked,
.form-check-input:hover {
  border-color: var(--prim);
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(var(--prim-rgb), 0.25); /* falls du mit rgba arbeitest */
}

/* Falls es ein <select> ist */
.form-select:focus,
.form-select:hover {
  border-color: var(--prim);
  box-shadow: 0 0 0 0.25rem rgba(var(--prim-rgb), 0.25);
}


input:focus,
select:focus,
textarea:focus {
  border-color: var(--acc-sec);
  box-shadow: 0 0 0 0.25rem rgba(var(--prim-rgb), 0.25);
  outline: none;
}


input:hover,
select:hover,
textarea:hover {
  border-color: var(--acc-sec);
  box-shadow: 0 0 0 0.25rem rgba(var(--prim-rgb), 0.25);
  outline: none;
}
.form-check-input:checked {
    background-color: var(--acc-sec);
    border-color: var(--acc-sec);
}

.form-control:focus{
  box-shadow: 0 0 0 0.25rem var(--acc-sec);
}


select.form-control option:hover,
select.form-control option:focus {
  background-color: var(--prim) !important;
  background: var(--prim) !important;
  color: #fff;
}

small {
  font-family: 'PathwayGothic';
}