.tx-h2babygallery .babygallery-wrapper {
  padding-top: 10px;
}
.tx-h2babygallery .babygallery-wrapper .select-wrapper select#babyFilterOptions {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  padding: 13px 80px 13px 28px;
  font-size: 14px;
  line-height: 1;
  color: #212D5B;
  border: 3px solid #00B1EB;
  border-radius: 5px 5px 15px 5px;
  transition: all 0.2s;
  background-color: white;
  position: relative;
  font-weight: bold;
  margin-bottom: 80px;
  background-repeat: no-repeat;
  background-size: 2.5EM 1.25EM;
  background-position: right center;
  background-clip: border-box;
  /*
        &:after {
          color: #04BBEE;
          position: absolute;
          right: 0;
          background: red;
          font-size: 14px;
          //font-family: "icomoon";
          content: "";
          transition: all 0.3s;
          height: 20px;
          width: 20px;
          z-index: 1;
        }

        */
}
@media (max-width: 575px) {
  .tx-h2babygallery .babygallery-wrapper .select-wrapper select#babyFilterOptions {
    width: 100%;
    padding: 10px 16px;
    margin-bottom: 40px;
  }
}
.tx-h2babygallery .babygallery-wrapper .img {
  display: flex;
  border-radius: 10px 10px 30px 10px;
  overflow: hidden;
}
.tx-h2babygallery .babygallery-wrapper .headline {
  margin: 40px 0 10px 0;
}
.tx-h2babygallery .babygallery-wrapper .headline h3 {
  color: #F7A600;
}
.tx-h2babygallery .babygallery-wrapper .textinfo {
  margin-bottom: 50px;
  color: #4B4B4B;
}
.tx-h2babygallery ul.f3-widget-paginator {
  width: 100%;
}
.tx-h2babygallery ul.f3-widget-paginator li {
  margin: 12px 6px;
  padding: 0;
}
.tx-h2babygallery ul.f3-widget-paginator li:before {
  display: none;
}
.tx-h2babygallery ul.f3-widget-paginator li a {
  color: #4B4B4B;
  background: transparent;
  border: 1px solid #00B1EB;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.tx-h2babygallery ul.f3-widget-paginator li.next a, .tx-h2babygallery ul.f3-widget-paginator li.previous a {
  border: 0;
  color: #00B1EB;
}
.tx-h2babygallery ul.f3-widget-paginator li.current {
  background: #00B1EB;
  color: white;
  width: 36px;
  height: 36px;
  border: 1px solid #00B1EB;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.tx-h2babygallery ul.f3-widget-paginator li.current a {
  color: white;
}
.fancybox__slide .headline h3 {
  color: #F7A600;
}
