Subversion-Projekte lars-tiefland.cienc

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
8 lars 1
/* Bei 850px muss hier schon der Header anders dargestellt werden. Der Rest ist noch ok */
2
.content .subdir .box_subdir:nth-child(3n+0) {
3
    margin:2% 5.68% 0 0%;
4
}
5
.tablecell_verticalmiddle {
6
    float:left;
7
    padding:2%;
8
    text-align:center;
9
}
10
.basket_icontext,
11
.basket_vkfrei {
12
    display:none;
13
}
14
 
15
html{
16
    height:100%;
17
}
18
.ui-accordion .ui-accordion-content{
19
    padding: 2%;
20
}
21
.root{
22
    clear:none;
23
    margin-top:0px;
24
}
25
.root .gruenePunkte{
26
    position:relative;
27
    background: none;
28
    height: auto;
29
}
30
.header{
31
    height:auto;
32
 
33
}
34
.desktop,
35
#topinfo .desktop,
36
.header .desktop{
37
    display: none;
38
}
39
.mobile,
40
.header .mobile{
41
    display: block;
42
    padding: 0px 2%;
43
    width: 96%;
44
    float:left;
45
}
46
 
47
.box_2_basket .mobile{
48
    display: none;
49
}
50
.header .mobile .boxLeft,
51
.header .mobile .boxRight{
52
    float:left;
53
    width:40%;
54
}
55
.header .mobile .boxCenter {
56
    float:left;
57
    background-color:#fff;
58
    width:16%;
59
    padding:1% 2%
60
}
61
.header .mobile .boxLeft .menue,
62
.header .mobile .boxLeft .suche {
63
    float:left;
64
    width:48%;
65
    padding:1%;
66
    margin: 0;
67
    text-align:left;
68
    position:relative;
69
    height:auto;
70
    background: none;
71
}
72
 
73
.header .mobile .boxRight .warenkorb {
74
    float:left;
75
    width:98%;
76
    padding:0% 1%;
77
    margin: 0;
78
    text-align:right;
79
    position:relative;
80
    height:auto;
81
    background: none;
82
 
83
}
84
 
85
.header .mobile .boxCenter .logo{
86
    text-align:center;
87
    max-width:100%;
88
    position: relative;
89
    float: none;
90
    margin: 0px;
91
}
92
.header .mobile .boxCenter .logo a{
93
    margin: 0 0 -3px 0;
94
    display: block;
95
}
96
.header .mobile .menue img,
97
.header .mobile .suche img,
98
.header .mobile .location img,
99
.header .mobile .warenkorb img{
100
    max-height:60px;
101
    max-width:100%;
102
}
103
.header .mobile .logo img{
104
    max-width:100%;
105
    max-height:64px;
106
}
107
.header .mobile .warenkorb .warenkorb_icon{
108
    padding:0px;
109
    min-width:100%!important;
110
    width:100px;
111
    border-style:none;
112
}
113
.header .mobile .warenkorb .warenkorb_preis {
114
    background-color:transparent;
115
    float:none;
116
    position: absolute;
117
    margin-top: 10%;
118
    padding: 0px 3%;
119
    height:auto;
120
    color: #fff;
121
}
122
.searchMobile{
123
    float:left;
124
    width:100%;
125
}
126
.searchMobile .mobile .search{
127
    padding: 1% 0px;
128
    width: 100%;
129
    float: left;
130
}
131
.searchMobile .mobile #suchbegriff{
132
    max-width: none;
133
    max-width:89%;
134
    height:30px;
135
    float:left;
136
    width:90%;
137
}
138
.searchMobile .mobile #searchSubmit{
139
    float: left;
140
    max-width: 9%;
141
    height: 32px;
