.section-item{display:block;}
.section-item-value,
.section-item-label,
.oberflaeche{display:inline-block;}
.section-item-label{width: 180px;}
.technische-daten .section-item-label{width: 230px;}

.section-item:nth-child(even){background: #fcfcfc;}

/* Cart //////////////////////////////////////////////////////////////////// */
.mod_iso_cart .product .edit{
	
	display:none;
}
.mod_iso_cart {
    position:relative;
    display:block;
    padding-right:15px;
    padding-left:15px;
}
.mod_iso_cart .formbody,
.mod_iso_checkout .formbody,
.mod_iso_orderdetails .formbody {
    margin-bottom:30px;
}
.mod_iso_cart table,
.mod_iso_checkout table,
.mod_iso_orderdetails table {
    width:100%;
    position:relative;
    border-spacing:0px;
    border-collapse: collapse;
}
.mod_iso_cart .product.row_even {

    background: #fafafa;
    border-bottom: 1px solid #444;

}
.mod_iso_cart tbody tr,
.mod_iso_checkout tbody tr,
.mod_iso_orderdetails tbody tr {
    width:100%;
    position:relative;
    margin-bottom:20px;
    border-bottom:1px solid rgba(1a1a1a,.2) !important;
    border-spacing:0px;
}
.mod_iso_cart td.tax,
.mod_iso_checkout td.tax,
.mod_iso_orderdetails td.tax {
    font-size:0px;
}
.mod_iso_cart td.col_last,
.mod_iso_checkout td.remove,
.mod_iso_orderdetails td.remove {
    width:100px;
    text-align:center;
}
.mod_iso_cart td .remove:before,
.mod_iso_checkout td .remove:before,
.mod_iso_orderdetails td .remove:before {
    margin-right:4px;
    font:13px Fontawesome;
    color:#f00;
    content: "\f00d";
}
.mod_iso_cart td.total,
.mod_iso_checkout td.total,
.mod_iso_orderdetails td.total {
    width:100px;
    text-align:center;
}
.mod_iso_cart td.price,
.mod_iso_checkout td.price,
.mod_iso_orderdetails td.price {
    width:100px;
    text-align:right;
}
.mod_iso_cart td.quantity,
.mod_iso_checkout td.quantity,
.mod_iso_orderdetails td.quantity {
    width:50px;
}
.mod_iso_cart td.quantity input,
.mod_iso_checkout td.quantity input,
.mod_iso_orderdetails td.quantity input {
    margin-bottom:0;
    text-align:center;
}
.mod_iso_cart td.image,
.mod_iso_checkout td.image,
.mod_iso_orderdetails td.image {
    width:170px;
}
.mod_iso_cart td.image figure,
.mod_iso_checkout td.image figure,
.mod_iso_orderdetails td.image figure {
    min-width:150px;
    min-height:150px;
    position:relative;
    display:block;
    margin-top:20px;
    margin-right:20px;
    margin-bottom:20px;
    text-align:center;
    background-color:rgba(1a1a1a,.05);
    line-height:0px;
}
.mod_iso_cart td.image img,
.mod_iso_checkout td.image img,
.mod_iso_orderdetails td.image img {
    max-width:150px;
    max-height:150px;
    top:75px;
    position:relative;
    display:block;
    margin-right:auto;
    margin-left:auto;
    width:auto;
    height:auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mod_iso_cart td.name a,
.mod_iso_checkout td.name a,
.mod_iso_orderdetails td.name a {
    font-size:15px;
}
.mod_iso_cart td.name ul,
.mod_iso_checkout td.name ul,
.mod_iso_orderdetails td.name ul {
    margin:0 auto;
    padding:0;
    list-style-type:none;
}
.mod_iso_checkout tfoot td.remove,
.mod_iso_cart tfoot td.remove,
.mod_iso_cart tfoot td.tax,
.mod_iso_checkout tfoot td.tax,
.mod_iso_orderdetails tfoot td.remove {
    font-size:0px;
}
.mod_iso_checkout tfoot td.remove:before,
.mod_iso_cart  tfoot td.remove:before,
.mod_iso_orderdetails tfoot td.remove:before {
    display:none;
}
.mod_iso_cart tfoot tr.foot_first td,
.mod_iso_checkout tfoot tr.foot_first td,
.mod_iso_orderdetails tfoot tr.foot_first td {
    padding-top:30px;
}
.mod_iso_cart tfoot td.total,
.mod_iso_checkout tfoot td.total,
.mod_iso_orderdetails tfoot td.total {
    width:100px;
}
.mod_iso_cart tfoot td.total,
.mod_iso_checkout tfoot td.total,
.mod_iso_orderdetails tfoot td.total {
    text-align:right;
}
.mod_iso_cart .submit_container {
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid rgba(1a1a1a,.4);
}
.mod_iso_cart .submit_container:after {
    position:relative;
    float:none;
    clear:both;
    display:block;
    content:"";
}
.mod_iso_cart .button_continue {
    position:relative;
    float:left;
    display:block;
}
.mod_iso_cart .button_update {
    position:relative;
    float:right;
    display:block;
}
.mod_iso_cart .button_checkout {
    position:relative;
    float:right;
    display:block;
    margin-right:20px;
}
@media (max-width:768px) {
    .mod_iso_cart td,
    .mod_iso_checkout  td , 
    .mod_iso_orderdetails td {
    display:block !important;
    position:relative !important;
    float:none !important;
    width:100% !important;
    text-align:center !important;
    padding:10px 0px 10px 0px !important;
    }
    .mod_iso_cart td.quantity,
    .mod_iso_checkout td.quantity,
    .mod_iso_orderdetails td.quantity {
    width:100% !important;
    }
    .mod_iso_cart td.quantity input,
    .mod_iso_checkout td.quantity input, 
    .mod_iso_orderdetails td.quantity input {
    width:50px !important;
    }
    .mod_iso_cart tr,
    .mod_iso_checkout tr,
    .mod_iso_orderdetails tr {
    border:none !important;
    }
    .mod_iso_cart td figure,
    .mod_iso_checkout td figure, 
    .mod_iso_orderdetails td figure {
    margin-right:0px !important;
    }
    .mod_iso_cart tr.row_last td.col_last,
    .mod_iso_checkout tr.row_last td.col_last, 
    .mod_iso_orderdetails tr.row_last td.col_last {
    padding-bottom:30px !important;
    }
    .mod_iso_cart tfoot td.price,
    .mod_iso_cart tfoot td.col_first,
    .mod_iso_checkout tfoot td.price, 
    .mod_iso_orderdetails tfoot td.price {
    display:none !important;
    }
    .mod_iso_cart tfoot td.total,
    .mod_iso_checkout tfoot td.total, 
    .mod_iso_orderdetails tfoot td.total {
    display:block !important;
    font-weight:bold !important;
    }
    .mod_iso_cart tfoot tr td,
    .mod_iso_cart tfoot tr.foot_first td,
    .mod_iso_checkout tfoot tr td, 
    .mod_iso_orderdetails tfoot tr td,
    .mod_iso_checkout tfoot tr.foot_first td, 
    .mod_iso_orderdetails tfoot tr.foot_first td  {
    padding-top:2px !important;
    padding-bottom:2px !important;
    }
    .mod_iso_cart tfoot tr td.name,
    .mod_iso_checkout tfoot tr td.name, 
    .mod_iso_orderdetails tfoot tr td.name {
    padding-top:30px !important;
    }
    .mod_iso_cart tfoot,
    .mod_iso_checkout tfoot, 
    .mod_iso_orderdetails tfoot {
    border-top: 1px solid rgba(26,26,26,.1) !important;
    }
    .mod_iso_cart .submit_container input.input,
    .mod_iso_checkout .submit_container input,
    .mod_iso_orderdetails .submit_container input{
    float:none !important;
    clear:both !important;
    margin:0 auto 20px auto !important;
    }
    .mod_iso_checkout .billing_address a.edit, 
    .mod_iso_checkout .shipping_address a.edit, 
    .mod_iso_checkout .shipping_method a.edit, 
    .mod_iso_checkout .payment_method a.edit {
    float:none !important;
    }
}

/* Checkout //////////////////////////////////////////////////////////////////// */
.mod_iso_checkout {
    position:relative;
    display:block;
    padding-right:15px;
    padding-left:15px;
}
.mod_iso_checkout .steps:after {
    position:relative;
    float:none;
    clear:both;
    display:block;
    margin-bottom:30px;
    content:&quot;&quot;;
}
.mod_iso_checkout .steps ol {
    margin:0;
    padding:0;
    list-style-type:none;
}
.mod_iso_checkout .steps ol li {
    width:25%;
    height:11px;
    position:relative;
    float:left;
    display:block;
    text-align:center;
    border-bottom:1px solid rgba(1a1a1a,.4);
    color:rgba(1a1a1a,.3);
}
.mod_iso_checkout .steps ol.steps3 li {
    width:33.333%;
}
.mod_iso_checkout .steps ol li.active,
.mod_iso_checkout .steps ol li.passed {
    border-bottom:1px solid rgba(1a1a1a,.99);
    color:rgba(1a1a1a,.99);
}
.mod_iso_checkout .steps ol li:after {
    width:17px;
    height:17px;
    right:0;
    top:1px;
    position:absolute;
    background-color:#ffffff;
    font:17px Fontawesome;
    content: "\f105";
}
.mod_iso_checkout .steps ol li span,
.mod_iso_checkout .steps ol li a {
    padding-right:10px;
    padding-left:10px;
    text-align:center;
    background-color:#ffffff;
}
@media (max-width:768px) {
    .mod_iso_checkout .steps ol li{
    width:100%;
    clear:both;
    float:none;
    margin-bottom:30px;
    }
}
.mod_iso_checkout .submit_container {
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid rgba(1a1a1a,.4);
}
.mod_iso_checkout .submit_container .next,
.mod_iso_checkout .submit_container .confirm {
    float:right;
}
.mod_iso_checkout .submit_container .previous {
    float:left;
}
.mod_iso_checkout .submit_container:after {
    position:relative;
    float:none;
    clear:both;
    display:block;
    content:"";
}
.mod_iso_checkout .billing_address,
.mod_iso_checkout .shipping_address,
.mod_iso_checkout .shipping_method,
.mod_iso_checkout .payment_method,
.mod_iso_orderdetails .billing_address,
.mod_iso_orderdetails .shipping_address,
.mod_iso_orderdetails .shipping_method,
.mod_iso_orderdetails .payment_method {
    position:relative;
    display:block;
    margin-bottom:30px;
    padding-top:20px;
    border-top:1px solid rgba(1a1a1a,.3);
}
.mod_iso_checkout .payment_method {
    padding-bottom:30px;
    border-bottom:1px solid rgba(1a1a1a,.3);
}
.mod_iso_checkout .billing_address a.edit,
.mod_iso_checkout .shipping_address a.edit,
.mod_iso_checkout .shipping_method a.edit,
.mod_iso_checkout .payment_method a.edit {
    position:relative;
    float:right;
    display:block;
}
.mod_iso_checkout .billing_address a.edit:before,
.mod_iso_checkout .shipping_address a.edit:before,
.mod_iso_checkout .shipping_method a.edit:before,
.mod_iso_checkout .payment_method a.edit:before {
    display:inline-block;
    margin-right:3px;
    font-family:Fontawesome;
    color:#e2e600;
    content: "\f040";
}
.mod_iso_checkout #ctrl_BillingAddress span,
.mod_iso_checkout #ctrl_ShippingAddress span {
    position:relative;
    display:block;
    margin-bottom:10px;
}
.mod_iso_checkout #ctrl_BillingAddress  .vcard span,
.mod_iso_checkout #ctrl_ShippingAddress  .vcard span {
    position:relative;
    display:inline;
    margin-bottom:0;
}
.mod_iso_checkout .widget-radio .radio {
    margin-right:10px;
}
input.submit, button.submit,
#main a.submit.continue {

    display: inline-block;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.2s ease-out 0s;
    width: auto;
    background: rgb(152,152,152);
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    font-size: 0.8rem;
    min-width: 140px;
    text-align: center;
    position: relative;
	line-height: 1em;
    -webkit-appearance: none;
	font-family: "MS Shell Dlg 2";
	border:none;

}
input.submit:hover, button.submit:hover,
#main a.submit.continue:hover {
	opacity: .8;
	
}

