.theme-paragraph-teaser-subtitle {
  font-family: "Khand";
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.11;
  color: #ffb400; }

.theme-paragraph-teaser-title {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.11;
  color: #ffffff; }

.theme-paragraph-teaser {
  flex-basis: calc(100% / 4 - 2 * 2.02rem);
  margin: 2rem;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .theme-paragraph-teaser {
      margin: 0;
      flex-basis: 100%; } }
  @media screen and (min-width: 769px) {
    .theme-paragraph-teaser:first-child:nth-last-child(5) {
      margin-left: calc(50% / 4); }
    .theme-paragraph-teaser:first-child:nth-last-child(5) ~ .theme-paragraph-teaser:nth-child(3) {
      margin-right: calc(50% / 4); }
    .theme-paragraph-teaser:first-child:nth-last-child(6) {
      margin-left: calc(100% / 4 / 2 - 2.02rem); }
    .theme-paragraph-teaser:first-child:nth-last-child(6) ~ .theme-paragraph-teaser:nth-child(3) {
      margin-right: calc(100% / 4 / 2 - 2.02rem); }
    .theme-paragraph-teaser:first-child:nth-last-child(n+9),
    .theme-paragraph-teaser:first-child:nth-last-child(n+9) ~ .theme-paragraph-teaser {
      margin: 1rem;
      flex-basis: calc(100% / 5 - 2 * 1.02rem); }
    .theme-paragraph-teaser:first-child:nth-last-child(n+9),
    .theme-paragraph-teaser:first-child:nth-last-child(n+9) ~ .theme-paragraph-teaser:nth-child(-n + 5) {
      margin-top: 10rem; }
    .theme-paragraph-teaser:first-child:nth-last-child(n+9) .theme-paragraph-teaser-card,
    .theme-paragraph-teaser:first-child:nth-last-child(n+9) ~ .theme-paragraph-teaser .theme-paragraph-teaser-card {
      padding-top: 3rem; } }
  @media screen and (max-width: 768px) {
    .theme-paragraph-teaser .theme-paragraph-teaser-title {
      color: #000000; } }
  .theme-paragraph-teaser::before {
    content: '';
    display: block;
    padding-bottom: 100%;
    visibility: hidden;
    pointer-events: none;
    flex-basis: 0; }
    @media screen and (max-width: 768px) {
      .theme-paragraph-teaser::before {
        padding-bottom: 0; } }
  .theme-paragraph-teaser-card {
    padding: 4rem 2rem 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #ffffff; }
    @media screen and (max-width: 768px) {
      .theme-paragraph-teaser-card {
        width: 100%;
        padding: 2rem 2rem 2rem;
        border-bottom: solid 1px #cccccc; } }
    .theme-paragraph-teaser-card-link {
      -webkit-transition: background-color .3s linear;
      transition: background-color .3s linear;
      cursor: pointer; }
      .theme-paragraph-teaser-card-link:hover {
        background-color: rgba(0, 0, 0, 0.28); }
  .theme-paragraph-teaser-subtitle {
    margin: 0;
    margin-bottom: 2rem; }
    @media screen and (max-width: 768px) {
      .theme-paragraph-teaser-subtitle {
        margin-bottom: 0; } }
  .theme-paragraph-teaser-title {
    margin: 0; }
    @media screen and (max-width: 768px) {
      .theme-paragraph-teaser-title {
        font-size: 1.6rem; } }
  .theme-paragraph-teaser-subtitle a, .theme-paragraph-teaser-title a {
    text-decoration: none;
    color: inherit; }
