/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-category-slider-wurth-news {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

.slider-wrapper {
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

a.sliderCard:hover,
.category-slide-long:hover {
  transform: scale(1.1);
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

a.sliderCard {
  font-family: "wuerthbook";
  display: flex;
  aspect-ratio: 3/1.5;
  text-decoration: none;
  padding: 1rem;
  margin: 1rem;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.slick-dots > li:only-child {
  display: none;
}

div#category-slider {
  display: flex;
  flex-direction: row;
  max-width: 100vw;
  overflow: hidden;
}

.gradientDiv {
  background: linear-gradient(360deg, rgba(6, 6, 6, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.TextWrap {
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
}

h2.slider-title {
  font-family: "wuerthbold";
  padding-left: 1rem;
  margin-bottom: 0rem;
}

.sliderCard.long {
  width: 100%;
  background-size: cover;
  aspect-ratio: 3/1.5;
  border-radius: 10px 10px 0 0;
}

.long-slide-wrapper {
  text-decoration: none;
}

.TextWrapLong {
  display: flex;
  flex-direction: column;
  background-color: white;
  color: black;
  border-radius: 0 0 10px 10px;
  height: 12rem;
  background-color: white;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.TextWrapLong .cardTitle {
  color: black;
  margin-top: 0;
}

#wuerth-corporate-footer-wrapper {
  background-color: #ededed;
  color: black;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  padding: 4rem;
}

.BoldTitle {
  font-family: Wuerth Bold, sans-serif;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: white !important;
  font-size: 0.7rem;
}

img.custom-logo {
  min-height: 2rem;
  width: auto;
  padding-left: 1rem;
}

.wp-block-group.alignwide.has-base-background-color.has-background.is-layout-constrained.wp-block-group-is-layout-constrained {
  background-color: unset !important;
  padding: 0 !important;
}

h1 {
  display: none;
}

.slick-dots > li:only-child {
  display: none;
}

span.wp-block-navigation-item__label {
  color: #060606;
}

a.wp-block-navigation-item__content {
  padding: 1.5rem 1rem;
  border-left: 1px solid #060606;
}

a.wp-block-navigation-item__content:hover {
  background-color: #e6e6e6;
}

ul.wp-block-navigation__container.has-text-color.has-background-color.has-background.has-text-background-color.is-responsive.items-justified-right.wp-block-navigation {
  gap: 0;
}

.footer-button {
  border: 2px solid black;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 1rem;
  padding: 0.5rem;
  font-family: Wuerth Bold, sans-serif;
}

.border-right {
  border-right: 1px solid black;
}

.footer-wrapper-bottom {
  display: flex;
  padding-top: 3rem;
  align-content: center;
  align-items: center;
}

.footer-wrapper-bottom > * {
  padding: 0.5% 1%;
}

.footer-content-wrapper-top {
  display: flex;
  flex-direction: row;
}

.vc_col-lg-3 {
  width: 25%;
  padding: 1%;
}

.vc_col-lg-2 {
  width: 16%;
  padding: 1%;
}

.vc_col-lg-5 {
  width: 41%;
  padding: 1%;
}

.wp-block-spacer {
  display: none;
}

.ChoiceImage {
  max-width: 10rem;
}

#GameWrapper {
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.GameChoice {
  height: 100%;
  display: flex;
  width: 50%;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#choiceWrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.resultColumn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background-color: #E6E6E6;
  color: black;
  border-radius: 10px;
}

div#GameStageWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 12vh 0;
}

p.coursePrompt {
  width: 100%;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.progress-container {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
  margin: 0 2rem;
}

#timerDisplay {
  width: -moz-min-content;
  width: min-content;
  margin: 1rem auto;
  background: #e6e6e6;
  color: #cc0000;
  padding: 1rem 1.5rem;
  border-radius: 10px;
}

.progress-bar {
  width: 100%;
  background-color: #cc0000;
  height: 100%;
  border-radius: 10px;
  transition: width 0.5s ease-in-out;
}

#menupromptresult {
  font-size: 2.5rem;
  color: #cc0000;
  text-align: center;
}

.coursePromptHolder {
  width: 100%;
}

span#mainPrompt {
  color: #cc0000;
}

#GameWrapper {
  height: 100vh;
  width: 100vw;
}

span.undertext {
  color: white;
  font-size: 1.5rem;
}

img.resultimage {
  max-width: 5vw;
}

div#menuResult {
  display: flex;
  gap: 0.4rem;
  margin: 1rem auto;
}

.prompButton {
  cursor: pointer;
}

div#closingPanel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hidden,
#introPanel.hidden,
#choiceWrapper.hidden,
#closingPanel.hidden,
#headerTotalWrap.hidden,
#footerTotalWrap.hidden,
#GameWrapper.hidden,
#GameStageWrapper.hidden {
  display: none;
}

#headerTotalWrap {
  padding: 0 2rem;
  margin-top: 1rem;
}

#PageContent {
  height: auto;
}

#PageContent.collapsed {
  height: 0px;
  overflow: hidden;
}

