
/*** T3SB identifier: t3sbsCSSassets_37189 */

/* t3sbs_assets_37189 */
.animal-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.animal-modal.is-open {
  display: block;
}

.animal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 1;
}

.animal-modal__panel {
  position: relative;
  z-index: 2;
  width: min(1100px, calc(100% - 20px));
  margin: 10px auto;
  background: #e9f0d7;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 20px);
  overflow: hidden;
}

.animal-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 30;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,.18);
}

.animal-modal__content {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.animal-modal__left {
  padding: 18px;
  background: rgba(255,255,255,.25);
}

.animal-modal__right {
  padding: 22px 22px 26px;
}

.animal-modal__title {
  margin: 0 0 10px;
  padding-right: 52px;
}

.animal-modal__text p {
  margin: 0 0 10px;
}

.animal-slider {
  position: relative;
}

.animal-slider__viewport {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.55);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animal-slider__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.animal-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  cursor: pointer;
  font-size: 26px;
  z-index: 3;
}

.animal-slider__nav.prev {
  left: 10px;
}

.animal-slider__nav.next {
  right: 10px;
}

.animal-slider__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.animal-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(0,0,0,.25);
  cursor: pointer;
}

.animal-slider__dot.is-active {
  background: rgba(0,0,0,.65);
}

.btn-mehrlesen {
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  clear: both !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f0f0e6;
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 820px) {
  .animal-modal__panel {
    width: calc(100% - 16px);
    margin: 8px auto;
    max-height: calc(100vh - 16px);
  }

  .animal-modal__content {
    grid-template-columns: 1fr;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .animal-modal__left {
    padding: 16px 16px 8px;
  }

  .animal-modal__right {
    padding: 12px 16px 20px;
  }
}
	


/*** T3SB identifier: t3sbsCSSassets_35797 */

/* t3sbs_assets_35797 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_37191 */

/* t3sbs_assets_37191 */
.animal-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.animal-modal.is-open {
  display: block;
}

.animal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 1;
}

.animal-modal__panel {
  position: relative;
  z-index: 2;
  width: min(1100px, calc(100% - 20px));
  margin: 10px auto;
  background: #e9f0d7;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 20px);
  overflow: hidden;
}

.animal-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 30;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,.18);
}

.animal-modal__content {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.animal-modal__left {
  padding: 18px;
  background: rgba(255,255,255,.25);
}

.animal-modal__right {
  padding: 22px 22px 26px;
}

.animal-modal__title {
  margin: 0 0 10px;
  padding-right: 52px;
}

.animal-modal__text p {
  margin: 0 0 10px;
}

/* Slider */
.animal-slider {
  position: relative;
}

.animal-slider__viewport {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.55);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animal-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.animal-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  cursor: pointer;
  font-size: 26px;
  z-index: 3;
}

.animal-slider__nav.prev {
  left: 10px;
}

.animal-slider__nav.next {
  right: 10px;
}

.animal-slider__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.animal-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(0,0,0,.25);
  cursor: pointer;
}

.animal-slider__dot.is-active {
  background: rgba(0,0,0,.65);
}

/* Button mittig */
.btn-mehrlesen {
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  clear: both !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;

  padding: 10px 14px;
  border-radius: 999px;
  background: #f0f0e6;
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 820px) {
  .animal-modal__panel {
    width: calc(100% - 16px);
    margin: 8px auto;
    max-height: calc(100vh - 16px);
  }

  .animal-modal__content {
    grid-template-columns: 1fr;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .animal-modal__left {
    padding: 16px 16px 8px;
  }

  .animal-modal__right {
    padding: 12px 16px 20px;
  }
}
	


/*** T3SB identifier: t3sbsCSSassets_35798 */

/* t3sbs_assets_35798 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_37193 */

/* t3sbs_assets_37193 */
.animal-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.animal-modal.is-open {
  display: block;
}

.animal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

.animal-modal__panel {
  position: relative;
  width: min(1100px, calc(100% - 32px));
  margin: 5vh auto;
  background: #e9f0d7;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
}

.animal-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
}

.animal-modal__content {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 360px;
}

.animal-modal__left {
  padding: 18px;
  background: rgba(255,255,255,.25);
}

.animal-modal__right {
  padding: 22px 22px 26px;
}

