<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************
 Hier werden alle Ã„nderungen am Haupt CSS bearbeitet 
 Bitte immer kommentieren wo es hingehÃ¶rt !!
**************************/
/*#tpms_li {display: none !important;} /* Muss gelÃ¶scht werden wenn RDKS HÃ¤ndler hat die anliefern !!!! */*/
/* Allgemein */
.form-control-100 { width: 100% !important;}
.popup-overflow-scroll-y { overflow-y: auto; }

/* Validation */
.has-error {
    border: 1px solid #a94442 !important;
    background-color: #f2dede !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;}

.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-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.radiobutton label::before {
    content: "";
    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;
}

.radiobutton 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;
}

.radiobutton input[type="radio"] {
    opacity: 0;
    z-index: 1;
    top: 0;
    position: absolute;
}

.radiobutton input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}

.radiobutton-primary input[type="radio"]:checked + label::before {
    background-color: #e78200;
    border-color: #e78200;
}

.radiobutton-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.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;
}

/* 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;
    color: #505050;
}

.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 &gt; ul &gt; li {
    display: table-cell !important;
    position: relative;
    padding: 5px 20px 5px 0 !important;
    vertical-align: top;
}

.dropdown-menu &gt; ul &gt; li .mega-menu-title {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid #e5e5e5;
    color: #999;
    text-align: left;
}

.dropdown-menu &gt; ul &gt; li .sub-menu { list-style-type: none; min-width: 260px;}

.dropdown-menu &gt; ul &gt; li .sub-menu &gt; li &gt; 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 &gt; ul &gt; li .sub-menu &gt; li &gt; a:hover { color: #e78200;}
#logo {padding: 5px 50px;}

/*.dropdown-menu.show {
    position: absolute;
    top: 65% !important;
}*/

/* 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;
}

/* Footer Masterpage */
.market-button i { color: white !important; }
.market-button {padding-left: 14px !important; width: 180px;}
.site-links { color: white; text-decoration: none;}
.site-links:hover { color: #028fcc;}

/* Suchseite Produkte */
/*@media screen and (-ms-high-contrast:active), screen and (-ms-high-contrast:none)*/
.product-card .product-button-group .product-button &gt; 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;
}

.mobile-filter {
    display: block;
}

.mobile-filter-button {
    display: none;
}

/* 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;
}

.image-frame-xs {
    height: 100px;
    background-color: white;
    text-align: center;
}

.base-product-image {
    max-height: 150px;
    margin: 0 auto;
}

.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 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;
    color: #505050;
}

.chosen-container-single .chosen-single div b{
    background: url('../Framework/chosen-sprite.png') no-repeat 0 14px;
}

.chosen-sm.chosen-container-single .chosen-single {
    height: 32px;
    line-height: 19px;
}

.chosen-sm.chosen-container-single .chosen-single div b {
    background: url('../Framework/chosen-sprite.png') no-repeat 0 7px;
}

.chosen-sm.chosen-container-single .chosen-single span {
    font-size: 12px;
}*/

/* 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: #028fcc;
    color: white;
}

.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 &gt; li {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.configurator .chosen-results &gt; li:nth-child(even) {
    background-color: #f5f5f5;
    color: #333333;
}

.configurator .chosen-results &gt; 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;
}

.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 {
    width: 400px !important;
}

.ddl-configurator .chosen-item-image {
    max-height: 35px;
}

.ddl-configurator .chosen-item-image-div {
    margin-top: 10px;
}

.ddl-configurator .chosen-results &gt; li:nth-child(even) {
    background-color: #f5f5f5;
    color: #333333;
}

.ddl-configurator .chosen-results &gt; li:nth-child(even):hover {
    background-color: #337ab7;
    color: white;
}

.ddl-configurator .chosen-li-noimage .chosen-results &gt; li {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.ddl-configurator .chosen-li-image .chosen-results &gt; li {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.ddl-configurator .motor-data .chosen-drop {
    width: 700px !important;
}

/* 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 &gt; a {
    color: #000000;
    transition: all .3s;
    text-decoration: none;
}

.address-card:hover &gt; a {
    color: #ffffff;
    transition: all .3s;
    text-decoration: none;
}

.address-card.active &gt; a {
    color: #ffffff;
    text-decoration: none;
}

/* Angebotsseite */
.offer-wrapper {
    background: #FFF;
    border: 1px solid #CDD3E2;
    box-shadow: 0px 0px 1px #ccc;
    padding: 20px 40px 60px;
    margin-top: 40px;
    border-radius: 4px;
}

.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;
    background-color: aliceblue;
}

.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;
}

/* Mobile Ansicht */
@media (max-width: 991px) {

    .user-info-wrapper, .list-group.mobile {
        display: none;
    }

    .container {
        padding: 0 20px;
    }

    .mobile-filter {
        display: none;
        margin-bottom: 0px;
    }

    .mobile-filter-button {
        display: block;
        margin-bottom: 20px;
    }

    .always-on-bottom {
        position: unset;
    }
}

/* Konfigurator */
.small-dd dd {margin-bottom: 2px;}

/* Default Seite */
.owl-carousel-background {
    background-image: url('../../../Content/images/home/hero_background.png');
}

.owl-carousel-textbox {
    border: 1px solid #ebebeb !important;
    border-radius: 5px;
    padding: 30px 50px !important;
    background-color: #ffffffda;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.24);
}

.hero-slider &gt; .owl-carousel .owl-prev, .hero-slider &gt; .owl-carousel .owl-next {
    display: none !important;
}

.featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.featured-services-icon {
    display: block;
    text-align: center;
}

.featured-services-icon i {
    font-size: 48px;
    line-height: 1;
    color: #028fcc;
    transition: all 0.3s ease-in-out;
}

.icon-box .title {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 15px;
}

.section-bg {
    background-color: #f6f9fe;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #e7f1fd;
    color: #028fcc;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}

.section-title h3 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 400;
}

.section-title h3 span {
    color: #028fcc;
}

.about .content ul li:first-child {
    margin-top: 35px;
}

.about .content ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.about .content ul i {
    background: #fff;
    box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
    font-size: 24px;
    padding: 20px;
    margin-right: 15px;
    color: #028fcc;
    border-radius: 50px;
}

/*.about .content ul h5 {
    font-size: 18px;
    color: #555555;
}*/

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content ul p {
    font-size: 15px;
}</pre></body></html>