custom.css 9.05 KB
Newer Older
Patrick's avatar
Patrick committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/* Border Colors of the header */
.vcm-border-splash{
  border-color: #000000; 
}


/* Change these two color values to change the button Color */
.vcm-base-splash,
.vcm-btn-base-splash,
.vcm-btn-base-splash-focus:focus,
.vcm-btn-base-splash-hover.active,
.vcm-btn-base-splash-hover.selected{
  background-color: #000000;
}
.vcm-btn-base-splash-hover:hover,
.vcm-btn-base-splash-active:hover{
  background-color: #000000;
}
.vcm-font-splash,
.vcm-btn-font-splash,
.vcm-btn-font-splash-hover:hover,
.vcm-btn-font-splash-hover.active,
.vcm-btn-icon-font-splash-hover:hover,
.vcm-btn-icon-font-splash-hover.active{
  color: #000000;
}


/* Header Background Color */
.vcm-header-base {
  background-color: #000000;
  /* height: 3.5rem; */
}

/* Ballooon Color */
.balloon{
  /* border: 5px solid #a8c02b; */
}
.balloon:before {
  /* border-color: #a8c02b transparent; */
}

/** Show empty box for inactive layers in legend */
.setting-checker.inactive {
  /*display: block !important;*/
}

/* Change Company logo in the upper left corner */
.company-logo {
 /* background-image: url(../images/logo.jpg);
  width: 140px;*/
  height: 40px; 
}

Patrick's avatar
Patrick committed
55
56
/* Hier den header ausmachen */
/* ---------------------------------------------------------------------------------------------- */
Patrick's avatar
Patrick committed
57
58
/* Change these values to change the height of the header (they should all have the same value) */
.vcm-header-height {
Patrick's avatar
Patrick committed
59
   /* height: 3.5rem; */
60
  line-height: 2.5rem; /**/
Patrick's avatar
Patrick committed
61
62
}
.vcm-map-top {
Patrick's avatar
Patrick committed
63
64
65
66
    top: 0rem;  
}
#story-frame{
  top:0em;
Patrick's avatar
Patrick committed
67
68
69
70
71
72
73
74
75
}

/* Change these values to change the height of the logobox in the lower left Company-box height should be 1rem less */
.vcm-map-bottom {
  /* bottom: 4rem; */
}

.company-box {
    /* height: 2.5rem; */
Patrick's avatar
Patrick committed
76
    display:none;
Patrick's avatar
Patrick committed
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
}

/* use this for map below header */
.mapElement {
  /* top : -10px; */
}














Patrick's avatar
Patrick committed
97
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
Patrick's avatar
Patrick committed
98
99
100
101
102
103
104
105
106
107
108
109
/* ====================================================================================== */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
Patrick's avatar
Patrick committed
110
111
.mySlides1, .mySlides2 {display: none}
/* img {vertical-align: middle;} */
Patrick's avatar
Patrick committed
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  background-color: #000000;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


#headOne{
Patrick's avatar
Patrick committed
197
198
  font-family: "Roboto", Arial !important;
  font-weight: 700 !important;
Patrick's avatar
Patrick committed
199
200
  font-size: x-large;
}
Patrick's avatar
Patrick committed
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
.headOne{
  font-family: "Roboto", Arial !important;
  font-weight: 700 !important;
  font-size: x-large;
}
h1{
  font-family: "Roboto", Arial !important;
  font-weight: 700 !important;
}
h2{
  font-family: "Roboto", Arial !important;
  font-weight: 500 !important;
}
h3{
  font-family: "Roboto", Arial !important;
  font-weight: 500 !important;
}
Patrick's avatar
Patrick committed
218
219
220
221
222
223
.SideInfo{
  margin:1em;
}


.contentOne{
Patrick's avatar
Patrick committed
224
225
  font-family: "Roboto", Arial;
  font-weight: 400;
Patrick's avatar
Patrick committed
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
  line-height: 1.6;
}

#tour-frame::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
#tour-frame {
  -ms-overflow-style: none;
}

#headerOne {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
/* 
@media (min-width: 720px) {
  nav.top {
      position: sticky;
      top: 0;
  }
  nav .topmenu {
      display: flex; 
      -ms-flex-pack: justify;
      justify-content:space-between; 
      flex-wrap: wrap;
  }
} */

