menu.css 12 KB
Newer Older
Patrick's avatar
Patrick committed
1
#btn_StreetDay, #btn_RailDay, #btn_AirDay, #btn_AllDay{
Patrick's avatar
Patrick committed
2
3
4
5
6
7
8
9
10
11
12
13
14
    background-color: #ffcc33; /* yellow */
    border: none;
    color: white;
    width:3.2em;
    height:1.8em;
    /* padding: 15px 32px; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;  
    border-radius: 2px;
    box-shadow: 0 8px 16px 0 rgba(255,204,51,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
Patrick's avatar
Patrick committed
15
#btn_StreetDay:hover, #btn_RailDay:hover, #btn_AirDay:hover, #btn_AllDay:hover{
Patrick's avatar
Patrick committed
16
17
18
19
20
    background-color: #af8a1c;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    cursor: pointer; 
}

Patrick's avatar
Patrick committed
21
#btn_StreetNight, #btn_RailNight, #btn_AirNight, #btn_AllNight{
Patrick's avatar
Patrick committed
22
23
24
25
26
27
28
29
30
31
32
33
34
    background-color: #3583f8; /* yellow */
    border: none;
    color: white;
    width:3.2em;
    height:1.8em;
    /* padding: 15px 32px; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;  
    border-radius: 2px;
    box-shadow: 0 8px 16px 0 #3583f833, 0 6px 20px 0 rgba(0,0,0,0.19);
}
Patrick's avatar
Patrick committed
35
#btn_StreetNight:hover, #btn_RailNight:hover, #btn_AirNight:hover, #btn_AllNight:hover{
Patrick's avatar
Patrick committed
36
37
38
39
    background-color: #235fb9;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    cursor: pointer; 
}
Patrick's avatar
Patrick committed
40
#btn_StreetOff, #btn_RailOff, #btn_AirOff, #btn_AllOff{
Patrick's avatar
Patrick committed
41
42
43
44
45
46
47
48
49
50
51
52
53
    background-color: #424242; /* yellow */
    border: none;
    color: white;
    width:2.4em;
    height:1.8em;
    /* padding: 15px 32px; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;  
    border-radius: 2px;
    box-shadow: 0 8px 16px 0 #27272733, 0 6px 20px 0 rgba(0,0,0,0.19);
}
Patrick's avatar
Patrick committed
54
#btn_StreetOff:hover, #btn_RailOff:hover, #btn_AirOff:hover, #btn_AllOff:hover{
Patrick's avatar
Patrick committed
55
56
57
58
59
    background-color: #161616;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    cursor: pointer; 
}

Patrick's avatar
Patrick committed
60
#btn_NoiseSensOn,#btn_NoiseSensOpen,#btn_NoiseSensShow, #btn_NoiseSensOff, .btn_on, .btn_off{
Patrick's avatar
Patrick committed
61
62
63
64
65
66
67
68
69
70
71
72
73
    background-color: #424242; /* yellow */
    border: none;
    color: white;
    width:4em;
    height:1.8em;
    /* padding: 15px 32px; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;  
    border-radius: 2px;
    box-shadow: 0 8px 16px 0 #27272733, 0 6px 20px 0 rgba(0,0,0,0.19);
}
Patrick's avatar
Patrick committed
74
#btn_NoiseSensOn:hover,#btn_NoiseSensOpen:hover,#btn_NoiseSensShow:hover, #btn_NoiseSensOff:hover, .btn_on:hover, .btn_off:hover{
Patrick's avatar
Patrick committed
75
76
77
78
79
    background-color: #161616;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    cursor: pointer; 
}
#tourstart-btn, #balloon-startscreen{
Patrick's avatar
Patrick committed
80
81
82
83
84
85
86
87
88
    /* box-shadow: 0 8px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); */
    /* box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12)
  ; */