/* Orderhistory //////////////////////////////////////////////////////////////////// */
.mod_iso_orderhistory table {
    position:relative;
    margin-bottom:60px;
}
.mod_iso_orderhistory table {
    width:100%;
    position:relative;
    table-layout:fixed;
    border-collapse: collapse;
    border-spacing: 0px;
}
.mod_iso_orderhistory table thead tr th {
    text-align:left;
    border-bottom:1px solid rgba(1a1a1a,.2);
}
.mod_iso_orderhistory table tr th,
.mod_iso_orderhistory table tr td {
    padding-top:10px;
    padding-bottom:10px;
}
.mod_iso_orderhistory table tr td.col_last {
    text-align:right;
}
.mod_iso_orderhistory table tr td.col_last:before {
    display:inline-block;
    margin-right:4px;
    font-family:Fontawesome;
    color:#00a6ff;
    content:"\f06e";
}

/* Orderdetails  //////////////////////////////////////////////////////////////////// */
.mod_iso_orderdetails {
    position:relative;
    display:block;
}
.mod_iso_orderdetails .downloads {
    margin-top:30px;
    border-top:1px solid rgba(1a1a1a,.4);
}
.mod_iso_orderdetails .downloads .unavailable {
    color:#f00;
}
.mod_iso_orderdetails .downloads .available a {
    color:#00a6ff;
}
.steps.block{
	overflow: show;
	height: 30px;
	margin-bottom: 20px;
	padding-bottom:20px;
	
}