.wc-loading-overlay-full {
  display: none;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1100;
}
.wc-loading-overlay-full > .d-flex {
  height: 100%;
}

.wc-loading-overlay {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
  position: relative;
}
.wc-loading-overlay::before {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  border: 5px solid rgba(0, 0, 0, 0.5);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  z-index: 10;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wc-info-box-content {
  flex-grow: 1;
}

.wc-chapterlist ul li a, .wc-chapterlist ul li span.wc-inactive {
  white-space: normal !important;
}

/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "RobotoCondensed";
  font-style: normal;
  font-weight: 400;
  src: url("/v3/skin/akademie-herkert/fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "RobotoCondensed";
  font-style: italic;
  font-weight: 400;
  src: url("/v3/skin/akademie-herkert/fonts/roboto-condensed-v25-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "RobotoCondensed";
  font-style: normal;
  font-weight: 700;
  src: url("/v3/skin/akademie-herkert/fonts/roboto-condensed-v25-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "RobotoCondensed";
  font-style: italic;
  font-weight: 700;
  src: url("/v3/skin/akademie-herkert/fonts/roboto-condensed-v25-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.wc-info-box-content {
  flex-grow: 1;
}

.wc-chapterlist ul li a, .wc-chapterlist ul li span.wc-inactive {
  white-space: normal !important;
}

/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "RobotoCondensed";
  font-style: normal;
  font-weight: 400;
  src: url("/v3/skin/akademie-herkert/fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "RobotoCondensed";
  font-style: italic;
  font-weight: 400;
  src: url("/v3/skin/akademie-herkert/fonts/roboto-condensed-v25-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "RobotoCondensed";
  font-style: normal;
  font-weight: 700;
  src: url("/v3/skin/akademie-herkert/fonts/roboto-condensed-v25-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "RobotoCondensed";
  font-style: italic;
  font-weight: 700;
  src: url("/v3/skin/akademie-herkert/fonts/roboto-condensed-v25-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.wc-order-nav ul {
  list-style-type: none;
  border-bottom: 1px solid #e0e0e0;
}
.wc-order-nav ul li {
  flex-grow: 1;
  text-align: center;
  margin-bottom: -1px;
  padding-bottom: 7px;
  hyphens: auto;
}
@media (max-width: 575.98px) {
  .wc-order-nav ul li {
    display: none;
  }
  .wc-order-nav ul li:last-child {
    flex: 0 0 50%;
  }
}
.wc-order-nav .wc-selected {
  font-weight: 500;
  color: #262626;
  border-bottom: 3px solid #002E6D;
  display: block;
}
@media (max-width: 575.98px) {
  .wc-order-nav .wc-selected + li {
    display: block;
  }
}

.wc-course-box-container {
  background-color: #ffffff;
}
.wc-course-box-container img, .wc-course-box-container .wc-fallback-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.wc-course-box-grid {
  min-height: 200px;
  display: grid;
  grid-template: "heading        language" "presence-info  presence-info" "description    description" 1fr "price          price" "booking-status booking-status"/1fr min-content;
}
.wc-course-box-grid .wc-heading {
  grid-area: heading;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.wc-course-box-grid .wc-description {
  grid-area: description;
  overflow: hidden;
}
.wc-course-box-grid .wc-icon-flag {
  grid-area: language;
  margin-top: 0;
}
.wc-course-box-grid .wc-icon-flag:before {
  float: right;
}
.wc-course-box-grid .wc-price-container {
  grid-area: price;
}
.wc-course-box-grid .wc-booking-status {
  grid-area: booking-status;
}
.wc-course-box-grid .wc-presence-info {
  grid-area: presence-info;
  --bs-columns: 1;
  --bs-gap: 4px 8px;
}
.wc-course-box-grid .wc-presence-info .material-icons {
  font-size: 20px;
}
.wc-course-box-grid .wc-trainer-link > .material-icons {
  margin-left: 4px;
}

.wc-content-container {
  background-color: #ffffff;
}

@media (min-width: 576px) {
  .wc-content-container {
    background-color: #f5f5f5;
  }

  #wc-signup-content {
    background-color: #ffffff;
    height: min-content;
  }
}
#wc-signup-form section.grid {
  --bs-columns: 1;
  --bs-gap: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  #wc-signup-form section.grid {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  #wc-signup-form section.grid:first-of-type {
    margin-top: 24px;
  }
  #wc-signup-form section.grid:last-of-type {
    margin-bottom: 80px;
  }
  #wc-signup-form section.grid .wc-signup-first-name,
#wc-signup-form section.grid .wc-signup-surname {
    grid-row: 2;
  }
  #wc-signup-form section.grid .wc-signup-street,
#wc-signup-form section.grid .wc-signup-zip {
    grid-row: 2;
  }
  #wc-signup-form section.grid .wc-signup-city,
#wc-signup-form section.grid .wc-signup-country {
    grid-row: 3;
  }
}
@media (min-width: 992px) {
  #wc-signup-form section.grid {
    column-gap: 24px;
  }
}
#wc-signup-form section > div.grid {
  --bs-columns: 1;
  --bs-gap: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  #wc-signup-form section > div.grid {
    margin-top: 12px;
    margin-bottom: 24px;
  }
  #wc-signup-form section > div.grid .wc-signup-first-name,
#wc-signup-form section > div.grid .wc-signup-surname {
    grid-row: 2;
  }
  #wc-signup-form section > div.grid .wc-signup-street,
#wc-signup-form section > div.grid .wc-signup-zip {
    grid-row: 2;
  }
  #wc-signup-form section > div.grid .wc-signup-city,
#wc-signup-form section > div.grid .wc-signup-country {
    grid-row: 3;
  }
}
@media (min-width: 992px) {
  #wc-signup-form section > div.grid {
    column-gap: 24px;
  }
}
#wc-signup-form input.form-check-input + .form-check-label {
  color: #707070;
}
#wc-signup-form input.form-check-input:checked + .form-check-label {
  color: #525252;
}

@media (min-width: 576px) {
  #wc-signup-form section.grid, #wc-signup-form section > div.grid {
    --bs-columns: 2;
  }
}
#wc-signup-submit-form .wc-summary-container {
  border: 1px solid #e0e0e0;
  padding: 10px;
}
#wc-signup-submit-form .wc-summary-container h3 {
  color: #262626;
}
