/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * 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.
 */
#expo-plan-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 80vh;
  overflow: hidden;
  height: 80vh;
  width: 100%;
  background-color: rgb(229, 236, 241);
}

.expo-plan-image-container {
  height: 120%;
  width: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  min-width: 100vw;
  pointer-events: auto;
}
.expo-plan-image-container svg {
  transform: scale(2);
  pointer-events: auto;
  width: 100%;
  height: 100%;
}

.hover-element {
  stroke: #FFF !important;
  stroke-width: 5 !important;
  fill: #ffec00 !important;
  fill-opacity: 1;
}

.hover-element:hover {
  cursor: pointer;
}

.tooltip-container {
  background-color: white;
  padding: 20px;
  position: fixed;
  z-index: 10000;
  transform-origin: bottom left;
  transform: translate(0%, -150%);
  transition: all 200ms ease-in-out;
}
.tooltip-container.hidden-toolbar {
  opacity: 0;
}
.tooltip-container h5 {
  font-size: 20px;
}

.expomap-itemlist {
  pointer-events: auto;
  position: absolute;
  background-color: white;
  padding: 20px;
  left: 0;
  z-index: 1020;
  height: 100%;
  max-height: 100%;
  width: 20vw;
  box-shadow: 5px 5px 21px 0px rgba(69, 64, 52, 0.3);
  overflow: scroll;
  transition: all 300ms ease-in-out;
}
.expomap-itemlist.hidden-itemlist {
  left: -20vw;
}
.expomap-itemlist .expomap-list-type-separator {
  border-bottom: 1px solid #1582BE;
  margin-top: 10px;
}
.expomap-itemlist .expomap-list-type-separator span {
  font-size: 14px;
  color: #1582BE;
}
.expomap-itemlist .expomap-list-item {
  padding: 10px 5px 10px 5px;
}
.expomap-itemlist .expomap-list-item p {
  font-size: 16px;
  font-family: Media Sans;
  display: flex;
  align-items: center;
  margin: 0;
}
.expomap-itemlist .expomap-list-item .expomap-item-nr {
  background-color: #1582BE;
  color: white;
  padding: 10px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 12px;
  letter-spacing: 1px;
}
.expomap-itemlist .expomap-list-item:hover {
  cursor: pointer;
  background-color: #e1f1fa;
}
.expomap-itemlist .expomap-list-item:hover {
  cursor: pointer;
  background-color: #e1f1fa;
}
.expomap-itemlist .expomap-list-item-hover {
  cursor: pointer;
  background-color: #e1f1fa;
}

#expo-react-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

/*--- MAPMENU ---*/
.expomap-mapmenu-container {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  gap: 20px;
  justify-content: center;
  z-index: 1200;
  pointer-events: auto;
}
.expomap-mapmenu-container .expomap-menu-item {
  width: 60px;
  height: 60px;
  background-color: #1582BE;
  padding: 10px;
  border-radius: 20px 0;
  transition: all 200ms ease-out;
}
.expomap-mapmenu-container .expomap-menu-item svg {
  transition: inherit;
}
.expomap-mapmenu-container .expomap-menu-item:hover {
  cursor: pointer;
  transform: scale(1.2);
}
.expomap-mapmenu-container .expomap-menu-item:hover svg {
  transform: scale(1.4);
}

/* ------ Expo Map Container ------ */
#expomap-content-container {
  position: absolute;
  pointer-events: auto;
  right: 0;
  top: 0;
  z-index: 2000;
  width: 500px;
  background-color: white;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px;
  transform: translate(0%, 0%);
  transition: all 200ms ease-in-out;
  box-shadow: 5px 5px 21px 0px rgba(69, 64, 52, 0.3);
}
#expomap-content-container.hidden-content-container {
  transition: all 200ms ease-in-out;
  transform: translate(150%, 0%);
}
#expomap-content-container > svg {
  transition: inherit;
}
#expomap-content-container > svg:hover {
  transform: scale(1.3);
  cursor: pointer;
}
#expomap-content-container .expomap-content {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
#expomap-content-container a {
  color: #f95300;
}
#expomap-content-container h1, #expomap-content-container h2, #expomap-content-container h3, #expomap-content-container h4, #expomap-content-container h5, #expomap-content-container h6 {
  margin-bottom: 10px;
}
#expomap-content-container p, #expomap-content-container span, #expomap-content-container ul, #expomap-content-container ol, #expomap-content-container li {
  color: #1582BE;
  font-size: 18px;
  margin-bottom: 10px;
}

.expomap-content-booth {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.expomap-content-booth img {
  max-height: 80px;
  max-width: 80%;
  margin: 40px 0 20px 0;
}
.expomap-content-booth .booth-mood-image {
  height: auto;
  max-height: unset;
  max-width: 100%;
  border-radius: 20px;
}
.expomap-content-booth h4 {
  color: #F95300;
}
.expomap-content-booth .exomap-content-description {
  color: #1582BE;
  font-size: 18px;
}
.expomap-content-booth .exomap-content-trenner {
  border-top: 1px solid #1582BE;
  width: 100%;
}
.expomap-content-booth .exomap-content-trenner p {
  color: #1582BE !important;
  margin: 5px;
  font-size: 16px;
}
.expomap-content-booth .expomap-content-contact {
  border: 1px solid #1582BE;
  padding: 8px 20px;
  border-radius: 25px;
  transition: all 200ms ease-in-out;
  margin: 10px 0 40px 0;
}
.expomap-content-booth .expomap-content-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: inherit;
}
.expomap-content-booth .expomap-content-contact h6 {
  color: #1582BE !important;
  transition: inherit;
}
.expomap-content-booth .expomap-content-contact svg {
  transition: inherit;
}
.expomap-content-booth .expomap-content-contact:hover {
  background-color: #1582BE;
  transform: scale(1.1);
}
.expomap-content-booth .expomap-content-contact:hover h6 {
  color: white !important;
}
.expomap-content-booth .expomap-content-contact:hover svg {
  fill: white;
  transform: scale(1.5);
}
.expomap-content-booth p {
  color: #1582BE !important;
}
.expomap-content-booth .skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
  border-radius: 20px;
  opacity: 0.5;
}
@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
.expomap-content-booth .skeleton-image {
  width: 80%;
  height: 80px;
}
.expomap-content-booth .skeleton-title {
  height: 40px;
  width: 100%;
}
.expomap-content-booth .skeleton-description {
  height: 200px;
  width: 100%;
}
.expomap-content-booth .skeleton-button {
  width: 40%;
  height: 80px;
}

@media (max-width: 680px), screen and (orientation: portrait) {
  #expo-plan-wrapper {
    max-height: calc(100vh - 100px);
    height: calc(100vh - 100px);
  }
  .expomap-itemlist {
    width: 60vw;
  }
  .expomap-itemlist.hidden-itemlist {
    left: -60vw;
  }
  #expomap-content-container {
    width: 100vw;
  }
  .expomap-mapmenu-container {
    bottom: 50px;
  }
  .expomap-mapmenu-container .expomap-menu-item {
    height: 50px;
    width: 50px;
  }
}
@media screen and (min-width: 30em) and (orientation: landscape) {
  /* … */
}

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