
    .btn{
    min-height: unset;
    }



    /*######General######*/

    /*Default Font Size*/
    html{
    font-size: 14px;
    }
    /*fix for font size in buttons if font size is unter 16px*/


    /*Font Family(ies)*/
    body,
    .tooltip, .popover, h2, p,  .main-footer .left span, .main-footer .right, .navbar.navbar-main .top-menu-wrapper .navbar-brand,
    .sidebar.sidebar-main a span,
    .iw-aside-navigator-wrapper .iw-aside-container section .section-header .title,
    .full-page section .section-header .title,
    .iw-stepper .iw-step .circle,
    .page-container-register .title,
    .page-container-landing-page .title,
    .page-container-checkout section .section-header
    {
    font-family:Poppins !important;
    }


    /*headers and tabs color*/
    .iw-aside-navigator-wrapper .iw-aside-container section .section-header .title,
    section .section-header .title,
    .iw-ribbon .bg-ribbon,
    .text-primary,
    .iw-aside-navigator-wrapper .iw-aside-navigator .card .price,
    .iw-aside-navigator-wrapper .iw-aside-navigator .card .menu .list-group-item.active i,
    .nav-tabs .nav-link:hover:not(.active),
    .iw-catalogue-wrapper .product .info-area .title a:hover,
    .iw-catalogue-wrapper .modal .product .info-area .title a:hover,
    .iw-catalogue-wrapper .product.preview .price,
    .iw-catalogue-wrapper .modal .product.preview .price
    {
    color:#E4003A !important;
    }

    /*bookmark (bg-ribbon) color*/
    .iw-ribbon .fg-ribbon
    {
    background: #E4003A !important;
    width:auto !important;
    }

    .page-link, .page-link:hover, a, a:hover,
    .checkbox-icon,
    input[type="checkbox"]:checked ~ i span:nth-of-type(1),
    input[type="radio"]:checked ~ i span:nth-of-type(1),
    input[type="checkbox"]:checked ~ i span:nth-of-type(2),
    input[type="radio"]:checked ~ i span:nth-of-type(2),
    input[type="checkbox"]:not(:checked) ~ i span:nth-of-type(1),
    input[type="radio"]:not(:checked) ~ i span:nth-of-type(1),
    .iw-stepper .iw-step,
    .slick-prev::before, .slick-next::before,
    .content-product-details #iw-aside-scroll-container #iw-product-section-features .list-group-item.active i,
    .info-tooltip.btn.btn-plain,
    .progressrim .percent .number span,
    .btn-link:hover, .btn.btn-glyph:hover
    {
    color:#E4003A;
    }

    .btn-link, .btn.btn-glyph{
    color:#E4003Ae6;
    }

    .progressrim svg circle:nth-child(2){
    stroke:#E4003A;
    }

    .iw-stepper .iw-step .circle{
    }
    .iw-stepper .iw-step.current .circle{
    background-color:#E4003Ae6;
    }

    .nb-stepper-step {
    color: #E4003A;
    }

    .nb-stepper-step.nb-stepper-step--completed::after {
    background-color: #E4003A;
    }

    .nb-stepper-step.nb-stepper-step--current .nb-stepper-step__circle, .nb-stepper-step.nb-stepper-step--current::after {
    background-color: #E4003A;
    }

    .stepper-step.nb-stepper-step--current .nb-stepper-step__text {
    color: #E4003A;
    }

    .stepper-step.nb-stepper-step--current .nb-stepper-step__circle {
    background-color: #E4003A;
    }

    .nb-stepper-step.nb-stepper-step--current .nb-stepper-step__text {
    color: #E4003A;
    }

    .nb-stepper-step.nb-stepper-step--completed .nb-stepper-step__text {
    color: #E4003A;
    }

    .form-control:focus{
    border-color:#E4003A4c;
    }

    option:hover {
    box-shadow: 0 0 10px 100px red inset;
    }

    .badge-primary,
    .iw-stepper .iw-step::after,
    .iw-stepper .iw-step + .iw-step::after,
    .select2-container--bootstrap4 .select2-results__option--highlighted,
    .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"],
    .btn-action:hover,
    .content-product-details #iw-aside-scroll-container .iw-product-section-editions .edition-wrapper .edition .addon-item.card:hover .card-footer .buttons-wrapper{
    background-color:#E4003A;
    }
    .bg-primary{
    background-color:#E4003A !important;
    }

    .select2-container--bootstrap4.select2-container--focus .select2-selection{
    border-color: #E4003A99;
    box-shadow: 0 0 0 .2rem #E4003A4d;
    }

    .sidebar.sidebar-main a::after,
    .iw-aside-navigator-wrapper .iw-aside-navigator .card,
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.active .nav-link{
    border-color:#E4003A;
    }

    .sidebar.sidebar-main a::before{
    border-color:#E4003A30 !important;
    }

    .iw-aside-navigator-wrapper .iw-aside-navigator .card .menu .list-group-item.active{
    border-left-color:#E4003A;
    border-right-color:#E4003A;
    }

    .custom-select:focus
    {
    border-color:#E4003A4d;
    }
    /*BUTTONS*/
    :root {
    --nb-primary-button-background-color: #E4003A;
    --nb-primary-button-border-color:     #E4003A;

    --nb-primary-button-background-color--hover: #E4003A;
    --nb-primary-button-border-color--hover:     #E4003A;

    --nb-primary-button-background-color--active: #E4003A;
    --nb-primary-button-border-color--active:     #E4003A;

    --nb-primary-button-background-color--focus: #E4003A;
    --nb-primary-button-border-color--focus:     #E4003A;

    --nb-secondary-button-border-color: #E4003A;
    --nb-secondary-button-text-color:   #E4003A;

    --nb-secondary-button-background-color--hover: #E4003A40;
    --nb-secondary-button-border-color--hover:     #E4003A;
    --nb-secondary-button-text-color--hover:       #E4003A;

    --nb-secondary-button-background-color--active: #E4003A40;
    --nb-secondary-button-border-color--active:     #E4003A;
    --nb-secondary-button-text-color--active:       #E4003A;

    --nb-secondary-button-background-color--focus:           #E4003A40;
    --nb-secondary-button-border-color--focus: border-color: #E4003A;

    --nb-outline-primary-button-border-color: #E4003A;
    --nb-outline-primary-button-text-color: #E4003A;

    --nb-outline-primary-button-background-color--hover: #E4003A40;
    --nb-outline-primary-button-border-color--hover:     #E4003A;
    --nb-outline-primary-button-text-color--hover:       #E4003A;

    --nb-outline-primary-button-background-color--focus: #E4003A40;
    --nb-outline-primary-button-border-color--focus:     #E4003A;
    --nb-outline-primary-button-text-color--focus:        #E4003A;
    }

    .iw-filters-container .iw-filters-list .filter-list .filter-item a:not(:disabled):not(.disabled).active,
    .page-item.active .page-link {
    background-color:#E4003A;
    border-color:#E4003A;
    }

    .btn.btn-icon {
    color:#E4003A;
    border-color:#E4003A;
    }

    .btn.btn-icon:hover:not(:disabled):not(.disabled) {
    color:#E4003A;
    border-color:#E4003A;
    background-color:#E4003A40;

    }

    .dropdown-item:not(:disabled):not(.disabled):active, .dropdown-item:not(:disabled):not(.disabled).active{
    border-color:#E4003A40;
    background-color:#E4003A40;
    }

    .iw-filters-container .iw-filters-list .filter-list .filter-item a:hover:not(:disabled):not(.disabled),
    .iw-filters-container .iw-filters-list .filter-list .filter-item a.selected:not(:disabled):not(.disabled),
    .iw-filters-container .iw-filters-list .filter-list .filter-item a:not(:disabled):not(.disabled):active,
    .dropdown-item:hover
    {
    border-color: #E4003Abf;
    background-color: #E4003Abf;
    }

    .ltr .iw-support-content .iw-cases-wrapper .list-group .list-group-item.active,
    .ltr .iw-support-content .iw-cases-wrapper .list-group .list-group-item:hover{
    border-left-color: #E4003A;
    }

    .rtl .iw-support-content .iw-cases-wrapper .list-group .list-group-item.active,
    .rtl .iw-support-content .iw-cases-wrapper .list-group .list-group-item:hover{
    border-right-color: #E4003A;
    }

    /*Custom range*/

    .custom-range::-webkit-slider-thumb {
    background-color: #E4003A;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .custom-range::-webkit-slider-runnable-track {
    background-color: #E4003A4c;
    }

    .custom-range::-moz-range-thumb {
    background-color: #E4003A;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .custom-range::-moz-range-thumb:active {
    background-color: #ebf1fe;
    background-color: #E4003A19;
    }

    .custom-range::-moz-range-track {
    background-color: #E4003A4c;
    }

    .custom-range::-ms-thumb {
    background-color: #E4003A;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .custom-range::-ms-fill-lower {
    background-color: #E4003A4c;
    }

    .custom-range::-ms-fill-upper {
    background-color: #E4003A4c;
    }

    /*Custom switch*/
    .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #E4003A;
    background-color: #E4003A;
    }

    .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{
    background-color: #E4003A50;
    }

    /*Custom radio*/
    .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    border-color: #E4003A50;
    background-color: #E4003A50;
    }

    .iw-list-picker-item.is-selected,
    .iw-list-picker-item:hover {
    border-color: #E4003A;
    }

    /*Theme UI Components*/

    .nb-section .nb-main-title
    {
    color:#E4003A !important;
    }

    .nb-grid .k-grid a
    {
    color:#E4003A;
    }

    /*Override hardcoded min-height*/
    .nb-search-input {
    min-height: initial !important;
    }

    .browser-compatibility {
    background-color:#E4003A !important;
    }



