.icon-globe:before {
    color: red;
    font-size: 20px;
    content: url(../Images/ic_info.png);
}

.content-middle-full a {
    border: none;
    color: transparent;
}

.accf-content-wrap {
    margin-top: 20px;
}

.accf-header-text-box {
    float: left;
    margin-top: 20px;
}

.accf-header {
    font-weight: bold;
    margin-bottom: 5px;
}

.accf-search-wrap {
    max-width: 480px;
}

.accf-header-icon {
    content: url(../Images/bulletpoint_01_red.png);
    float: left;
    height: 8px;
    margin-top: 5px;
}

.accf-header-line {
    padding-left: 12px !important;
    position: relative;
    line-height: normal !important;
    padding-bottom: 2px;
}

.accf-header-line::before {
    content: "";
    height: 6px;
    width: 6px;
    display: block;
    background-color: #cc1800;
    position: absolute;
    left: 0;
    top: 5px;
}

.accf-accumulator-wrap {
    height: 160px;
    float: right;
    margin-top: 10px;
    background-image: url(../Images/accumulator.png);
    position: relative;
    width: 200px;
}

.accf-icon-span {
    float: right;
    margin-top: 30px;
    margin-right: 5px;
    cursor: pointer;
}

:root {
    --accf-content-border-bootom: #e6e6e6;
}

.accf-content {
    padding: 10px 0 50px 0;
    float: left;
    width: 100%;
}

/*Search Section*/
.accf-product-identifier {
    float: left;
    width: 130px;
    font-weight: bold;
}

.accf-textbox {
    height: 25px;
    width: 230px;
    border: 1px solid
    #cecece;
    background: url(../Images/inputfield_gradient.png) repeat-x 0 1px;
    color: #666;
    margin-top: 2px;
}

.accf-clear {
    left: -20px;
    position: relative;
}

.accf-clear.hide {
    visibility: hidden;
}

.accf-clear:after {
    font-family: "AccFinderIconFont";
    content: "\e61f";
    color: red;
    font-size: 15px;
    cursor: pointer;
}

.accf-search {
    margin-bottom: 15px;
}

.accf-search-button-clear {
    margin-left: 20px;
}

.accf-or-identifier, .accf-no-or-identifier {
    position: relative;
    top: 10px;
    font-weight: bold;
}

.accf-no-or-identifier {
    visibility: hidden;
}

/*Features Section*/

.accf-features-identifier {
    font-weight: bold;
    padding-top: 40px;
    float: left;
    width: 100px;
}

.accf-feature-reset {
    margin-left: 130px;
    border-top: 1px solid #9d9d9d;
}

.accf-features {
    padding-top: 15px;
    height: 130px;
    border-top: 1px solid #9d9d9d;
    margin-left: 130px;
}

.accf-feature {
    float: left;
    z-index: 100;
}

.accf-feature-min-left {
    float: none;
    padding-top: 60px;
    z-index: 99;
}

.accf-feature-min-right {
    margin-top: -25px;
    z-index: 99;
}

.accf-features-button-header {
    color: #43474a;
    margin: 5px 0;
    font-weight: bold;
}

.accf-features-button-container {
    position: relative;
    float: left;
}

.accf-features-button-container.active .accf-features-button::after {
    content: url(../Images/ic_arrow_select_active.png);
}

.accf-features-button-container.active .accf-features-panel {
    opacity: 1;
    height: auto;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    background-color: #ffffff;
    overflow-y: auto;
}

.accf-features-button {
    background-color: white;
    border: 1px solid #666;
    cursor: pointer;
    outline: medium none;
    position: relative;
    width: 250px;
    margin-right: 15px;
    height: 19px;
    padding: 0 7px 0 7px;
}

.accf-features-button::after {
    content: url(../Images/ic_arrow_select.png);
    float: right;
    top: 49%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    right: -8px;
    font-size: 20px;
}

.selector:not(*:root), .accf-features-button::after {
    transform: translateY(-1px);
    height: 19px;
}

.accf-features-button:hover {
    border: 1px solid black;
}

.accf-search-button {
    width: 80px;
    color: white;
    background-color: #757575;
    border: none;
    border-radius: 6px;
    height: 24px;
    cursor: pointer;
}

.accf-search-button:before {
    content: url(../Images/arrow_btn.png);
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}

