34 lines
		
	
	
		
			302 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			302 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| h1 {
 | |
|   color: black;
 | |
| }
 | |
| 
 | |
| #map {
 | |
|   height: 100vh;
 | |
|   width: 80vh;
 | |
|   float: left;
 | |
| }
 | |
| 
 | |
| #location {
 | |
|   height: 30px;
 | |
|   width: 30px;
 | |
| }
 | |
| 
 | |
| #formular-wrapper {
 | |
|   height: 50vh;
 | |
|   width: 50vh;
 | |
|   float: left;
 | |
| }
 | |
| 
 | |
| 
 | |
| #idee {
 | |
|   height: 50vh;
 | |
|   width: 50vh;
 | |
|   float: left;
 | |
| }
 | |
| 
 | |
| 
 | |
| .ideeBilder {
 | |
|   width: 80px;
 | |
|   height: 80px;
 | |
| }
 | 