.animal-modal__title {
  margin: 0 0 10px;
}

.animal-modal__text p {
  margin: 0 0 10px;
}

/* Slider */
.animal-slider {
  position: relative;
}

.animal-slider__viewport {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.55);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animal-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.animal-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  cursor: pointer;
  font-size: 26px;
}

.animal-slider__nav.prev {
  left: 10px;
}

.animal-slider__nav.next {
  right: 10px;
}

.animal-slider__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.animal-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(0,0,0,.25);
  cursor: pointer;
}

.animal-slider__dot.is-active {
  background: rgba(0,0,0,.65);
}

/* Button */
.btn-center {
  text-align: center;
}

.btn-mehrlesen {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f0f0e6;
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 820px) {
  .animal-modal__content {
    grid-template-columns: 1fr;
  }

  .animal-modal__panel {
    margin: 3vh auto;
  }
}
	


/*** T3SB identifier: t3sbsCSSassets_35799 */

/* t3sbs_assets_35799 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_37196 */

/* t3sbs_assets_37196 */
.animal-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.animal-modal.is-open {
  display: block;
}

.animal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

.animal-modal__panel {
  position: relative;
  width: min(1100px, calc(100% - 32px));
  margin: 5vh auto;
  background: #e9f0d7;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 20px);
  overflow: hidden;
}

.animal-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 30;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
}

.animal-modal__content {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.animal-modal__left {
  padding: 18px;
  background: rgba(255,255,255,.25);
}

.animal-modal__right {
  padding: 22px 22px 26px;
}

.animal-modal__title {
  margin: 0 0 10px;
  padding-right: 52px;
}

.animal-modal__text p {
  margin: 0 0 10px;
}

/* Slider */
.animal-slider {
  position: relative;
}

.animal-slider__viewport {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.55);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animal-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.animal-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  cursor: pointer;
  font-size: 26px;
  z-index: 3;
}

.animal-slider__nav.prev {
  left: 10px;
}

.animal-slider__nav.next {
  right: 10px;
}

.animal-slider__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.animal-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(0,0,0,.25);
  cursor: pointer;
}

.animal-slider__dot.is-active {
  background: rgba(0,0,0,.65);
}

/* Button */
.btn-center {
  text-align: center;
}

.btn-mehrlesen {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f0f0e6;
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 820px) {
  .animal-modal__panel {
    margin: 3vh auto;
    max-height: calc(100vh - 16px);
  }

  .animal-modal__content {
    grid-template-columns: 1fr;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
	


/*** T3SB identifier: t3sbsCSSassets_35800 */

/* t3sbs_assets_35800 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_37197 */

/* t3sbs_assets_37197 */
.animal-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.animal-modal.is-open {
  display: block;
}

.animal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

.animal-modal__panel {
  position: relative;
  width: min(1100px, calc(100% - 32px));
  margin: 5vh auto;
  background: #e9f0d7;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 20px);
  overflow: hidden;
}

.animal-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 30;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
}

.animal-modal__content {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.animal-modal__left {
  padding: 18px;
  background: rgba(255,255,255,.25);
}

.animal-modal__right {
  padding: 22px 22px 26px;
}

.animal-modal__title {
  margin: 0 0 10px;
  padding-right: 52px;
}

.animal-modal__text p {
  margin: 0 0 10px;
}

/* Slider */
.animal-slider {
  position: relative;
}

.animal-slider__viewport {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.55);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animal-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.animal-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  cursor: pointer;
  font-size: 26px;
  z-index: 3;
}

.animal-slider__nav.prev {
  left: 10px;
}

.animal-slider__nav.next {
  right: 10px;
}

.animal-slider__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.animal-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(0,0,0,.25);
  cursor: pointer;
}

.animal-slider__dot.is-active {
  background: rgba(0,0,0,.65);
}

/* Button */
.btn-center {
  text-align: center;
}