h1.sticky {
Patrick's avatar
Patrick committed
259
260
  /* position: -webkit-sticky;
  position: sticky; */
Patrick's avatar
Patrick committed
261
262
263
264
265
266
  height:35px;
  top: 30px;
  font-size: 20px;
  padding:5px;
  padding-bottom:15px;
  background-color: white;
Patrick's avatar
Patrick committed
267
  z-index: 99;
Patrick's avatar
Patrick committed
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
  
}

div.tour-top-navi {
  position: -webkit-sticky;
  position: sticky;
  height:30px;
  top:0;
  margin-bottom:10px;
  background-color: white;
  padding-left:10px;

  margin:0px;

}

/* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */

.balloon{
  cursor: pointer;
Patrick's avatar
Patrick committed
288
289
290
291
292
}




Patrick's avatar
Patrick committed
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
/*----TEST--------------------------*/


.box-1 { background-color: #FF6766; }
.box-2 { background-color: #3C3C3C; }
.box-3 { 
  background-color: #3C3C3C;; 
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;}  

.btn {
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 200px;
	cursor: pointer;
Patrick's avatar
Patrick committed
311
312
  font-family: "Roboto", sans-serif;
  font-size: 400;
Patrick's avatar
Patrick committed
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
}








.btn-three {
	color: #ffffff;
	transition: all 0.5s;
  position: relative;
  margin: 5px;
}
.btn-three::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.1);
	transition: all 0.3s;
}
.btn-three:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}
.btn-three::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border: 1px solid rgba(255, 255, 255, 0.5);
	transform: scale(1.2,1.2);
}
.btn-three:hover::after {
	opacity: 1;
	transform: scale(1,1);
}





.switch input {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.switch {
  width: 180px;
  height: 55px;
  position: relative;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  margin-left: 20px !important;
  margin-right: 10px !important;
}

.switch label {
  display: block;
  width: 80%;
  height: 100%;
  position: relative;
  background: #1F2736; /*#121823*/
  background: linear-gradient(#121823, #161d2b);
  border-radius: 30px 30px 30px 30px;
  box-shadow: inset 0 3px 8px 1px rgba(0,0,0,0.5),  inset 0 1px 0 rgba(0,0,0,0.5),  0 1px 0 rgba(255,255,255,0.2);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.switch input ~ label i {
  display: block;
  height: 51px;
  width: 51px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  border-radius: inherit;
  background: #283446; /* Fallback */
  background: linear-gradient(#36455b, #283446);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),  0 0 8px rgba(0,0,0,0.3),  0 12px 12px rgba(0,0,0,0.4);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.switch label + span {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 17px;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  background: #283446;
  background: gradient-gradient(#36455b, #283446);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.2),  0 1px 0 rgba(255,255,255,0.1),  0 0 10px rgba(185,231,253,0),  inset 0 0 8px rgba(0,0,0,0.9),  inset 0 -2px 5px rgba(0,0,0,0.3),  inset 0 -5px 5px rgba(0,0,0,0.5);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
}

/* Toggle */

.switch input:checked ~ label + span {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
  background: #b9f3fe;
  background: gradient-gradient(#ffffff, #77a1b9);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1),  0 1px 0 rgba(255,255,255,0.1),  0 0 10px rgba(100,231,253,1),  inset 0 0 8px rgba( 61,157,247,0.8),  inset 0 -2px 5px rgba(185,231,253,0.3),  inset 0 -3px 8px rgba(185,231,253,0.5);
}

.switch input:checked ~ label i {
  left: auto;
  left: 63%;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),  0 0 8px rgba(0,0,0,0.3),  0 8px 8px rgba(0,0,0,0.3),  inset -1px 0 1px #b9f3fe;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
Patrick's avatar
Patrick committed
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
}






.infobtn {
     border: none;
     /* color: grey; */
     /* padding: 12px 16px; */
     /* font-size: 16px; */
     cursor: pointer;
     float:right;
     background-color:rgb(60, 60, 60);
 }
 
 .infobtn:before {
   content: url(../images/Info.svg);
   width: 20px;
   float: right;
   /* margin-right: 5px; */
   /* margin-top: -2px; */
 }

Patrick's avatar
Patrick committed
485
486
487
#dropdownMenu{
  color:white !important;
}