/* COLORS */
/* FONTS */
/* >= 1440px */
/*
@media screen and (min-width: 1439px) {
    #product_entity-wertgutschein {
        #content {
            .details {
                .h1 {
                    font-size: @font-size-h4;
                    line-height: @line-height-h4;
                }

                .icon {
                    padding: 125px 75px;
                }

                .variations {
                    fieldset[data-drupal-selector="edit-group-gutschein-personalisieren"] {
                        .fieldset-legend {
                            font-size: 30px;
                            line-height: 32px;
                        }
                    }
                }
            }

            .more {
                .gutscheine {
                    .gutschein {
                        a {
                            .icon {
                                padding: 125px 75px;
                            }

                            .wrapper {
                                padding: 30px;

                                .titel {
                                    margin-bottom: 20px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }


}

/* >= 1600px */
@media screen and (min-width: 1599px) {
  #product_entity-wertgutschein #content {
    padding-bottom: 200px;
  }
}
/* >= 1700px */
/*
@media screen and (min-width: 1699px) {
    #product_entity-wertgutschein {
        #content {
            .details {
                .variations {
                    .preview {
                        line-height: 60px;
                    }
                }
            }
        }
    }
}

/* >= 1920px */
/* >= 2560px */
@media screen and (min-width: 2560px) {
  #product_entity-wertgutschein #content {
    padding-bottom: 300px;
  }
}
