/* Tailwind */

/* Breitenbeschränkung für Inhalt */

/* allgemeine Styles */

/* Startseite */

body.home main {
  overflow: hidden;
}

body.home section {
  margin-bottom: 4rem;
}

@media (min-width: 640px) {
  body.home section {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  body.home section {
    margin-bottom: 8rem;
  }
}

body.home section > div.cont {
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 500px) {
  body.home section > div.cont {
    max-width: 90%
  }
}

@media (min-width: 98rem) {
  body.home section > div.cont {
    max-width: 90rem
  }
}

@media (min-width: 1280px) {
  body.home section > div.cont {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

/* Hero */

body.home section#hero {
  position: relative;
  z-index: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(101 156 249 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  body.home section#hero {
    margin-bottom: 9rem;
  }
}

@media (min-width: 1280px) {
  body.home section#hero {
    margin-bottom: 10rem;
  }
}

body.home section#hero {
  background: radial-gradient(circle farthest-corner at 50% 15%, #89B2F9 0%, #3B81F9 70%);
}

@media (min-width: 1024px) {
  body.home section#hero {
    background: radial-gradient(circle farthest-corner at 70% 95%, #89B2F9 0%, #3B81F9 70%)
  }
}

body.home section#hero #partani {
  position: absolute;
  inset: 0px;
  z-index: 0;
  --tw-rotate: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

body.home section#hero > div.cont {
  position: relative;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  body.home section#hero > div.cont {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  body.home section#hero > div.cont {
    padding-bottom: 2rem;
  }
}

body.home section#hero > div.cont > div {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

@media (min-width: 1024px) {
  body.home section#hero > div.cont > div {
    flex-direction: row;
  }
}

body.home section#hero > div.cont > div > div:first-child {
  order: 2;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.5rem;
  padding-top: 2rem;
  text-align: center;
}

@media (min-width: 1024px) {
  body.home section#hero > div.cont > div > div:first-child {
    order: 1;
    width: 50%;
    gap: 2rem;
    padding-bottom: 2rem;
    padding-top: 5rem;
    text-align: left;
  }
}

body.home section#hero > div.cont > div > div:first-child > * {
  margin-top: 0px;
  margin-bottom: 0px;
}

body.home section#hero > div.cont > div > div:first-child .h1 {
  margin-bottom: 0px;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  body.home section#hero > div.cont > div > div:first-child .h1 {
    max-width: 32rem;
  }
}

@media (min-width: 768px) {
  body.home section#hero > div.cont > div > div:first-child > div {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  body.home section#hero > div.cont > div > div:first-child > div {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

body.home section#hero > div.cont > div > div:last-child {
  position: relative;
  order: 1;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  body.home section#hero > div.cont > div > div:last-child {
    order: 2;
    width: 50%;
  }
}

body.home section#hero > svg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
  height: 2rem;
  width: 100%;
  margin-bottom: -2px;
}

body.home section#hero h1 {
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.home section#hero p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
  color: rgb(255 255 255 / 0.9);
}

@media (min-width: 768px) {
  body.home section#hero p {
    font-size: 1.125rem;
    line-height: 2.25rem;
  }
}

body.home section#hero p a {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  display: inline-block;
  border-radius: 0.25rem;
  background-color: rgb(231 70 148 / 0.6);
  background-repeat: no-repeat;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 500;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.home section#hero lottie-player {
  z-index: 10;
  height: auto;
  width: 83.333333%;
  padding-top: 2rem;
}

@media (min-width: 640px) {
  body.home section#hero lottie-player {
    width: 66.666667%;
  }
}

@media (min-width: 768px) {
  body.home section#hero lottie-player {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  body.home section#hero lottie-player {
    position: absolute;
    width: 100%;
    --tw-translate-y: 6rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 1280px) {
  body.home section#hero lottie-player {
    --tw-translate-y: 4rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Backend */

body.home section#backend h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 24rem;
  line-height: 1.375;
}

@media (min-width: 768px) {
  body.home section#backend h2 {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 32rem;
  }
}

body.home section#backend .btn {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  width: 16rem;
}

@media (min-width: 640px) {
  body.home section#backend .btn {
    width: auto;
  }
}

body.home section#backend div.cont > div {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
}

@media (min-width: 768px) {
  body.home section#backend div.cont > div {
    display: grid;
  }
}

