.form-control.error {

    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;

}

.form-group label.error {
    color: red;
}

.cart-adder label {
    margin-right: 10px;
}
.step {
    margin-top: 33px;
}

.step h2 {
    color: #ED8B00;
    text-transform: none;
    margin-bottom: 0;
}

.headline-notselected,
.headline {
    margin-bottom: 0;
    font-size: 18px;
    color: #75787B;
}

.step.step-2 .headline,
.step.step-2 .product,
.step.step-2 .kasten {
    display: none;
}

.step.step-2.selected .headline,
.step.step-2.selected .product,
.step.step-2.selected .kasten {
    display: block;
}

.step.step-2 .headline-notselected {
    display: block;
}

.step.step-2.selected .headline-notselected {
    display: none;
}

.step.step-2.forSale div.requestSale {
    display: none;
}

/*.step.step-2 {*/
/*display: none;*/
/*}*/

.step.step-2 .product {
    margin-bottom: 20px;
    background-color: #EFF8F4;
    border-radius: 10px;
    padding: 20px 20px 40px 20px;
}

.kasten {
    margin: 10px 0 20px 0;
    background-color: #EFF8F4;
    border-radius: 10px;
    padding: 20px;
}

.filter-block.level1,
.filter-block.level2 {
    padding-right: 10px;
}

.filter-item-container {
    border: 0;
    padding: 0;
    margin: 10px 0;
}

.filter-block.level2 .filter-item-container, .filter-block.level3 .filter-item-container {
    display: none;
}

.filter-item {
    color: #666;
    padding: 5px 40px 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent;
    margin-bottom: 5px;
    position: relative;
}

.filter-item:hover,
.filter-item.active {
    background-color: #EFF8F4;
    /*font-weight: bold;*/
    color: #494949;

}

.filter-block.level1 .filter-item .circle,
.filter-block.level2 .filter-item .circle,
.filter-block.level3 .filter-item .circle {
    display: none;
}

.filter-block.level1 .filter-item.active .circle,
.filter-block.level2 .filter-item.active .circle,
.filter-block.level3 .filter-item.active .circle,
.filter-block.level1 .filter-item:hover .circle,
.filter-block.level2 .filter-item:hover .circle,
.filter-block.level3 .filter-item:hover .circle {
    display: block;
}

.filter-item .circle {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 4px;
    background: #fff;
    border-radius: 100%;
    padding: 1px 8px;
    color: #ED8B00;
}

.filter-item .circle .fa {
    font-size: 10px;
}

.filter-item .circle .fa-angle-down {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.metakey {
    color: #494949;
    font-weight: bold;
}

.einzelProdList img {
    border: 1px #ccc solid !important;
    margin: 10px 0;
}

.col.border-right {
    border-right: 1px solid #ccc;
}

@media (max-width: 992px) {
    .col.border-right {
        border-right: 0;
    }
}

.listung p.evn {
    background: #ccc;
    width: 50%;
}

.listung p.evn:after {
    clear: both;
}

.listung p.ueb {
    width: 50%;

}

.listung p {
    float: left;
    display: block;
    margin: 10px 0 0 -10px;
    padding: 5px 0 5px 10px;
    text-align: left;
    width: 136px;
}

br.clearAll {
    clear: both;
}

.modelle-container .model {
    display: none;
}

.tx-rigproducts .row {
    margin-left: -20px;
    margin-right: -20px;
}

.tx-rigproducts .row .row {
    margin-left: 0;
    margin-right: 0;
}
.border-bottom,
.tx-rigproducts .details {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

.tx-rigproducts table {
    border-spacing: 0;
    margin-left: -7px;
}

.tx-rigproducts tr td {
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
}

.tx-rigproducts tr:first-child td {
    /*border-top: 1px solid #ddd !important;*/

}

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th,
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background: transparent;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f9f9f9;
}

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
    border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
    position: absolute;
    top: 0;
    left: 4px;
}

.tx-rigproducts .btn {
    border-radius: 4px;
    margin: 0 !important;
    padding: 5px 0;
}

.spinner {
    width: 100px;
}

.spinner input {
    text-align: right;
    display: inline-block;
    width: 30px;
}

