/*Farben auf der Seite
|  #58585A - grey
|  #e5e6e6 - lightergrey
|  #d9dadb - lightgrey
|  #8e1c80 - violet
/*==========================================================================*/


/*_____________________________new__________________________*/

.item-wrapper {
    /*	background-color:#e5e6e6;	padding:15px;	*/
    padding: 0;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lifted {
    box-shadow: 0 0 0 3px #9e319a;
    margin-bottom: 50px;
    margin-top: 10px;
}

.product-info {
    padding: 15px;
    background: #e5e6e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
}

.top {
    margin-bottom: 15px;
}

.bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: auto;
    width: 100%;
}

.product-name {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: none !important;
    font-weight: bold;
}

.product-id {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    color: #b1b1b1;
    font-weight: bold;
}

.product-description_short {
    margin-bottom: 15px;
    font-size: 18px;
}

.product-logo-traceparts {
    width: 110px;
    margin-top: 10px;
}

.more {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-weight: bold;
}

.variant {
    font-weight: bold;
    -ms-flex-positive: 1;
    flex-grow: 1;
}


.size,
span.price,
span.configuratorLink,
span.moreLink {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 15px;
    background-color: #8e1c80;
    color: white;
}

span.configuratorLink a,
span.configuratorLink a:focus,
span.configuratorLink a:active,
span.configuratorLink a:hover,
span.configuratorLink a:visited,
span.moreLink a,
span.moreLink a:focus,
span.moreLink a:active,
span.moreLink a:hover,
span.moreLink a:visited
{
    color: white;
}

.configuratorentry {
    margin-top: 40px;
}

.lbm {
    font-size:18px;
}

.product-thumbnail {
    background: #e5e6e6;
    padding: 15px;
}

.product-sheet {
    display: flex;
    flex-direction: column;
    background: #e5e6e6;
    padding: 15px;
    border-left: 5px solid white;
}

.product-sheet .collapseCert:after {
    content: '-';
    float: right;
    padding-right: 9px;
}

.product-sheet .collapsed.collapseCert:after {
    content: '+';
    padding-right: 7px;
}

.product-sheet .sheet:after {
    content: ' ';
    background: url(../../../files/img/icons/icon-download.svg) left top no-repeat;
    float: right;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: auto;
}

.product-sheet .sheet {
    color: #8e1c80;
}


.product-document-icons {
    margin-top: 10px;
    margin-bottom: 15px;
}

.product-document-icons-header {
    font-size: 18px;
    font-weight: bold;
    color: rgb(142, 28, 128);
    margin-bottom: 5px;
    min-width: 200px;
}

.product-document-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.product-document-icons a.sheet {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}

.product-document-icon {
    width: 40px;
    height: auto;
    margin-right: 0;
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block;
}

.product-traceparts {
    display: none;
}

.product-ausschreiben {
    display: none;
}

/*TEMP*/

.product-thumbnail img {
    border: solid 1px black;
    max-width: 100%;
    height: auto;
    display: block;
}

.text-primary {
    color: #990099;
}

a {
    text-decoration: none !important;
}

.loading {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loading.show {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* center first step */

#step1 .flex-row {
    justify-content: center;
}

.mb-100 {
    margin-bottom: 100px;
}

.steps-wrapper {
    border: 0;
    border-radius: 0;
    min-height: 0;
    position: relative;
    background-color: #e5e6e6;
}

.steps-wrapper .dots {
    float: right;
}

.steps-wrapper .dots>* {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    background-color: #888;
    border-radius: 50%;
}

.steps-wrapper .dots>*.active {
    background-color: #990099;
}

.step .btn-reset {
    margin-top: 30px;
    float: right;
    border-radius: 0;
}

.btn-secondary {
    margin-top: 30px;
    padding: 9px 12px;
    outline: none !important;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-primary {
    background-color: #990099;
    border-color: #990099 !important;
    outline: none !important;
    border-radius: 0;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    margin-top: 30px;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    padding: 9px 12px;
}

.btn-primary:before {
    content: '>';
    margin-right: 10px;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:visited {
    background-color: #710071 !important;
    border-color: #710071 !important;
}

.step hr {
    border-color: #000;
}


/* filter */

.resultswrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: stretch;
}

/* Fix for Firefox: flex items need min-width: 0 to shrink below content width */
.resultswrapper > div:not(.filterwrapper) {
    min-width: 0;
    flex: 1;
}

.filterwrapper {
    border: 0;
    border-radius: 0;
    position: relative;
    background-color: #e5e6e6;
    overflow: visible !important;
    max-height: none !important;
    min-width: 250px;
    width: 250px;
    flex-shrink: 0;
    padding: 15px;
    align-self: stretch;
}

.filterwrapper p {
    font-size: 16px;
}

.filterwrapper label {
    font-size: 14px;
    font-weight: normal;
}

.filter-title {
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}


/* custom inputs */

.input-image-label {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 300px;
    margin-bottom: 30px;
}

.input-image-label input,
.custom-radio input,
.custom-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.input-image-label label {
    position: relative;
    cursor: pointer;
    border: 2px solid #000;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
}

.input-image-label label>* {
    position: relative;
    z-index: 1;
    padding: 15px;
    display: block;
}

.input-image-label label img {
    margin: 0 auto;
}

.input-image-label label .label-title {
    z-index: 3;
    color: #000;
    border-top: 2px solid #000;
    margin-top: auto;
}

.input-image-label label .label-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* background-color:#990099;*/
    opacity: 0;
    z-index: 2;
    transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
}

.input-image-label label:hover .label-title {
    background-color: #990099;
    transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
}

.input-image-label input:checked+label .label-layer,
.input-image-label label:hover .label-layer {
    opacity: 0.5;
}

.input-image-label input:checked+label .label-title,
.input-image-label label:hover .label-title {
    color: #fff;
}

.custom-radio label,
.custom-checkbox label {
    position: relative;
    padding-left: 25px;
    margin: 5px 0;
    cursor: pointer;
}

.custom-radio label:after,
.custom-checkbox label:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid #e5e6e6;
    box-shadow: 0px 0px 0px 1px #000;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
}

