| Zeile 39: |
Zeile 39: |
| | } | | } |
| | | | |
| − | .grau { | + | .box-grau { |
| | border: #8898bf thin solid; | | border: #8898bf thin solid; |
| | } | | } |
| | | | |
| − | .grau h2 { | + | .box-grau h2 { |
| | background-color: #d3d7de; | | background-color: #d3d7de; |
| | border-bottom: #8898bf thin solid; | | border-bottom: #8898bf thin solid; |
| | } | | } |
| | | | |
| − | .grau .box-content { | + | .box-gruen { |
| − | | + | border: #158e59 thin solid; |
| | + | } |
| | + | |
| | + | .box-gruen h2 { |
| | + | color: #158e59; |
| | + | background-color: #8bddc2; |
| | + | border-bottom: #158e59 thin solid; |
| | + | } |
| | + | |
| | + | .box-gruen .box-content { |
| | + | background-image: url(static/medien/bg-check.png); |
| | + | background-size: 200px 200px; |
| | + | background-position: center top; |
| | + | background-repeat: no-repeat; |
| | } | | } |
| | | | |
| Zeile 70: |
Zeile 83: |
| | border-right: #158e59 thin solid; | | border-right: #158e59 thin solid; |
| | border-left: #158e59 thin solid; | | border-left: #158e59 thin solid; |
| − | background-image: url(static/medien/bg-check.png); | + | |
| − | background-size: 200px 200px;
| |
| − | background-position: center top;
| |
| − | background-repeat: no-repeat;
| |
| | } | | } |
| | | | |