142
}
143
.header_wk_anzahl{
144
    width: 13%;
145
    text-align: center;
146
    margin: 0px;
147
    padding: 12px 2.5%;
148
    float: left;
149
}
150
.header_wk_anzahl_10 {
151
    width: 13%;
152
    text-align: center;
153
    margin: 0px;
154
    padding: 12px 1.9%;
155
    float: left;
156
}
157
/* topnav */
158
[role="navigation"]{
159
    transition: .2s all ease;
160
    margin-left: -100%;
161
	float: left;
162
    display:none;
163
    min-height: 100%;
164
    height: 100%;
165
    overflow: hidden !important;
166
}
167
.topnav {
168
    height: auto;
169
    margin-top: 0px;
170
    padding-top:2%;
171
    clear:both;
172
}
173
.topnav .inner{
174
    height: auto;
175
    float: left;
176
    width: 96%;
177
}
178
.topnav ul {
179
    margin: 0;
180
    float:left;
181
    clear:both;
182
    max-width:100%;
183
    height:auto;
184
    padding-bottom:2%;
185
}
186
.topnav ul li {
187
    float:left!important;
188
    height:auto;
189
    padding:1%;
190
}
191
.topnav ul li a {
192
    height:auto;
193
    float:left;
194
    display: block;
195
    text-align: left;
196
}
197
.topnav_active {
198
    display:none!important;
199
}
200
.subnav {
201
    clear:both;
202
    float:none;
203
    width:100%;
204
    z-index:9999999999;
205
    position:relative;
206
}
207
.subnav .level02_item {
208
    min-height:25px;
209
}
210
.subnav_inner_container {
211
    height:auto;
212
    min-height:10px;
213
    padding-bottom:2%;
214
}
215
 
216
[role="search"]{
217
    transition: .2s all ease;
218
    height: 0;
219
	float: left;
220
    display:none;
221
}
222
.active-search [role="search"]{
223
    height:auto;
224
    display:block;
225
}
226
 
227
.active-nav [role="navigation"] {
228
	margin-left: 0;
229
	width:100%;
230
    background-color: #ea5901 !important;
231
    display:block;
232
}
233
.active-nav [role="main"]{
234
	margin-right: -100%;
235
}
236
.mainslider{
237
    float:left;
238
    clear:none;
239
}
240
/** BESTELLVORGANG **/
241
.content .basketNav2{
242
    width: 100%;
243
    padding:0;
244
    height:auto;
245
}
246
.content .basketNav2 .headline{
247
    display: none;
248
}
249
.content .basketNav2 .basketNav2Image{
250
    width: 100%;
251
}
252
.content .basketNav2 .basketNav2Image img{
253
    max-width: 25%;
254
}
255
.topfooter_inner .service_center > div{
256
    width:48%;
257
}
258
@media screen and (max-width:465px){
259
    .zahlarten_footer {
260
        width:85%;
261
    }
262
    #preisagenturen {
263
        display:none;
264
    }
265
    .footer_left {
266
        border-style:none!important;
267
    }
268
 
269
    #widgets {
270
        display:none;
271
    }
272
    .bottom_nav{
273
        float:left;
274
    }
275
    .header_wk_anzahl{
276
        padding: 2.5% 2.9%;
277
    }
278
    .special_buy .backToShop{
279
        padding: 0
280
    }
281
    .options_select,
282
    .filter_elem,
283
    .filter_elem_select,
284
    .filter_elem_radio,
285
    .filter_elem_range,
286
    .filter {
287
        clear:both!important;
288
        float:left!important;
289
        width:90%!important;
290
    }
291
}
292
 
293
 
294
@media screen and (max-width:550px){
295
    .artikel_box {
296
        clear:both;
297
        width:100%!important;
298
        max-width:100%;
299
    }
300
 
301
    .footer_left {
302
        border-style:none!important;
303
    }
304
 
305
    #widgets {
306
        display:none;
307
    }
308
 
309
    .bestellvorgang .basket_table{
310
        width: 100%!important;
311
        padding-left: 0!important;
312
        margin-left: 0!important;
313
    }
314
 
315
}
316
 
317
@media screen and (max-width:615px){
318
    #widgets {
319
        display:none;
320
    }
