
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap');*/


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins", sans-serif;
}

body {
  /*background: linear-gradient(to bottom, #8e44ad 60%, lightgrey 40%);*/
  min-height: 100vh;
  color: #fff;
  padding: 40px 0;
}

.container {
  max-width: 1500px;
  padding: 20px;
  margin: auto;
}

h1 {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
}

.image-hotspot {
  max-width: 1450px;
  margin: 50px auto;
  position: relative;
}

.image-hotspot img {
  max-width: 100%;
 /** box-shadow: 0 0 14px 0 rgb(0, 0, 0, 50%); **/
}

@media screen and (max-width: 880px) {
.icon {
    font-size: 12px;
    text-align: center;
    z-index: 1;
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
   /* border: 1px solid #fff !important;
    background: #e25720;*/
    cursor: pointer;
  }
}

.icon {
  font-size: 12px;
  text-align: center;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  /*border: 2px solid #fff;
  background: #e25720;*/
  cursor: pointer;
}

.item:hover {
  z-index: 2;
}

/**
.icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%) scale(1,1);
  pointer-events: none;
  content: "";
  display: block;
  width: 26.4px;
  height: 26.4px;
  border-radius: 100%;
  border: 1px solid #e25720;
  transition: border-color 1s linear;
  animation: icon-pulse 1s infinite;
  }
  **/

  @keyframes icon-pulse {
    0%{
      transform: translate(-50%, -50%) scale(1,1);
      opacity: 0;
    }

    20%{
      transform: translate(-50%, -50%) scale(1.5, 1.5);
      opacity: 0.9;
    }

    50%{
      transform: translate(-50%, -50%) scale(2,2);
      opacity: 0;
    }

    100%{
      transform: translate(-50%, -50%) scale(2,2);
      opacity: 0;
    }
  }

  .item {
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%);
  }

  .item a {
    color: #fff;
    text-decoration: none;
  }

  .item a:hover {
    color: blue;
  }

  .tooltip {
    position: absolute;
    padding: 15px;
    width: 30em;
    height: 10em;
    background-color: #fff;
    color: #000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.5em;
    z-index: -1; 
    pointer-events: none;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0; /* erst weg beim Ausblenden */
    transition: opacity 0.1s linear;/* erst weg beim Ausblenden */
  }

  @media screen and (max-width: 880px) {
  .tooltip {
    position: absolute;
    padding: 15px;
    width: 30em;
    height: 10em;
    background-color: #fff;
    color: #000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.5em;
    z-index: -1; 
    pointer-events: none;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0; /* erst weg beim Ausblenden */
    transition: opacity 0.1s linear;/* erst weg beim Ausblenden */
  }
  .tooltip h3 {
    font-size: 18px !important;
    margin-bottom: 10px;
  }

  }


  .item:hover .tooltip {/* erst weg beim Ausblenden */
    opacity: 1;/* erst weg beim Ausblenden */
  }

  .tooltip h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  /* ALZENAU - ANFANG */

  .alzenau .tooltip {
    left: calc(50% - 1.5em); /* links Verschiebung box*/
    top: 40px; /* Höhe Box */
  }

  .alzenau .tooltip:after {
    color: #fff;
    position: absolute;
    content: "";
    top: -13px;
    rotate: 180deg;
    border-top: 13px solid;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    left: calc(50% - 230px);
  }

  /* ALZENAU - ENDE */

  /* ASCHAFFENBURG - ANGANG */

  .aschaffenburg .tooltip {
    left: calc(50% - 4.5em);
    top: 40px;
  }

  .aschaffenburg .tooltip:after {
    color: #fff;
    position: absolute;
    content: "";
    top: -13px;
    rotate: 180deg;
    border-top: 13px solid;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    left: calc(50% - 180px);
  }

  /* ASCHAFFENBURG - ENDE */

  /* MILTENBERG - ANFANG */

  .miltenberg .tooltip {
    left: calc(50% - 1.5em);
    bottom: 40px;
  }

  .miltenberg .tooltip:after {
    color: #fff;
    position: absolute;
    content: "";
    bottom: -13px;
    border-top: 13px solid;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    left: calc(50% - 230px);
  }

  /* MILTENBERG - ENDE */

  /*BAMBERG - ANFANG */

  .bamberg .tooltip {
    left: calc(50% - 6.5em);
    bottom: 40px;
  }

  .bamberg .tooltip:after {
    color: #fff;
    position: absolute;
    content: "";
    bottom: -13px;
    border-top: 13px solid;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    left: calc(50% - 150px);
  }

  /* BAMBERG - ENDE */

  /*EBERMANNSTADT - ANFANG */

  .ebermannstadt .tooltip {
    left: calc(50% - 6.5em);
    bottom: 40px;
  }

  .ebermannstadt .tooltip:after {
    color: #fff;
    position: absolute;
    content: "";
    bottom: -13px;
    border-top: 13px solid;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    left: calc(50% - 150px);
  }

  /* EBERMANNSTADT - ENDE */

  /* KEMNATH - ANFANG */

  .kemnath .tooltip {
    left: calc(50% - 6.5em);
    bottom: 40px;
  }

  .kemnath .tooltip:after {
    color: #fff;
    position: absolute;
    content: "";
    bottom: -13px;
    border-top: 13px solid;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    left: calc(50% - 150px);
  }

  /* KEMNATH - ENDE */

  /* TISCHENREUTH - ANFANG */

  .tirschenreuth .tooltip {
    left: calc(50% - 6.5em);
    bottom: 40px;
  }

  .tirschenreuth .tooltip:after {
    color: #fff;
    position: absolute;
    content: "";
    bottom: -13px;
    border-top: 13px solid;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    left: calc(50% - 150px);
  }

  /* TIRSCHENREUTH - ENDE */

  /* HERSBRUCK - ANFANG */

  .hersbruck .tooltip {
    left: calc(50% - 6.5em);
    bottom: 40px;
  }

  .hersbruck .tooltip:after {
    color: #fff;
    position: absolute;
    content: "";
    bottom: -13px;
    border-top: 13px solid;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    left: calc(50% - 150px);
  }

  /* HERSBRUCK - ENDE */

  /* WEIDEN - ANFANG */

  .weiden .tooltip {
    left: calc(50% - 6.5em);
    bottom: 40px;
  }

  .weiden .tooltip:after {
    color: #fff;
    position: absolute;
    content: "";
    bottom: -13px;
    border-top: 13px solid;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    left: calc(50% - 150px);
  }

  /* WEIDEN - ENDE */

  /* SULZBACH-ROSENBERG - ANFANG */

  .sulzbach .tooltip {
    left: calc(50% - 6.5em);
    bottom: 40px;
  }

  .sulzbach .tooltip:after {
    color: #fff;
    position: absolute;
    content: "";
    bottom: -13px;
    border-top: 13px solid;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    left: calc(50% - 150px);
  }

  /* SULZBACH-ROSENBERG - ENDE */

  /* NÜRNBERG - ANFANG */

  .nuernberg .tooltip {
    left: calc(50% - 6.5em);
    bottom: 40px;
  }

  .nuernberg .tooltip:after {
    color: #fff;
    position: absolute;
    content: "";
    bottom: -13px;
    border-top: 13px solid;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    left: calc(50% - 150px);
  }

  /* NÜRNBERG - ENDE */

  /* SCHWABACH - ANFANG */

  .schwabach .tooltip {
    left: calc(50% - 6.5em);
    bottom: 40px;
  }

  .schwabach .tooltip:after {
    color: #fff;
    position: absolute;
    content: "";
    bottom: -13px;
    border-top: 13px solid;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    left: calc(50% - 150px);
  }

  /* SCHWABACH - ENDE */

  /* AMBERG - ANFANG */

  .amberg .tooltip {
    left: calc(50% - 6.5em);
    bottom: 40px;
  }

  .amberg .tooltip:after {
    color: #fff;
    position: absolute;
    content: "";
    bottom: -13px;
    border-top: 13px solid;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    left: calc(50% - 150px);
  }

  /* AMBERG - ENDE */

  /* SCHWANDORF - ANFANG */

  .schwandorf .tooltip {
    left: calc(50% - 6.5em);
    bottom: 40px;
  }

  .schwandorf .tooltip:after {
    color: #fff;
    position: absolute;
    content: "";
    bottom: -13px;
    border-top: 13px solid;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    left: calc(50% - 150px);
  }

  /* SCHWANDORF - ENDE */

  /* NEUMARKT - ANFANG */

  .neumarkt .tooltip {
    left: calc(50% - 6.5em);
    bottom: 40px;
  }

  .neumarkt .tooltip:after {
    color: #fff;
    position: absolute;
    content: "";
    bottom: -13px;
    border-top: 13px solid;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    left: calc(50% - 150px);
  }

  /* NEUMARKT - ENDE */

  /* CHAM - ANFANG */

  .cham .tooltip {
    left: calc(50% - 6.5em);
    bottom: 40px;
  }

  .cham .tooltip:after {
    color: #fff;
    position: absolute;
    content: "";
    bottom: -13px;
    border-top: 13px solid;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    left: calc(50% - 150px);
  }

  /* CHAM - ENDE */

  /* AUGSBURG - ANFANG */

    .augsburg .tooltip {
      left: calc(50% - 6.5em);
      bottom: 40px;
    }
  
    .augsburg .tooltip:after {
      color: #fff;
      position: absolute;
      content: "";
      bottom: -13px;
      border-top: 13px solid;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      left: calc(50% - 150px);
    }
  
    /* AUGSBURG- ENDE */

    /* NOERDLINGEN - ANFANG */

  .noerdlingen .tooltip {
    left: calc(50% - 6.5em);
    bottom: 40px;
  }

  .noerdlingen .tooltip:after {
    color: #fff;
    position: absolute;
    content: "";
    bottom: -13px;
    border-top: 13px solid;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    left: calc(50% - 150px);
  }

  /* NOERDINGEN - ENDE */

  /* HOECHSTAEDT - ANFANG */

    .hoechstaedt .tooltip {
      left: calc(50% - 6.5em);
      bottom: 40px;
    }
  
    .hoechstaedt .tooltip:after {
      color: #fff;
      position: absolute;
      content: "";
      bottom: -13px;
      border-top: 13px solid;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      left: calc(50% - 150px);
    }
  
    /* HOECHSTAEDT - ENDE */

  /* DEGGENDORF - ANFANG */

  .deggendorf .tooltip {
    left: calc(50% - 6.5em);
    bottom: 40px;
  }

  .deggendorf .tooltip:after {
    color: #fff;
    position: absolute;
    content: "";
    bottom: -13px;
    border-top: 13px solid;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    left: calc(50% - 150px);
  }

  /* DEGGENDORF - ENDE */

    /* STRAUBING - ANFANG */

    .straubing .tooltip {
      left: calc(50% - 6.5em);
      bottom: 40px;
    }
  
    .straubing .tooltip:after {
      color: #fff;
      position: absolute;
      content: "";
      bottom: -13px;
      border-top: 13px solid;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      left: calc(50% - 150px);
    }
  
    /* STRAUBING - ENDE */

      /* LANDAU - ANFANG */

      .landau .tooltip {
        left: calc(50% - 6.5em);
        bottom: 40px;
      }
    
      .landau .tooltip:after {
        color: #fff;
        position: absolute;
        content: "";
        bottom: -13px;
        border-top: 13px solid;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        left: calc(50% - 150px);
      }
    
      /* LANDAU - ENDE */

      /* PLATTLING - ANFANG */

      .plattling .tooltip {
        left: calc(50% - 6.5em);
        bottom: 40px;
      }
    
      .plattling .tooltip:after {
        color: #fff;
        position: absolute;
        content: "";
        bottom: -13px;
        border-top: 13px solid;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        left: calc(50% - 150px);
      }
    
      /* PLATTLING - ENDE */

    /* FREISING - ANFANG */

    .freising .tooltip {
      left: calc(50% - 6.5em);
      bottom: 40px;
    }
  
    .freising .tooltip:after {
      color: #fff;
      position: absolute;
      content: "";
      bottom: -13px;
      border-top: 13px solid;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      left: calc(50% - 150px);
    }
  
    /* FREISING - ENDE */

    /* ERDING - ANFANG */

    .erding .tooltip {
      left: calc(50% - 6.5em);
      bottom: 40px;
    }
  
    .erding .tooltip:after {
      color: #fff;
      position: absolute;
      content: "";
      bottom: -13px;
      border-top: 13px solid;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      left: calc(50% - 150px);
    }
  
    /* ERDING - ENDE */

      /* MOOSBURG - ANFANG */

      .moosburg .tooltip {
        left: calc(50% - 6.5em);
        bottom: 40px;
      }
    
      .moosburg .tooltip:after {
        color: #fff;
        position: absolute;
        content: "";
        bottom: -13px;
        border-top: 13px solid;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        left: calc(50% - 150px);
      }
    
      /* MOOSBURG - ENDE */