@media (min-width: 1024px) {
  body.home section#backend div.cont > div {
    gap: 3rem;
  }
}

@media (min-width: 1280px) {
  body.home section#backend div.cont > div {
    gap: 6rem;
  }
}

body.home section#backend div.cont > div > div:first-child {
  grid-column: span 1 / span 1;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  body.home section#backend div.cont > div > div:first-child {
    margin-bottom: 0px;
  }
}

body.home section#backend div.cont > div > div:first-child lottie-player {
  margin-left: auto;
  margin-right: auto;
  max-width: 16rem;
}

@media (min-width: 768px) {
  body.home section#backend div.cont > div > div:first-child lottie-player {
    max-width: 100%;
  }
}

body.home section#backend div.cont > div > div:last-child {
  grid-column: span 2 / span 2;
  text-align: center;
}

@media (min-width: 768px) {
  body.home section#backend div.cont > div > div:last-child {
    text-align: left;
  }
}

/* Wissen */

body.home section#knowledge .btn {
  width: 16rem;
}

@media (min-width: 640px) {
  body.home section#knowledge .btn {
    width: auto;
  }
}

body.home section#knowledge div.cont > div {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: flex-start;
  gap: 2rem;
}

@media (min-width: 768px) {
  body.home section#knowledge div.cont > div {
    display: grid;
  }
}

@media (min-width: 1024px) {
  body.home section#knowledge div.cont > div {
    gap: 3rem;
  }
}

@media (min-width: 1280px) {
  body.home section#knowledge div.cont > div {
    gap: 6rem;
  }
}

body.home section#knowledge div.cont > div > div:first-child {
  order: 1;
  grid-column: span 1 / span 1;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  body.home section#knowledge div.cont > div > div:first-child {
    order: 2;
    margin-bottom: 0px;
  }
}

body.home section#knowledge div.cont > div > div:first-child img {
  margin-left: auto;
  margin-right: auto;
  max-width: 16rem;
}

@media (min-width: 768px) {
  body.home section#knowledge div.cont > div > div:first-child img {
    margin-top: 3rem;
    max-width: 100%;
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

body.home section#knowledge div.cont > div > div:last-child {
  order: 2;
  grid-column: span 2 / span 2;
  text-align: center;
}

@media (min-width: 768px) {
  body.home section#knowledge div.cont > div > div:last-child {
    order: 1;
    text-align: left;
  }
}

body.home section#knowledge .article-list {
  margin: 0px;
  margin-top: 3rem;
  display: block;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding: 0px;
}

@media (min-width: 640px) {
  body.home section#knowledge .article-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body.home section#knowledge .article-list {
    gap: 3rem;
  }
}

body.home section#knowledge .article-list > li {
  position: relative;
  isolation: isolate;
  margin: 0px;
  display: block;
}

body.home section#knowledge .article-list > li .thumb {
  width: 100%;
}

body.home section#knowledge .article-list > li .thumb > div {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

body.home section#knowledge .article-list > li .thumb > div > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

body.home section#knowledge .article-list > li .thumb > div {
  --tw-aspect-h: 9;
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

body.home section#knowledge .article-list > li .thumb > div > picture {
  transition: transform 0.2s ease-out 0s, filter 0.2s ease-out 0s;
  transform: scale(1.00);
  filter: saturate(60%);
  filter: grayscale(40%);
}

body.home section#knowledge .article-list > li .thumb > div * {
  margin: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.home section#knowledge .article-list > li:hover .thumb > div > picture {
  transform: scale(1.02);
  filter: saturate(100%);
  filter: grayscale(0%);
}

body.home section#knowledge .article-list > li .desc {
  width: 100%;
  text-align: left;
}

body.home section#knowledge .article-list > li .desc .label {
  margin-bottom: 0.5rem;
  display: none;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  body.home section#knowledge .article-list > li .desc .label {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  body.home section#knowledge .article-list > li .desc .label {
    margin-bottom: 1.5rem;
  }
}

body.home section#knowledge .article-list > li .desc h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.75rem;
}

body.home section#knowledge .article-list > li .desc p {
  margin-top: -1rem;
  line-height: 1.625;
}

body.home section#knowledge .article-list > li .desc *:last-child {
  margin-bottom: 0px;
}

body.home section#knowledge .article-list > li .desc a:before {
  position: absolute;
  inset: 0px;
  z-index: 0;
  content: "";
}