.btn-mehrlesen {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f0f0e6;
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 820px) {
  .animal-modal__panel {
    margin: 3vh auto;
    max-height: calc(100vh - 16px);
  }

  .animal-modal__content {
    grid-template-columns: 1fr;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
	


/*** T3SB identifier: t3sbsCSSassets_35801 */

/* t3sbs_assets_35801 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_37198 */

/* t3sbs_assets_37198 */
.animal-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.animal-modal.is-open {
  display: block;
}

.animal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

.animal-modal__panel {
  position: relative;
  width: min(1100px, calc(100% - 32px));
  margin: 5vh auto;
  background: #e9f0d7;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 20px);
  overflow: hidden;
}

.animal-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 30;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
}

.animal-modal__content {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.animal-modal__left {
  padding: 18px;
  background: rgba(255,255,255,.25);
}

.animal-modal__right {
  padding: 22px 22px 26px;
}

.animal-modal__title {
  margin: 0 0 10px;
  padding-right: 52px;
}

.animal-modal__text p {
  margin: 0 0 10px;
}

/* Slider */
.animal-slider {
  position: relative;
}

.animal-slider__viewport {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.55);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animal-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.animal-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  cursor: pointer;
  font-size: 26px;
  z-index: 3;
}

.animal-slider__nav.prev {
  left: 10px;
}

.animal-slider__nav.next {
  right: 10px;
}

.animal-slider__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.animal-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(0,0,0,.25);
  cursor: pointer;
}

.animal-slider__dot.is-active {
  background: rgba(0,0,0,.65);
}

/* Button */
.btn-center {
  text-align: center;
}

.btn-mehrlesen {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f0f0e6;
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 820px) {
  .animal-modal__panel {
    margin: 3vh auto;
    max-height: calc(100vh - 16px);
  }

  .animal-modal__content {
    grid-template-columns: 1fr;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
	


/*** T3SB identifier: t3sbsCSSassets_35819 */

/* t3sbs_assets_35819 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_37201 */

/* t3sbs_assets_37201 */
.animal-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.animal-modal.is-open {
  display: block;
}

.animal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

.animal-modal__panel {
  position: relative;
  width: min(1100px, calc(100% - 32px));
  margin: 5vh auto;
  background: #e9f0d7;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
}

.animal-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
}

.animal-modal__content {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 360px;
}

.animal-modal__left {
  padding: 18px;
  background: rgba(255,255,255,.25);
}

.animal-modal__right {
  padding: 22px 22px 26px;
}

.animal-modal__title {
  margin: 0 0 10px;
}

.animal-modal__text p {
  margin: 0 0 10px;
}

/* Slider */
.animal-slider {
  position: relative;
}

.animal-slider__viewport {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.55);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animal-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.animal-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  cursor: pointer;
  font-size: 26px;
}

.animal-slider__nav.prev {
  left: 10px;
}

.animal-slider__nav.next {
  right: 10px;
}

.animal-slider__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.animal-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(0,0,0,.25);
  cursor: pointer;
}

.animal-slider__dot.is-active {
  background: rgba(0,0,0,.65);
}

/* Button */
.btn-center {
  text-align: center;
}

.btn-mehrlesen {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f0f0e6;
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 820px) {
  .animal-modal__content {
    grid-template-columns: 1fr;
  }

  .animal-modal__panel {
    margin: 3vh auto;
  }
}
	


/*** T3SB identifier: t3sbsCSSassets_35821 */

/* t3sbs_assets_35821 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_37203 */

/* t3sbs_assets_37203 */
.animal-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.animal-modal.is-open {
  display: block;
}

.animal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

.animal-modal__panel {
  position: relative;
  width: min(1100px, calc(100% - 32px));
  margin: 5vh auto;
  background: #e9f0d7;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
}

.animal-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
}

.animal-modal__content {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 360px;
}

.animal-modal__left {
  padding: 18px;
  background: rgba(255,255,255,.25);
}

.animal-modal__right {
  padding: 22px 22px 26px;
}

.animal-modal__title {
  margin: 0 0 10px;
}

.animal-modal__text p {
  margin: 0 0 10px;
}

/* Slider */
.animal-slider {
  position: relative;
}

.animal-slider__viewport {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.55);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animal-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.animal-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  cursor: pointer;
  font-size: 26px;
}

.animal-slider__nav.prev {
  left: 10px;
}

.animal-slider__nav.next {
  right: 10px;
}

.animal-slider__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.animal-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(0,0,0,.25);
  cursor: pointer;
}

.animal-slider__dot.is-active {
  background: rgba(0,0,0,.65);
}

/* Button */
.btn-center {
  text-align: center;
}

