custom.css 9.97 KB
Newer Older
Patrick's avatar
Patrick committed
1
2
/* Border Colors of the header */
.vcm-border-splash{
Patrick's avatar
Patrick committed
3
  border-color: #121212; 
Patrick's avatar
Patrick committed
4
5
6
7
8
9
10
11
12
}


/* 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{
Patrick's avatar
Patrick committed
13
  background-color: #121212;
Patrick's avatar
Patrick committed
14
15
16
}
.vcm-btn-base-splash-hover:hover,
.vcm-btn-base-splash-active:hover{
Patrick's avatar
Patrick committed
17
  background-color: #121212;
Patrick's avatar
Patrick committed
18
19
20
21
22
23
24
}
.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{
Patrick's avatar
Patrick committed
25
  color: #121212;
Patrick's avatar
Patrick committed
26
27
28
29
30
}


/* Header Background Color */
.vcm-header-base {
Patrick's avatar
Patrick committed
31
  background-color: #121212;
Patrick's avatar
Patrick committed
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
  /* 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

/* 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;
Patrick's avatar
Patrick committed
143
  background-color: #121212;
Patrick's avatar
Patrick committed
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
  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
.headOne{
  font-family: "Roboto", Arial !important;
  font-weight: 700 !important;
  font-size: x-large;
}
h1{
  font-family: "Roboto", Arial !important;
  font-weight: 700 !important;
Patrick's avatar
Patrick committed
209
  font-size: x-large;
Patrick's avatar
Patrick committed
210
211
212
213
214
215
216
217
218
}
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
219
.SideInfo{
Patrick's avatar
Patrick committed
220
  padding:1em;
Patrick's avatar
Patrick committed
221
}
Patrick's avatar
Patrick committed
222
223
224
225
226
#SvgjsText1010{
  font-family: "Roboto", Arial !important;
  font-weight: 500 !important;
  font-size: 18.72px;
}
Patrick's avatar
Patrick committed
227
228

.contentOne{
Patrick's avatar
Patrick committed
229
230
  font-family: "Roboto", Arial;
  font-weight: 400;
Patrick's avatar
Patrick committed
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
259
260
261
262
263
  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
264
265
  /* position: -webkit-sticky;
  position: sticky; */
Patrick's avatar
Patrick committed
266
267
268
  height:35px;
  top: 30px;
  font-size: 20px;
Patrick's avatar
Patrick committed
269
  /* padding:5px; */
Patrick's avatar
Patrick committed
270
  padding-bottom:15px;
Patrick's avatar
Patrick committed
271
  /* background-color: white; */
Patrick's avatar
Patrick committed
272
  z-index: 99;
Patrick's avatar
Patrick committed
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
  
}

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
293
294
295
296
297
}




Patrick's avatar
Patrick committed
298
299
300
301
302
303
/*----TEST--------------------------*/


.box-1 { background-color: #FF6766; }
.box-2 { background-color: #3C3C3C; }
.box-3 { 
Patrick's avatar
Patrick committed
304
  /* background-color: #3C3C3C;;  */
Patrick's avatar
Patrick committed
305
306
307
  width: 100%;
  display: flex;
  align-items: center;
Patrick's avatar
Patrick committed
308
309
310
  margin-left: 0.5em;
  /* justify-content: center; */
}  
Patrick's avatar
Patrick committed
311
312
313
314
315
316
317

.btn {
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 200px;
	cursor: pointer;
Patrick's avatar
Patrick committed
318
319
  font-family: "Roboto", sans-serif;
  font-size: 400;
Patrick's avatar
Patrick committed
320
321
322
323
}



Patrick's avatar
Patrick committed
324
325
326
327
.btn_standard_settings{
  font-weight:500;
  font-style: 'Roboto', sans-serif;
}
Patrick's avatar
Patrick committed
328
329
330
331
332
333




.btn-three {
	color: #ffffff;
Patrick's avatar
Patrick committed
334
  background-color: #3C3C3C;
Patrick's avatar
Patrick committed
335
336
337
	transition: all 0.5s;
  position: relative;
  margin: 5px;
Patrick's avatar
Patrick committed
338
  width:50%;
Patrick's avatar
Patrick committed
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
}
.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 {
Patrick's avatar
Patrick committed
394
  /* width: 180px;
Patrick's avatar
Patrick committed
395
396
397
398
399
  height: 55px;
  position: relative;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  margin-left: 20px !important;
Patrick's avatar
Patrick committed
400
401
402
403
404
405
406
407
  margin-right: 10px !important; */
  width: 60px;
    height: 20px;
    position: relative;
    margin-top: 15px !important;
    margin-bottom: 4px !important;
    margin-left: 20px !important;
    margin-right: 10px !important;
Patrick's avatar
Patrick committed
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
}

.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;
Patrick's avatar
Patrick committed
425
426
  height: 20px;
  width: 20px;
Patrick's avatar
Patrick committed
427
  position: absolute;
Patrick's avatar
Patrick committed
428
429
  /* left: 2px;
  top: 2px; */
Patrick's avatar
Patrick committed
430
431
432
433
434
435
436
  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;
Patrick's avatar
Patrick committed
437
438
439
440
441
442
443
444
445
446
447
448
449
450

  /* display: block;
    height: 20px;
    width: 20px;
    position: absolute; */
    /* left: 2px; */
    /* top: 2px; */
    /* z-index: 2;
    border-radius: inherit;
    background: #283446;
    background: linear-gradient(#36455b, #283446);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 0 8px rgb(0 0 0 / 30%), 0 12px 12px rgb(0 0 0 / 40%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease; */
Patrick's avatar
Patrick committed
451
452
453
454
455
456
}

.switch label + span {
  content: "";
  display: inline-block;
  position: absolute;
Patrick's avatar
Patrick committed
457
458
  right: -9px;
  top: 0px;
Patrick's avatar
Patrick committed
459
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
485
486
487
488
489
490
491
492
  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
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
}






.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
518
519
520
#dropdownMenu{
  color:white !important;
}