Subversion-Projekte lars-tiefland.zeldi.de

Revision

Revision 2 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 2 Revision 40
Zeile 2... Zeile 2...
2
/*
2
/*
3
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
3
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
4
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
4
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
5
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
5
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
6
*/
6
*/
-
 
7
.item_leftrow {
-
 
8
    padding:0!important;
-
 
9
    
-
 
10
}
-
 
11
#infotext {
-
 
12
    margin:2% 0!important;
-
 
13
}
-
 
14
#infotext .inner {
-
 
15
    display:flex;
-
 
16
    gap:20px;
-
 
17
}
-
 
18
.content .box_2 {
-
 
19
    padding:0 2%;
-
 
20
    width:96%;
-
 
21
}
7
.versand_aufschlag {
22
.versand_aufschlag {
8
    cursor:help;
23
    cursor:help;
9
    border-radius:3px;
24
    border-radius:3px;
10
    padding:2% 1%;
25
    padding:2% 1%;
11
    background:#e91524;
26
    background:#e91524;
Zeile 15... Zeile 30...
15
    margin:10px 0;
30
    margin:10px 0;
16
}
31
}
17
.clear {
32
.clear {
18
    clear:both;
33
    clear:both;
19
}
34
}
20
.rating {
-
 
21
    margin:2% 0;
-
 
22
}
-
 
23
#loading {
35
#loading {
24
    overflow:hidden;
36
    overflow:hidden;
25
    display: flex;
37
    display: flex;
26
    width: auto;
38
    width: auto;
27
    min-height: 0px;
39
    min-height: 0px;
28
    max-height: none;
40
    max-height: none;
29
    height: 195px;
41
    height: 195px;
30
    flex-direction:column;
-
 
31
    justify-content: center;
42
    justify-content: center;
32
    align-items: center;
43
    align-items: center;
