/*************************
 Hier werden alle Änderungen am Haupt CSS bearbeitet 
 Bitte immer kommentieren wo es hingehört !!
**************************/

/* Allgemein */
.form-control-100 { width: 100% !important;}
.popup-overflow-scroll-y { overflow-y: auto; }
.border-r1 {border-radius: 5px;}


/* Validation */
.has-error {
    border: 1px solid #a94442 !important;
    background-color: #f2dede !important;
}

/* Warenkorb-Animation */
.panel-basket-animation {
    position: fixed;
    top: 200px;
    right: 25px;
    z-index: 50;
    width: 400px;
    font-size: 14pt;
    background-color: rgba(225,250,255,1);
    color: #2196f3;
    border-color: black;
    border-width: 2px;
}

/* Warenkorb-Animation */
.panel-basket-animation-already {
    position: fixed;
    top: 200px;
    right: 25px;
    z-index: 50;
    width: 400px;
    font-size: 14pt;
    background-color: rgba(255,224,172,1);
    color: #ffa000;
    border-color: black;
    border-width: 2px;
}

/* Toast Animation */
.toast-panel {
    border: 1px solid #201d1d;
    border-radius: 4px;
    padding: 25px 20px;
    background-color: #201d1d;
    color: white;
    margin-bottom: 10px;
    box-shadow: 0 7px 10px -4px rgba(0,0,0,0.2);
    min-width: 400px;
}

.toast-panel-danger {
    border: 1px solid #f44336 !important;
    background-color: #f44336 !important;
    color: #ffffff !important;
}

.toast-panel-warning {
    border: 1px solid #f09600 !important;
    background-color: #f09600 !important;
    color: #ffffff !important;
}

.toast-panel-success {
    border: 1px solid #439a46 !important;
    background-color: #439a46 !important;
    color: #ffffff !important;
}

.position-fixed-right {
    position: fixed !important;
    top: 2%;
    right: 2%;
    z-index: 1007;
}

/* Datepicker Erweiterung */
.ui-datepicker .ui-datepicker-buttonpane button {
    font-size: 12px !important;
}

.ui-datepicker .ui-datepicker-header {
    background-color: #028fcc;
    color: white;
}

.ui-widget-header .ui-icon {
    background-image: url('../Framework/images/ui-icons_ffffff_256x240.png');
}

/*Border für geänderte Artikel*/
.border-article-changed
{
    box-sizing: border-box;
    border: 3px solid #f44336 !important;
}

/*Hint-Popup*/
.ajax_modalbackground {
    background-color: #FFFFFF;
    filter: alpha(opacity=60);
    opacity: 0.6;
    width: 100% !important;
    -moz-opacity: 0.6;
}

.ajax_modalbackground_dark {
    background-color: #000000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    width: 100% !important;
}

.modal-header-danger {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #d43f3a;
    color: white;
    border-radius: 6px 6px 0 0;
    /*font-weight: bold;*/
    font-size: 21px;
}

.modal-header-secondary {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #efefef;
    color: #767676;
    border-radius: 6px 6px 0 0;
    font-size: 21px;
}

.modal-header-warning {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #ec971f;
    color: white;
    border-radius: 6px 6px 0 0;
    /*font-weight: bold;*/
    font-size: 21px;
}

.modal-header-success {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #449d44;
    color: white;
    border-radius: 6px 6px 0 0;
    /*font-weight: bold;*/
    font-size: 21px;
}

.modal-header-primary {
    padding: 15px;
    border-bottom: 1px solid #028fcc;
    background-color: #028fcc;
    color: white;
    border-radius: 6px 6px 0 0;
    /*font-weight: bold;*/
    font-size: 21px;
}

.modal-header-info {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #028fcc;
    color: white;
    border-radius: 6px 6px 0 0;
    /*font-weight: bold;*/
    font-size: 21px;
}

/* Bootstrap Erweiterung */
.navbar {padding: 0 !important;}
.shop-sorting .chosen-container-single .chosen-single { height: 46px; line-height: 46px; text-align: left !important;}
.shop-sorting .chosen-container-single .chosen-single div b { background: url("../Framework/chosen-sprite.png") no-repeat 0 14px;}
.shop-sorting .chosen-container-active.chosen-with-drop .chosen-single div b {background-position: -18px 14px;}
.shop-sorting .chosen-container .chosen-results {text-align: left !important;}

