.legend-pictogram {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

#default-content {
  margin-top: 24px;
}

#default-content h3,
h4 {
  color: #00549f;
}

#selected-activity-content {
  margin-top: 24px;
}

#ac-item-name {
  color: #00549f;
}

.tooltip-custom {
  z-index: 100;
  width: 350px;
  position: absolute;
  top: 33%;
  left: 33%;
}

.tooltip-custom:hover {
  cursor: default;
}

.activity_icon {
  cursor: pointer;
  position: absolute;
  width: 50px;
  transform: translate(-50%, -100%);
}

.activity_icon_hover {
  width: 60px;
  margin-top: 5px;
}

.cluster_label {
  transform: translate(-50%, -49px);
  font-size: 120%;
}

.cluster_label_hover {
  cursor: pointer;
  text-align: center;
  font-size: 160%;
  transform: translate(-50%, -54px);
}
@media (max-width: 767px) {
  .activity_icon {
    width: 30px;
  }
  .activity_icon_hover {
    width: 35px;
    margin-top: 5px;
  }
  .cluster_label {
    transform: translate(-50%, -26px);
    font-size: 50%;
  }

  .cluster_label_hover {
    cursor: pointer;
    text-align: center;
    font-size: 70%;
    transform: translate(-50%, -27px);
  }
}

/* Tooltip/Popup: */
.popup_activity_icon {
  float: right;
  padding-left: 5px;
  /* float:left;
  position: absolute;*/
  /* width: 40px;  */
  min-width: 50%;
  max-width: 200%;
  /* transform: translate(-50%, -100%); */
}

.hidden {
  display: none !important;
}

.rwth-btn {
  border-radius: 0px !important;
}

.rwth-btn-group {
  width: 90% !important;
}

.rwth-dropdown-menu {
  width: 100% !important;
  border-radius: 0px !important;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

@media only screen and (max-device-width: 599px) {
  .tooltip-custom {
    width: 100%;
  }
}

.close-button {
  font-size: 40px;
  line-height: 0px;
  font-weight: 900;
  font-style: normal;
}

#cityplan_wrapper {
  position: relative;
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
/* #cityplan_wrapper:active instead triggered with js*/
.grapped {
  cursor: grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
}

#cityplan {
  width: 100%;
}

#btngroup_zoom {
  position: absolute;
  z-index: 99;
  left: 10px;
  top: 10px;
}

#btngroup_zoom button {
  box-shadow: 1px 1px 1px 1px lightgrey;
}

#zoomHintOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(150, 150, 150, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Hover for the sunburstchart */
.arc {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.arc:hover {
  opacity: 0.5;
}

#cityplan_wrapper {
  display: flex;
  justify-content: center;
  font-family: Helvetica;
}

.outer-text {
  font-family: "HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif"
}

.inner-text{
  font-family: "HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif"
}