33
}
44
}
34
img {
45
img {
35
    max-width:100%;
46
    max-width:100%;
Zeile 54... Zeile 65...
54
* {
65
* {
55
    transition:all 200ms ease;
66
    transition:all 200ms ease;
56
    margin: 0px;
67
    margin: 0px;
57
    padding: 0px;
68
    padding: 0px;
58
}
69
}
59
.p_artikel,
-
 
60
.p_page {
-
 
61
    display:block;
-
 
62
}
70
 
63
.ausgabe_zubehoer {
71
.ausgabe_zubehoer {
64
    clear: both;
72
    clear: both;
65
    margin: 0 auto;
73
    margin: 2% auto;
66
    width: 90%;
74
    max-width: 98%;
67
}
75
}
68
/* input felder */
76
/* input felder */
69
#gs_code,
77
#gs_code,
70
.pagination_container select {
78
.pagination_container select {
71
    padding: 3px !important;
79
    padding: 3px !important;
Zeile 248... Zeile 256...
248
.topbutton:focus,
256
.topbutton:focus,
249
.topbutton:hover {
257
.topbutton:hover {
250
    background: rgba(192, 192, 192, 1);
258
    background: rgba(192, 192, 192, 1);
251
}
259
}
252
.triangle {
260
.triangle {
253
    border-color: transparent transparent #EA5802;
261
    border-color: transparent transparent #145619;
254
    border-style: solid;
262
    border-style: solid;
255
    border-width: 0 15px 20px;
263
    border-width: 0 15px 20px;
256
    height: 0;
264
    height: 0;
257
    transform: rotate(360deg);
265
    transform: rotate(360deg);
258
    width: 0;
266
    width: 0;
Zeile 427... Zeile 435...
427
th {
435
th {
428
    font-weight: normal !important;
436
    font-weight: normal !important;
429
}
437
}
Zeile 430... Zeile 438...
430
 
438
 
-
 
439
.bx-wrapper .bx-controls-direction a {
431
.bx-wrapper .bx-controls-direction a {
440
    z-index:0!important;
432
}
441
}
433
.bx-wrapper {
442
.bx-wrapper {
434
    width: 100%;
443
    width: 100%;
435
    /*max-width: 1015px!important;*/
444
    /*max-width: 1015px!important;*/
436
    max-height:500px;
445
    max-height:500px;
437
    display:flex;
-
 
438
}
-
 
439
.item_leftrow .bx-prev {
-
 
440
    margin-left:-39px;
446
    display:flex;
441
}
-
 
442
.item_leftrow .bx-next {
-
 
443
    margin-right:-39px;
447
    
Zeile 444... Zeile 448...
444
}
448
}
445
 
-
 
446
.header {
449
 
447
    
450
.header {
448
    clear: both;
451
    clear: both;
Zeile 449... Zeile 452...
449
    float: left;
452
    float: left;
Zeile 454... Zeile 457...
454
    display:flex;
457
    display:flex;
455
}
458
}
456
/* search im header */
459
/* search im header */
457
#suchbegriff::placeholder {
460
#suchbegriff::placeholder {
458
    opacity:1;
461
    opacity:1;
459
    color:#fff;
462
    color:#fff!important;
460
}
463
}
Zeile 461... Zeile 464...
461
 
464
 
462
.search {
465
.search {
463
    float: left;
466
    float: left;
Zeile 608... Zeile 611...
608
    border: none !important;
611
    border: none !important;
609
    left: 0;
612
    left: 0;
610
    position: static !important;
613
    position: static !important;
611
}
614
}
Zeile 612... Zeile -...
612
 
-
 
613
 
615
 
614
/*
616
/*
615
.aktion .bx-viewport * {
617
.aktion .bx-viewport * {
616
    width: 100% !important;
618
    width: 100% !important;
617
}
619
}
Zeile 862... Zeile 864...
862
    /*float: right;*/
864
    /*float: right;*/
863
    width: 100%;
865
    width: 100%;
864
    display: flex;
866
    display: flex;
865
    flex-direction: column;
867
    flex-direction: column;
866
    justify-content: flex-start;
868
    justify-content: flex-start;
-
 
869
    align-items: left;
867
}
870
}
868
.content p {
871
.content p {
869
    margin: 1% 0px;
872
    margin: 1% 0px;
870
    padding: 0px;
873
    padding: 0px;
871
    line-height:1.5rem;
874
    line-height:1.5rem;
Zeile 1001... Zeile 1004...
1001
 
1004
 
1002
 
1005
 
1003
.item_slider_inner,
1006
.item_slider_inner,
1004
.artikel_box {
1007
.artikel_box {
1005
    transition:all 200ms ease;
1008
    transition:all 200ms ease;
Zeile 1006... Zeile 1009...
1006
    border:1px solid #9CD9DA;
1009
    border:1px solid #145619;
1007
}
1010
}
1008
 
1011
 
1009
.item_slider_inner:hover,
1012
.item_slider_inner:hover,
1010
.item_slider_inner:focus,
1013
.item_slider_inner:focus,
1011
.artikel_box:hover,
1014
.artikel_box:hover,
1012
.artikel_box:focus {
1015
.artikel_box:focus {
1013
    border:1px solid #2FBABD;
1016
    border:1px solid #145619;
1014
}
1017
}
1015
.artikel_box .bild {
1018
.artikel_box .bild {
Zeile 1036... Zeile 1039...
1036
}
1039
}
Zeile 1037... Zeile 1040...
1037
 
1040
 
1038
.infopic.strike.uvp {
1041
.infopic.strike.uvp {
1039
    margin-bottom: 1%;
1042
    margin-bottom: 1%;
-
 
1043
    margin-top: 1%;
1040
    margin-top: 1%;
1044
    font-size:1rem;
1041
}
1045
}
1042
.content .subdir_artikel_wrapper .subdir_artikel .artikel_box .bottom {
1046
.content .subdir_artikel_wrapper .subdir_artikel .artikel_box .bottom {
1043
    padding: 0%;
1047
    padding: 0%;
1044
    overflow: hidden;
1048
    overflow: hidden;
Zeile 1057... Zeile 1061...
1057
    clear: both;
1061
    clear: both;
1058
    overflow: hidden;
1062
    overflow: hidden;
1059
    padding: 0 !important;
1063
    padding: 0 !important;
1060
    vertical-align: middle !important;
1064
    vertical-align: middle !important;
1061
    display:flex;
1065
    display:flex;
1062
    min-height:245px;
1066
    min-height:216px;
1063
    overflow:hidden;
1067
    overflow:hidden;
1064
}
1068
}
Zeile 1065... Zeile 1069...
1065
 
1069
 
1066
.artikel_box .center {
1070
.artikel_box .center {
Zeile 1087... Zeile 1091...
1087
}
1091
}
1088
.basketImg {
1092
.basketImg {
1089
    float: right;
1093
    float: right;
1090
    height: auto;
1094
    height: auto;
1091
    text-align: center;
1095
    text-align: center;
1092
    background:#EA5802;
1096
    background:#145619;
1093
}
1097
}
1094
.basketImg img {
1098
.basketImg img {
1095
    width:35px;
1099
    width:35px;
1096
    height:auto;
1100
    height:auto;
1097
    margin: 7px 10px;
1101
    margin: 7px 10px;
Zeile 1145... Zeile 1149...
1145
.box_subdir {
1149
.box_subdir {
1146
    background-color: #fff;
1150
    background-color: #fff;
1147
    min-height: 324px;
1151
    min-height: 324px;
1148
    overflow:hidden;
1152
    overflow:hidden;
1149
}
1153
}
1150
.box_subdir
-
 
1151
.box_subdir .top {
1154
.box_subdir .top {
1152
    overflow:hidden;
1155
    overflow:hidden;
1153
    justify-content:center;
1156
    justify-content:center;
1154
    align-items:center;
1157
    align-items:center;
1155
}
1158
}
Zeile 1162... Zeile 1165...
1162
    min-height: 100%;
1165
    min-height: 100%;
1163
}
1166
}
1164
.box_subdir a:hover {
1167
.box_subdir a:hover {
1165
    text-decoration: none;
1168
    text-decoration: none;
1166
}
1169
}
1167
 
-
 
1168
.box_subdir a .top {
1170
.box_subdir a .top {
1169
    background-size: contain;
1171
    background-size: contain;
1170
    background-repeat: no-repeat;
1172
    background-repeat: no-repeat;
1171
    background-position: center;
1173
    background-position: center;
1172
    flex-grow: 1;
1174
    flex-grow: 1;
Zeile 1213... Zeile 1215...
1213
    padding: 0;
1215
    padding: 0;
1214
    width: 92%;
1216
    width: 92%;
1215
    float: left;
1217
    float: left;
1216
}
1218
}
1217
.preis_messageInner a {
1219
.preis_messageInner a {
1218
    color: #EA5802;
1220
    color: #145619;
1219
}
1221
}
1220
.artikel_box .description {
1222
.artikel_box .description {
1221
    min-height: 51px;
1223
    min-height: 51px;
1222
}
1224
}
1223
.preis_message {
1225
.preis_message {
Zeile 1229... Zeile 1231...
1229
    overflow: hidden;
1231
    overflow: hidden;
1230
    text-align: left;
1232
    text-align: left;
1231
}
1233
}
1232
.itemNav {
1234
.itemNav {
1233
    clear: both;
1235
    clear: both;
1234
    float: none;
1236
    float: right;
1235
    text-align:right;
1237
    text-align:right;
1236
    padding:2% 0;
1238
    padding:2% 0;
1237
}
1239
}
1238
.itemNav a:hover,
1240
.itemNav a:hover,
1239
.itemNav a:focus {
1241
.itemNav a:focus {
Zeile 1252... Zeile 1254...
1252
 
1254
 
1253
.artikel_box .preisInner {
1255
.artikel_box .preisInner {
1254
    padding: 0px;
1256
    padding: 0px;
1255
    width: 100%;
1257
    width: 100%;
-
 
1258
    font-weight:700;
-
 
1259
    display:flex;
1256
    font-weight:700;
1260
    gap:10px;
Zeile 1257... Zeile 1261...
1257
}
1261
}
1258
 
1262
 
1259
.content .subdir_artikel_wrapper .subdir_artikel .artikel_box .bild,
1263
.content .subdir_artikel_wrapper .subdir_artikel .artikel_box .bild,
Zeile 1289... Zeile 1293...
1289
}
1293
}
1290
.box_2 .preis_lieferstatus {
1294
.box_2 .preis_lieferstatus {
1291
    display:flex;
1295
    display:flex;
1292
    justify-content:left;
1296
    justify-content:left;
1293
    flex-direction:column;
1297
    flex-direction:column;
1294
    
-
 
1295
}
1298
}
1296
.box_2 .preis_lieferstatus img {
1299
.box_2 .preis_lieferstatus img {
1297
    width:0px;
1300
    width:0px;
1298
    height:auto;
1301
    height:auto;
1299
} 
1302
} 
Zeile 1387... Zeile 1390...
1387
    line-height: 1.4em !important;
1390
    line-height: 1.4em !important;
1388
}
1391
}
1389
.subdir_bild {
1392
.subdir_bild {
1390
    margin:0;
1393
    margin:0;
1391
}
1394
}
-
 
1395
.subdir_bild img {
-
 
1396
    margin-bottom:20px;
-
 
1397
}
1392
.subdir_bild ul {
1398
.subdir_bild ul {
1393
    margin-left: 8%;
1399
    margin-left: 8%;
1394
}
1400
}
1395
.subdir_bild h1 {
1401
.subdir_bild h1 {
1396
    padding: 0;
1402
    padding: 0;
1397
}
1403
}
1398
.content .subdir_info_wrapper .subdir_bild_small img,
1404
.content .subdir_info_wrapper .subdir_bild_small img,
1399
.content .subdir_info_wrapper .subdir_bild img {
1405
.content .subdir_info_wrapper .subdir_bild img {
1400
    float: left;
1406
    float: left;
1401
    /*width: 100%;*/
1407
    /*width: 100%;*/
1402
    max-width: 100%;
1408
    max-width: fit-content;
Zeile 1403... Zeile 1409...
1403
    
1409
    
1404
}
1410
}
1405
.content .subdir_info_wrapper .subdir_title {
1411
.content .subdir_info_wrapper .subdir_title {
1406
    left: 6%;
1412
    left: 6%;
Zeile 1701... Zeile 1707...
1701
    display: table-cell;
1707
    display: table-cell;
1702
    vertical-align: middle;
1708
    vertical-align: middle;
1703
    border: 1px solid #fff;
1709
    border: 1px solid #fff;
1704
    width: 100%;
1710
    width: 100%;
1705
    float: left;
1711
    float: left;
1706
    /*height:600px!important;*/
1712
    min-height:600px!important;
1707
}
1713
}
1708
.content .box_2 .box_singleitem_img img {
1714
.content .box_2 .box_singleitem_img img {
1709
    margin: 0 auto;
1715
    margin: 0 auto;
1710
    max-width: 100%;
1716
    max-width: 100%;
1711
    max-height:626px;
1717
    max-height:626px;
Zeile 1943... Zeile 1949...
1943
.thumbs_container_div {
1949
.thumbs_container_div {
1944
    width:90%;
1950
    width:90%;
1945
    padding:0 5%;
1951
    padding:0 5%;
1946
}
1952
}
1947
.thumbs_container {
1953
.thumbs_container {
1948
    display:inline;
1954
    display: inline-block;
1949
    width: 100%;
1955
    width: 100%;
-
 
1956
    max-width: 89%;
1950
    height: auto;
1957
    height: auto;
-
 
1958
    margin-left: 3%;
1951
}
1959
}
1952
.content .box_2 .thumbs_container_video {
1960
.content .box_2 .thumbs_container_video {
1953
    clear: both;
1961
    clear: both;
1954
    float: left;
1962
    float: left;
1955
    width: 100%;
1963
    width: 100%;
Zeile 2219... Zeile 2227...
2219
}
2227
}
2220
.qv_inner .itemBasketButton {
2228
.qv_inner .itemBasketButton {
2221
    width: 102%;
2229
    width: 102%;
2222
}
2230
}
2223
.qv_inner .preis {
2231
.qv_inner .preis {
2224
    color: #962a2a;
2232
    color: #145619!important;
-
 
2233
    font-size:1.6rem;
2225
}
2234
}
2226
.qv_inner .lieferstatus_container {
2235
.qv_inner .lieferstatus_container {
2227
    text-align: right;
2236
    text-align: right;
2228
    float: right;
2237
    float: right;
2229
}
2238
}
-
 
2239
.qv_bottom {
-
 
2240
    float:right;
-
 
2241
}
Zeile 2230... Zeile 2242...
2230
 
2242
 
Zeile 2231... Zeile 2243...
2231
/* RECHTE SPALTE ENDE */
2243
/* RECHTE SPALTE ENDE */
2232
 
2244
 
Zeile 2346... Zeile 2358...
2346
    position: absolute;
2358
    position: absolute;
2347
    width: 1043px;
2359
    width: 1043px;
2348
    margin-top: -131px;
2360
    margin-top: -131px;
2349
    text-align: center;
2361
    text-align: center;
2350
}
2362
}
-
 
2363
/* newsletter anmeldung im footer */
-
 
2364
#newsletter_msg {
-
 
2365
    padding: 2%;
-
 
2366
}
-
 
2367
#newsletter_email {
-
 
2368
    outline: none;
-
 
2369
    padding: 6px 2%;
-
 
2370
    border-style: none;
-
 
2371
    z-index: 10;
-
 
2372
    float: left;
-
 
2373
    width: 60%;
-
 
2374
    height:31px;
-
 
2375
}
-
 