321
 
322
    .content .mainnav .col,
323
    .content .subdir_artikel_wrapper .directory_box,
324
    .content .serviceBox_wrapper .serviceBox,
325
    .content .mainnav .col:nth-child(2){
326
        width: 100%;
327
        margin-left:0;
328
        margin-right: 0;
329
    }
330
    .content .basket-table-items{
331
        display: none;
332
    }
333
    .box_2_basket .mobile{
334
        display: block;
335
    }
336
    .basket_preis{
337
        width:70%!important;
338
        float:left;
339
    }
340
    .basketItemTabelle .itemPreis{
341
        text-align:left;
342
        padding:0;
343
    }
344
    .basket_summe{
345
        width:30%!important;
346
        float:left;
347
    }
348
    .bottom_nav {
349
        float:left;
350
        width:100%;
351
    }
352
    .bottom_nav .special_buy{
353
        width:100%;
354
    }
355
    .topfooter_inner .service_center > div{
356
        width:100%;
357
    }
358
    .footer .inner .footer_left{
359
        width:94%;
360
        border-right: none;
361
    }
362
    .footer .inner .footer_right{
363
        width: 100%;
364
        border-top: 1px solid #fff;
365
        margin-top: 2%;
366
    }
367
    .footer .inner .footer_right img{
368
        padding: 2% 0!important;
369
    }
370
    .footer_head{
371
        padding-top: 0px;
372
    }
373
}
374
@media screen and (max-width:700px){
375
    #widgets {
376
        display:none;
377
    }
378
 
379
    .header .search{
380
        padding:0;
381
    }
382
 
383
    /**LOGINCENTER **/
384
    #accordionBasket > div {
385
        min-height:200px;
386
    }
387
 
388
    /** BESTELLVORGANG **/
389
    .content .box_2 .bestellartWrapper:nth-child(2),
390
    .content .box_2 .bestellartWrapper{
391
        clear:both;
392
        width: 60%;
393
        padding: 0px 20%;
394
    }
395
    .itemLeftContainer{
396
        width: 100%;
397
    }
398
    #img_zoom{
399
        max-width:50%;
400
    }
401
    .content .box_2 .box_top,
402
    .itemTopContainer,
403
    .itemRightContainer{
404
        width:100%;
405
    }
406
    .itemRightContainer{
407
        margin: 0;
408
    }
409
    .content .box_2 .box_singleitem_img_wrapper{
410
        max-height:100%;
411
    }
412
    .content .box_2 .item_top{
413
        padding: 0px;
414
    }
415
 
416
 
417
    .itemPreis {
418
        font-size: 35px;
419
        float: right;
420
        text-align: right;
421
        padding: 0% 5%;
422
        width: 90%;
423
    }
424
 
425
    .content .box_2 .itemLeftContainer .box_singleitem_img{
426
        float: none;
427
    }
428
    .content .box_2 .itemLeftContainer .box_singleitem_img_wrapper{
429
        text-align: center;
430
    }
431
    .content .box_2 .itemRightLeft .liefer_0,
432
    .content .box_2 .itemRightLeft .liefer_1,
433
    .content .box_2 .itemRightLeft .liefer_4{
434
        float:right!important;
435
        min-width: 119px!important;
436
        width: auto!important;
437
    }
438
    .content .box_2 .itemBasketButton{
439
        text-align: center;
440
    }
441
    .content .box_2 .itemBasketButton .item_addFavorites{
442
        float: left;
443
        width: 100%;
444
    }
445
    .content .box_2 .itemBasketButton .item_addFavorites .favoriteButton{
446
        margin: 0 auto;
447
        float:none;
448
    }
449
    .footer .bottomcontent .werbungen .werbung_wrapper div{
450
        width:100%;
451
        padding: 2% 0;
452
    }
453
    .topfooter .inner .topfooter_box{
454
        width:50%;
455
    }
456
    .topfooter .inner .topfooter_box:nth-child(1),
