/** Shopify CDN: Minification failed

Line 27:4 Unexpected "{"
Line 28:6 Expected identifier but found "\"type\""
Line 30:5 Unexpected ","
Line 32:6 Expected identifier but found "\"type\""
Line 36:5 Unexpected ","
Line 38:6 Expected identifier but found "\"type\""
Line 42:5 Unexpected ","
Line 44:6 Expected identifier but found "\"type\""
Line 48:5 Unexpected ","
Line 50:6 Expected identifier but found "\"type\""

**/
.app-with-content-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 767px) {
  .app-with-content-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

    {
      "type": "header",
      "content": "Hintergrund & Rahmen"
    },
    {
      "type": "color",
      "id": "background_color",
      "label": "Hintergrundfarbe",
      "default": "rgba(0,0,0,0)"
    },
    {
      "type": "checkbox",
      "id": "show_border",
      "label": "Rahmen anzeigen",
      "default": false
    },
    {
      "type": "color",
      "id": "border_color",
      "label": "Rahmenfarbe",
      "default": "#000000"
    },
    {
      "type": "range",
      "id": "border_width",
      "label": "Rahmenbreite",
      "min": 1,
      "max": 10,
      "step": 1,
      "unit": "px",
      "default": 1
    }