2376
#butt_ok {
-
 
2377
    border-style: none;
-
 
2378
    outline: none;
-
 
2379
    float: left;
-
 
2380
    margin: 0px 0px !important;
-
 
2381
    font-size:15.4px;
-
 
2382
    height:43px;
-
 
2383
}
2351
/* /topfooter */
2384
/* /topfooter */
Zeile 2352... Zeile 2385...
2352
 
2385
 
2353
/* START Footer */
2386
/* START Footer */
2354
.footer {
2387
.footer {
Zeile 2424... Zeile 2457...
2424
    padding: 0 2%;
2457
    padding: 0 2%;
2425
    text-align: center !important;
2458
    text-align: center !important;
2426
    width: auto;
2459
    width: auto;
2427
}
2460
}
2428
.footernav .fa-stop {
2461
.footernav .fa-stop {
2429
    color: #EA5802;
2462
    color: #145619;
2430
    margin: 8px 0 0 0;
2463
    margin: 8px 0 0 0;
2431
    display: block;
2464
    display: block;
2432
}
2465
}
2433
/* ENDE Footer */
2466
/* ENDE Footer */
Zeile 2512... Zeile 2545...
2512
    appearance:auto;
2545
    appearance:auto;
2513
    border-radius: 5px;
2546
    border-radius: 5px;