.custom-checkbox label:after {
    border-radius: 0;
}

.custom-radio input:checked+label:after,
.custom-checkbox input:checked+label:after {
    background-color: #000;
}

input[type='text'] {
    border: 1px solid #888;
    color: #000;
    padding: 8px 15px;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    height: 40px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #888;
    color: #000;
    padding: 8px 15px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}

.select-styled:active:after,
.select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #000 transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #888;
    max-height:300px;
    overflow: auto;
    list-style: none;
}

.select-options li {
    margin: 0;
    padding: 5px 20px;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    position: relative;
    outline: none !important;
    font-size: 17px;
}

.select-filter input {
    padding: 5px 20px !important;
    font-size: 17px !important;
}

li.app-select__option, .app-select__option span {
    padding: 5px 20px !important;
    font-size: 17px;
}

input.app-select__filter {
    font-size: 17px !important;
    padding: 5px 20px !important;
}

.app-select__options {
    max-height: 300px !important;
}

/* .select-options li:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
} */

.select-options li:before {
  display: none !important;
}

.select-options li:hover, .select-options li:focus {
    color: #888;
    background: #fff;
}

.select-options li:hover:before, .select-options li:focus:before {
    background: #888;
}

.select-filter {
  position: sticky;
  top: 0;
  z-index: 5;
}

.select-filter input {
  width: 100%;
  display: block;
  background: #c8c8c8;
  outline: none !important;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  font: inherit;
  color: #000 !important;
  border: none !important;
}

.select-filter input::placeholder {
  color: #787878 !important;
}

.select-filter-highlight {
  font-weight: bold;
  background: none;
  color: inherit;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  padding: 0 !important;
}

input[type='text'],
.select,
.step .btn-next {
    width: 220px;
}

.option-placeholder,
.btn-edit,
.btn-reset,
.btn-search {
    display: none;
}

.container {
    min-height: 900px;
}

#lieferprogramm {
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width:767px) {
    .item-wrapper {
        flex-direction: column;
    }
    .product-document-icons.row {
        margin-left: 0;
        margin-right: 0;
    }
    .product-thumbnail img {
        max-width: 200px;
        margin: 0 auto 15px 0;
    }
    .bottom {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .price,
    .size {
        margin-left: 0;
        /*margin-top: 10px;*/
    }
    .variant {
        margin-bottom: 10px;
    }
    .product-sheet {
        flex-direction: row;
        border: none;
    }
    .product-sheet .sheet,
    .product-sheet .collapseCert {
        padding: 15px;
    }
    .product-sheet .collapseCert:after {
        padding-left: 5px
    }
    .product-sheet .sheet:after {
        display: none;
    }
    /* Filter above results on mobile */
    .resultswrapper {
        flex-direction: column;
    }
    .filterwrapper {
        width: 100%;
        min-width: 100%;
        order: -1;
        margin-bottom: 20px;
    }
    .product-document-icons {
        flex-direction: column;
    }
    .product-document-icons > div {
        min-width: 0 !important;
        width: 100%;
    }
    .product-document-icons-header {
        min-width: 0;
    }
}

@media (min-width:768px) {
    input[type='text'],
    .select,
    .step .btn-next {
        width: 320px;
    }
}

@media (max-width:991px) {
    .product-sheet .sheet:after {
        display: none;
    }
}

@media (min-width:1200px) {
    .container {
        min-height: 900px;
        width: 1000px;
    }
}

@media (min-width:1900px) {
    .filterwrapper {
        position: fixed;
        z-index: 501;
        left: 30px;
        top: 20px;
        transform: none;
        -webkit-transform: none;
        width: 280px;
        max-height: calc(100vh - 40px) !important;
        overflow-y: auto !important;
    }
}

@media (max-width: 690px) {
    .container {
        min-height: 1005px;
    }
}

@media (max-width: 450px) {
    .container {
        min-height: 1105px;
    }
}

/* No filter results message */
.no-filter-results {
    padding: 20px;
    text-align: center;
    color: #666;
    font-size: 16px;
    background: #f9f9f9;
    border-radius: 4px;
    margin: 20px 0;
}

.no-filter-results p {
    margin: 0;
}
