:root {
  --dark-turquoise: #3cc;
  --royal-blue: #2a5aa5;
  --dark-slate-blue: #1c4597;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1280px;
}

.section-teaser {
  padding-top: 0;
  padding-bottom: 0;
}

.teaser-img-b {
  background-image: linear-gradient(315deg, #ab1787, #3e258a);
  width: 100%;
  padding: 1vw;
  position: relative;
  box-shadow: 3px 3px 20px #0000001a;
}

.img-full {
  width: 100%;
  display: block;
  position: relative;
}

.img-full.relative {
  position: relative;
}

.teaser-link {
  width: 30%;
  margin-top: 86.38%;
  margin-left: 48.34%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.teaser-link:hover {
  color: var(--dark-turquoise);
}

.bg {
  background-image: linear-gradient(311deg, #3e258a, #ab1787);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0% auto auto 0%;
}

.teaser-link-hover {
  opacity: 0;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-hover {
  width: 100%;
  display: block;
}

html.w-mod-js [data-ix="fade-from-bottom"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (min-width: 1280px) {
  .teaser-img-b {
    padding: 15px;
  }

  .teaser-link {
    letter-spacing: 1px;
    width: 29.85%;
    margin-top: 86.28%;
  }

  .teaser-link:hover {
    color: var(--dark-turquoise);
  }
}