2514
    -webkit-appearance: unset;
2547
    -webkit-appearance: unset;
2515
    -moz-appearance: unset;
2548
    -moz-appearance: unset;
2516
    appearance: unset;
2549
    appearance: unset;
2517
    width:20px;
2550
    width:14px;
2518
    height:20px;
2551
    height:14px;
2519
}
2552
}
Zeile 2520... Zeile 2553...
2520
 
2553
 
Zeile 2521... Zeile 2554...
2521
/* jQuery Autosuggest: ende  */
2554
/* jQuery Autosuggest: ende  */
Zeile 2659... Zeile 2692...
2659
.zahlarten_wrapper img {
2692
.zahlarten_wrapper img {
2660
    /*filter: grayscale(1) invert(1);*/
2693
    /*filter: grayscale(1) invert(1);*/
2661
    width: auto;
2694
    width: auto;
2662
    max-width: 90%;
2695
    max-width: 90%;
2663
    height: auto;
2696
    height: auto;
2664
    max-height:30px;
2697
    max-height:22px;
2665
    margin: 0;
2698
    margin: 0;
2666
}
2699
}
Zeile 2713... Zeile 2746...
2713
    width:96%;
2746
    width:96%;
2714
}
2747
}
Zeile 2715... Zeile 2748...
2715
 