.accf-search-button-input {
    width: auto !important;
    background: url(../Images/btn_2.png) no-repeat top right !important;
    border: 0 !important;
    font-size: 12px;
    padding-bottom: 7px;
    padding-right: 7px;
    height: 21px !important;
    line-height: 19px;
    cursor: pointer;
}

.accf-feature-reset-button {
    display: inline-block;
    width: 160px;
    color: white;
    background-color: #757575;
    border: none;
    border-radius: 6px;
    height: 25px;
    cursor: pointer;
    margin-top: 15px;
}

.accf-feature-reset-button:before {
    content: url(../Images/arrow_btn.png);
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}

.accf-feature-reset-button-input {
    width: auto !important;
    background: url(../Images/btn_2.png) no-repeat top right !important;
    border: 0 !important;
    font-size: 12px;
    padding-bottom: 7px;
    padding-right: 7px;
    height: 21px !important;
    line-height: 19px;
    cursor: pointer;
}

.accf-features-headline {
    display: inline-block;
    float: left;
    text-align: left;
}

.accf-features-panel {
    height: 0;
    position: absolute;
    box-sizing: border-box;
    z-index: 2;
    overflow: hidden;
    opacity: 0;
    list-style: none;
    padding: 0;
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
    max-height: 170px;
    width: 250px;
    margin-top: -1px;
}

.accf-features-panel.show {
    opacity: 1;
    max-height: 500px;
}

.accf-features-panel li {
    padding-left: 7px;
    line-height: 1.5;
    margin: 5px 0;
}

.accf-features-panel li:hover {
    background-color: #f4f7f9;
}

.accf-features-panel li a {
    text-decoration: none;
}

.accf-features-li {
    width: 100%;
    cursor: pointer;
}

.accf-accutype-li {
    width: 100%;
    cursor: pointer;
}

.accf-features-li.hide {
    color: #c3c3c3;
    cursor: default;
}

.accf-features-li-reset:after {
    font-family: "AccFinderIconFont";
    content: "\e61f";
    font-size: 12px;
    margin-left: 5px;
    color: red;
}

#content-box-middle ul li {
    background: none;
    padding-left: 8px;
    margin: 0;
}

/*Material Result Section*/
.accf-results {
    padding-top: 30px;
}

.accf-result-header {
    font-weight: bold;
    width: 100px;
    font-size: 18px;
    color: #cc1800;
}

.accf-no-result-section {
    margin-top: 20px;
}

.accf-no-result {
    font-weight: bold;
}

.accf-table-section {
    margin-bottom: 5px;
    padding-bottom: 20px;
}

.accf-table {
    border-collapse: collapse;
    margin-top: 20px;
    width: 100%;
}

.accf-table-thead {
    border: 1px solid #cdcdcd;
}

.accf-table-th {
    border-bottom: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    padding: 4px 8px;
    text-align: left;
    vertical-align: top;
}

.accf-table-tbody {
    border: 1px solid #e6e6e6 !important;
}

.accf-table-tr {
    border-bottom: 1px solid #cdcdcd;
    cursor: pointer;
}

tr:nth-child(even) {
    background-color: #ffffff;
}

tr:nth-child(odd) {
    background-color: #f8f9fa;
}

.accf-table-td, .accf-table-td-right {
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    padding: 4px 8px;
    font-size: 12px;
}

.accf-table-td-right {
    text-align: right;
}

/*Chosen Material Section*/

.accf-result-header-container {
    float: left;
}

.accf-back-container {
    float: right;
    margin-top: 5px;
}

.accf-back {
    color: #cc1800;
    font-weight: bold;
    cursor: pointer;
}

.accf-back-grey {
    color: #dadada;
    font-weight: bold;
}

.accf-mat-image {
    float: left;
    margin: 8px;
    border: 1px solid #b8b8b8;
}

.accf-mat-result-img {
    /*position: absolute;*/
}

.accf-mat-result-table-container {
    position: relative;
    margin-left: 80px;
    margin-top: 10px;
    /*width: 90%;*/
}

.accf-mat-result {
    background-color: #f9f9f9;
    margin-top: 10px;
    height: 85px;
    width: 100%;
    float: left;
    border: 1px solid #b8b8b8;
}

.accf-mat-result-table {
    width: auto !important;
}

.accf-mat-result-th {
    background-color: #f9f9f9;
    font-size: 10px;
    vertical-align: top;
}