.btn-mehrlesen {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f0f0e6;
  color: #222;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 820px) {
  .animal-modal__content {
    grid-template-columns: 1fr;
  }

  .animal-modal__panel {
    margin: 3vh auto;
  }
}
	


/*** T3SB identifier: t3sbsCSSassets_35820 */

/* t3sbs_assets_35820 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_37205 */

/* t3sbs_assets_37205 */
.animal-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.animal-modal.is-open {
  display: block;
}

.animal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

.animal-modal__panel {
  position: relative;
  width: min(1100px, calc(100% - 32px));
  margin: 5vh auto;
  background: #e9f0d7;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
}

.animal-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
}

.animal-modal__content {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 360px;
}

.animal-modal__left {
  padding: 18px;
  background: rgba(255,255,255,.25);
}

.animal-modal__right {
  padding: 22px 22px 26px;
}

.animal-modal__title {
  margin: 0 0 10px;
}

.animal-modal__text p {
  margin: 0 0 10px;
}

/* Slider */
.animal-slider {
  position: relative;
}

.animal-slider__viewport {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.55);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animal-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.animal-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  cursor: pointer;
  font-size: 26px;
}

.animal-slider__nav.prev {
  left: 10px;
}

.animal-slider__nav.next {
  right: 10px;
}

.animal-slider__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.animal-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(0,0,0,.25);
  cursor: pointer;
}

.animal-slider__dot.is-active {
  background: rgba(0,0,0,.65);
}

/* Button */
.btn-center {
  text-align: center;
}

.btn-mehrlesen {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f0f0e6;
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 820px) {
  .animal-modal__content {
    grid-template-columns: 1fr;
  }

  .animal-modal__panel {
    margin: 3vh auto;
  }
}
	


/*** T3SB identifier: t3sbsCSSassets_35818 */

/* t3sbs_assets_35818 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_37207 */

/* t3sbs_assets_37207 */
.animal-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.animal-modal.is-open {
  display: block;
}

.animal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

.animal-modal__panel {
  position: relative;
  width: min(1100px, calc(100% - 32px));
  margin: 5vh auto;
  background: #e9f0d7;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
}

.animal-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
}

.animal-modal__content {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 360px;
}

.animal-modal__left {
  padding: 18px;
  background: rgba(255,255,255,.25);
}

.animal-modal__right {
  padding: 22px 22px 26px;
}

.animal-modal__title {
  margin: 0 0 10px;
}

.animal-modal__text p {
  margin: 0 0 10px;
}

/* Slider */
.animal-slider {
  position: relative;
}

.animal-slider__viewport {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.55);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animal-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.animal-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  cursor: pointer;
  font-size: 26px;
}

.animal-slider__nav.prev {
  left: 10px;
}

.animal-slider__nav.next {
  right: 10px;
}

.animal-slider__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.animal-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(0,0,0,.25);
  cursor: pointer;
}

.animal-slider__dot.is-active {
  background: rgba(0,0,0,.65);
}

/* Button */
.btn-center {
  text-align: center;
}

.btn-mehrlesen {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f0f0e6;
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 820px) {
  .animal-modal__content {
    grid-template-columns: 1fr;
  }

  .animal-modal__panel {
    margin: 3vh auto;
  }
}
	


/*** T3SB identifier: t3sbsCSSassets_35817 */

/* t3sbs_assets_35817 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_37209 */

/* t3sbs_assets_37209 */
.animal-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.animal-modal.is-open {
  display: block;
}

.animal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

.animal-modal__panel {
  position: relative;
  width: min(1100px, calc(100% - 32px));
  margin: 5vh auto;
  background: #e9f0d7;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
}

.animal-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
}

.animal-modal__content {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 360px;
}

.animal-modal__left {
  padding: 18px;
  background: rgba(255,255,255,.25);
}

.animal-modal__right {
  padding: 22px 22px 26px;
}

.animal-modal__title {
  margin: 0 0 10px;
}

.animal-modal__text p {
  margin: 0 0 10px;
}

/* Slider */
.animal-slider {
  position: relative;
}

.animal-slider__viewport {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.55);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animal-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.animal-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  cursor: pointer;
  font-size: 26px;
}

.animal-slider__nav.prev {
  left: 10px;
}

.animal-slider__nav.next {
  right: 10px;
}