2748
 
2716
.content .subdir_sort select {
2749
.content .subdir_sort select {
2717
    margin: 5px 10px 5px 0px;
2750
    margin: 5px 10px 5px 0px;
2718
    border: 2px solid #EA5900;
2751
    border: 2px solid #779a58;
2719
    background: #fff;
2752
    background: #fff;
2720
    background-color: rgb(255, 255, 255);
2753
    background-color: rgb(255, 255, 255);
2721
    background-position-x: 0%;
2754
    background-position-x: 0%;
2722
    background-position-y: 0%;
2755
    background-position-y: 0%;
2723
    background-repeat: repeat;
2756
    background-repeat: repeat;
2724
    background-attachment: scroll;
2757
    background-attachment: scroll;
2725
    background-image: none;
2758
    background-image: none;
2726
    background-size: auto;
2759
    background-size: auto;
2727
    background-origin: padding-box;
2760
    background-origin: padding-box;
2728
    background-clip: border-box;
2761
    background-clip: border-box;
2729
    color: #EA5900;    
2762
    color: #779a58;    
2730
}
2763
}
2731
.content .subdir_sort_button {
2764
.content .subdir_sort_button {
2732
    padding: 20px;
2765
    padding: 20px;
2733
    text-align: right;
2766
    text-align: right;
Zeile 2785... Zeile 2818...
2785
select {
2818
select {
2786
    border-radius:5px!important;
2819
    border-radius:5px!important;
2787
    cursor:pointer;
2820
    cursor:pointer;
2788
}
2821
}
2789
.shopButton2 {
2822
.shopButton2 {
2790
    background:#2FBABD;
2823
    background:#145619;
2791
    color:#fff;
2824
    color:#fff;
2792
    display: inline-block;
2825
    display: flex;
-
 
2826
    gap:5px;
2793
    cursor: pointer;
2827
    cursor: pointer;
2794
    padding: 6px 35px;
2828
    padding: 6px 35px;
2795
    text-decoration: none;
2829
    text-decoration: none;
2796
    font-weight: normal;
2830
    font-weight: normal;
2797
    border-radius:40px;
2831
    border-radius:40px;
-
 
2832
    max-width:fit-content;
-
 
2833
    align-items:center;
-
 
2834
}
-
 
2835
.shopButton2:link,
-
 
2836
.shopButton2:active,
-
 
2837
.shopButton2:visited {
-
 
2838
    color:#fff;
-
 
2839
    text-decoration:none;
2798
}
2840
}
2799
.shopButton2:hover,
2841
.shopButton2:hover,
2800
.shopButton2:focus {
2842
.shopButton2:focus {
2801
    background:#9CD9DA;
2843
    background:#779a58;
-
 
2844
    text-decoration:none!important;
2802
}
2845
}
Zeile -... Zeile 2846...
-
 
2846
 
2803
 
2847
 
2804
#tabsBasket {
2848
#tabsBasket {
2805
    float: left;
2849
    float: left;
2806
    padding: 2%;
2850
    padding: 2%;
2807
    width:96%;
2851
    width:96%;
Zeile 3040... Zeile 3084...
3040
    clear: both;
3084
    clear: both;
3041
    float: left;
3085
    float: left;
3042
    margin: 0px 0 10px 0;
3086
    margin: 0px 0 10px 0;
3043
    text-align: center;
3087
    text-align: center;
3044
    width:100%;
3088
    width:100%;
-
 
3089
    min-height:600px;
3045
}
3090
}
3046
.item_hersteller {
3091
.item_hersteller {
3047
    float: left;
3092
    float: left;
3048
    text-align: left;
3093
    text-align: left;
3049
}
3094
}
Zeile 3503... Zeile 3548...
3503
    margin: 1%;
