/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 17 2025 | 10:56:50 */
.reklamation-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.reklamation-form-group {
  flex: 1 1 45%;
  min-width: 200px;
}

.artikel-list {
  margin-top: 10px;
}

.artikel-input-group {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.artikel-input-group input {
  flex: 1;
}

.add-artikel-btn {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 6px 14px;
  font-size: 18px;
  border-radius: 4px;
  margin-top: 5px;
  cursor: pointer;
}

.add-artikel-btn:hover {
  background-color: #005f8d;
}
 CSS Code hier einfügen.

Zum Beispiel:
.example {
    color: red;
}

Um dein CSS-Wissen zu prüfen, teste es hier http://www.w3schools.com/css/css_syntax.asp

Kommentarende*/ 

