._11-section {
  background-color: #000;
  width: 100%;
  height: 100vh;
  padding-top: 0;
}

._11-2-section {
  background-color: #ec0000;
  width: 100%;
  height: 100vh;
}

.code-embed {
  display: none;
}

.spline-scene {
  width: 100%;
  height: 100vh;
  display: none;
}

.animal-stage {
  background-color: #011501;
  width: 100%;
  height: 100vh;
}

.embed-spline-desktop {
  width: 100%;
  height: 100vh;
}

.cookies {
  display: none;
}

.tierschutzbund-badge {
  z-index: 100;
  cursor: pointer;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: transform .2s;
  position: fixed;
  inset: auto 0% 0% auto;
}

.tierschutzbund-badge:hover {
  transform: scale(1.1);
}

.bottom-con {
  z-index: 100;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.datenschutz-con {
  z-index: 100;
  letter-spacing: .2px;
  background-color: #f5f5f5;
  border-radius: 20px;
  max-width: 300px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 20px;
  font-family: forevs;
  font-size: 16px;
  line-height: 21px;
  position: fixed;
  inset: auto auto 0% 0%;
}

.link {
  color: #0f8817;
  font-weight: 700;
  text-decoration-color: #0f8817;
}

.link.top {
  position: relative;
  top: 10px;
}

.embed-spline-mobile {
  width: 100%;
  height: 100vh;
  display: none;
}

.logo {
  display: none;
}

.datenschutz-page {
  color: #fff;
  letter-spacing: .5px;
  background-color: #011501;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 220px;
  font-family: forevs;
  font-size: 16px;
  font-weight: 500;
}

.datenschutz--textframe {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-standard {
  letter-spacing: .2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 26px;
}

.heading {
  margin-bottom: 40px;
}

.back {
  font-size: 20px;
  text-decoration-color: #0f8817;
}

.back-spacing {
  background-color: #011401;
  border-radius: 20px;
  width: auto;
  max-width: 720px;
  margin-top: 0;
  margin-left: -20px;
  padding: 20px;
  display: block;
  position: fixed;
}

.h1-spacing {
  margin-top: 0;
  padding-top: 60px;
}

.h2-spacing {
  margin-top: 40px;
}

.link-standard {
  color: #0f8817;
}

.list-item {
  text-align: left;
}

.exit-con {
  display: none;
}

@media screen and (max-width: 767px) {
  .logo {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .embed-spline-desktop {
    display: none;
  }

  .tierschutzbund-badge {
    z-index: 1000;
    width: 80px;
    margin-top: 20px;
    margin-bottom: 0;
    display: none;
    inset: 0% 0% auto auto;
  }

  .tierschutzbund-badge.home {
    display: block;
  }

  .datenschutz-con {
    z-index: 1000;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .link.top {
    position: relative;
    inset: 10px auto 0% 0%;
  }

  .link.top.mobile {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .embed-spline-mobile {
    height: 85vh;
    display: block;
  }

  .callapet {
    z-index: 100;
    color: #fff;
    width: 80px;
    margin-top: 20px;
    margin-left: 20px;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .logo {
    display: none;
  }

  .datenschutz-page {
    color: #fff;
    letter-spacing: .5px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: forevs;
  }

  .exit-con {
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-left: 10px;
    display: flex;
  }

  .image {
    width: 30px;
    max-width: none;
  }

  .daten-con {
    display: flex;
  }
}