457
    .topfooter .inner .topfooter_box:nth-child(4),
458
    .topfooter .inner .topfooter_box:nth-child(5){
459
        display:none;
460
    }
461
    .topfooter h1{
462
        text-align:center;
463
    }
464
 
465
}
466
/* Darstellung des Contents */
467
@media screen and (max-width:800px){
468
    .typo3content iframe {
469
        width:90%!important;
470
    }
471
 
472
    .subdir_bild {
473
        width:100%;
474
        clear:both;
475
        float:none;
476
    }
477
    .subdir_bild img {
478
        width:100%;
479
    }
480
    .subdir_info {
481
        clear:both;
482
        float:left;
483
        width:100%;
484
    }
485
 
486
    .cols-2 div {
487
        clear:both;
488
        float:none;
489
        width:100%;
490
    }
491
    .cols-2-50percent div {
492
        clear:both;
493
        float:none;
494
        width:100%;
495
        padding:0;
496
    }
497
    .artikel_box {
498
        width:49%;
499
    }
500
    .artikel_box:nth-child(2n+2) {
501
        clear:both;
502
    }
503
 
504
    #widgets {
505
        display:none;
506
    }
507
    .basket_icontext,
508
    .basket_vkfrei {
509
        display:none;
510
    }
511
 
512
    .header .info{
513
        display:none;
514
    }
515
    .header_wk_anzahl{
516
        padding: 2% 2.5%;
517
    }
518
    .root{
519
        width:100%;
520
        float:left;
521
    }
522
    #container-content,
523
    .mainnav{
524
        /*background-color: #2c4f1b;*/
525
    }
526
    .content{
527
        padding: 0;
528
        width:100%;
529
    }
530
    .content .subdir_artikel_wrapper .subdir_artikel,
531
    .content .subdir .box_subdir,
532
    .content .mainnav .box{
533
        width:100%;
534
        float:left;
535
    }
536
    .content .subdir_artikel_wrapper .subdir_artikel .artikel_box{
537
        height: auto;
538
        max-height:none;
539
        width: 47.5%;
540
        border-right:1px solid #CDCDCD;
541
    }
542
    .content .subdir_artikel_wrapper .subdir_artikel .artikel_box:nth-child(2n){
543
        border-style: none;
544
    }
545
    .content .subdir_artikel_wrapper .subdir_artikel .artikel_box .bottom{
546
        position:relative;
547
        padding: 0;
548
        height: auto;
549
        width: 100%;
550
    }
551
    .content .subdir_artikel_wrapper .subdir_artikel .artikel_box .preis_lieferstatus .lieferstatusText{
552
        padding-right: 0px;
553
    }
554
    .content .subdir,
555
    .content .subdir_artikel_wrapper,
556
    .content .mainnav,
557
    .content .serviceBox_wrapper{
558
        width:100%;
559
        float:left;
560
    }
561
    .content .subdir .box_subdir .descriptionInner,
562
    .content .subdir_artikel_wrapper .subdir_artikel .artikel_box .itemnameInner,
563
    .content .subdir_artikel_wrapper .subdir_artikel .artikel_box .descriptionInner,
564
    .content .subdir_artikel_wrapper .subdir_artikel .artikel_box .preisInner,
565
    .content .subdir_artikel_wrapper .subdir_artikel .artikel_box .preis_messageInner,
566
    .content .mainnav .box .description .descriptionInner,
567
    .content .subdir_artikel_wrapper .subdir_artikel .artikel_box .favorite_ButtonInner {
568
        float: left;
569
        text-align: center;
570
        line-height: 1.3em !important;
571
 
572
    }
573
    .content .subdir_artikel_wrapper .subdir_artikel .artikel_box .preisInner{
574
        font-size: 20px;
575
    }
576
    .content .artikel_box .subdir_addFavorites{
577
        margin-top: 0;
578
        float:left;
579
        width:40%;
580
    }
581
 
582
    /** ITEMSEITE **/
