.symptomeFinder {
  position: relative;
  box-sizing: border-box;
  max-width: 660px;
  min-height: 470px;
  padding: 50px 0 0 0;
  background-color: #F9F5F5;
  margin: 0 auto;
  border: 1px solid #C6CED5;
  font-size: 12px;
  line-height: 1.4em;
}
.symptomeFinder * {
  box-sizing: border-box;
}
.defaultSympText h3, ul{
  margin: 0;
  padding: 0;
}
.inline-element h2.symptomeFinder__boxHeading {
  text-transform: uppercase;
}
.symptomeFinder__arrow {
  position: relative;
  top: 460px;
  display: block;
  width: 155px;
  margin: 0 auto;
}
.symptomeFinder__arrow svg {
  fill: #B6D0DD;
}
.symptomeFinder__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 16px;
  line-height: 1.4;
}
.symptomeFinder__organeList > ul{
    position: absolute;
    bottom: 0;
    top: 90px;
    width: 100%;
    overflow-y: auto;
}
.symptomeFinder__organeList {
  position: relative;
  width: 50%;
  overflow-y: hidden;
  background-color: white;
}
.symptomeFinder__sympList {
  float: right;
  width: 50%;
  overflow: hidden;
  background-color: white;
}
.symptomeFinder__sideLabel {
  position: absolute;
  display: block;
  right: 30px;
  top: 70px;
  width: 75px;
  height: 30px;
  text-align: center;
  padding-top: 6px;
  cursor: pointer;
  z-index: 100;
  color: #347ACC;
  font-size: 14px;
  letter-spacing: 0.19px;
  line-height: 19px;
  text-transform: uppercase;
}
.symptomeFinder__sideLabel--back {
  top: calc(30px + 70px);
}
.symptomeFinder__genderLabel, .symptomeFinder__svgUebersicht {
  position: absolute;
  display: block;
  width: 75px;
  height: 30px;
  top: 28px;
  border: 2px solid #979797;
  color: #347ACC;
  text-align: center;
  padding-top: 4px;
  cursor: pointer;
  z-index: 100;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.19px;
  line-height: 19px;
  background-color: #FFFFFF;
}
.symptomeFinder__svgUebersicht {
  width: 114px;
  background-color: #FFFFFF;
  left: 26px;
}
.symptomeFinder__sympHeader {
  text-align: left;
  height: auto;
  padding: 10px 20px 0 20px;
  cursor: default;
  margin-bottom: 5px;
  color: #2A2A2A;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.25px;
  line-height: 24px;
  text-transform: uppercase;
}
.symptomeFinder__uebersicht {
  text-align: left;
  height: auto;
  padding: 10px 20px;
  cursor: pointer;
  color: #347ACC;
  font-size: 18px;
  letter-spacing: 0.25px;
  line-height: 26px;
}
.symptomeFinder--inactive {
  pointer-events: none;
  color: #989898;
}
.symptomeFinder__gender:checked + .symptomeFinder__genderLabel {
  background: #347ACC;
  border: 2px solid #347ACC;
  color: white;
}
.symptomeFinder__side:checked + .symptomeFinder__sideLabel {
  background-color: #D2DDED;
}
.symptomeFinder__gender, .symptomeFinder__side {
  display: none;
}

.clearFloat {
  clear: both;
}

.linksOfPages {
  display: none;
}

.resultList a {
  color: #000;
    text-decoration: none;
}

.labelFrau {
  right: calc(30px + 75px);
}

.labelMann {
  right: 30px;
}

/* Image container */
.sympImagContainer {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #F9F5F5;
  clear: both;
  margin-bottom: 5px;
  overflow: hidden;
}

#svgSymContainer, .mainSvg {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 400px;
  height: 470px;
  display: block;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* SVG paths */
.hiddenSvg {
  display: none;
}

.svgpath {
  fill: #AEC6DA;
}

.svgorgan {
  opacity: 0;
}

.svgSubOrgan {
  opacity: 1;
}

.svgHilighted {
  opacity: .6;
}

.svgKeepHilighted {
  opacity: .5;
}

.svgSubPathHilighted {
  fill: #338AD2;
}

.svgSubPathKeepHilighted {
  fill: #338AD2;
  opacity: .8;
}

/* Symptome menu */
.defaultSympText {
  padding: 10px;
  cursor: default;
}

.defaultSympText hr {
  margin: 10px -10px 20px -10px;
  border: solid #e0e8ee 1px;
}

.defaultSympText li {
  margin: 0 0 10px 0;
  list-style: disc inside;
  font-size: 1em;
  line-height: 1.5;
}

#targetPath {
  padding: 2px 10px;
  background-color: #7394ae;
  color: white;
}

.resultList {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 340px;
  cursor: pointer;
}

/* koerper menu */
.alleSymp {
  display: none;
  position: absolute;
  bottom: 0px;
  width: inherit;
  cursor: pointer;
}

.organLi a{
  display: block;
  border-bottom: 1px solid #c7d6e0;
  padding: 10px 4px 0;
  background-color: white;
  padding-left: 8px;
  min-height: 48px;
  font-size: 18px;
}

.organLi:hover a {
  color: #347ACC;
}

.subselected {
  background-color: #f8eee4;
  font-weight: normal;
}

.subselected:hover {
  color: #347ACC;
}

.organe {
  position: relative;
  display: block;
  padding: 6px 0 0 0;
  cursor: pointer;
  border-bottom: solid white 1px;
  background-color: #c2d7f0;
  color: #4a4a4a;
  font-size: 18px;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-indent: 20px;
}

.organe:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 14'%3E%3Cdefs/%3E%3Cpath fill='%234a4a4a' d='M6.7 7L.9 12.9l1 1 7-6.9-7-6.9-1 1z'/%3E%3C/svg%3E");
  position: absolute;
  top: 1em;
  -webkit-transform: translate(-100%,-50%);
  -ms-transform: translate(-100%,-50%);
  transform: translate(-100%,-50%);
  right: 1.375rem;
  color: #575757 !important;
  font-size: 1.6rem;
  width: .6rem;
}

.arrowDown:after {
  -webkit-transform: translate(50%,-100%) rotate(90deg);
  -ms-transform: translate(50%,-100%) rotate(90deg);
  transform: translate(50%,-100%) rotate(90deg);
}

.organe:hover {
  background-color: #c7d6e0;
}

.subMenu {
  color: initial;
  display: none;
  margin-top: 4px;
}

.mainOrgane {
  font-weight: 600;
}

.subOrgane {
  background-color: #f8eee4;
  border-bottom: solid rgba(52, 122, 204, 0.29) 1px;
  font-weight: normal;
}

.subOrgane:hover {
  background-color: #edd3b9;
}

.subOrgane:last-child {
  border-bottom: 0px;
}

.selected, .svgSelected {
  background-color: #c7d6e0;
}

.subOrgane.selected {
  background-color: #edd3b9;
}

.subOrgane.svgSelected {
  background-color: #edd3b9;
}
