.container.content-grid-section-wrapper {
  margin: 3.3333333333em 0;
}
.container.content-grid-section-wrapper .grid-loop {
  display: grid;
  column-gap: 20px;
  justify-content: center;
}
.container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(4) ~ :nth-child(4) {
  grid-column: 4;
}
.container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(3) ~ :nth-child(3) {
  grid-column: 3;
}
.container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(2) ~ :nth-child(2) {
  grid-column: 2;
}
.container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(2),
.container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(2) ~ .grid-item {
  width: 608px;
}
.container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(3),
.container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(3) ~ .grid-item {
  width: 400px;
}
.container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(4),
.container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(4) ~ .grid-item {
  width: 300px;
}
.container.content-grid-section-wrapper .grid-loop .grid-item {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.container.content-grid-section-wrapper .grid-loop .grid-item .description {
  padding: 24px;
}
.container.content-grid-section-wrapper .grid-loop .grid-item .post-title {
  margin-bottom: 16px;
}
.container.content-grid-section-wrapper .grid-loop .grid-item .post-title a {
  color: #000;
  text-decoration: none;
}
.container.content-grid-section-wrapper .grid-loop .grid-item .post-tag {
  font-size: 10px;
  text-transform: uppercase;
}
.container.content-grid-section-wrapper .grid-loop .grid-item .post-cta {
  margin: 35px 0 0;
}
.container.content-grid-section-wrapper .grid-loop .grid-item .post-cta a {
  color: #f03;
  text-decoration: none;
  font-weight: 700;
}
.container.content-grid-section-wrapper .grid-loop .grid-item .post-cta a svg {
  vertical-align: text-top;
  margin-left: 16px;
}

body.single-losungen .container.content-grid-section-wrapper {
  margin-bottom: 0;
}

@media (max-width: 1240px) {
  .container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(3),
  .container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(3) ~ .grid-item {
    max-width: 325px;
  }
}
@media (max-width: 921px) {
  .container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(3) ~ :nth-child(3),
  .container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(4) ~ :nth-child(4) {
    grid-column: 2;
  }
}
@media (max-width: 544px) {
  .container.content-grid-section-wrapper {
    margin: 0;
  }
  .container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(4) ~ :nth-child(4),
  .container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(3) ~ :nth-child(3),
  .container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(2) ~ :nth-child(2) {
    grid-column: 1;
  }
  .container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(2),
  .container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(2) ~ .grid-item,
  .container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(3),
  .container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(3) ~ .grid-item,
  .container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(4),
  .container.content-grid-section-wrapper .grid-loop .grid-item:first-child:nth-last-child(4) ~ .grid-item {
    max-width: unset;
  }
  .container.content-grid-section-wrapper .grid-loop .grid-item {
    margin: 0 auto 40px;
  }
}

/*# sourceMappingURL=content-grid.css.map */