583
    .content .box_2 .box_singleitem_img{
584
        display:block;
585
    }
586
    .itemBasketButton {
587
        margin-left: 0;
588
    }
589
    .basketButton{
590
        width: 100%;
591
    }
592
    .itemTopSection{
593
        width:98%
594
    }
595
    .itemRightLeft{
596
        margin-left:0;
597
    }
598
    .content .box_2 .basket{
599
        width:100%;
600
    }
601
    /** LOGIN CONTROL CENTER **/
602
    .loginInfo{
603
        min-width: 0px;
604
    }
605
    .basket-table-items{
606
        margin: 0;
607
    }
608
 
609
    /** SLIDER **/
610
    .content .neueProdukte .bx-wrapper,
611
    .content .bottomcontent .lastvisited .bx-wrapper,
612
    .content .bottomcontent .kundenBesuchtenAuch .bx-wrapper{
613
        width: 88%;
614
    }
615
    .content .neueProdukte .item_slider_inner .item_slider_img,
616
    .content .bottomcontent .lastvisited .item_slider_inner .item_slider_img,
617
    .content .bottomcontent .kundenBesuchtenAuch .item_slider_inner .item_slider_img{
618
        width:auto;
619
        height: 95px;
620
    }
621
    .content .neueProdukte .item_slider_inner .item_slider_wrapper,
622
    .content .bottomcontent .lastvisited .item_slider_inner .item_slider_wrapper,
623
    .content .bottomcontent .kundenBesuchtenAuch .item_slider_inner .item_slider_wrapper{
624
        width: auto;
625
    }
626
    .content .neueProdukte .item_slider_inner .item_slider_wrapper span,
627
    .content .neueProdukte .item_slider_inner .item_slider_wrapper h3,
628
    .content .bottomcontent .lastvisited .item_slider_inner .item_slider_wrapper span,
629
    .content .bottomcontent .lastvisited .item_slider_inner .item_slider_wrapper h3,
630
    .content .bottomcontent .kundenBesuchtenAuch .item_slider_inner .item_slider_wrapper span,
631
    .content .bottomcontent .kundenBesuchtenAuch .item_slider_inner .item_slider_wrapper h3{
632
        height: 20%;
633
    }
634
 
635
    /** FOOTER **/
636
    .topfooter .desktop{
637
        display: none;
638
    }
639
    .topfooter .mobile{
640
        display: block;
641
    }
642
    .topfooter_inner{
643
        width:100%;
644
        /*background-color: #2C4F1B;*/
645
    }
646
    .topfooter_inner .head_background{
647
        width: 100%;
648
        height: 15px;
649
    }
650
    .topfooter .topfooter_box{
651
        padding: 5%;
652
        width: 90%;
653
    }
654
    .topfooter .topfooter_box div{
655
        width: 100%;
656
        text-align:center;
657
 
658
    }
659
    .topfooter .topfooter_box div:nth-child(1){
660
 
661
    }
662
    .topfooter .topfooter_box .head{
663
        text-align: left;
664
        padding: 0;
665
 
666
    }
667
    .topfooter .top .topfooter_box .head,
668
    .topfooter .topfooter_box .head{
669
        background-color: transparent;
670
    }
671
 
672
 
673
    .topfooter a:link,
674
    .topfooter a:active,
675
    .topfooter a:visited{
676
 
677
    }
678
 
679
    .topfooter_inner .top{
680
        position: unset!important;
681
        float: left;
682
        margin: 9px 0px 0px;
683
    }
684
    .topfooter_inner .top a:link,
685
    .topfooter_inner .top a:active,
686
    .topfooter_inner .top a:visited{
687
 
688
    }
689
 
690
    .topfooter .top .topfooter_box{
691
        padding-top: 0px;
692
        text-align:center;
693
    }
694
    .topfooter .top .topfooter_box div{
695
        border-bottom: none;
696
    }
697
    .topfooter .top .topfooter_box .head{
698
        text-align:center;
699
    }
700
 
701
 
702
}