|
|
Zeile 44: |
Zeile 44: |
| </div> | | </div> |
| </div> | | </div> |
|
| |
| <style>
| |
| .startpage-container {
| |
| display: flex;
| |
| flex-wrap: wrap;
| |
| gap: 20px;
| |
| }
| |
|
| |
| .startpage-column {
| |
| flex: 1;
| |
| min-width: 300px;
| |
| }
| |
|
| |
| .section {
| |
| margin-bottom: 20px;
| |
| border: 1px solid #AAAAAA;
| |
| background: white;
| |
| }
| |
|
| |
| .section-header {
| |
| background-color: #EEEEEE;
| |
| padding: 5px 12px;
| |
| font-weight: bold;
| |
| border-bottom: 1px solid #AAAAAA;
| |
| }
| |
|
| |
| .section-content {
| |
| padding: 12px;
| |
| }
| |
|
| |
| .img-scaler {
| |
| max-width: 100%;
| |
| height: auto;
| |
| display: block;
| |
| margin: 0 auto 20px;
| |
| }
| |
|
| |
| @media (max-width: 768px) {
| |
| .startpage-column {
| |
| flex: 100%;
| |
| }
| |
| }
| |
|
| |
| .section-footer {
| |
| text-align: right;
| |
| padding-top: 10px;
| |
| font-style: italic;
| |
| }
| |
|
| |
| .startpage-subtitle {
| |
| font-size: 0.9em;
| |
| color: #666;
| |
| margin-top: 5px;
| |
| }
| |
| </style>
| |
|
| |
|
| __NOTITLE__ | | __NOTITLE__ |