.tx-ig-bischofsgalerie .filterWrapper {
  margin-bottom: 40px;
}

.tx-ig-bischofsgalerie .filterWrapper label {
  display: block;
  font-family: "Droid Serif", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

.tx-ig-bischofsgalerie .listWrapper .bGalerieItem {
  padding: 30px 10px;
  border-top: 1px solid #D6D6D6;
  display: inline;
  float: left;
  width: 100%;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
}

.tx-ig-bischofsgalerie .listWrapper .bGalerieItem:last-child {
  border-bottom: 1px solid #D6D6D6;
}

.tx-ig-bischofsgalerie .listWrapper .bGalerieItem .bGalerieImage {
  float: left;
  display: inline;
  width: 12.987012987012985%;
  margin-right: 3.896103896103896%;
  -webkit-transition: 0.5s width, 0.5s margin;
  transition: 0.5s width, 0.5s margin;
  cursor: pointer;
}

.tx-ig-bischofsgalerie .listWrapper .bGalerieItem .bGalerieImage img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.tx-ig-bischofsgalerie .listWrapper .bGalerieItem .bGalerieText {
  display: inline;
  float: left;
  width: 71.42857142857143%;
  margin-right: 2.5974025974025974%;
  -webkit-transition: 0.5s width;
  transition: 0.5s width;
  /*
        .bischofErnannt{
          font-family: Roboto;
          font-weight: 500;
          margin-bottom: 20px;
        }
        */
}

.tx-ig-bischofsgalerie .listWrapper .bGalerieItem .bGalerieText .bischofName {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  padding-bottom: 5px;
  cursor: pointer;
}

.tx-ig-bischofsgalerie .listWrapper .bGalerieItem .bGalerieText .bischofTitle {
  font-family: "Droid Serif", serif;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 25px;
  cursor: pointer;
}

.tx-ig-bischofsgalerie .listWrapper .bGalerieItem .bGalerieText .bischofDetails {
  display: none;
  font-size: 18px;
  line-height: 30px;
  font-family: "Droid Serif", serif;
}

.tx-ig-bischofsgalerie .listWrapper .bGalerieItem .bGalerieText .bischofWahlspruch {
  margin-top: 30px;
  font-family: "Droid Serif", serif;
  line-height: 30px;
}

.tx-ig-bischofsgalerie .listWrapper .bGalerieItem .bGalerieText .bischofWahlspruch p {
  font-family: "Droid Serif", serif;
  line-height: 30px;
}

.tx-ig-bischofsgalerie .listWrapper .bGalerieItem .bGalerieText .bischofKomissionen {
  margin-top: 30px;
}

.tx-ig-bischofsgalerie .listWrapper .bGalerieItem .bGalerieText .bischofKomissionen ul li {
  font-family: "Droid Serif", serif;
  line-height: 30px;
}

.tx-ig-bischofsgalerie .listWrapper .bGalerieItem .bGalerieText .bLabel {
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.tx-ig-bischofsgalerie .listWrapper .bGalerieItem .bGalerieBt {
  width: 50px;
  height: 50px;
  display: inline;
  float: right;
  position: relative;
  cursor: pointer;
}

.tx-ig-bischofsgalerie .listWrapper .bGalerieItem .bGalerieBt:after {
  font-family: 'dbk-icons';
  text-align: center;
  content: "\e90d";
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #EB274B;
  border: 1px solid #D6D6D6;
  border-radius: 50%;
}

.tx-ig-bischofsgalerie .listWrapper .bGalerieItem.open {
  background-color: #F2F2F2;
}

.tx-ig-bischofsgalerie .listWrapper .bGalerieItem.open .bGalerieImage {
  width: 23.376623376623375%;
  margin-left: 1.2987012987012987%;
}

.tx-ig-bischofsgalerie .listWrapper .bGalerieItem.open .bGalerieText {
  width: 59.74025974025974%;
}

.tx-ig-bischofsgalerie .listWrapper .bGalerieItem.open .bGalerieBt:after {
  content: "\e90b";
}

@media (max-width: 720px) {
  .tx-ig-bischofsgalerie .listWrapper .bGalerieItem .bGalerieText {
    width: 60%;
  }
}
/*# sourceMappingURL=ig_bischofsgalerie.css.map */