.animal-slider__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.animal-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(0,0,0,.25);
  cursor: pointer;
}

.animal-slider__dot.is-active {
  background: rgba(0,0,0,.65);
}

/* Button */
.btn-center {
  text-align: center;
}

.btn-mehrlesen {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f0f0e6;
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 820px) {
  .animal-modal__content {
    grid-template-columns: 1fr;
  }

  .animal-modal__panel {
    margin: 3vh auto;
  }
}
	


/*** T3SB identifier: t3sbsCSSassets_35816 */

/* t3sbs_assets_35816 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_37211 */

/* t3sbs_assets_37211 */
.animal-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.animal-modal.is-open {
  display: block;
}

.animal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

.animal-modal__panel {
  position: relative;
  width: min(1100px, calc(100% - 32px));
  margin: 5vh auto;
  background: #e9f0d7;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
}

.animal-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
}

.animal-modal__content {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 360px;
}

.animal-modal__left {
  padding: 18px;
  background: rgba(255,255,255,.25);
}

.animal-modal__right {
  padding: 22px 22px 26px;
}

.animal-modal__title {
  margin: 0 0 10px;
}

.animal-modal__text p {
  margin: 0 0 10px;
}

/* Slider */
.animal-slider {
  position: relative;
}

.animal-slider__viewport {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.55);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animal-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.animal-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  cursor: pointer;
  font-size: 26px;
}

.animal-slider__nav.prev {
  left: 10px;
}

.animal-slider__nav.next {
  right: 10px;
}

.animal-slider__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.animal-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(0,0,0,.25);
  cursor: pointer;
}

.animal-slider__dot.is-active {
  background: rgba(0,0,0,.65);
}

/* Button */
.btn-center {
  text-align: center;
}

.btn-mehrlesen {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f0f0e6;
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 820px) {
  .animal-modal__content {
    grid-template-columns: 1fr;
  }

  .animal-modal__panel {
    margin: 3vh auto;
  }
}
	


/*** T3SB identifier: t3sbsCSSassets_35815 */

/* t3sbs_assets_35815 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_37213 */

/* t3sbs_assets_37213 */
.animal-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.animal-modal.is-open {
  display: block;
}

.animal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

.animal-modal__panel {
  position: relative;
  width: min(1100px, calc(100% - 32px));
  margin: 5vh auto;
  background: #e9f0d7;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
}

.animal-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
}

.animal-modal__content {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 360px;
}

.animal-modal__left {
  padding: 18px;
  background: rgba(255,255,255,.25);
}

.animal-modal__right {
  padding: 22px 22px 26px;
}

.animal-modal__title {
  margin: 0 0 10px;
}

.animal-modal__text p {
  margin: 0 0 10px;
}

/* Slider */
.animal-slider {
  position: relative;
}

.animal-slider__viewport {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.55);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animal-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.animal-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  cursor: pointer;
  font-size: 26px;
}

.animal-slider__nav.prev {
  left: 10px;
}

.animal-slider__nav.next {
  right: 10px;
}

.animal-slider__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.animal-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(0,0,0,.25);
  cursor: pointer;
}

.animal-slider__dot.is-active {
  background: rgba(0,0,0,.65);
}

/* Button */
.btn-center {
  text-align: center;
}

.btn-mehrlesen {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f0f0e6;
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 820px) {
  .animal-modal__content {
    grid-template-columns: 1fr;
  }

  .animal-modal__panel {
    margin: 3vh auto;
  }
}
	


/*** T3SB identifier: t3sbsCSSassets_35812 */

/* t3sbs_assets_35812 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_35813 */

/* t3sbs_assets_35813 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_35814 */

/* t3sbs_assets_35814 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_35811 */

/* t3sbs_assets_35811 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_35810 */

/* t3sbs_assets_35810 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_35809 */

/* t3sbs_assets_35809 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_35808 */

/* t3sbs_assets_35808 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_35807 */

/* t3sbs_assets_35807 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_35806 */

/* t3sbs_assets_35806 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_35805 */

/* t3sbs_assets_35805 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_35804 */

/* t3sbs_assets_35804 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_35803 */

/* t3sbs_assets_35803 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	


/*** T3SB identifier: t3sbsCSSassets_35802 */

/* t3sbs_assets_35802 */
.tier-jump-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
  height: 0;
}
	

