menu.css 5.24 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
    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{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.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;

    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
111
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
}

.dropbtn {
    background-color: #303030;
    color: white;
    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
151
152
153
  }
  .leftstuff{
      float:left !important
Patrick's avatar
Patrick committed
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
  }

/* Unser Logo */
  .logo_kk{
    height: 75px;
    width: 75px;
    /* float: left; */
    z-index: 100;
    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;
Patrick's avatar
Patrick committed
218
  }