3548
    margin: 1%;
3504
    display: inline-block;
3549
    display: inline-block;
3505
}
3550
}
3506
a.pagination:hover,
3551
a.pagination:hover,
3507
a.pagination:focus {
3552
a.pagination:focus {
3508
    background-color: #EA5802;
3553
    background-color: #145619;
3509
    color: #fff;
3554
    color: #fff;
3510
}
3555
}
3511
.pagination {
3556
.pagination {
3512
    clear: both !important;
3557
    clear: both !important;
3513
    float: none !important;
3558
    float: none !important;
Zeile 4144... Zeile 4189...
4144
    text-align: right;
4189
    text-align: right;
4145
    float: right;
4190
    float: right;
4146
    width: 200px;
4191
    width: 200px;
4147
}
4192
}
4148
.itemTopSection {
4193
.itemTopSection {
4149
    padding: 0px 10px 10px 10px;
4194
    padding: 2% 3%;
4150
    clear: both;
4195
    clear: both;
4151
    float: left;
4196
    float: left;
4152
    width: 318px;
-
 
4153
    text-align: left;
4197
    text-align: left;
4154
}
4198
}
4155
.itemTopSection ul {
4199
.itemTopSection ul {
4156
    margin-left:30px;    
4200
    margin-left:30px;    
4157
}
4201
}
4158
 
-
 
4159
.itemRightLeft option {
4202
.itemRightLeft option {
4160
    padding: 2px 10px 2px 10px;
4203
    padding: 2px 10px 2px 10px;
4161
    border: 0px !important;
4204
    border: 0px !important;
4162
}
4205
}
4163
.itemBasketSection {
4206
.itemBasketSection {
Zeile 4200... Zeile 4243...
4200
    margin: 3% 0;
4243
    margin: 3% 0;
4201
    padding: 5% 25%;
4244
    padding: 5% 25%;
4202
    border-radius: 0px;
4245
    border-radius: 0px;
4203
    background: url(/images/webelemente/icon_warenkorb_weiss.svg) no-repeat;
4246
    background: url(/images/webelemente/icon_warenkorb_weiss.svg) no-repeat;
4204
    background-position: left center;
4247
    background-position: left center;
4205
    background-color: #2FBABD;
4248
    background-color: #145619;
4206
}
4249
}
Zeile 4207... Zeile 4250...
4207
 
4250
 
4208
.button_inner {
4251
.button_inner {
4209
    display:flex;
4252
    display:flex;
Zeile 4215... Zeile 4258...
4215
    float: left;
4258
    float: left;
4216
}
4259
}
4217
.itemBasketButton .basketButton {
4260
.itemBasketButton .basketButton {
4218
    padding:0;
4261
    padding:0;
4219
    border-radius: 12px;
4262
    border-radius: 12px;
4220
    background-color: #2FBABD;
4263
    background-color: #145619;
4221
    width: 100%;
4264
    width: 100%;
4222
    text-align: center;
4265
    text-align: center;
4223
    justify-content:left;
4266
    justify-content:left;
4224
    align-items:center;
4267
    align-items:center;
4225
}
4268
}
Zeile 4557... Zeile 4600...
4557
    width: 100%;
4600
    width: 100%;
4558
}
4601
}
4559
.item_leftrow {
4602
.item_leftrow {
4560
    float: left;
4603
    float: left;
4561
    width: 60%;
4604
    width: 60%;
4562
    padding: 0% 2% 2% 2%;
4605
    padding:0;
4563
}
4606
}
4564
#item_name_h1 {
4607
#item_name_h1 {
4565
    line-height:1.1em;
4608
    line-height:1.1em;
4566
}
4609
}
4567
.item_leftrow h1 {
4610
.item_leftrow h1 {
Zeile 4586... Zeile 4629...
4586
}
4629
}
Zeile 4587... Zeile 4630...
4587
 
4630
 