.accf-mat-result-td {
    background-color: #f9f9f9;
    padding-top: 10px;
    font-size: 10px;
    vertical-align: top;
}

.accf-mat-result-product-link {
    color: #cc1800;
    font-weight: bold;
    background-color: #e6e6e6;
}

/*Accessory Section*/
.accf-accessory-result {
    margin-top: 40px;
    padding-bottom: 40px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #9d9d9d;
}

.accf-accessory-header {
    font-weight: bold;
    width: 100px;
    font-size: 18px;
    color: #cc1800;
}

.accf-accessory {
    margin-top: 20px;
    width: 100%;
}

.accf-accessory-container-btn {
    background-color: #f9f9f9;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: 1px solid #b8b8b8;
    height: 70px;
    outline: none;
}

.accf-accessory-container-btn-no-display {
    background-color: #f9f9f9;
    cursor: auto;
    width: 100%;
    text-align: left;
    height: 70px;
    outline: none;
    border: 1px solid #b8b8b8;
}

.accf-accessory-container-btn-header {
    color: #cc1800;
    font-size: 16px;
    padding-left: 80px;
    padding-top: 22px;
}

.accf-accessory-container-btn-header-no-display {
    color: #cc1800;
    font-size: 16px;
    padding-left: 80px;
    padding-top: 22px;
}

.accf-accessory-container-btn::after {
    font-family: "AccFinderIconFont";
    color: #cc1800;
    content: url(../Images/ic_open_accordeon_16.png);
    font-size: 20px;
    float: right;
    margin-top: -20px;
    margin-right: 10px;
}

.accf-accessory-container-btn.active::after {
    font-family: "AccFinderIconFont";
    color: #cc1800;
    content: url(../Images/ic_close_accordeon_16.png);
    font-size: 20px;
    float: right;
    margin-top: -20px;
    margin-right: 10px;
}

.accf-accessory-container-no-display {
    background-color: #e6e6e6;
    width: 100%;
    text-align: left;
    border: 1px solid #e6e6e6;
    height: 70px;
    outline: none;
}

.accf-accessory-container-header-no-display {
    font-weight: bold;
    margin-left: 40%;
    margin-top: -17px;
}

.accf-accessory-container-panel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

.accf-accessory-container-panel.show {
    opacity: 1;
    max-height: 1000px;
}

.accf-accessory-table {
    border-collapse: collapse;
    width: 100%;
}

.accf-accessory-table-thead {
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
}

.accf-accessory-table-th {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 5px 0 5px 8px;
    text-align: left;
    vertical-align: top;
}

.accf-accessory-table-th-last {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #b8b8b8;
    padding: 5px 0 5px 8px;
    text-align: left;
    vertical-align: top;
}

.accf-accessory-table-tbody {
    border: 1px solid #b8b8b8 !important;
}

.accf-accessory-table-tr {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #b8b8b8;
    height: 24px;
}

.accf-accessory-table-td {
    border-right: 1px solid #e6e6e6;
    font-size: 12px;
    padding-left: 8px;
}

.accf-accessory-table-td-product-link {
    border-right: 1px solid #b8b8b8;
}

.accf-accessory-add-to-inquirylist {
    cursor: pointer;
    position: relative;
    background: url(../Images/ic_warenkorb.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.accf-accessory-image {
    margin: 3px;
    float: left;
    border: 1px solid #b8b8b8;
}

.accf-accessory-image-no-display {
    margin-left: 3px;
    float: left;
    margin-top: 5px;
    border: 1px solid #b8b8b8;
}

.accf-footer-notes {
    margin-top: 10px;
    float: left;
}

.accf-bottom-box {
    border-top: 1px solid #9d9d9d;
}

.accf-warning-wrap {
    float: left;
    margin-top: 20px;
    width: 26px;
    height: 22px;
    background-image: url(../Images/warning.png);
}

.accf-advice-box {
    margin-left: 50px;
    margin-top: 20px;
}

.accf-advice-header {
    font-weight: bold;
}

.accf-advice {
    margin-top: 5px;
}

.accf-contact-box {
    background-color: #DCDCDC;
    width: 100%;
    margin-top: 20px;
    height: 50px;
    display: table;
    border: #cdcdcd solid;
}

.accf-contact-box span{
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}

.accf-feature-disabled {
    opacity: 0.5;
    cursor: default;
}



