#c1801 {
	overflow:hidden;
}

.graph-main {
  color: #169696;
  padding-bottom: var(--gaplg);
  position: relative;
  left: var(--colw);
  transition: left 0.3s;
}
.graph-main.details-open {
  left: 0;
}

.graph-main a {
  text-decoration: none;
}

.graph-container {
  margin: 0 auto;
  overflow: auto;
}

.graph-container ul {
  list-style-type: none;
}

.graph-grid {
  display: grid;
  grid-template-columns: 40px repeat(4, 1fr) 20px;
  justify-content: center;
  align-items: center;
  /* background-image: url("/fileadmin/Resources/Public/img/birds.svg");
  background-repeat: no-repeat;
  background-position-x: 90px;
  background-position-y: 200px;
  background-size: 20%; */
}

.grid-cell {
  cursor: pointer;
  font-family: 'Merlo-RoundBold', Arial, sans-serif;
}

.graph-grid > div {
  height: 60px;
  border-bottom: 1px solid #169696;
  border-right: 1px solid #D9E7FF;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: stretch;
}

.graph-grid .details {
  grid-column: 1 / span 6;
  max-height: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s;
  height: auto;
  overflow: hidden;
  border: none;
  background-color: #cce0ff;
  display: none;
}

.details ul li > a {
  line-height: 20px;
}

.details ul li {
  font-size: 1.4em;
}


.graph-grid .current-details {
  max-height: 900px;
  display: block;
}

.graph-grid .details .close-details {
  position: absolute;
  right: 20px;
  display: block;
  cursor: pointer;
}

.close-details {
  display: none;
  height: 20px;
  width: 20px;
  margin: 10px;
}


.graph-cat-list {
  background-color: #E5EFFD;
}

.graph-cat-list li b {
  font-weight: 800;
}

.graph-inv-list {
  background-color: #CCE0FF;
}

.graph-inv-list li a {
  color: #169696;
  border-bottom: 0.5px solid #169696;
}

.details ul {
  padding: 20px 0 20px 20px;
}

.details ul li,
.details ul h2 {
  padding-bottom: 8px;
}


.big-bubble {
  background-color: #b1dddd;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 2px 2px 0px #208585;
  transition: background 0.3s, color 0.3s;
}


.graph-dot {
  background-color: #b1dddd;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  box-shadow: 2px 2px 0px #208585;
  transition: background 0.3s, color 0.3s;
  margin-bottom: 6px;
}

.graph-grid p {
  padding: 0;
}

.top > h2 {
  padding: 5px;
  color: #9B9E12;
}

.left > h2 {
  padding: 5px;
  color: #e4e6a8;
}

.grid-cell > p {
  font-size: 1.2em;
}

.graph-grid .top {
  border-bottom: none;
  flex-direction: column;
  align-items: center;
}

.graph-grid .right {
  border-right: none;
}

.graph-grid .bottom {
  border-bottom: none;
  height: 30px;
}

.current-bubble span,
.grid-cell:hover span {
  background-color: #169696;
  color: #c4dcfc;
}


/* graph images */
.graph-background {
  margin-top: -10%;
  z-index: 1;
  width: 100%;

  display: none;
}

.graph-info {
  width: 70%;
  height: 70%;
  transition: transform 0.3s;
  cursor: pointer;
}


/* Overlay */

.graph-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 10000;
  text-align: start;
  overflow-y: scroll;
}