.btn-outline-default {border: 1px solid #cccccc !important;}
.text-grayed {color: #d1d1d1;}

.card.card-body.card-address:hover {
    border-color: #028fcc !important;
    color: white !important;
    background-color: #028fcc !important;
}

.card.card-body.card-address-store {
    background-color: #f0f8ff !important;
}

.form-control-blue {
    border-radius: 0px;
    border: none;
    color: #4e73df;
    font-weight: 700;
    padding-left: 0px;
    padding-bottom: 0px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
}

.fa-6x { font-size: 6em; }
.fa-7x { font-size: 7em; }
.fa-8x { font-size: 8em; }
.fa-9x { font-size: 9em; }
.fa-10x { font-size: 10em; }

.form-group span {
    margin-bottom: 5px;
    padding-left: 0px;
    font-size: 12px;
    font-weight: 500;
    display: block;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    top: 0;
    position: absolute;
}

.checkbox label:before, .checkbox label:after {
    content: "";
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #e78200;
    border-color: #e78200;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radiobutton label {
    display: inline;
    vertical-align: middle;
    position: relative;
    padding-left: 8px;
    padding-top: 2px;
}

.has-error.checkbox {
    border: none !important;
    background-color: inherit !important;
}

.has-error.checkbox label::before {
    border: 1px solid #a94442 !important;
    background-color: #f2dede !important;
}

.has-error.checkbox-primary input[type="checkbox"]:checked + label::before {
    color: #505050;
    border-color: #e78200 !important;
    background-color: #e78200 !important;
}

.card-body {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/*.aspNetDisabled, .disabled {
    background-color: #eaeaea !important;
    border: 1px solid #ababab !important;
    color: #969494 !important;
    cursor: not-allowed;
}*/

.radiolist label {
    margin-left: 10px;
    margin-bottom: 0px;
}

.alert-danger-line {
    border: 1px solid #e5e5e5 !important;
    border-left: 1px solid #f44336 !important;
    border-radius: 0px 5px 5px 0;
}

.card-alert-danger {
    border-radius: 0px 5px 5px 0px;
    border-left-color: red;
    border-left-width: 2px;
    background-color: #ff000008;
}

.text-overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-black-25 {
    color: rgb(0 0 0 / 25%) !important;
}

.text-black-70 {
    color: rgb(0 0 0 / 70%);
}

.text-checkout-active {
    color: white !important;
}

/* Chosen Erweiterung*/
.chosen-container-single .chosen-single {
    height: 46px;
}

.chosen-container-single .chosen-single span {
    padding-top: 7px;
    font-size: 14px;
    font-weight: normal;
    font-family: "Rubik",Helvetica,Arial,sans-serif, 'FontAwesome';
    color: #505050;
}

.chosen-container .chosen-results {
    font-family: "Rubik",Helvetica,Arial,sans-serif, 'FontAwesome';
}

.chosen-container-single .chosen-single div b {
    background: url('../Framework/chosen-sprite.png') no-repeat 0 14px;
}

.chosen-nosearch.chosen-container-single .chosen-search {
    display: none;
}

.chosen-sm.chosen-container-single .chosen-single {
    height: 34px;
}

.chosen-sm.chosen-container-single .chosen-single span {
    padding: 0px;
}

.chosen-sm.chosen-container-single .chosen-single div b {
    background: url(../Framework/chosen-sprite.png) no-repeat 0 8px;
}

/* TECUpload-Klassen */
.input-group .input-group-btn-upload {
    right: 0px !important;
}

.input-group .input-group-btn-upload .btn {
    margin-right: 0px !important;
    padding: 0 10px !important;
}

/* Toolbar Masterpage */
.badge-capital {
    font-size: 11px;
    position: absolute;
    top: -6px;
}

.dropdown-menu > ul > li {
    display: table-cell !important;
    position: relative;
    padding: 5px 20px 5px 0 !important;
    vertical-align: top;
}

.dropdown-menu > ul > li .mega-menu-title {
    display: block;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    color: #999;
    text-align: left;
}

.dropdown-menu > ul > li .sub-menu { list-style-type: none; min-width: 260px;}

.dropdown-menu > ul > li .sub-menu > li > a {
    display: block;
    position: relative;
    padding: 0 20px 0 0 !important; 
    transition: color .3s;
    color: #505050;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}

.dropdown-menu > ul > li .sub-menu > li > a:hover { color: #e78200;}
#logo {
    padding: 23px 20px 0px;
}

/* Suchbox Masterseite */
.searchbox-input-group-addon {
    border-radius: 0px !important;
}

/* Brands Rotator Masterpage */
.owl-item-brands {
    border: 1px solid #80808094;
    border-radius: 5px;
    padding: 20px;
    background-color: white;
    margin-right: 5px;
}

.hero-item {min-height: 700px;}
@media (max-width: 1100px) {
    .hero-item {
        min-height: auto !important;
    }
}

/* Footer Masterpage */
.market-button i { color: white !important; }
.market-button {padding-left: 14px !important; width: 145px;}
.site-links { color: white; text-decoration: none;}
.site-links:hover { color: #028fcc;}
.fa-klarna {
    font-size: 25px !important;
    font-weight: bold;
    color: white;
    font-family: sans-serif;
}

/* Suchseite Produkte */
/*@media screen and (-ms-high-contrast:active), screen and (-ms-high-contrast:none)*/
.product-card .product-button-group .product-button > span {
    display: inline;
    opacity: 1;
    bottom: 16px;
}

.product-button-blue {background-color: #e78200 !important; color: white !important;}

.salesprice-button {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 0px 10px;
    background: #f5f5f5;
}

.testreport-badge {
    width: 250px;
    display: block;
    word-wrap: break-word;
    font-size: 12px;
    border: 1px solid #a59121;
    border-radius: 5px;
    padding: 10px;
    background-color: #ffeb00;
}

.no-hits-alert {
    border-top: 1px solid #e5e5e5;
    padding-top: 120px;
    margin-top: 2px;
}

.no-hits-alert::before {
    display: block;
    position: absolute;
    top: 47px;
    left: 15px;
    width: 132px;
    height: 1px;
    background-color: #028fcc;
    content: '';
}

/* Produkt Detailseite */
.table-sm td { padding: 0 10px !important;}

.article-longtext .collapse, .article-longtext .collapsing {
    height: 250px;
}

.article-longtext .collapse {
    position: relative; /* For ...'s content absolute positioning */
    display: block;
    overflow: hidden;
}

.article-longtext .collapse.show {
    height: auto; /* You need to reset the height when not collapsed */
}

.article-longtext .collapse.show:before {
    display: none; /* Of course you don't want to display ... */
}

/* Warenkorbseite */
.payment_panel {
    display: block;
    position: relative;
    padding: .85rem 1.25rem;
    color: #232323;
    font-size: 16px;
    text-decoration: none;
}

.input-group-small {
    width: 95px;
}

.input-group .button-minus,
.input-group .button-plus {
    line-height: 0px;
    height: 10px;
    padding: 10px 5px;
}

.input-group .value-box {
    border-radius: 0px !important;
    height: 22px;
    padding-left: 19px;
}

.card-body-small {
    padding: 0px 10px;
}

.table td.card-article-desc {
    width: 600px;
}

.table td.card-article-image {
    width: 200px;
}

.textbox-small {height: inherit !important;}

/* Kontakt Seite */
    .contact-map {
    width: 100%;
    height: 385px;
    margin-bottom: 50px;
}

.contact-map iframe {
    width: 100%;
    height: 385px;
    margin-bottom: 70px;
    border: none;
}

.container {
    padding: 2rem 0rem;
}

.modal-dialog {
    margin-top: 0rem;
    max-width: 100%;
    margin-left: 0rem;
    margin-left: 0rem;
}

.modal-body-cookie {
    padding: 30px;
}

.modal-content-cookie {
    border-radius: 0px;
    border: none;
    background-color: #505050;
    color: white;
}

/* Produktbilder */
.image-frame {
    height: 150px;
    background-color: white;
    text-align: center;
    position: relative;
}

.image-frame-xs {
    height: 100px;
    background-color: white;
    text-align: center;
}

.base-product-image {
    max-height: 150px;
    margin: 0 auto;
    width: auto !important;
}

.basket-flyout-product-image {
    max-height: 80px;
    margin: 0 auto;
}

.basket-product-image {
    max-height: 100px;
    margin: 0 auto;
    width: auto !important;
}

.season-overlay {
    position: absolute;
    left: 0;
    top: 0;
}

.season-overlay-xs {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
}

.base-product-image-large {
    max-width: 250px;
    max-height: 250px;
    margin: 0 auto;
}

.base-product-image-xs {
    max-height: 100px;
    margin: 0 auto;
}

/* Erweiterung Fontawesome Bilder */
.fa-gas {
    background: url(../../images/product-details/gas_icon.png) no-repeat left center;
    padding: 10px 10px;
    float: left;
    opacity: 0.6;
}

.fa-rain {
    background: url(../../images/product-details/rain_icon.png) no-repeat left center;
    padding: 10px 10px;
    float: left;
    opacity: 0.6;
}

.fa-sound {
    background: url(../../images/product-details/sound_icon.png) no-repeat left center;
    padding: 10px 10px;
    float: left;
    opacity: 0.6;
}

.fa-snowflake {
    background: url(../../images/3pmsf_symbol.png) no-repeat left center;
    padding: 14px 15px;
    float: left;
    opacity: 0.6;
}

/* Bootstrap Switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 19px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.silder-silver {
    background-color: #ccc !important;
}

.slider-handle {
    background-image: linear-gradient(to bottom, #0d91ff 0%, #2e6da4 100%);
}

.slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider, input:checked + .slider.slider-silver {
    background-color: #2196F3 !important;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Angebots Band */
.sale-band {
    width: 200px;
    position: absolute;
    top: 16px;
    left: -64px;
    transform: rotate(-40deg);
    z-index: 1;
    font-size: 14px;
    padding: 3px 0 3px 0;
    background: #d80000 /*#028fcc*/;
    color: #fff;
    text-align: center;
}

/* Produktdetails */
.retailer-list {
    max-height: 715px;
    overflow-y: auto;
}

.retailer-list::-webkit-scrollbar, .scrollbar-small::-webkit-scrollbar {
    width: 10px;
}

.retailer-list::-webkit-scrollbar-track, .scrollbar-small::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.retailer-list::-webkit-scrollbar-thumb, .scrollbar-small::-webkit-scrollbar-thumb {
    background: #888;
}

.retailer-list::-webkit-scrollbar-thumb:hover, .scrollbar-small::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Icons für die Modal PopUp (sweetAlert Style) */
.icon {
    width: 80px;
    height: 80px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 20px auto;
}

.icon-error {
    border-color: #f27474;
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s;
}

.icon-error-x-mark {
    position: relative;
    display: block;
    -webkit-animation: animateXMark .5s;
    animation: animateXMark .5s;
}

.icon-error-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px;
}

.icon-error-line-left {
    -webkit-transform: rotate( 45deg);
    transform: rotate( 44deg);
    left: 17px;
}

.icon-error-line-right {
    -webkit-transform: rotate( -45deg);
    transform: rotate( -45deg);
    left: 17px;
}

.icon-success {
    border-color: #a5dc86;
}

.icon-success-line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.icon-success-line-long {
    width: 47px;
    right: -72px;
    top: 38px;
    -webkit-transform: rotate( -45deg);
    transform: rotate( -45deg);
}

.icon-success-line-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
}

.icon-warning {
    border-color: #eea236;
}

.icon-warning-line {
    height: 5px;
    background-color: #eea236;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.icon-warning-line-long {
    width: 38px;
    left: 21px;
    top: 31px;
    -webkit-transform: rotate( 90deg);
    transform: rotate( 90deg);
}

.icon-warning-dot {
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    width: 7px;
    left: 39px;
    top: 60px;
}

.icon-info {
    border-color: #46b8da;
}

.icon-info-line {
    height: 5px;
    background-color: #46b8da;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.icon-info-line-long {
    width: 38px;
    left: 21px;
    top: 46px;
    -webkit-transform: rotate( 90deg);
    transform: rotate( 90deg);
}

.icon-info-dot {
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    width: 7px;
    left: 39px;
    top: 14px;
}

/* Chosen DropDown für Konfigurator */
ul.configurator {
    margin-bottom: 0px !important;
}

.configurator .nav-item a {
    font-size: 12px !important;
}

.configurator .nav-link {
    padding: 9px;
}

.configurator .nav-link.active {
    background-color: #f8f9fa !important;
    color: black !important;
}

.configurator.card-body {
    background-color: #f8f9fa;
}
.configurator .chosen-single {
    height: 50px !important;
    padding: 5px 0 0 8px !important;
}

.configurator .chosen-single span {
    padding-top: 3px;
}

.configurator .chosen-results {
    max-height: 450px !important; 
}

.configurator .chosen-drop {
    width: 400px !important;
}

.configurator_normal .chosen-drop {
    width: 350px !important;
}

.configurator_big .chosen-drop {
    width: 800px !important;
}

.configurator_visual .chosen-drop {
    width: 700px !important;
}

.configurator .chosen-results > li {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.configurator .chosen-results > li:nth-child(even) {
    background-color: #f5f5f5;
    color: #333333;
}

.configurator .chosen-results > li:nth-child(even):hover {
    background-color: #337ab7;
    color: white;
}

.configurator .chosen-item-image {
    max-height: 40px;
}

.configurator .chosen-item-image-div {
    margin-top: 10px;
}

.configurator-car-panel {
    background-image: url(../../images/car_background.png);
    background-repeat: no-repeat;
    height: 460px;
}

.card-title.configurator {
    margin-bottom: 3px;
    color: #7b7b7b;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}

.configurator-click-me {
    position: absolute;
    left: 15px;
    top: 38px;
    z-index: 1001;
}

.configurator-winter-symbol {
    position: absolute;
    left: 165px;
}

/* Chosen für den DropDown Konfigurator (Auto und Motorrad) */
.ddl-configurator.card-body {
    padding-top: 10px !important;
    padding-bottom: 2px !important;
}

.ddl-configurator .chosen-single span {
    padding-top: 3px;
}

.ddl-configurator .chosen-results {
    max-height: 450px !important;
}

.ddl-configurator .chosen-drop {
    min-width: 400px !important;
}

.ddl-configurator .chosen-item-image {
    max-height: 35px;
}

.ddl-configurator .chosen-item-image-div {
    margin-top: 10px;
}

.ddl-configurator .chosen-results > li:nth-child(even) {
    background-color: #f5f5f5;
    color: #333333;
}

.ddl-configurator .chosen-results > li:nth-child(even):hover {
    background-color: #337ab7;
    color: white;
}

.ddl-configurator .chosen-li-noimage .chosen-results > li {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.ddl-configurator .chosen-li-image .chosen-results > li {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.ddl-configurator .motor-data .chosen-drop {
    width: 700px !important;
}

.ddl-configurator .chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #ddd9d9 !important;
    border-radius: 0px !important;
    background: url(chosen-sprite.png) no-repeat 100% -20px, #fff;
}

/* Komfortsuchpanels */
.highlight-panel {
    border: 1px solid #e5e5e5;
    background-color: #f8f9fa;
    padding: 10px 15px;
}

/* Lieferadressauswahl */

.address-card {
    background-color: #f5f5f5;
    transition: all .3s;
}

.address-card:hover {
    background-color: #028fcc;
    transition: all .3s;
}

.address-card.active {
    background-color: #028fcc;
}

.address-card > a {
    color: #000000;
    transition: all .3s;
    text-decoration: none;
}

.address-card:hover > a {
    color: #ffffff;
    transition: all .3s;
    text-decoration: none;
}

.address-card.active > a {
    color: #ffffff;
    text-decoration: none;
}

/* Angebotsseite */
.offer-wrapper {
    background: #FFF;
    border: 1px solid #CDD3E2;
    box-shadow: 0px 0px 1px #ccc;
    padding: 40px 40px 60px;
    margin-top: 40px;
    border-radius: 4px;
    margin: 0 auto;
}

.offer-wrapper .retailer-section {
    line-height: 25px;
    color: #444;
    text-align: right;
}

.offer-wrapper .customer-section {
    padding-top: 20px;
    line-height: 22px;
    margin-bottom: 40px;
}

.offer-wrapper .line-items .items {
    margin-top: 8px;
    border-bottom: 2px solid #EBECEE;
    padding-bottom: 8px;
}

.offer-wrapper .line-items .headers {
    color: #A9B0BB;
    font-size: 13px;
    letter-spacing: .3px;
    border-bottom: 2px solid #EBECEE;
    padding-bottom: 4px;
}

.offer-wrapper .line-items .items .item {
    padding: 5px 0;
    color: #696969;
    font-size: 15px;
}

.offer-wrapper .line-items .total .extra-notes {
    float: left;
    width: 40%;
    text-align: left;
    font-size: 13px;
    color: #7A7A7A;
    line-height: 20px;
}

.offer-wrapper .line-items .total .field {
    margin-bottom: 7px;
    font-size: 14px;
    color: #555;
}

.offer-wrapper .season-overlay { left: inherit; }

.offer-wrapper .form-control {
    border: none;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0px;
    height: 30px;
    font-size: 14px;
}

.offer-wrapper .form-control-normal.form-control {
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    height: 46px;
}

.disabled-overlay {
    background-color: #FFFFFF;
    filter: alpha(opacity=30);
    opacity: 0.3;
    -moz-opacity: 0.3;
}

.disabled-overlay.aspNetDisabled, .disabled-overlay.disabled,
.disabled-overlay .radiolist .aspNetDisabled {
    background-color: inherit !important;
    border: inherit !important;
    color: #969494 !important;
    cursor: not-allowed;
}

/* Kunden Bestellliste */
.btn-group.btn-group-orders {
    margin-top: 0px !important;
}

.btn-link-order {
    height: auto;
    line-height: 10px;
    padding: 0px;
    text-decoration: none;
    color: #2e49ab;
}

.btn-link-order:hover {
    color: #028fcc;
}

.dropdown-delivery-toggle {
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 5px !important;
}

.dropdown-delivery-chevron {
    margin-top: -2px;
    color: #2e49ab;
}

/* Checkout Seite */
.textarea-lg {
    width: 100%;
    height: 300px !important;
}

/* Default Seite */
.search-panel {
    border: 2px solid #b3b4b5;
    border-radius: 8px;
    width: 550px;
    position: absolute;
    top: 30%;
    left: 180px;
    z-index: 9999;
    background-color: #fffffff0;
}

.search-panel .tab-content{
    overflow: unset !important;
}

.bg-search-panel {
    background-color: #f5f5f500 !important;
}

.bg-danger-light {
    background-color: #ff857961 !important;
    color: #78261f !important;
    border: 1px solid #78261f !important;
}

/* Alufelgen Produktkacheln */
.product-card.product-card-rim {
    border: none !important;
}

.product-card-rim .product-button-group {
    border-top: none !important;
}

.product-card-rim .product-button-group .product-button:first-child {
    border-left: none !important;
}

.product-card-rim .product-button-group .product-button {
    height: unset !important;
}

/* OffCanvas Sidebar Menu */
.screen-overlay {
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.screen-overlay.show {
    transition: opacity .5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.offcanvas {
    width: 450px;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all .2s;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0,0,0, .2);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
}

.offcanvas.offcanvas-right {
    right: 0;
    left: auto;
    transform: translateX(100%);
    overflow-y: auto !important;
}

.offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    transition: transform .2s;
}

.offcanvas-title-blue {
    background-color: aliceblue;
    border-bottom: 1px solid #dee2e6;
}

/* Mega Menu */
.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px;
    width: 650px;
    max-height: 300px;
    overflow-y: auto;
}

/* Kunden Dashboard */
.news p {
    margin: 0;
}

/* Kalkulation */
.text-gray-100 {
    color: #f8f9fc !important;
}

.text-gray-200 {
    color: #eaecf4 !important;
}

.text-gray-300 {
    color: #dddfeb !important;
}

.text-gray-400 {
    color: #d1d3e2 !important;
}

.text-gray-500 {
    color: #b7b9cc !important;
}

.text-gray-600 {
    color: #858796 !important;
}

.text-gray-700 {
    color: #6e707e !important;
}

.text-gray-800 {
    color: #5a5c69 !important;
}

.text-gray-900 {
    color: #3a3b45 !important;
}

/* Bestellübersicht */
#PosArticleTitle{
    display:block;
    font-weight:bold
}

/* Login Seite */
.login-section {
    border-right: 1px solid #dee2e6;
    padding-right: 3rem;
}

.register-section {
    padding-left: 3rem;
}

/* Produkt-Watermark */
.product-thumb .branding-overlay {
    position: absolute;
    left: 0px;
    /*background-color: white !important;*/
    top: 45%;
    display: block;
    width: 100%;
    height: auto;
}

.image-frame .branding-overlay {
    position: absolute;
    left: 0px;
    /*background-color: white !important;*/
    top: 60%;
    display: block;
    width: 100%;
    height: auto;
}