/*CustomCSS*/
@charset "utf-8";

.ContentWidthDiv{clear:both;width:100%;min-width:300px;max-width:1200px;margin:0 auto;text-align:left;display:inline-block}

/* Main menu */
.MainNavigationStd{display:block;}
.MainNavigationNetbook{display:none;}
.MainNavigationMobile{display:none;}
.MainNavigationSmart{display:none;}
.MainNavigationNoStd{display:none;}
.MainNavigationNoNetbook{display:block;}
.MainNavigationNoMobile{display:block;}
.MainNavigationNoSmart{display:block;}


.SpecialFooter{width:28%;float:left;color:white}
.SpecialFooter div{font-weight:bold;padding:1em 0;}
.SpecialFooter li{list-style:none;}
.SpecialFooter a{color:white;cursor:pointer;}
.SpecialFooter a:hover{background-color:rgba(250,250,250,.2);color:white;}

@media (max-device-width:540px),(max-width:540px) {.SpecialFooter{width:100%;float:none;}}
.SpecialFooter2{width:100%;color:white}
.SpecialFooter2 div{font-weight:bold;padding:1em 0;}
.SpecialFooter2 li{list-style:none;float:left;width:8em;display:inline-block;}
.SpecialFooter2 a{color:white;cursor:pointer;}
.SpecialFooter2 a:hover{background-color:rgba(250,250,250,.2);color:white;}
@media(max-device-width: 540px),(max-width: 540px)
{.SpecialFooter2{xxxfont-size:1.2em}
.SpecialFooter2 li{width:6em;display:inline-block;}}

h1, h2, h3, h4, h5, h6, div, blockquote, p, address, form, fieldset, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt, pre{line-height:1.5em;box-sizing:border-box;color::#666666;font-family:'Poppins',sans-serif;color:#424242;}

/* Bannerposition auf mittig anpassen und auf 100% Breite skalieren */
.pb-1 {margin:auto;}
.banner img {width:100%;}

footer.main-footer hr {
    border: none;
}