body {
    font-family: 'Arial';
    font-weight: 400;
    line-height: 1.4;
    font-size: 14px;
    position: relative;
    background-color: #364C88;
}


/* ===================================
    General Content Areas
===================================*/

#header {
    background-color: #364C88;
    background-image: url('../assets/img/Vision_HG_blau.png');
    background-repeat: no-repeat;
    min-height: 100px;
    color: #fff;
}

#header .header-inner {
    height: 70px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;   
    padding-top: 20px;
}

#header .logo {
    width: 200px;
    float: left;
    margin-right: 40px;
    margin-left: 20px;
}

#header .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

#header .header-search {
    float: left;
    width: auto;
    padding-top: 5px;
}

#header .header-search input {
    float: left;
    margin-right: 10px;
}

#header .header-search .button {
    padding: 5px 25px;

}

#header .header-basket {
    float: right;
    margin-right: 20px;
    padding-top: 15px;
    position: relative;
}

#content {
    background: #fff;
    margin-bottom: 100px;
}

.content-wrapper,
.footer-wrapper {
    padding: 40px 20px;
    max-width: 100%;
    overflow: hidden;
}

.content-inner,
.footer-inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

#footer {
    background-color: #364C88;
    margin-top: auto;
    color: #fff;
    height: 100px;   
}

.footer-wrapper {
    padding-bottom: 0px;
}

.footer-inner {
    padding-bottom: 40px;
    text-align: right;
}

/* ===================================
    General Content Elements
===================================*/

/* ===================================
    General Content Elements
===================================*/

a {
    text-decoration: none;
}

h1 {
    color: #999;
    text-transform: uppercase;
    margin: 0 0 12px;
    line-height: 1.25;
    font-size: 24px;
}

h2 {
    margin: 20px 0 10px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
}

p {
    margin: 0 0 7px;    

}

input {
    border: 1px solid #ccc;
    background: #fff;
    height: 30px;
    line-height: 30px;
    padding: 5px;
}

.button,
input.button {
    background-color: #009EDE;
    color: #eee;
    padding: 10px 25px;
    line-height: inherit;
    display: inline-block;
    height: auto;
}

input.button {
    height: 42px;
    cursor: pointer;
}

.button:hover
input.button:hover {
    background-color: #12bbff;
}



.message {
    padding: 20px;
    margin-bottom: 30px;
}

.message.message-info {
    background: #00A0DE;
}

.message.message-error {
    background: #fa7979;
    color: #fff;
}

/* ===================================
    Startpage
===================================*/

.startpage-tiles {
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
}

.startpage-tiles .tile-wrapper {
    float: left;
    width: 50%;
}

.startpage-tiles h2 {
    background-color: #CCC;
    margin: 0 0 10px 0;
    padding: 10px 10px;
    color: #4D4D4F;
}

.startpage-tiles .tile-inner {
    margin: 10px;
    border: 1px solid #CCC;
    min-height: 200px;
}

.startpage-tiles .tile-body {
    padding: 10px;
}

/* ===================================
    Article List
===================================*/

.clear {
    clear: both;
    height: 1px;
}

.result-list {
    list-style-type: none;
    
    border-bottom: 1px solid #ccc;
}

.result-list li {
    display: inline;
    width: 25%;
    max-width: 25%;
    float: left;
}

.result-list .article-list-item {
    padding: 15px;
    position: relative;
}

.result-list .article-list-item .article-list-item-image {
    display: block;
    width: 100%;
    text-align: center;
    height: 180px;
    margin-bottom: 20px;
}

.result-list .article-list-item .article-list-item-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.result-list .article-list-item .article-list-item-flags {
    position: absolute;
    top: 10px;
    left: 0;
}


.result-list .article-list-item .article-list-item-details {
    margin-bottom: 10px;
}

.result-list .article-list-item .article-list-item-details .opc-price {
    margin-bottom: 5px;

}

.result-list .article-list-item .article-list-item-details .opc-price .price-basis {
    color: #009EDE;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}

.result-list .article-list-item .article-list-item-details .article-list-item-title a {
    min-height: 48px;
    max-height: 48px;
    display: block;
    overflow: hidden;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.result-list .article-list-item .article-list-item-details .article-list-item-title a:visited {
    color: #1B4587;
}

.result-list .article-list-item .article-list-item-details .article-list-item-hersteller {
    font-weight: 600;
    font-size: 14px;
    color: #666;
}

#result-list-navigation .pagination {
    list-style-type: none;
    text-align: center;
    margin-top: 60px;
}

#result-list-navigation .pagination li {
    display: inline;
    border: 1px solid #009EDE;
    text-align: center;
    padding: 5px;
}

#result-list-navigation .pagination li.prevButton,
#result-list-navigation .pagination li.nextButton {
    display: none;
}

#result-list-navigation .pagination li a {
    padding: 5px;
}

#result-list-navigation .pagination li a,
#result-list-navigation .pagination li a:visited,
#result-list-navigation .pagination li a:hover,
#result-list-navigation .pagination li a:focus {
    color: #009EDE;
}

#result-list-navigation .pagination li.active {
    background: #009EDE;
}

#result-list-navigation .pagination li.active a {
    color: #fff;
}

/* ===================================
    OPC-Flags
===================================*/

.opc-flags .flag-liquidation,
.opc-flags .flag-aktion,
.opc-flags .flag-neuheit,
.opc-flags .flag-nachhaltig {
    width: 100px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 5px;
    padding: 5px 15px;
    overflow: hidden;
}

.opc-flags .flag-liquidation {
    background: #EE202E;
    color: #fff;
}

.opc-flags .flag-aktion {
    background: #FFC20E;
    color: #fff;
}

.opc-flags .flag-neuheit {
    background: #009EDE;
    color: #fff;
}

