/* COLORS */
/* FONTS */
/* >= 1440px */
/* >= 1600px */
@media screen and (min-width: 1599px) {
  #node-gutscheine #gutscheine {
    padding-bottom: 200px;
  }
}
/* >= 1700px */
/* >= 1920px */
/* >= 2200px */
/* >= 2560 */
@media screen and (min-width: 2560px) {
  #node-gutscheine #gutscheine {
    padding-bottom: 300px;
  }
}
