/* Artikel Style */

.litebox {
 background:#FFFFFF url(../img/litebox.gif) repeat-x scroll center top;
 width:446px;
 height:100%;
 float:left;
 margin:10px 5px 0 0px;
 border:1px solid #EAEAEA;
 padding:5px
}

.price_info {
 border:1px solid #EAEAEA;
 background-color:#F5F5F5;
 margin:5px 0 0 0;
 padding:4px 0 4px 0;
 color:#010101;
 font-weight:bold;
 text-align:center;
 font-size:14px
}

.orderbox {
 background: url(../img/litebox.gif) repeat-x scroll center top;
 width:313px;
 margin:10px 0 0 0;
 border:1px solid #EAEAEA;
 padding:5px;
 font-size:13px;
 color:#61469B;
}

.inquiry_box{
 filter: grayscale(100%);	
 border-radius: 3px;
 width:274px;
 height:24px;
 padding:7px 0 0 40px;
 margin:5px 0 0 0;
 box-shadow: 0 5px 5px -8px #333;
 transition: .4s;
}

.inquiry_box:hover{
 padding:7px 0 0 42px;
 box-shadow: 0 5px 5px -4px #5497CF;
 filter: grayscale(0%);	
}


.inquiry_email{
 background: url(../img/icon_email.png) no-repeat 2% 60%;
}

.inquiry_formular{
 background: url(../img/icon_message.png) no-repeat 2% 60%;
}

.inquiry_phone{
 background: url(../img/icon_phone.png) no-repeat 2% 60%;
}

.inquiry_whatsapp{
 background: url(../img/icon_whatsapp.png) no-repeat 2% 60%;
}

.inquiry_faq{
 background: url(../img/icon_faq.png) no-repeat 2% 60%;
}






.imgbox {
 width:446px;
 float:left;
 border:1px solid #EDEDED;
 padding:5px;
 margin:5px 0 0 0
}

.descbox {
 width:457px;
 border:1px solid #EAEAEA;
 margin:5px 0 0 0
}

.descbox .bg {
 background-color:#1C629C;
 font-size:14px;
 text-align: center;
 color:#FFFFFF;
 line-height:26px;
 text-shadow: 1px 1px 2px black;
}

.lf_border {
 float:left;
 width:150px;
 font-size:11px;
 font-weight:bold;
 border-style:solid;
 border-color:#E4E4E4;
 border-width:1px 1px 0 1px;
 padding:2px;
}

.rg_border {
 border-style:solid;
 border-color:#E4E4E4;
 border-width:1px 1px 0 0;
 font-size:11px;
 padding:2px;
}

ul.thumb {
 list-style:none;
 margin:18px 0 0 0;
 padding:0;
}

ul.thumb li {
 border:0;
 float:left;
 margin:0 0 0 4px;
}

ul.thumb li img {
 width:73px;
 height:73px;
 border:0;
 box-shadow:0 0 5px rgba(0, 0, 0,0.2);
}

ul.thumb li img:hover {
 box-shadow:0 0 10px rgba(0, 0, 0,0.4);
}

/* Zoom Effects */

.cloud-zoom-lens {
 background-color:#fff;
 border:1px solid #888;
 margin:0px;
 cursor:move;
}

.cloud-zoom-big {
 border:1px solid #ccc;
 overflow:hidden;
 margin:-6px 0 0 1px;
}

.cloud-zoom-loading {
 color:white;
 background:#222;
 padding:3px;
 border:1px solid #000;
}