4588
.item_rightrow .item_preisbox {
4631
.item_rightrow .item_preisbox {
4589
}
4632
}
4590
.item_rightrow .item_preis {
4633
.item_rightrow .item_preis {
4591
    color: #EA5802;
4634
    color: #145619;
4592
    font-weight: bold;
4635
    font-weight: bold;
4593
    float:left;
4636
    float:left;
4594
}
4637
}
4595
.item_rightrow .item_preiseinheit {
4638
.item_rightrow .item_preiseinheit {
Zeile 4654... Zeile 4697...
4654
    width: 100%;
4697
    width: 100%;
4655
}
4698
}
4656
.item_tablerow {
4699
.item_tablerow {
4657
    clear: both;
4700
    clear: both;
4658
    float: none;
4701
    float: none;
-
 
4702
    display:flex;
4659
}
4703
}
4660
.item_tablerow_img,
4704
.item_tablerow_img,
4661
.item_tablerow_text,
4705
.item_tablerow_text,
4662
.item_tablerow_link,
4706
.item_tablerow_link,
4663
.item_tablerow_menge,
4707
.item_tablerow_menge,
4664
.item_tablerow_order {
4708
.item_tablerow_order {
4665
    display: table-cell;
4709
    display: table-cell;
4666
    vertical-align: middle !important;
4710
    vertical-align: middle !important;
4667
    padding: 5px;
4711
    padding: 5px 11px;
4668
    border-bottom: 1px solid #3e3e3e;
4712
    border-bottom: 1px solid #3e3e3e;
4669
}
4713
}
4670
.item_tablerow_img {
4714
.item_tablerow_img {
4671
    border-right: 1px solid #3e3e3e;
4715
    border-right: 1px solid #3e3e3e;
4672
    text-align: center;
4716
    text-align: center;
4673
    background-color: #fff;
4717
    background-color: #fff;
4674
    height: 50px;
4718
    height: 54px;
4675
    min-width: 50px;
4719
    min-width: 50px;
4676
}
4720
}
4677
.item_tablerow_img img {
4721
.item_tablerow_img img {
4678
    max-height: 45px;
4722
    max-height: 45px;
4679
    max-width: 45px;
4723
    max-width: 45px;
Zeile 4721... Zeile 4765...
4721
    padding: 0;
4765
    padding: 0;
4722
    text-align: center;
4766
    text-align: center;
4723
}
4767
}
4724
.item_tablerow_order {
4768
.item_tablerow_order {
4725
    text-align: center;
4769
    text-align: center;
4726
    background-color: #EA5802 !important;
4770
    background-color: #145619 !important;
4727
    color: #fff;
4771
    color: #fff;
4728
    min-width: 80px;
4772
    min-width: 80px;
4729
}
4773
}
4730
.item_tablerow_order * {
4774
.item_tablerow_order * {
4731
    background-color: #EA5802 !important;
4775
    background-color: #145619 !important;
4732
}
4776
}
4733
.item_table .last div {
4777
.item_table .last div {
4734
    border-bottom: none;
4778
    border-bottom: none;
4735
}
4779
}
4736
/* /item_table_row */
4780
/* /item_table_row */
Zeile 5023... Zeile 5067...
5023
#finanzierungsLink_a {
5067
#finanzierungsLink_a {
5024
    margin-bottom: 3%;
5068
    margin-bottom: 3%;
5025
    margin-top: 3%;
5069
    margin-top: 3%;
5026
}
5070
}
5027
#finanzierungsLink_a {
5071
#finanzierungsLink_a {
5028
    color: #EA5802;
5072
    color: #145619;
5029
}
5073
}
5030
form#basket {
5074
form#basket {
5031
    width: 100%;
5075
    width: 100%;
5032
}
5076
}
Zeile 5328... Zeile 5372...
5328
    margin:2% 0;
5372
    margin:2% 0;
5329
    width:fit-content;
5373
    width:fit-content;
