.wb-stops-headline {
  color: #fff;
  background: #0B6D39;
  line-height: 55px;
  padding: 0 15px;
  font-weight: bold;
  border-radius: 7px;
  font-size: 25px;
  width: 45%;
}
.wb-stops-subheadline {
  padding: 0 15px;
  line-height: 40px;
  margin-bottom: 20px;
}
.c-stop {
  margin-bottom: 5px;
}
.c-stop .c-stop-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  background: #DADBDC;
  color: #4C4C4B;
  border-radius: 7px;
  padding: 0 15px;
  cursor: pointer;
  user-select: none;
}
.c-stop .c-stop-title:hover {
  opacity: 0.9;
}
.c-stop .c-stop-content {
  overflow: hidden;
  height: 0px;
}
.c-stop .c-stop-content .c-stop-content-inner {
  padding: 5px 0;
}
.c-stop .c-stop-content .c-stop-content-inner .bx-controls-direction .bx-prev {
  background: url(../images/fadeleft.svg) no-repeat left center;
}
.c-stop .c-stop-content .c-stop-content-inner .bx-controls-direction .bx-next {
  background: url(../images/faderight.svg) no-repeat right center;
}
.c-stop .c-stop-content .c-stop-content-inner .c-stop-text {
  font-size: 17px;
  line-height: 25px;
  padding: 15px 15px;
  background: #DADBDC;
  margin-bottom: 5px;
}
.c-stop .c-stop-content .c-stop-content-inner .c-stop-text p {
  margin-bottom: 0px;
}
.c-stop .c-stop-content .c-stop-content-inner .c-stop-text a {
  font-weight: normal;
  font-size: 14px;
}
.c-stop.c-stop-active {
  margin-top: 10px;
}
.c-stop.c-stop-active .c-stop-title {
  background: #0B6D39;
  color: #fff;
  border-radius: 7px 7px 0 0;
}
.c-stop.c-stop-active .c-stop-content {
  height: auto;
}
.c-stop + .c-stop + .c-stop + .c-stop + .c-stop + .c-stop + .c-stop + .c-stop + .c-stop + .c-stop + .c-stop {
  pointer-events: none !important;
}
.c-stop + .c-stop + .c-stop + .c-stop + .c-stop + .c-stop + .c-stop + .c-stop + .c-stop + .c-stop + .c-stop .c-stop-title {
  background: #F7F7F7;
}
.c-activity {
  margin-bottom: 5px;
}
.c-activity .c-activity-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 37px;
  background: #656565;
  color: #fff;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.c-activity .c-activity-title:hover {
  background: #444;
}
.c-activity .c-activity-title .c-activity-icon {
  position: absolute;
  z-index: 1;
  right: 12px;
  top: 4px;
}
.c-activity:last-child .c-activity-title {
  border-radius: 0 0 7px 7px;
}
.c-activity .c-activity-pois {
  display: none;
}
.c-activity .c-activity-pois .c-act-poi {
  padding: 10px;
  border-bottom: 2px solid #8D8D8D;
}
.c-activity .c-activity-pois .c-act-poi .c-act-poi-name {
  font-weight: bold;
  color: #4C4C4B;
}
.c-activity .c-activity-pois .c-act-poi .c-act-poi-text {
  padding: 10px 0;
  padding-top: 2px;
}
.c-activity .c-activity-pois .c-act-poi .c-act-poi-infos {
  font-weight: bold;
  display: flex;
}
.c-activity .c-activity-pois .c-act-poi .c-act-poi-infos > * {
  margin-right: 25px;
  color: #8D8D8D;
  padding-left: 15px;
  background: url(../images/pois/textsyms/dauer.svg) no-repeat left center;
}
.c-activity .c-activity-pois .c-act-poi .c-act-poi-infos .c-act-poi-track {
  background-image: url(../images/pois/textsyms/track.svg);
  padding-left: 18px;
}
.c-activity .c-activity-pois .c-act-poi .c-act-poi-infos .c-act-poi-alti {
  background-image: url(../images/pois/textsyms/alti.svg);
}
.c-activity .c-activity-pois .c-act-poi:last-child {
  border: none;
}
.c-activity.c-activity-active .c-activity-title {
  border-radius: 0;
}
.c-activity.c-activity-active .c-activity-pois {
  display: block;
}
@media (max-width: 930px) {
  body.waldbahn6 .wb-stops-headline {
    width: auto;
    background: url(../images/pois/Tabellendarstellung.svg) no-repeat right 10px center #0B6D39;
    cursor: pointer;
  }
  body.waldbahn6 .ce-cols2.layout-1 {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  body.waldbahn6 .ce-cols2.layout-1 .ce-cols2-col {
    position: relative;
    float: none;
    width: 100%;
    margin-bottom: 100px;
  }
  body.waldbahn6 .ce-cols2.layout-1 .ce-cols2-col svg {
    max-width: 100%;
    margin-top: -10px;
  }
  body.waldbahn6.stopsview .wb-stops-headline {
    background: url(../images/pois/Uebersichtsgrafik.svg) no-repeat right 10px center #0B6D39;
  }
  body.waldbahn6.stopsview .ce-cols2.layout-1 .ce-cols2-col:last-child {
    display: none;
  }
}