.graph-veil {
  background: rgba(128,128,128, 0.7);
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.graph-close-overlay-white {
  position: absolute;
  top: 5vh;
  right: 3em;
  width: 20px;
  cursor: pointer;
}

.graph-close-overlay-blue {
  display: none;
  cursor: pointer;
}

.details-wrapper {
  margin: 10vh auto;
  overflow-y: auto;
  width: 85vw;
  max-width: 700px;
  height: calc(80vh-6vw);
  background-color: white;
  position: relative;
  padding: 3vw;
}

.graph-overlay-info {
  display: grid;
  grid-template-columns: 40px repeat(5, 1fr);
  justify-content: stretch;
}

.info-letter {
  height: 40px;
  font-weight: bold;
  justify-self: center;
}

.info-number {
  grid-column: 1;
}

.info-body {
  grid-column: 2 / span 5;
  grid-row: 2 / span 7;
}

.info-body p {
  font-size: 1.2em;
}

.info-body b {
  font-weight: 600;
}

.dark-letters {
  background-color: #169696;
  color: white;
}

.arrow-wrapper > p {
  min-width: 32px;
}

.light-numbers {
  margin-top: 30px;
  background-color: #b1dddd;
}

.light-numbers img {
  height: 26px;
}

.arrow-wrapper img {
  width: 28px;
}

.title-bar {
  overflow: hidden;
  padding: 5px;
  display: flex;
  height: auto;
}

.title-bar p {
  align-self: center;
  padding: 0;
}

.arrow-wrapper {
  float: left;
  margin-right: 5px;
  align-self: center;
}

.info-body > p {
  padding: 10px 0 0 10px;
}

/* hint overlay */

.hint,
.hint-number {
  display: block;
  position: absolute;
  width: 30%;
  background: #EEEEEE;
  transform: translateY(60%) translateX(0);
  pointer-events: none;
  transition: opacity 0.3s;
  opacity: 0;
  color: #000000;
  text-align: left;
  font-size: 1.2em;
  padding: 5px;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 2;
}

.hint-number {
  transform: translateX(65%);
}

.left > h2:hover + p,
.left img:hover + p,
.top > h2:hover + p
{
  opacity: 1;
  padding: 5px;
}


/* Desktop */
@media(min-width: 640px) {
  .graph-main {
    margin: auto;
  }

  .graph-grid {
    display: grid;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 66.65%;
    background-position-y: 40%;
    background-position-x: 22%;
  }

  .graph-overlay {
    overflow-y: initial;
  }

  .graph-grid > div {
    height: 80px;
  }

  .graph-grid .details {
    position: absolute;
    top: 0;
    background-color: white;
    pointer-events: none;
    opacity: 0;
    text-align: start;
    left: 100%;
    width: 50%;
  }

  .grid-cell > p {
    font-size: 1.6em;
  }

  .top span {
    font-size: 1.2em;
  }

  .graph-grid .details {
    display: block;
    height: auto;
  }

  .graph-inv-list {
    background-color: white;
  }  

  .graph-container .details ul {
    padding: 0 0 0 20px;
  }

  /* .graph-container .graph-inv-list {
    padding: 0 0 0 20px;
  } */

  
  .details > .graph-cat-list {
    background-color: white;
    color: #333;
  }
  
  .graph-background {
    margin-top: -200px;
    width: 66.65%;
  }
  
  .graph-grid .bottom {
    border-bottom: none;
    height: 90px;
  }

  .light-numbers .arrow-wrapper {
    display: flex;
    align-items: center;
  }

  .graph-close-overlay-blue {
    display: block;
    position: absolute;
    top: 5vh;
    right: 3em;
  }

  .graph-close-overlay-white {
    display: none;
  }

  .arrow-wrapper {
    padding-left: 10px;
  }

  .grid-cell > span {
    /* transform: scale(1.4); */
  }

  .left > h2,
  .top > h2 {
    cursor: help;
  }

  .hint {
    transform: translateY(60%) translateX(0);
  }

  .hint-number {
    transform: translateX(60%);
  }

  .graph-grid .details .close-details {
    right: 0;
    margin: 0;
  }

  .graph-dot {
    margin-bottom: 6px;
  }
}.graph-main {
  color: #169696;
}

.graph-container {
  margin: 0 auto;
  overflow: auto;
}

.graph-container ul {
  list-style-type: none;
}

.graph-grid {
  display: grid;
  grid-template-columns: 40px repeat(4, 1fr) 20px;
  justify-content: center;
  align-items: center;
  /* background-image: url("/fileadmin/Resources/Public/img/birds.svg");
  background-repeat: no-repeat;
  background-position-x: 90px;
  background-position-y: 200px;
  background-size: 20%; */
}

.grid-cell {
  cursor: pointer;
  font-family: 'Merlo-RoundBold', Arial, sans-serif;
}

.graph-grid > div {
  height: 60px;
  border-bottom: 1px solid #169696;
  border-right: 1px solid #D9E7FF;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: stretch;
}

.graph-grid .details {
  grid-column: 1 / span 6;
  max-height: 0;
  height: auto;
  overflow: hidden;
  border: none;
  background-color: #cce0ff;
}

.details ul li > a {
  line-height: 20px;
}

.details ul li {
  font-size: 1.4em;
}
.details span.info {
	text-decoration: underline;
	position: relative;
	cursor: pointer;
}
.details span.info:after {
	content: '';
	width: 1em;
	height: 1em;
	display: block;
	position: absolute;
	right: -1.5em;
	top: 0;
	background: url('/fileadmin/Resources/Public/img/info.svg') center no-repeat;
	background-size: contain;
}


.graph-grid .current-details {
  max-height: 900px;
  display: block;
  opacity: 1;
  pointer-events: initial;
}

.close-details {
  display: none;
  height: 20px;
  width: 20px;
  margin: 10px;
}

.graph-grid .details .close-details {
  position: absolute;
  right: 20px;
  display: block;
  cursor: pointer;
}




.graph-cat-list {
  background-color: #E5EFFD;
}

.graph-cat-list li b {
  font-weight: 800;
}

.graph-inv-list {
  background-color: #CCE0FF;
}

.graph-inv-list li a {
  color: #169696;
  border-bottom: 0.5px solid #169696;
}

.details ul {
  padding: 20px 0 20px 20px;
}

.details ul li,
.details ul h2 {
  padding-bottom: 8px;
}


.big-bubble {
  background-color: #b1dddd;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 2px 2px 0px #208585;
  transition: background 0.3s, color 0.3s;
  font-size: 1.8em;
}


.graph-dot {
  background-color: #b1dddd;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  box-shadow: 2px 2px 0px #208585;
  transition: background 0.3s, color 0.3s;
  margin-bottom: 6px;
}

.graph-grid p {
  padding: 0;
}

.top > h2 {
  padding: 5px;
  color: #9B9E12;
}

.left > h2 {
  padding: 5px;
  color: #e4e6a8;
}

.grid-cell > p {
  font-size: 1.2em;
}

.graph-grid .top {
  border-bottom: none;
  flex-direction: column;
  align-items: center;
}

.graph-grid .right {
  border-right: none;
}

.graph-grid .bottom {
  border-bottom: none;
  height: 30px;
}

.current-bubble span,
.grid-cell:hover span {
  background-color: #169696;
  color: #c4dcfc;
}


/* graph images */
.graph-background {
  margin-top: -10%;
  z-index: 1;
  width: 100%;
}

.graph-info {
  width: 70%;
  height: 70%;
  transition: transform 0.3s;
  cursor: pointer;
}


/* Overlay */

.graph-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 10000;
  text-align: start;
  overflow-y: scroll;
}

