| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | html, body { | 
					
						
							|  |  |  |     height: 100%; | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							|  |  |  |     padding: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | body { | 
					
						
							|  |  |  |     font-family: 'Helvetica Neue', Arial, sans-serif; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-08 16:07:16 +02:00
										 |  |  | form { | 
					
						
							|  |  |  |     display: inline; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 17:32:18 +02:00
										 |  |  | .invalid { | 
					
						
							|  |  |  |     box-shadow: 0 0 10px #ff5353; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | #leafletDiv { | 
					
						
							|  |  |  |     height: 100%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-28 02:42:22 +02:00
										 |  |  | #geolocate-button { | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     bottom: 27px; | 
					
						
							|  |  |  |     right: 65px; | 
					
						
							|  |  |  |     z-index: 999; /*Just below leaflets zoom*/ | 
					
						
							|  |  |  |     background-color: white; | 
					
						
							|  |  |  |     border-radius: 5px; | 
					
						
							| 
									
										
										
										
											2020-06-28 23:33:48 +02:00
										 |  |  |     border: solid 2px rgba(0, 0, 0, 0.2); | 
					
						
							| 
									
										
										
										
											2020-06-28 02:42:22 +02:00
										 |  |  |     cursor: pointer; | 
					
						
							|  |  |  |     width: 43px; | 
					
						
							| 
									
										
										
										
											2020-06-28 23:33:48 +02:00
										 |  |  |     height: 43px; | 
					
						
							|  |  |  |     display: none; /*Hidden by default, only visible on mobile*/ | 
					
						
							| 
									
										
										
										
											2020-06-28 02:42:22 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #geolocate-button img{ | 
					
						
							|  |  |  |     width: 31px; | 
					
						
							|  |  |  |     height:31px; | 
					
						
							|  |  |  |     margin: 6px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | /**************** GENERIC ****************/ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .uielement { | 
					
						
							|  |  |  |     width: 100%; | 
					
						
							|  |  |  |     height: 100%; | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							|  |  |  |     padding: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .alert { | 
					
						
							|  |  |  |     background-color: #fee4d1; | 
					
						
							|  |  |  |     font-weight: bold; | 
					
						
							|  |  |  |     border-radius: 1em; | 
					
						
							|  |  |  |     padding: 0.3em; | 
					
						
							|  |  |  |     margin: 0.25em; | 
					
						
							|  |  |  |     text-align: center; | 
					
						
							|  |  |  |     padding-top: 0.15em; | 
					
						
							|  |  |  |     padding-bottom: 0.15em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .activate-osm-authentication { | 
					
						
							|  |  |  |     cursor: pointer; | 
					
						
							|  |  |  |     color: blue; | 
					
						
							|  |  |  |     text-decoration: underline; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /**************** USER BADGE ****************/ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-29 03:12:44 +02:00
										 |  |  | .small-userbadge-icon { | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  |     width: 1em; | 
					
						
							|  |  |  |     height: 1em; | 
					
						
							| 
									
										
										
										
											2020-06-29 03:12:44 +02:00
										 |  |  |     fill: black; | 
					
						
							|  |  |  |     border-radius: 0; | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-29 03:12:44 +02:00
										 |  |  | #home { | 
					
						
							|  |  |  |     cursor: pointer; | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | #profile-pic { | 
					
						
							|  |  |  |     float: left; | 
					
						
							|  |  |  |     width: 4em; | 
					
						
							|  |  |  |     height: 4em; | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  |     padding: 0; | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  |     -webkit-border-radius: 50%; | 
					
						
							|  |  |  |     -moz-border-radius: 50%; | 
					
						
							|  |  |  |     border-radius: 50%; | 
					
						
							|  |  |  |     opacity: 0; | 
					
						
							|  |  |  |     transition: opacity 500ms linear; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | #username { | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  |     text-decoration: none; | 
					
						
							|  |  |  |     color: black; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | #usertext { | 
					
						
							| 
									
										
										
										
											2020-07-24 01:12:57 +02:00
										 |  |  |     width: max-content; | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  |     padding: 0.9em; | 
					
						
							|  |  |  |     padding-left: 4.7em; /* Should be half of profile-pic's width + actual padding (same as padding-right)*/ | 
					
						
							|  |  |  |     padding-right: 1.5em; | 
					
						
							|  |  |  |     border-radius: 2em; /*Half border radius width/height*/ | 
					
						
							|  |  |  |     height: 2.2em; /*SHould equal profile-pic height - padding*/ | 
					
						
							|  |  |  |     z-index: 5000; | 
					
						
							|  |  |  |     text-align: left; | 
					
						
							|  |  |  |     background-color: white; | 
					
						
							|  |  |  |     background-size: 100%; | 
					
						
							|  |  |  |     display: block; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  |     line-height: 0.75em; | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | #usertext a { | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  |     text-decoration: none; | 
					
						
							|  |  |  |     color: black; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | #userbadge { | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  |     text-align: center; | 
					
						
							|  |  |  |     background-color: white; | 
					
						
							|  |  |  |     -webkit-border-radius: 2em; | 
					
						
							|  |  |  |     -moz-border-radius: 2em; | 
					
						
							|  |  |  |     border-radius: 2em; | 
					
						
							| 
									
										
										
										
											2020-07-01 02:12:33 +02:00
										 |  |  |     border-bottom-right-radius: 1.5em; | 
					
						
							|  |  |  |     border-top-right-radius: 1.5em; | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  |     transition: all 500ms linear; | 
					
						
							| 
									
										
										
										
											2020-07-01 02:12:33 +02:00
										 |  |  |     margin: 0; | 
					
						
							|  |  |  |     margin-bottom: 0.5em; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  |     min-width: 20em; | 
					
						
							|  |  |  |     pointer-events: all; | 
					
						
							| 
									
										
										
										
											2020-07-01 02:12:33 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #userbadge-and-search { | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							| 
									
										
										
										
											2020-07-23 23:33:17 +02:00
										 |  |  |     width: min-content; | 
					
						
							| 
									
										
										
										
											2020-07-01 02:12:33 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #searchbox { | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							|  |  |  |     text-align: left; | 
					
						
							|  |  |  |     background-color: white; | 
					
						
							|  |  |  |     transition: all 500ms linear; | 
					
						
							|  |  |  |     pointer-events: all; | 
					
						
							|  |  |  |     border-radius: 1.3em; | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							|  |  |  |     margin-bottom: 1em; | 
					
						
							|  |  |  |     width: 100%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .search { | 
					
						
							|  |  |  |     position: relative; | 
					
						
							|  |  |  |     float: left; | 
					
						
							|  |  |  |     height: 2em; | 
					
						
							|  |  |  |     margin-right: 0.5em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 23:33:17 +02:00
										 |  |  | #searchbox { | 
					
						
							|  |  |  |     width: 100% | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-01 02:12:33 +02:00
										 |  |  | #searchbox .form-text-field { | 
					
						
							|  |  |  |     position: relative; | 
					
						
							|  |  |  |     float: left; | 
					
						
							|  |  |  |     margin-top: 0.2em; | 
					
						
							| 
									
										
										
										
											2020-07-05 18:59:47 +02:00
										 |  |  |     margin-left: 1em; | 
					
						
							| 
									
										
										
										
											2020-07-23 23:33:17 +02:00
										 |  |  |     width: calc(100% - 4em) | 
					
						
							| 
									
										
										
										
											2020-07-01 02:12:33 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #searchbox input[type="text"] { | 
					
						
							|  |  |  |     background: transparent; | 
					
						
							|  |  |  |     border: none; | 
					
						
							|  |  |  |     font-size: large; | 
					
						
							| 
									
										
										
										
											2020-07-23 23:33:17 +02:00
										 |  |  |     width: 100%; | 
					
						
							|  |  |  |     box-sizing: border-box; | 
					
						
							| 
									
										
										
										
											2020-07-01 02:12:33 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .search-go { | 
					
						
							|  |  |  |     position: relative; | 
					
						
							| 
									
										
										
										
											2020-07-05 18:59:47 +02:00
										 |  |  |     float: right; | 
					
						
							| 
									
										
										
										
											2020-07-01 02:12:33 +02:00
										 |  |  |     height: 1.2em; | 
					
						
							|  |  |  |     border: 2px solid black; | 
					
						
							|  |  |  |     border-radius: 2em; | 
					
						
							|  |  |  |     padding: 0.4em; | 
					
						
							| 
									
										
										
										
											2020-07-05 18:59:47 +02:00
										 |  |  |     margin-left: 0.5em; | 
					
						
							|  |  |  |     margin-right: 0; | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 23:33:17 +02:00
										 |  |  | #userbadge { | 
					
						
							|  |  |  |     width: 100% | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | #userbadge p { | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							|  |  |  |     padding-top: 0.2em; | 
					
						
							|  |  |  |     padding-bottom: 0.2em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 23:33:17 +02:00
										 |  |  | @media only screen and (max-width: 600px) { | 
					
						
							|  |  |  |     /* Portrait */ | 
					
						
							|  |  |  |     #userbadge-and-search { | 
					
						
							|  |  |  |         display: inline-block; | 
					
						
							|  |  |  |         width: auto; | 
					
						
							|  |  |  |         max-width: 100vw; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     #topleft-tools { | 
					
						
							|  |  |  |         margin: 0.5em; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     #userbadge { | 
					
						
							|  |  |  |         margin-bottom: 0.3em; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-24 01:12:57 +02:00
										 |  |  | @media only screen and (max-height: 300px) { | 
					
						
							| 
									
										
										
										
											2020-07-23 23:33:17 +02:00
										 |  |  |     /* Landscape */ | 
					
						
							|  |  |  |     #userbadge-and-search { | 
					
						
							|  |  |  |         display: inline-block; | 
					
						
							|  |  |  |         width: auto; | 
					
						
							|  |  |  |         max-width: 50vw; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     #userbadge { | 
					
						
							|  |  |  |         display: none; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     #topleft-tools { | 
					
						
							|  |  |  |         margin: 0.5em; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     #userbadge { | 
					
						
							|  |  |  |         margin-bottom: 0.3em; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | /**************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #topleft-tools { | 
					
						
							|  |  |  |     display: block; | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  |     position: absolute; | 
					
						
							|  |  |  |     margin: 1em; | 
					
						
							|  |  |  |     margin-bottom: 0; | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  |     padding: 0; | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  |     z-index: 5000; | 
					
						
							|  |  |  |     transition: all 500ms linear; | 
					
						
							|  |  |  |     overflow: hidden; | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  |     pointer-events: none; | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-01 21:21:29 +02:00
										 |  |  | #messagesboxmobilewrapper { | 
					
						
							|  |  |  |     display: none; /*Only shown on small screens*/ | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-24 01:12:57 +02:00
										 |  |  | .collapse-button { | 
					
						
							| 
									
										
										
										
											2020-07-01 21:21:29 +02:00
										 |  |  |     position: absolute; | 
					
						
							| 
									
										
										
										
											2020-07-24 01:12:57 +02:00
										 |  |  |     background-color: #e5f5ff; | 
					
						
							|  |  |  |     width: 3.5em; | 
					
						
							|  |  |  |     border-top-left-radius: 2em; | 
					
						
							|  |  |  |     border-bottom-left-radius: 2em; | 
					
						
							| 
									
										
										
										
											2020-07-01 21:21:29 +02:00
										 |  |  |     display: inline-block; | 
					
						
							| 
									
										
										
										
											2020-07-24 01:12:57 +02:00
										 |  |  |     height:calc(100% - 8em); | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-24 01:12:57 +02:00
										 |  |  | .collapse-button .collapse-button-img{ | 
					
						
							|  |  |  |     background-color: #e5f5ff; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .open-button { | 
					
						
							|  |  |  |     width: 2em; | 
					
						
							|  |  |  |     border-top-left-radius: 2em; | 
					
						
							|  |  |  |     border-bottom-left-radius: 2em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .collapse-button-img { | 
					
						
							|  |  |  |     border-radius: 50%; | 
					
						
							|  |  |  |     box-sizing: border-box; | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							|  |  |  |     padding: 1em; | 
					
						
							|  |  |  |     background-color: white;  | 
					
						
							| 
									
										
										
										
											2020-07-01 21:21:29 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-24 01:12:57 +02:00
										 |  |  | .collapse-button-img img{ | 
					
						
							|  |  |  |     width: 1.5em; | 
					
						
							|  |  |  |     padding: 0.5em; | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							|  |  |  |     padding: 0; | 
					
						
							| 
									
										
										
										
											2020-07-01 21:21:29 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-24 01:12:57 +02:00
										 |  |  | #welcomeMessage { | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							|  |  |  |     background-color: white; | 
					
						
							|  |  |  |     padding: 1em; | 
					
						
							|  |  |  |     margin-left: 3.5em; | 
					
						
							|  |  |  |     padding-left: 1em; | 
					
						
							|  |  |  |     padding-bottom: 2em; | 
					
						
							|  |  |  |     border-radius: 2em; | 
					
						
							|  |  |  |     border-top-left-radius: 0; | 
					
						
							|  |  |  |     border-bottom-left-radius: 0; | 
					
						
							|  |  |  |     width: 100%; | 
					
						
							|  |  |  |     max-width: 25vw; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-01 21:21:29 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | #messagesbox { | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  |     /*Only shown on big screens*/ | 
					
						
							| 
									
										
										
										
											2020-07-24 01:12:57 +02:00
										 |  |  |     padding: 0; | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  |     pointer-events: all; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-22 11:01:25 +02:00
										 |  |  | /* filter ui */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .filter__popup { | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     bottom: 0; | 
					
						
							|  |  |  |     z-index: 500; | 
					
						
							|  |  |  |     padding-left: 10px; | 
					
						
							|  |  |  |     padding-bottom: 10px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .filter__button { | 
					
						
							|  |  |  |     outline: none; | 
					
						
							|  |  |  |     border: none; | 
					
						
							| 
									
										
										
										
											2020-07-22 14:57:35 +02:00
										 |  |  |     width: 60px; | 
					
						
							|  |  |  |     height: 60px; | 
					
						
							| 
									
										
										
										
											2020-07-22 11:01:25 +02:00
										 |  |  |     border-radius: 50%; | 
					
						
							| 
									
										
										
										
											2020-07-20 16:57:46 +02:00
										 |  |  |     background-color: white; | 
					
						
							| 
									
										
										
										
											2020-07-22 14:57:35 +02:00
										 |  |  |     position: relative; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .filter__button svg { | 
					
						
							|  |  |  |     vertical-align: middle; | 
					
						
							| 
									
										
										
										
											2020-07-22 11:01:25 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 16:28:19 +02:00
										 |  |  | #filter__selection{ | 
					
						
							|  |  |  |     z-index: 6000; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-22 16:40:19 +02:00
										 |  |  | #filter__selection form { | 
					
						
							|  |  |  |     display: flex; | 
					
						
							|  |  |  |     flex-flow: column; | 
					
						
							|  |  |  |     width: 100%; | 
					
						
							|  |  |  |     background-color: #ffffff; | 
					
						
							| 
									
										
										
										
											2020-07-23 16:28:19 +02:00
										 |  |  |     border-radius:  15px; | 
					
						
							|  |  |  |     border-bottom-left-radius: 30px; | 
					
						
							| 
									
										
										
										
											2020-07-22 16:40:19 +02:00
										 |  |  |     border: none; | 
					
						
							|  |  |  |     font-size: 16px; | 
					
						
							|  |  |  |     transform: translateY(60px); | 
					
						
							| 
									
										
										
										
											2020-07-22 17:02:38 +02:00
										 |  |  |     padding: 15px 0 60px 0; | 
					
						
							| 
									
										
										
										
											2020-07-22 16:40:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #filter__selection label { | 
					
						
							| 
									
										
										
										
											2020-07-22 17:02:38 +02:00
										 |  |  |     font-size: 16px; | 
					
						
							|  |  |  |     background-color: #ffffff; | 
					
						
							|  |  |  |     padding: 0 15px 12px 15px; | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							|  |  |  |     color: #003B8B; | 
					
						
							|  |  |  |     font-weight: 600; | 
					
						
							| 
									
										
										
										
											2020-07-22 16:40:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #filter__selection select { | 
					
						
							| 
									
										
										
										
											2020-07-22 17:02:38 +02:00
										 |  |  |     outline: none; | 
					
						
							| 
									
										
										
										
											2020-07-22 16:40:19 +02:00
										 |  |  |     background-color: #F0EFEF; | 
					
						
							|  |  |  |     border: none; | 
					
						
							|  |  |  |     border-radius: 5px; | 
					
						
							|  |  |  |     font-size: 14px; | 
					
						
							|  |  |  |     padding: 5px; | 
					
						
							|  |  |  |     margin: 0 15px; | 
					
						
							| 
									
										
										
										
											2020-07-23 16:28:19 +02:00
										 |  |  |     max-width: 250px;  | 
					
						
							| 
									
										
										
										
											2020-07-22 16:40:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-22 13:33:26 +02:00
										 |  |  | #filter__selection ul { | 
					
						
							| 
									
										
										
										
											2020-07-22 16:40:19 +02:00
										 |  |  |     background-color: #ffffff; | 
					
						
							| 
									
										
										
										
											2020-07-22 17:02:38 +02:00
										 |  |  |     padding: 10px 25px 18px 18px; | 
					
						
							| 
									
										
										
										
											2020-07-22 13:33:26 +02:00
										 |  |  |     list-style: none; | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							|  |  |  |     font-weight: 600; | 
					
						
							| 
									
										
										
										
											2020-07-22 17:02:38 +02:00
										 |  |  |     transform: translateY(75px); | 
					
						
							| 
									
										
										
										
											2020-07-22 13:33:26 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #filter__selection ul li span > span { | 
					
						
							|  |  |  |     display: flex; | 
					
						
							|  |  |  |     align-items: center; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #filter__selection ul svg { | 
					
						
							|  |  |  |     padding: 10px 14px 10px 0; | 
					
						
							|  |  |  |     border-right: 1px solid #003B8B; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #filter__selection ul img { | 
					
						
							|  |  |  |     width: 20px; | 
					
						
							|  |  |  |     height: auto; | 
					
						
							|  |  |  |     margin: 0 10px 0 18px; | 
					
						
							| 
									
										
										
										
											2020-07-22 11:01:25 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-22 16:40:19 +02:00
										 |  |  | .filter__label { | 
					
						
							|  |  |  |     font-size: 16px; | 
					
						
							| 
									
										
										
										
											2020-07-22 17:02:38 +02:00
										 |  |  |     transform: translateY(75px); | 
					
						
							| 
									
										
										
										
											2020-07-22 16:40:19 +02:00
										 |  |  |     background-color: #ffffff; | 
					
						
							| 
									
										
										
										
											2020-07-22 17:02:38 +02:00
										 |  |  |     padding: 10px 15px; | 
					
						
							| 
									
										
										
										
											2020-07-22 16:40:19 +02:00
										 |  |  |     margin: 0; | 
					
						
							|  |  |  |     color: #003B8B; | 
					
						
							|  |  |  |     font-weight: 600; | 
					
						
							| 
									
										
										
										
											2020-07-22 17:02:38 +02:00
										 |  |  |     border-radius: 15px 15px 0 0; | 
					
						
							| 
									
										
										
										
											2020-07-22 16:40:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-24 01:12:57 +02:00
										 |  |  | @media only screen and (max-width: 600px), only screen and (max-height: 300px) { | 
					
						
							| 
									
										
										
										
											2020-07-01 21:21:29 +02:00
										 |  |  |     #messagesbox-wrapper { | 
					
						
							|  |  |  |         display: none; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  |     #messagesbox { | 
					
						
							|  |  |  |         display: none; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2020-06-28 23:33:48 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     #geolocate-button { | 
					
						
							|  |  |  |         display: block; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-29 16:21:36 +02:00
										 |  |  |     .leaflet-popup { | 
					
						
							|  |  |  |         /* Popups are hidden on mobile */ | 
					
						
							| 
									
										
										
										
											2020-07-01 21:21:29 +02:00
										 |  |  |         display: none; | 
					
						
							| 
									
										
										
										
											2020-06-29 16:21:36 +02:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     #messagesboxmobilewrapper { | 
					
						
							|  |  |  |         position: absolute; | 
					
						
							|  |  |  |         padding: 0; | 
					
						
							|  |  |  |         margin: 0; | 
					
						
							|  |  |  |         z-index: 5050; | 
					
						
							|  |  |  |         transition: all 500ms linear; | 
					
						
							|  |  |  |         overflow: hidden; | 
					
						
							|  |  |  |         border-radius: 0; | 
					
						
							|  |  |  |         width: 100%; | 
					
						
							|  |  |  |         height: 100%; | 
					
						
							|  |  |  |         display: block; | 
					
						
							|  |  |  |         background-color: white; | 
					
						
							| 
									
										
										
										
											2020-06-28 00:06:23 +02:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-28 00:06:23 +02:00
										 |  |  |     #messagesboxmobile-scroll { | 
					
						
							|  |  |  |         display: block; | 
					
						
							|  |  |  |         overflow-y: auto; | 
					
						
							| 
									
										
										
										
											2020-06-28 02:42:22 +02:00
										 |  |  |         width: 100vw; | 
					
						
							|  |  |  |         padding: 0; | 
					
						
							| 
									
										
										
										
											2020-07-23 23:33:17 +02:00
										 |  |  |         margin: 0; | 
					
						
							| 
									
										
										
										
											2020-06-28 02:42:22 +02:00
										 |  |  |         height: calc(100% - 5em); /*Height of to-the-map is 2em, padding is 2 * 0.5em*/ | 
					
						
							| 
									
										
										
										
											2020-06-28 00:06:23 +02:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2020-07-23 23:33:17 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-28 00:06:23 +02:00
										 |  |  |     #messagesboxmobile { | 
					
						
							| 
									
										
										
										
											2020-06-29 16:21:36 +02:00
										 |  |  |         padding: 1em; | 
					
						
							| 
									
										
										
										
											2020-06-28 02:42:22 +02:00
										 |  |  |         padding-bottom: 2em; | 
					
						
							| 
									
										
										
										
											2020-07-23 23:33:17 +02:00
										 |  |  |         border-radius: 1em; | 
					
						
							| 
									
										
										
										
											2020-06-29 16:21:36 +02:00
										 |  |  |         background-color: white; | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 23:33:17 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-28 00:06:23 +02:00
										 |  |  | #to-the-map { | 
					
						
							| 
									
										
										
										
											2020-07-21 00:07:04 +02:00
										 |  |  |     position: relative; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #to-the-map h2{ | 
					
						
							| 
									
										
										
										
											2020-06-28 02:42:22 +02:00
										 |  |  |      | 
					
						
							| 
									
										
										
										
											2020-07-21 00:07:04 +02:00
										 |  |  |     position: absolute; | 
					
						
							| 
									
										
										
										
											2020-06-28 02:42:22 +02:00
										 |  |  |     height: 4em; | 
					
						
							| 
									
										
										
										
											2020-07-21 00:07:04 +02:00
										 |  |  |      | 
					
						
							| 
									
										
										
										
											2020-06-28 02:42:22 +02:00
										 |  |  |     padding: 0.5em; | 
					
						
							| 
									
										
										
										
											2020-06-28 00:06:23 +02:00
										 |  |  |     margin: 0; | 
					
						
							| 
									
										
										
										
											2020-07-23 23:33:17 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-28 02:42:22 +02:00
										 |  |  |     padding-right: 2em; | 
					
						
							| 
									
										
										
										
											2020-07-21 00:07:04 +02:00
										 |  |  |     padding-top: 1em; | 
					
						
							|  |  |  |     text-align: center; | 
					
						
							| 
									
										
										
										
											2020-06-28 00:06:23 +02:00
										 |  |  |     width: 100%; | 
					
						
							| 
									
										
										
										
											2020-06-28 02:42:22 +02:00
										 |  |  |     color: white; | 
					
						
							|  |  |  |     background-color: #7ebc6f; | 
					
						
							| 
									
										
										
										
											2020-06-28 00:06:23 +02:00
										 |  |  |     cursor: pointer; | 
					
						
							| 
									
										
										
										
											2020-07-23 23:33:17 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-28 00:06:23 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 23:33:17 +02:00
										 |  |  | @media only screen and (max-height: 400px) { | 
					
						
							|  |  |  |     /* Landscape */ | 
					
						
							|  |  |  |     #to-the-map { | 
					
						
							|  |  |  |         position: relative; | 
					
						
							|  |  |  |         height: 100%; | 
					
						
							|  |  |  |         width: 100% | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     #to-the-map h2 { | 
					
						
							|  |  |  |         width: auto; | 
					
						
							|  |  |  |         border-top-left-radius: 1.5em; | 
					
						
							|  |  |  |         position: absolute; | 
					
						
							|  |  |  |         z-index: 5; | 
					
						
							|  |  |  |         right: 0; | 
					
						
							|  |  |  |         bottom: 0; | 
					
						
							|  |  |  |         height: auto; | 
					
						
							|  |  |  |         margin:0; | 
					
						
							|  |  |  |         padding: 1em; | 
					
						
							|  |  |  |         padding-bottom: 0.75em; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     #to-the-map h2 span{ | 
					
						
							|  |  |  |         height: 100%; | 
					
						
							|  |  |  |          | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     #messagesboxmobile { | 
					
						
							|  |  |  |         padding-bottom: 4em; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     #messagesboxmobile-scroll { | 
					
						
							|  |  |  |         position: absolute; | 
					
						
							|  |  |  |         z-index: 2; | 
					
						
							|  |  |  |         height: 100vh; | 
					
						
							|  |  |  |         overflow-y: auto; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | #logo { | 
					
						
							|  |  |  |     position: relative; | 
					
						
							|  |  |  |     display: flex; | 
					
						
							|  |  |  |     float: right; | 
					
						
							|  |  |  |     margin: 1em; | 
					
						
							|  |  |  |     margin-top: 0; | 
					
						
							|  |  |  |     margin-right: -0.5em; | 
					
						
							|  |  |  |     padding: 0; | 
					
						
							|  |  |  |     right: 1em; | 
					
						
							|  |  |  |     top: 1em; | 
					
						
							| 
									
										
										
										
											2020-06-28 02:42:22 +02:00
										 |  |  |     border-radius: 0; | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #centermessage { | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     display: block ruby; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     margin: auto; | 
					
						
							|  |  |  |     top: 30%; | 
					
						
							|  |  |  |     left: 50%; | 
					
						
							|  |  |  |     margin-left: -15%; | 
					
						
							|  |  |  |     width: 30%; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     font-size: large; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     padding: 2em; | 
					
						
							|  |  |  |     border-radius: 2em; | 
					
						
							|  |  |  |     z-index: 5000; | 
					
						
							|  |  |  |     pointer-events: none; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     opacity: 1; | 
					
						
							|  |  |  |     background-color: white; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     transition: opacity 500ms linear; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     text-align: center; | 
					
						
							|  |  |  |     horiz-align: center; | 
					
						
							|  |  |  |     font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #bottomRight { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     display: block ruby; | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     margin: auto; | 
					
						
							|  |  |  |     right: 1%; | 
					
						
							|  |  |  |     bottom: 1.5em; | 
					
						
							|  |  |  |     height: auto; | 
					
						
							|  |  |  |     min-height: 1em; | 
					
						
							|  |  |  |     width: auto; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     font-size: large; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     padding: 2em; | 
					
						
							|  |  |  |     border-radius: 2em; | 
					
						
							|  |  |  |     z-index: 5000; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     opacity: 1; | 
					
						
							|  |  |  |     background-color: white; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     transition: all 500ms linear; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     text-align: center; | 
					
						
							|  |  |  |     horiz-align: center; | 
					
						
							|  |  |  |     font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | /************ Slideshow *****************/ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .image-slideshow { | 
					
						
							|  |  |  |     position: relative; | 
					
						
							|  |  |  |     text-align: center; | 
					
						
							|  |  |  |     max-width: 100%; | 
					
						
							|  |  |  |     margin-top: 1em; | 
					
						
							|  |  |  |     margin-bottom: 1em; | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | .slides { | 
					
						
							| 
									
										
										
										
											2020-06-28 00:06:23 +02:00
										 |  |  |     overflow: hidden; | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | .prev-button { | 
					
						
							|  |  |  |     background-color: black; | 
					
						
							| 
									
										
										
										
											2020-06-29 16:21:36 +02:00
										 |  |  |     opacity: 0.3; | 
					
						
							| 
									
										
										
										
											2020-07-06 13:47:22 +02:00
										 |  |  |     width: 4.0em; | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     height: 100%; | 
					
						
							|  |  |  |     padding-left: 0.5em; | 
					
						
							|  |  |  |     padding-right: 0.5em; | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     top: 50%; | 
					
						
							|  |  |  |     left: 0; | 
					
						
							|  |  |  |     transform: translate(0, -50%); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     z-index: 5060; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-28 02:42:22 +02:00
										 |  |  |     border-radius: 1em; | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | .next-button { | 
					
						
							|  |  |  |     background-color: black; | 
					
						
							| 
									
										
										
										
											2020-06-28 23:33:48 +02:00
										 |  |  |     opacity: 0.3; | 
					
						
							| 
									
										
										
										
											2020-07-06 13:47:22 +02:00
										 |  |  |     width: 4.0em; | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  |     height: 100%; | 
					
						
							|  |  |  |     padding-left: 0.5em; | 
					
						
							|  |  |  |     padding-right: 0.5em; | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     top: 50%; | 
					
						
							|  |  |  |     right: 0; | 
					
						
							|  |  |  |     transform: translate(0, -50%); | 
					
						
							| 
									
										
										
										
											2020-06-28 02:42:22 +02:00
										 |  |  |     border-radius: 1em; | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  |      | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     z-index: 5060; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-06 13:47:22 +02:00
										 |  |  | .vspan { | 
					
						
							|  |  |  |     height: calc(50% - 3em); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .prev-button img { | 
					
						
							|  |  |  |     margin-left: -1em; | 
					
						
							|  |  |  |     width: 6em; | 
					
						
							|  |  |  |     text-align: center; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .next-button img { | 
					
						
							|  |  |  |     margin-left: -1em; | 
					
						
							|  |  |  |     width: 6em; | 
					
						
							|  |  |  |     text-align: center; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-07 15:08:52 +02:00
										 |  |  | .slide > span { | 
					
						
							|  |  |  |     max-height: 40vh; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-28 02:42:22 +02:00
										 |  |  | .slide > span img { | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  |     height: auto; | 
					
						
							| 
									
										
										
										
											2020-06-28 02:42:22 +02:00
										 |  |  |     width: auto; | 
					
						
							|  |  |  |     max-width: 100%; | 
					
						
							| 
									
										
										
										
											2020-07-07 15:08:52 +02:00
										 |  |  |     max-height: 30vh; | 
					
						
							| 
									
										
										
										
											2020-06-28 02:42:22 +02:00
										 |  |  |     border-radius: 1em; | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .hidden { | 
					
						
							|  |  |  |     /* This is used by the slideshow, to hide non-active slides*/ | 
					
						
							|  |  |  |     display: none !important; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | .imgWithAttr { | 
					
						
							|  |  |  |     max-height: 20em; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     position: relative; | 
					
						
							|  |  |  |     overflow: hidden; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | .wikimedia-link { | 
					
						
							| 
									
										
										
										
											2020-06-28 02:42:22 +02:00
										 |  |  |     /*The actual wikimedia logo*/ | 
					
						
							|  |  |  |     width: 1.5em !important; | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | .attribution { | 
					
						
							|  |  |  |     background-color: rgba(0, 0, 0, 0.5); | 
					
						
							|  |  |  |     color: white; | 
					
						
							|  |  |  |     font-weight: bold; | 
					
						
							|  |  |  |     font-size: smaller; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     bottom: 0; | 
					
						
							| 
									
										
										
										
											2020-07-07 15:08:52 +02:00
										 |  |  |     left: 6em; /* Offset for the go left button*/ | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  |     padding: 0.25em; | 
					
						
							|  |  |  |     margin-bottom: 0.25em; | 
					
						
							|  |  |  |     border-radius: 0.5em; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .attribution-author { | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .license { | 
					
						
							|  |  |  |     font-size: small; | 
					
						
							|  |  |  |     font-weight: lighter; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .attribution a { | 
					
						
							|  |  |  |     color: white; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-28 00:06:23 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | /**************** Image upload flow ***************/ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .imageflow { | 
					
						
							|  |  |  |     margin-top: 1em; | 
					
						
							|  |  |  |     margin-bottom: 2em; | 
					
						
							|  |  |  |     text-align: center; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .imageflow-file-input-wrapper { | 
					
						
							|  |  |  |     display: flex; | 
					
						
							|  |  |  |     flex-wrap: wrap; | 
					
						
							|  |  |  |     padding: 0.5em; | 
					
						
							|  |  |  |     border-radius: 1em; | 
					
						
							|  |  |  |     border: 3px solid black; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .imageflow-add-picture { | 
					
						
							|  |  |  |     font-size: 28px; | 
					
						
							|  |  |  |     font-weight: bold; | 
					
						
							|  |  |  |     float: left; | 
					
						
							|  |  |  |     margin-top: 4px; | 
					
						
							|  |  |  |     padding-top: 4px; | 
					
						
							|  |  |  |     padding-bottom: 4px; | 
					
						
							|  |  |  |     padding-left: 13px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .imageflow-file-input-wrapper img { | 
					
						
							|  |  |  |     width: 36px; | 
					
						
							|  |  |  |     height: 36px; | 
					
						
							|  |  |  |     padding: 0.1em; | 
					
						
							|  |  |  |     margin-top: 5px; | 
					
						
							|  |  |  |     border-radius: 0; | 
					
						
							|  |  |  |     float: left; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .license-picker { | 
					
						
							|  |  |  |     background-color: orange; | 
					
						
							|  |  |  |     float: left; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .imageflow > input { | 
					
						
							|  |  |  |     display: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | /***************** Info box (box containing features and questions ******************/ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-01 21:21:29 +02:00
										 |  |  | .leaflet-popup-content { | 
					
						
							| 
									
										
										
										
											2020-07-13 16:18:04 +02:00
										 |  |  |     width: 40em !important; | 
					
						
							| 
									
										
										
										
											2020-07-01 21:21:29 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | .featureinfobox { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .featureinfoboxtitle { | 
					
						
							|  |  |  |     position: relative; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .osmlink { | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     right: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .osm-logo path { | 
					
						
							| 
									
										
										
										
											2020-06-28 00:06:23 +02:00
										 |  |  |     fill: #7ebc6f; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-05 18:59:47 +02:00
										 |  |  | .featureinfoboxtitle .answer { | 
					
						
							|  |  |  |     display: inline; | 
					
						
							|  |  |  |     margin-right: 3em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .featureinfoboxtitle .answer-text { | 
					
						
							|  |  |  |     display: inline; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .featureinfoboxtitle .editbutton { | 
					
						
							|  |  |  |     float: none; | 
					
						
							|  |  |  |     width: 0.8em; | 
					
						
							|  |  |  |     height: 0.8em; | 
					
						
							|  |  |  |     padding: 0.3em; | 
					
						
							|  |  |  |     border-radius: 0.35em; | 
					
						
							|  |  |  |     border: solid black 1px; | 
					
						
							| 
									
										
										
										
											2020-07-16 15:36:57 +02:00
										 |  |  |     margin-left: 0.5em; | 
					
						
							| 
									
										
										
										
											2020-07-05 18:59:47 +02:00
										 |  |  |     top: 0.2em; | 
					
						
							| 
									
										
										
										
											2020-07-16 15:24:44 +02:00
										 |  |  |     vertical-align: middle; | 
					
						
							| 
									
										
										
										
											2020-07-05 18:59:47 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .editbutton { | 
					
						
							|  |  |  |     width: 1.3em; | 
					
						
							|  |  |  |     height: 1.3em; | 
					
						
							|  |  |  |     padding: 0.5em; | 
					
						
							|  |  |  |     border-radius: 0.65em; | 
					
						
							|  |  |  |     border: solid black 1px; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     font-size: medium; | 
					
						
							|  |  |  |     float: right; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-28 00:06:23 +02:00
										 |  |  | .wikipedialink { | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     right: 24px; | 
					
						
							|  |  |  |     width: 24px; | 
					
						
							|  |  |  |     height: 24px; | 
					
						
							|  |  |  |     padding-right: 12px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .wikipedialink img { | 
					
						
							|  |  |  |     width: 24px; | 
					
						
							|  |  |  |     height: 24px; | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .featureinfoboxtitle span { | 
					
						
							|  |  |  |     font-weight: bold; | 
					
						
							|  |  |  |     font-size: x-large; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .featureinfoboxtitle a { | 
					
						
							|  |  |  |     float: right; | 
					
						
							|  |  |  |     margin-left: 1em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .infoboxcontents { | 
					
						
							| 
									
										
										
										
											2020-06-28 00:06:23 +02:00
										 |  |  |     margin-top: 1em; | 
					
						
							|  |  |  |     margin-bottom: 0.5em; | 
					
						
							| 
									
										
										
										
											2020-06-27 03:06:51 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-28 00:06:23 +02:00
										 |  |  | .infobox-information { | 
					
						
							|  |  |  |     width: 100%; | 
					
						
							|  |  |  |     margin-top: 1em; | 
					
						
							| 
									
										
										
										
											2020-06-25 03:39:31 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-05 18:59:47 +02:00
										 |  |  | .question { | 
					
						
							| 
									
										
										
										
											2020-06-28 00:06:23 +02:00
										 |  |  |     margin-top: 1em; | 
					
						
							|  |  |  |     background-color: #e5f5ff; | 
					
						
							|  |  |  |     padding: 1em; | 
					
						
							|  |  |  |     border-radius: 1em; | 
					
						
							| 
									
										
										
										
											2020-07-05 18:59:47 +02:00
										 |  |  |     font-size: larger; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-08 16:07:16 +02:00
										 |  |  | .question-text{ | 
					
						
							|  |  |  |     font-size: larger; | 
					
						
							|  |  |  |     font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-13 12:10:43 +02:00
										 |  |  | .question-subtext{ | 
					
						
							|  |  |  |     font-size: medium; | 
					
						
							|  |  |  |     font-weight: normal; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-05 18:59:47 +02:00
										 |  |  | .answer { | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							|  |  |  |     margin: 0.1em; | 
					
						
							|  |  |  |     width: 100%; | 
					
						
							|  |  |  |     font-size: large; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .answer-text { | 
					
						
							|  |  |  |     width: 90%; | 
					
						
							|  |  |  |     display: inline-block | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-08 11:23:36 +02:00
										 |  |  | /******* THe remove image buttons ****/ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .image-carousel-container { | 
					
						
							|  |  |  |     position: relative; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-08 13:12:23 +02:00
										 |  |  | .image-is-removed{ | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							|  |  |  |     left: 0; | 
					
						
							|  |  |  |     top: 2.5em; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     padding: 0.5em; | 
					
						
							|  |  |  |     padding-left: 0.75em; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     height: 3em; | 
					
						
							|  |  |  |     width: 14em; | 
					
						
							|  |  |  |     border-radius: 1em; | 
					
						
							|  |  |  |     background-color: black; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     color: white; | 
					
						
							|  |  |  |     font-weight: bold; | 
					
						
							|  |  |  |     height: 1.5em; /* same as .delete-image */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     z-index: 7000; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-08 11:23:36 +02:00
										 |  |  | .image-delete-container { | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     left: 6em; | 
					
						
							|  |  |  |     top: 1.5em; | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							|  |  |  |     z-index: 7000; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .delete-image { | 
					
						
							|  |  |  |     width: 1.5em; | 
					
						
							|  |  |  |     height: 1.5em; | 
					
						
							|  |  |  |     padding: 0.5em; | 
					
						
							|  |  |  |     border-radius: 3em; | 
					
						
							|  |  |  |     background-color: black; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .delete-image-confirm { | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							|  |  |  |     left: 0; | 
					
						
							|  |  |  |     top: 2.5em; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     padding: 0.5em; | 
					
						
							|  |  |  |     padding-left: 0.75em; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     height: 3em; | 
					
						
							|  |  |  |     width: 14em; | 
					
						
							|  |  |  |     border-radius: 1em; | 
					
						
							|  |  |  |     border-top-left-radius: 0; | 
					
						
							|  |  |  |     border-top-right-radius: 0; | 
					
						
							|  |  |  |     background-color: #ff8c8c; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     color: white; | 
					
						
							|  |  |  |     height: 1.5em; /* same as .delete-image */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     z-index: 7000; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .delete-image-confirm span { | 
					
						
							|  |  |  |     font-size: larger; | 
					
						
							|  |  |  |     font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .delete-image-cancel { | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     left: 0em; | 
					
						
							|  |  |  |     padding: 0.5em; | 
					
						
							|  |  |  |     padding-left: 0.75em; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     border-radius: 1em; | 
					
						
							|  |  |  |     border-bottom-right-radius: 0; | 
					
						
							|  |  |  |     border-bottom-left-radius: 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     height: 1.5em; /* same as .delete-image */ | 
					
						
							|  |  |  |     width: 14em; /* Same as delete-image-confirm */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     background-color: black; | 
					
						
							|  |  |  |     color: white; | 
					
						
							|  |  |  |     z-index: 7000; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .delete-image-cancel span { | 
					
						
							|  |  |  |     font-size: larger; | 
					
						
							|  |  |  |     font-weight: bold; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-05 18:59:47 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | /**** The save button *****/ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .save { | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							|  |  |  |     border: solid white 2px; | 
					
						
							|  |  |  |     background-color: #3a3aeb; | 
					
						
							|  |  |  |     color: white; | 
					
						
							|  |  |  |     padding: 0.2em; | 
					
						
							|  |  |  |     padding-left: 0.3em; | 
					
						
							|  |  |  |     padding-right: 0.3em; | 
					
						
							|  |  |  |     font-size: x-large; | 
					
						
							|  |  |  |     font-weight: bold; | 
					
						
							|  |  |  |     border-radius: 1.5em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .save-non-active { | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							|  |  |  |     border: solid lightgrey 2px; | 
					
						
							|  |  |  |     color: grey; | 
					
						
							|  |  |  |     padding: 0.2em; | 
					
						
							|  |  |  |     padding-left: 0.3em; | 
					
						
							|  |  |  |     padding-right: 0.3em; | 
					
						
							|  |  |  |     font-size: x-large; | 
					
						
							|  |  |  |     font-weight: bold; | 
					
						
							|  |  |  |     border-radius: 1.5em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .skip-button { | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							|  |  |  |     border: solid black 0.5px; | 
					
						
							|  |  |  |     padding: 0.2em; | 
					
						
							|  |  |  |     padding-left: 0.3em; | 
					
						
							|  |  |  |     padding-right: 0.3em; | 
					
						
							|  |  |  |     border-radius: 1.5em; | 
					
						
							| 
									
										
										
										
											2020-06-24 00:35:19 +02:00
										 |  |  | } |