| | |
| | | flex-flow: row; |
| | | height: 100%; /* Anmerkung 2 */ |
| | | min-height: 0; /* Anmerkung 1 */ |
| | | background-color: #ededed; |
| | | /* background-color: #ededed; */ |
| | | overflow: hidden; |
| | | } |
| | | .nord { |
| | | background-color: black; |
| | | background-color: #eee; |
| | | display: flex; |
| | | flex-flow: row; |
| | | height: 2em; |
| | |
| | | */ |
| | | |
| | | .app-titel { |
| | | margin-left: 0.6em; |
| | | color: white; |
| | | margin-left: 0.1em; |
| | | color: black; |
| | | } |
| | | |
| | | .zurueck-btn, .zurueck-btn:focus { |
| | | border: 0; |
| | | margin: 0 1.2em 0 0.6em; |
| | | padding: 0; |
| | | color: black; |
| | | } |
| | | |
| | | .zurueck-btn:hover { |
| | | color: #888; |
| | | } |
| | | |
| | | .top-btn { |
| | | margin: 0 1em 0 1em; |
| | | |
| | | height: 28px; |
| | | line-height: 24px; |
| | | text-align: center; |
| | | font-size: large; |
| | | } |
| | | |
| | | .pointer-cursor { |