.graph-veil {
  background: rgba(128,128,128, 0.7);
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.graph-close-overlay-white {
  position: absolute;
  top: 5vh;
  right: 3em;
  width: 20px;
  cursor: pointer;
}

.graph-close-overlay-blue {
  display: none;
  cursor: pointer;
}

.details-wrapper {
  margin: 10vh auto;
  overflow-y: auto;
  width: 85vw;
  max-width: 700px;
  height: calc(80vh-6vw);
  background-color: white;
  position: relative;
  padding: 3vw;
}

.graph-overlay-info {
  display: grid;
  grid-template-columns: 40px repeat(5, 1fr);
  justify-content: stretch;
}

.info-letter {
  height: 40px;
  font-weight: bold;
  justify-self: center;
}

.info-number {
  grid-column: 1;
}

.info-body {
  grid-column: 2 / span 5;
  grid-row: 2 / span 7;
}

.info-body p {
  font-size: 1.2em;
}

.info-body b {
  font-weight: 600;
}

.dark-letters {
  background-color: #169696;
  color: white;
}

.arrow-wrapper > p {
  min-width: 32px;
}

.light-numbers {
  margin-top: 30px;
  background-color: #b1dddd;
}

.light-numbers img {
  height: 26px;
}

.arrow-wrapper img {
  width: 28px;
}

.title-bar {
  overflow: hidden;
  padding: 5px;
  display: flex;
  height: auto;
}

.title-bar p {
  align-self: center;
  padding: 0;
}

.arrow-wrapper {
  float: left;
  margin-right: 5px;
  align-self: center;
}

.info-body > p {
  padding: 10px 0 0 10px;
}

/* hint overlay */

.hint,
.hint-number {
  display: block;
  position: absolute;
  width: 30%;
  background: #EEEEEE;
  transform: translateY(60%) translateX(0);
  pointer-events: none;
  transition: opacity 0.3s;
  opacity: 0;
  color: #000000;
  text-align: left;
  font-size: 1.2em;
  padding: 5px;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 2;
}

.hint-number {
  transform: translateX(65%);
}

.left > h2:hover + p,
.left img:hover + p,
.top > h2:hover + p
{
  opacity: 1;
  padding: 5px;
}


/* Desktop */
@media(min-width: 640px) {
  .graph-main {
    margin: auto;
  }

  .graph-grid {
    display: grid;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 66.65%;
    background-position-y: 40%;
    background-position-x: 22%;
  }

  .graph-overlay {
    overflow-y: initial;
  }

  .graph-grid > div {
    height: 80px;
  }

  .graph-grid .details {
    position: absolute;
    top: 0;
    background-color: white;
    text-align: start;
    left: 100%;
    width: 50%;
  }

  .grid-cell > p {
    font-size: 1.6em;
  }

  .top span {
    font-size: 1.2em;
  }

  .graph-grid .details {
    display: block;
    height: auto;
  }

  .graph-inv-list {
    background-color: white;
  }  

  /* .graph-container .current-details ul {
    padding: 0 0 0 20px;
  } */

  .graph-container .graph-inv-list {
    padding: 0 0 0 20px;
  }


  
  .details > .graph-cat-list {
    background-color: white;
    color: #333;
  }
  
  .graph-background {
    margin-top: -200px;
    width: 66.65%;
  }
  
  .graph-grid .bottom {
    border-bottom: none;
    height: 90px;
  }

  .light-numbers .arrow-wrapper {
    display: flex;
    align-items: center;
  }

  .graph-close-overlay-blue {
    display: block;
    position: absolute;
    top: 5vh;
    right: 3em;
  }

  .graph-close-overlay-white {
    display: none;
  }

  .arrow-wrapper {
    padding-left: 10px;
  }

  .grid-cell > span {
    /* transform: scale(1.4); */
  }

  .left > h2,
  .top > h2 {
    cursor: help;
  }

  .hint {
    transform: translateY(60%) translateX(0);
  }

  .hint-number {
    transform: translateX(60%);
  }

  .graph-grid .details .close-details {
    right: 0;
    margin: 0;
  }

  .graph-dot {
    margin-bottom: 6px;
  }
}