.spinner .btn {
    border-radius: 2px;
    margin: 0 5px !important;
    padding: 10px 0 !important;
    font-size: 10px;
    top: -2px;
    position: relative;
}
.spinner .btn:first-child {
    margin-left: 0 !important;
}
#f-submit,
#addToCart {
    padding: 10px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f7f7f7 !important;
    padding: 0 5px;
    color: black;
}

.btn i.fa {
    padding-right: 6px;
    padding-left: 5px;
}

.forSale div.zeitraum {
    display: none;
}

.table {
    margin-bottom: 2px;
}

select.model-selector {
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: .5em 1em .5em .5em;
    background-color: transparent;
    background-image: url(../Icons/model-selector.png);
    background-position: right;
    background-repeat: no-repeat;
    color: white;
    font-weight: bold;
}
select.model-selector {
}

option {
    background: #222;
    border-top: 1px solid #444;
    padding: .3em 1em .3em 1em;
}


select::-ms-expand {
    display: none;
}

.lt-ie10 select {
    background-image: none;
}


.model-select-cont,
#f-submit,
button.produkt-add#addToCart,
.produkt-add#addToCart,
button.produkt-reset,
.produkt-reset {
    background-color: #9F9F9F;
    border-radius: 5px;
    padding: 0 0 0 10px;
    height: 37px;
    display: block;
    width: 100%;
    margin: 20px 0;
    text-align: left;
}

.model-select-cont {
    height: 35px;
}

button.produkt-add#addToCart,
.produkt-add#addToCart {
    background-color: #ed8b00;
    width: 50%;
}

#f-submit {
    background-color: #ed8b00;
    height: 60px;
    margin-top: 13px;
}

.reset-text {
    padding: 6px 5px 6px 0;
    display: block;
    color: white;
    float: left;
}

.border-vert {
    border-left: 1px solid #fff;
    height: 100%;
    display: block;
    float: right;

}

#f-submit .circle,
.produkt-add#addToCart .circle,
.produkt-reset .circle {
    display: block;
    float: right;
    color: #9F9F9F;
    margin: 6px 9px 2px 9px;
    padding: 0;
    background-color: white;
    border-radius: 100%;
    width: 25px;
    height: 24px;
    text-align: center;
}

.produkt-reset .circle .fa {
    font-size: 21px;
}

#f-submit .circle .fa,
.produkt-add#addToCart .circle .fa {
    font-size: 15px;
    color: #ed8b00;
    margin-top: 5px;
    margin-left: 1px;
}

#f-submit .circle {
    width: 40px;
    height: 40px;
    color: #9F9F9F;
    margin-top: 9px;
}

#f-submit .circle .fa {
    font-size: 36px;
    margin-top: 1px;
    margin-left: 2px;
}

.headline-notselected .produkt-reset {
    width: 65%;
}

.headline-notselected .reset-text {
    font-size: 15px;
}

.form-control {
    height: 34px;
}
.submitter {
    margin-bottom: 0;
}
#datepicker input {
    height: 35px;
}
#f-anmerkung {
    height: 230px;
}
.modal-content .fa-times,
.tx-rigproducts .fa-times {
    font-size: 14px;
    top: -2px;
    position: relative;
}

.modal-content .btn-grey,
.tx-rigproducts .btn-grey {
    background-color: #9F9F9F;
    border-radius: 100%;
    padding: 0;
}

.modal-content .btn-grey:hover,
.tx-rigproducts .btn-grey:hover {
    background-color: #E14434;
}

.produkt-col1 {
    width: 55%;
}

.produkt-col2 {
    width: 15%;
}

.produkt-col3 {
    width: 10%;
}

.produkt-col4 {
    width: 15%;
}

.produkt-col5 {
    width: 5%;
}

.specialcontent {
    display: block;
    height: 87px;
}
.specialcontent .pdf {
    padding-top: 7px;
}
.specialcontent .name {
    /*font-size: 15px;*/
}

.specialcontent .extension {
    padding-left: 50px;
    color: #75787b;
}

#schritt3 .specialcontent .extension {
    padding-left: 0;
}

#schritt3 .produkt-reset {
    background: #ed8b00 !important;
}

#schritt2 {
    display: block !important;
}

.modal-body h2.step4 {
    display: none;
}


.cart-adder .col-md-6 .col-md-5 {
    padding-left: 0;
}