Patrick's avatar
Patrick committed
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
}
.btn-three{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
/* .btn_home{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    width:6em;
    height:2.3em;
    border-radius: 4px;
    text-align: center;
    margin-top: -15px;
} */

.btn_standard{
    background-color: #424242; /* yellow */
    border: none;
    color: white;

    /* padding: 15px 32px; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
Cholgrrr's avatar
Cholgrrr committed
111
    width:10em;height:2em;
Patrick's avatar
Patrick committed
112
113
114
115
116
117
118
    border-radius: 2px;
    box-shadow: 0 8px 16px 0 #27272733, 0 6px 20px 0 rgba(0,0,0,0.19);
}
.btn_standard:hover{
    background-color: #161616;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    cursor: pointer; 
Patrick's avatar
Patrick committed
119
120
121
}

.dropbtn {
Patrick's avatar
Patrick committed
122
123
124
    color: #303030;
    background-color: white;
    border: 1px solid #121212 !important;
Patrick's avatar
Patrick committed
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
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown:hover .dropbtn {
    background-color: #414141;
Patrick's avatar
Patrick committed
160
161
162
  }
  .leftstuff{
      float:left !important
Patrick's avatar
Patrick committed
163
164
165
166
167
168
169
  }

/* Unser Logo */
  .logo_kk{
    height: 75px;
    width: 75px;
    /* float: left; */
patri's avatar
patri committed
170
    z-index: 90;
Patrick's avatar
Patrick committed
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
    background: white;
    margin-top: 15px;
    position: absolute;
    /* padding: 25px; */
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    /* display: inline-block; */
    transition: width 1s;
    overflow:hidden;  
    cursor: pointer
  }
  #logo_title{
      display:none;
      position:relative;
  }
  .logo_kk:hover{
    width:250px;
  }
  .logo_kk:hover #logo_title{

    display:block;
    position: relative;
    float: left;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto',sans-serif;
    height:75px;
    margin: 0px;
    padding: 26px 0;
    /* -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease; */
    transition: width 2s;
     /* padding: 2px; */
  }
  #logo_Main{
    height: 75px;
    width: 75px;
    /* position: relative; */
    padding: 15px;
    float:left;
  }

  .logo-box{
    display:none;
  }
  .company-logo{
    display:none;
  }
  .title-box{
    display:none;
  }

  .btn_size{
    padding: 7px !important;
patri's avatar
patri committed
227
    cursor: pointer;  
Patrick's avatar
Patrick committed
228
229
230
231
232
233
234
235
236
237
  }

  .subcontent{
    padding:0px !important;
  }

  .column3 {
    float: left;
    width: 33.33%;
    padding: 10px;
Patrick's avatar
Patrick committed
238
    padding-left: 0px;
Patrick's avatar
Patrick committed
239
240
241
242
243
    position: relative;
    text-align: center;
    color: white;
    /* height: 350px; Should be removed. Only for demonstration */
  }
Patrick's avatar
Patrick committed
244
245
246
247
248
249
250
251
252
253
254
  .column23 {
    float: left;
    width: 66.66%;
    padding-left: 10px;
    position: relative;
    text-align: left;
    color: black;
    margin-top: 5px !important;
    padding-top:0px !important;
    /* height: 350px; Should be removed. Only for demonstration */
  }
Patrick's avatar
Patrick committed
255
256
257
258
259
260
261
262
263
264
265
266
  .column2 {

    width: 33.33%;
    padding: 10px;
    position: relative;

    color: black;
    height: 30px; /*Should be removed. Only for demonstration */
    float:left !important;
    margin-left: 20px;
    position:absolute;
  }
Patrick's avatar
Patrick committed
267
268
269
270
  .top-left {
    position: absolute;
    top: 8px;
    /* left: 16px; */
Patrick's avatar
Patrick committed
271
272
    color:#121212;
    background-color: white;
Patrick's avatar
Patrick committed
273
274
    padding: 4px;
    padding-left: 7px;
Patrick's avatar
Patrick committed
275
    margin-left: 15px;
Patrick's avatar
Patrick committed
276
    padding-right: 7px;
Patrick's avatar
Patrick committed
277
    border-radius: 4px;
Patrick's avatar
Patrick committed
278
279
280
281
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
Patrick's avatar
Patrick committed
282
283
    border:1px solid #121212;
    
Patrick's avatar
Patrick committed
284
285
286
287
288
289
  }

  .imagecol3{
    /* border-color:#121212; */
    border-width: 2px;
    border-radius:4px;
Patrick's avatar
Patrick committed
290
    border:1px solid #121212 ;
Patrick's avatar
Patrick committed
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
  }
  #colum_projects1{

  }
  #colum_projects2{

  }
  #colum_projects3{
   
  }
  
  /* Clear floats after the columns */
  .row3:after {
    content: "";
    display: table;
    clear: both;
Patrick's avatar
Patrick committed
307
308
309
310
311
312
  }
  .row2:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
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
  }


  /* ..-------------- */
  #btn_backtotop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #btn_backtotop:hover {
    background-color: #555;