#introPanel {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.prompButton {
  all: unset;
  background-color: #cc0000;
  padding: 1rem 2rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  cursor: pointer !important;
}

#footerTotalWrap {
  margin-top: 7rem;
}

nav.spaceLeft {
  margin-left: 1rem;
}

.category-slide-long {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.category-slide-long,
.category-slide {
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 10px;
}

.cardCta {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* hiding all bullets by default */
  .slick-dots li {
    display: none;
  }
  /* only displaying the active bullets and the 2 bullets next to it */
  .slick-dots li.slick-active,
  .slick-dots li.slick-active + li,
  .slick-dots li.slick-active + li + li {
    display: block;
  }
  /* displaying the last three bullets when slick-active class isn't applied to any li before them  */
  .slick-dots li:nth-last-child(1),
  .slick-dots li:nth-last-child(2),
  .slick-dots li:nth-last-child(3) {
    display: block;
  }
  /* hiding the last three bullets if slick-active exist before them */
  .slick-dots li.slick-active ~ li:nth-last-child(1),
  .slick-dots li.slick-active ~ li:nth-last-child(2),
  .slick-dots li.slick-active ~ li:nth-last-child(3) {
    display: none;
  }
  /* specific conditions to always display the last three bullets */
  .slick-dots li.slick-active + li + li:nth-last-child(3),
  .slick-dots li.slick-active + li + li:nth-last-child(2),
  .slick-dots li.slick-active + li + li:nth-last-child(1),
  .slick-dots li.slick-active + li:nth-last-child(3),
  .slick-dots li.slick-active + li:nth-last-child(2),
  .slick-dots li.slick-active + li:nth-last-child(1) {
    display: block;
  }
  ul.slick-dots {
    display: flex;
    justify-content: center;
  }
  p.result {
    order: 2;
    margin-bottom: 0;
  }
  div#menuResult {
    display: flex;
    gap: 0.4rem;
    margin: 0;
    flex-direction: column;
  }
  img.resultimage {
    max-width: 5vw;
    order: 1;
  }
  p.result {
    order: 2;
  }
  button.prompButton {
    margin-top: 1rem;
    width: 62%;
  }
  img.resultimage {
    max-width: 21vw;
    order: 1;
  }
  #GameWrapper {
    height: -moz-min-content;
    height: min-content;
  }
  .footer-content-wrapper-top {
    flex-direction: column;
  }
  .vc_col-lg-5, .vc_col-lg-3, .vc_col-lg-2 {
    width: 100%;
  }
  #wuerth-corporate-footer-wrapper {
    padding: 1rem;
  }
  div#menuResult {
    width: 65%;
  }
  #wuerth-corporate-footer {
    padding: 4rem 0;
  }
  #menupromptresult {
    margin-bottom: 1rem;
  }
}
.cardCta {
  margin-bottom: 0;
  color: #CC0000;
  font-size: 0.8rem;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

p.cardBody {
  max-height: 9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 1rem;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}

.slick-list.draggable {
  padding: 2rem 0;
}

p.cardTitle {
  font-family: "wuerthbold";
  color: white;
  line-height: 1.25rem;
  font-size: 1rem;
  overflow: hidden;
  max-height: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding-bottom: 0;
  /* text-decoration: none !important; */
}

.category-slide-long {
  margin: 1rem;
  display: flex;
  transition: all 0.2s ease-in-out;
}

ul.slick-dots li {
  list-style: none;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #CC0000;
  border: none;
  opacity: 0.5;
  font-size: 0; /* hide numbers */
  cursor: pointer;
}

/* Active dot */
.slick-dots li.slick-active button {
  opacity: 1;
}

ul.slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  gap: 0.5rem;
}

@media screen and (max-width: 768px) {
  /* hiding all bullets by default */
  .slick-dots li {
    display: none;
  }
  /* only displaying the active bullets and the 2 bullets next to it */
  .slick-dots li.slick-active,
  .slick-dots li.slick-active + li,
  .slick-dots li.slick-active + li + li {
    display: block;
  }
  /* displaying the last three bullets when slick-active class isn't applied to any li before them  */
  .slick-dots li:nth-last-child(1),
  .slick-dots li:nth-last-child(2),
  .slick-dots li:nth-last-child(3) {
    display: block;
  }
  /* hiding the last three bullets if slick-active exist before them */
  .slick-dots li.slick-active ~ li:nth-last-child(1),
  .slick-dots li.slick-active ~ li:nth-last-child(2),
  .slick-dots li.slick-active ~ li:nth-last-child(3) {
    display: none;
  }
  /* specific conditions to always display the last three bullets */
  .slick-dots li.slick-active + li + li:nth-last-child(3),
  .slick-dots li.slick-active + li + li:nth-last-child(2),
  .slick-dots li.slick-active + li + li:nth-last-child(1),
  .slick-dots li.slick-active + li:nth-last-child(3),
  .slick-dots li.slick-active + li:nth-last-child(2),
  .slick-dots li.slick-active + li:nth-last-child(1) {
    display: block;
  }
  ul.slick-dots {
    display: flex;
    justify-content: center;
  }
}

/*# sourceMappingURL=style-index.css.map*/