.opc-flags .flag-nachhaltig {
    background: #89C877;
    color: #fff;
}

/* ===================================
    OPC-Price
===================================*/

.opc-price {
    margin-bottom: 15px;
}

.opc-price .price-label {
    display: block;
    width: 100%;
    
}

.opc-price .price-basis,
.opc-price .price-service {
    color: #009EDE;
    font-size: 18px;
    font-weight: 600;
}

.opc-price.is-service .price-basis {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;

}

/* ===================================
    OPC-Asset
===================================*/

#mainImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 350px;
}

#mainVideo {
    margin-left: auto;
    margin-right: auto;
}

ul.opc-asset {
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
}

ul.opc-asset li {
    display: inline;
    float: left;
    cursor: pointer;
    margin: 10px 5px;
    padding: 10px;
    border: 1px solid transparent;
}

ul.opc-asset li.is-selected {
    border: 1px solid #009EDE;
}

ul.opc-asset li.video img {
    height: auto;
    width: auto;
    max-width: 60px;
    max-height: 40px;
}

ul.opc-asset img {
    height: auto;
    width: auto;
    max-width: 60px;
    max-height: 40px;
}

/* ===================================
    OPC-Stock
===================================*/

.opc-stock {
    margin-bottom: 15px;
}

.opc-stock .stock-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.opc-stock.on-stock {
    color: #3FBA8C
}

.opc-stock.out-stock {
    background-color: #e5f5fc;
    padding: 10px;
    color: #F27161;
}

.opc-stock.less-stock {
    color: #3FBA8C;
}

.opc-stock.call-stock {
    color: #78b3da;
}

.opc-stock.na-stock {
    color: #F27161;
}

/* ===================================
    OPC-Tabs
===================================*/

.opc-tabs .tab-list {
    display: none;
}

.opc-tabs .tab-content-wrapper {
    margin-bottom: 20px;
}

.opc-tabs .tab-content-inner {
    display: block;
    border: 1px solid #ccc;
    margin-top: -1px;
}

.opc-tabs .tab-content-inner .tab-head {
    cursor: pointer;
    padding: 20px;
    background: transparent;
    position: relative;
    font-weight: 600;
}

.opc-tabs .tab-content-inner .tab-body {
    display: none;
    padding: 20px;
}

.tab-body .art-spec-group {
    width: 33.3333%;
    float: left;
}

.tab-body .logistics-minunit {
    padding: 10px;
    margin-top: 20px;
    background-color: #1B4587;
    color: #fff;
}

.tab-body .data-files-wrapper {
    width: 33.333%;
    float: left;
}

.tab-body .data-files-wrapper ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.tab-body .data-files-wrapper a {
    display: block;
    margin-left: -5px;
    margin-right: 10px;
    padding: 10px 5px;
    color: #1B4587;
}

.tab-body .data-files-wrapper a:hover {
    color: #5d8fdf;
}

/* ===================================
    OPC-Basket-Button
===================================*/

.opc-basket-button .basket-button-dim-1.is-inactive,
.opc-basket-button .basket-button-dim-2.is-inactive,
.opc-basket-button .basket-button-dim-3.is-inactive {
    display: none !important;
}

.opc-basket-button .basket-button-dim-name {
    display: none;
}

/* ===================================
    Article Detail
===================================*/

#article-detail {
    color: #454545;
}

#article-detail #tabsPart0 {
    margin-top: 40px;
}

#article-detail .article-head-left,
#article-detail .article-head-right {
    width: 50%;
}

#article-detail .article-head-left {
    border: 1px solid #cccccc;
    position: relative;
}

.article-head-left .article-flags {
    position: absolute;
    left: 0;
    top: 10px;
}

.article-head-left .head-left-inner {
    padding: 20px;
}

.article-head-right .head-right-inner  {
    padding: 20px;
}

#article-detail .art-details-table {
    margin-bottom: 15px;
}

#article-detail .art-details-table tr > td:first-child {
    width: 30%;
    min-width: 125px;
    font-weight: 600;
    color: #454545;
}
 
.opc-product-article-selection {
    margin-bottom: 15px;
}

.opc-product-article-selection .product-article-selection-options {
    width: 100%;
    position: relative;
}

.opc-product-article-selection .option-item-list-selection {
    padding: 15px 40px 15px 20px;
    border: 1px solid #CCC;
    width: auto;
    max-width: 100%;
    cursor: pointer;
    position: relative;
}

.opc-product-article-selection .option-item-list-selection .select-arrow {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    top: 15px;
}

.opc-product-article-selection .option-item-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 160px;
    overflow-y: auto;
    z-index: 10;
    background: #fff;
    border: 1px solid #CCC;
    margin: 0px;
    padding: 0px;
    display: none;
}

.opc-product-article-selection .option-item-list .option-item {
    display: block;
    border: none;
    padding: 10px 20px;
    border-bottom: 1px solid #CCC;
    cursor: pointer;
}

.opc-product-article-selection .option-item-list .option-item:hover {
    background: #efefef;
}

.opc-product-article-selection .option-item-list .option-item a {
    margin: -20px;
    padding: 20px;
    display: block;
    color: inherit;
}

.opc-product-article-selection .option-item-list .option-item.is-selected {
    background: #1B4587;
    color: #fff;
}


.article-actions {
    margin-bottom: 15px;
}

.article-quantity-data {
    margin-bottom: 15px;
    width: 100%;
    border-spacing: 0px;
}

.article-quantity-data thead {
    font-weight: 600;
    color: #454545;
}

.article-quantity-data td {
    border-bottom: 1px solid #ccc;
    padding: 10px 5px 5px 5px;    
}

.article-quantity-data thead > tr > td:first-child {
    width: 30%;
    max-width: 200px;
}

.article-actions 