/* FAQ-Map
 * Max. Eichen.
 */
#faq-map {
  display: inline-block;
  width: 100%;
  max-width: 1440px;
  background: rgb(236, 236, 236);
  text-shadow: none;
}

#faq-map .global-streamlined {
  display: flex;
  flex: wrap;
  flex-flow: row wrap;
  justify-content: space-around;
}

#faq-map .global-title-container {
  background: rgb(236, 236, 236);
}

#faq-map .global-title {
  color: rgb(227, 0, 15);
}

#faq-map .item-faq {
  display: inline-block;
  width: 100%;
  position: relative;
  background: rgb(240, 240, 240);
  border: 1px solid rgb(28, 25, 23);
  border-left: none;
  border-right: none;
  margin: 5px 0;
}

#faq-map .faq-subtitle {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 42.5px;
  z-index: 100;
}

#faq-map .faq-subtitle .global-streamlined {
  display: inline-block;
  position: relative;
  text-align: left;
  color: rgb(35, 31, 32);
  padding: 10px 0;
  font-size: 18px;
  font-size: 22px;
}

#faq-map ul {
  margin-top: 5px;
  margin-left: 30px;
}

#faq-map li {
  line-height: 1.5em;
  margin-bottom: 10px;
}

#faq-map .faq-subtitle .title {
  display: inline-block;
  position: static;
  margin-left: 30px;
  left: 30px;
}

#faq-map .list-title {
  font-weight: bold;
  margin-bottom: 0;
}

#faq-map .plus-symbol {
  display: inline-block;
  position: absolute;
  top: 10px;
  top: 14.5px;
  width: 20px;
  margin-right: 10px;
  transition: 250ms ease-out;
}

#faq-map .cross-symbol {
  display: inline-block;
  position: absolute;
  top: 14.5px;
  width: 20px;
  margin-right: 10px;
  transition: 250ms ease-out;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

#faq-map .hidden {
  /* display: inline-block;
	position: fixed;
	top: -100vh; */
  /* z-index: -100; */
  /* transform: translateY(-100%);
  transition: 250ms ease-in;
	text-align: left;
	color: rgb(35,31,32);
	font-size: 18px; */
  display: none;
}

#faq-map .visible {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  color: rgb(35, 31, 32);
  font-size: 18px;
  /* transition: 250ms ease-out; */
}

@media all and (max-width: 1000px) {
  #faq-map .faq-subtitle .title {
    padding-top: 3px;
    font-size: 18px;
  }

  #faq-map .visible {
    font-size: 16px;
  }
}

@media all and (max-width: 720px) {
  #faq-map .faq-subtitle {
    font-size: 18px;
  }

  #faq-map .visible {}
}