5330
}
5374
}
5331
.weber_aktion {
5375
.weber_aktion {
5332
    margin-top: 20px;
5376
    margin-top: 20px;
5333
    background: #EA5802;
5377
    background: #145619;
5334
    color: #fff;
5378
    color: #fff;
5335
    width: 120px;
5379
    width: 120px;
5336
    border-radius: 98%;
5380
    border-radius: 98%;
5337
    display: block;
5381
    display: block;
5338
    text-align: center;
5382
    text-align: center;
Zeile 5532... Zeile 5576...
5532
    flex-wrap:wrap;
5576
    flex-wrap:wrap;
5533
    padding-bottom:10px;
5577
    padding-bottom:10px;
5534
}
5578
}
5535
.konfig_preis, .konfig_einzelpreis {
5579
.konfig_preis, .konfig_einzelpreis {
5536
  font-size: 1.4em;
5580
  font-size: 1.4em;
5537
  color: #EA5802;
5581
  color: #145619;
5538
}
5582
}
5539
.konfig_scroll {
5583
.konfig_scroll {
5540
    width: 43%;
5584
    width: 43%;
5541
    display: block;
5585
    display: block;
5542
    border: 1px solid #aaa;
5586
    border: 1px solid #aaa;
Zeile 5570... Zeile 5614...
5570
 
5614
 
5571
.module ul {
5615
.module ul {
5572
    margin-left:25px;
5616
    margin-left:25px;
Zeile 5573... Zeile -...
5573
} 
-
 
5574
 
-
 
5575
.tr0,
-
 
5576
.tr1 {
-
 
5577
    display:flex;
-
 
5578
    flex-wrap:wrap;
-
 
5579
    flex-flow:column;
5617
} 
5580
}
5618
 
5581
.tr0 label,
5619
.tr0 label,
5582
.tr1 label {
5620
.tr1 label {
5583
    display:inline-grid;
5621
    display:inline-grid;
Zeile 5615... Zeile 5653...
5615
    gap: 20px;    
5653
    gap: 20px;    
5616
}
5654
}
5617
.ce-textpic .ce-gallery {
5655
.ce-textpic .ce-gallery {
5618
    text-align:center;
5656
    text-align:center;
5619
}
5657
}
-
 
5658
 
5620
.ce-textpic > div:nth-of-type(1) {
5659
.ce-textpic > div:nth-of-type(1) {
5621
    width:30%;
5660
/*    width:30%;*/
5622
}
5661
}
5623
.ce-textpic > div:nth-of-type(2) {
5662
.ce-textpic > div:nth-of-type(2) {
5624
    width:68%;
5663
    width:68%;
5625
}
5664
}
Zeile 5668... Zeile 5707...
5668
}
5707
}
Zeile 5669... Zeile 5708...
5669
 
5708
 
5670
.shoplogos,
5709
.shoplogos,
5671
.social {
5710
.social {
5672
    display:flex;
5711
    display:flex;
5673
    gap:10px;
5712
    gap:40px;
5674
}
5713
}
5675
.social img {
5714
.social img {
5676
    width:40px;
5715
    width:40px;
5677
    height:40px;
5716
    height:40px;
Zeile 5695... Zeile 5734...
5695
    flex:2;
5734
    flex:2;
5696
}
5735
}
5697
.service_center_menu {
5736
.service_center_menu {
5698
    display:flex;
5737
    display:flex;
5699
    list-style-type: none;
5738
    list-style-type: none;
5700
    max-height: 36vh;
5739
    max-height: 34vh;
5701
    flex-direction: column;
5740
    flex-direction: column;
5702
    flex-wrap:wrap;
5741
    flex-wrap:wrap;
5703
}
5742
}
5704
.service_center_menu li {
5743
.service_center_menu li {
5705
    width:50%;
5744
    width:50%;
Zeile 5758... Zeile 5797...
5758
}
5797
}
Zeile 5759... Zeile 5798...
5759
 
5798
 
5760
.sliderVideos {
5799
.sliderVideos {
5761
    display:flex;
5800
    display:flex;
5762
    gap:10px;
5801
    gap:10px;
5763
    flex-direction:row; 
5802
    flex-direction:row;
5764
    justify-content: center;
5803
    justify-content: center; 
Zeile -... Zeile 5804...
-
 
5804
}
-
 
5805
 
-
 
5806
.steps_image {
-
 
5807
    display:none;
-
 
5808
}
-
 
5809
 
-
 
5810
.item_leftrow .bx-wrapper {
-
 
5811
    max-width:785px!important;
-
 
5812
}
-
 
5813
.item_leftrow .bx-wrapper .bx-prev {
-
 
5814
    margin-left:-40px;
-
 
5815
}
-
 
5816
.item_leftrow .bx-wrapper .bx-next {
-
 
5817
    margin-right:-40px;
-
 
5818
}
5765
}
5819
 
5766
 
5820
 
5767
.logo_breadcrumb{
5821
.logo_breadcrumb{
5768
    display:flex;
5822
    display:flex;
5769
    gap:10px;
5823
    gap:10px;
5770
    justify-content:center;
5824
    justify-content:center;
-
 
5825
    align-items:center;
-
 
5826
}
-
 
5827
.rating {
Zeile 5771... Zeile 5828...
5771
    align-items:center;
5828
    margin:3% 0;
5772
}
5829
}
5773
 
5830
 
5774
@media screen and (max-width:1100px) {
5831
@media screen and (max-width:1100px) {