Patrick's avatar
Updates    
Patrick committed
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
  }

ul > li {
    display: inline-block;
    width: 5px;
    /* You can also add some margins here to make it look prettier */
    zoom:1;
    *display:inline;
    /* this fix is needed for IE7- */
}


/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  /* margin-bottom: 12px; */
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color:#f1f1f1;
  border-width: 2px;
  border-radius:4px;
  border:solid #424242 ;
  box-shadow:0 8px 16px 0 #27272733, 0 6px 20px 0 rgb(0 0 0 / 19%);
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #424242;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
417
418
419
420
421
}



.mySlidesNord {display: none;}
Cholgrrr's avatar
Cholgrrr committed
422
.mySlidesRosen {display: none;}
423
424
425
426
427
428
429
430


/* Slideshow container */
.slideshow-containerNord {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
Cholgrrr's avatar
Cholgrrr committed
431
432
433
434
435
.slideshow-containerRosen {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451

/* Next & previous buttons */
.prevNord, .nextNord {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
Cholgrrr's avatar
Cholgrrr committed
452
453
454
455
456
457
458
459
460
461
462
463
464
465
.prevRosen, .nextRosen {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
466
467
468
469
470
/* Position the "next button" to the right */
.nextNord {
  right: 0;
  border-radius: 3px 0 0 3px;
}
Cholgrrr's avatar
Cholgrrr committed
471
472
473
474
.nextRosen {
  right: 0;
  border-radius: 3px 0 0 3px;
}
475
476
477
478
479
480

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

Cholgrrr's avatar
Cholgrrr committed
481
482
483
484
.prevRosen:hover, .nextRosen:hover {
  background-color: rgba(0,0,0,0.8);
}

485
486
/* Caption text */
.textNord {
Patrick's avatar
Patrick committed
487
  background-color: #f2f2f2;
488
489
490
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
Patrick's avatar
Patrick committed
491
492
493
  color: #121212;
  border:1px solid #121212;
  bottom: 12px;
494
495
496
  width: 100%;
  text-align: center;
}
Cholgrrr's avatar
Cholgrrr committed
497
498
499
500
501
502
503
504
505
506
507
.textRosen {
  background-color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  color: #121212;
  border:1px solid #121212;
  bottom: 12px;
  width: 100%;
  text-align: center;
}
508
509
510
511
512
513
514
515
516

/* Number text (1/3 etc) */
.numbertextNord {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
Cholgrrr's avatar
Cholgrrr committed
517
518
519
520
521
522
523
.numbertextRosen {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
524
525
526
527
528
529
530
531
532
533
534
535

/* The dots/bullets/indicators */
.dotNord {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
Cholgrrr's avatar
Cholgrrr committed
536
537
538
539
540
541
542
543
544
545
.dotRosen {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
546
547
548
.activeNord, .dotNord:hover {
  background-color: #717171;
}
Cholgrrr's avatar
Cholgrrr committed
549
550
551
.activeRosen, .dotRosen:hover {
  background-color: #717171;
}
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573

/* 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}
} */

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prevNord, .nextNord,.textNord {font-size: 11px}
Patrick's avatar
Patrick committed
574
575
}

Cholgrrr's avatar
Cholgrrr committed
576
577
578
@media only screen and (max-width: 300px) {
  .prevRosen, .nextRosen,.textRosen {font-size: 11px}
}