﻿/* SoftExpress GmbH, eigene Styles Shop 2024-02 */

/* SE Standards */
.se-text-blue
{
    color: #0988bf;
}
.se-bg-lightgray
{
    background: #d1d7dc;
}

.se-bg-gray
{
    background: #6c757d;
}

.se-bg-lightgreen
{
    background: #92c049;
}

.se-bg-lightblue
{
    background: #40afdf;
}

.se-bg-blue
{
    background: #3aa8dc;
}

.se-bg-darkblue
{
    background: #033c73;
}

.se-bg-orange
{
    background: #ff8700;
}

.se-bg-lightred
{
    background: #f44336;
}

/* H-Elemente Font-Size */
.se-h1
{
    font-size: 43px;
    font-weight: 600;
}

.se-h2
{
    font-size: 35px;
    font-weight: 600;
}

.se-h3
{
    font-size: 26px;
    font-weight: 600;
}

.se-h4
{
    font-size: 18px;
    font-weight: 600;
}

.se-h5
{
    font-size: 16px;
    font-weight: 500;
}

.se-h6
{
    font-size: 14px;
    font-weight: 400;
}

@media(min-width:1025px) and (max-width:1399px)
{
    .se-h1{font-size: 40px;}
    .se-h2{font-size: 32px;}
    .se-h3{font-size: 22px;}
    .se-h4{font-size: 18px;}
    .se-h5{font-size: 16px;}
    .se-h6{font-size: 14px;}
}

@media(min-width:992px) and (max-width:1024px)
{
    .se-h1{font-size: 40px;}
    .se-h2{font-size: 32px;}
    .se-h3{font-size: 22px;}
    .se-h4{font-size: 18px;}
    .se-h5{font-size: 16px;}
    .se-h6{font-size: 14px;}
}

@media(min-width:768px) and (max-width:991px)
{
    .se-h1{font-size: 37px;}
    .se-h2{font-size: 28px;}
    .se-h3{font-size: 20px;}
    .se-h4{font-size: 16px;}
    .se-h5{font-size: 14px;}
    .se-h6{font-size: 12px;}
}

@media(min-width:576px) and (max-width:767px)
{
    .se-h1{font-size: 34px;}
    .se-h2{font-size: 26px;}
    .se-h3{font-size: 18px;}
    .se-h4{font-size: 14px;}
    .se-h5{font-size: 14px;}
    .se-h6{font-size: 12px;}
}

@media(min-width:448px) and (max-width:575px)
{
    .se-h1{font-size: 32px;}
    .se-h2{font-size: 24px;}
    .se-h3{font-size: 16px;}
    .se-h4{font-size: 14px;}
    .se-h5{font-size: 13px;}
    .se-h6{font-size: 11px;}
}

@media(max-width:447px)
{
    .se-h1{font-size: 32px;}
    .se-h2{font-size: 24px;}
    .se-h3{font-size: 16px;}
    .se-h4{font-size: 14px;}
    .se-h5{font-size: 12px;}
    .se-h6{font-size: 10px;}
}

.btn-main
{
    padding: 10px 30px;
    background-color: #0988bf;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    text-align: center;
    transition: .4s linear;
    cursor: pointer;
}
.btn-main i
{
    background-color: #0988bf;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    text-align: center;
    transition: .4s linear;
    cursor: pointer;
}
.btn-main:hover, .btn-main:hover > i:first-child, .btn-main:hover > i:last-child
{
    background-color: #6c757d;
    color: #fff;
}
.btn-basket {
    padding: 10px 10px!important;
    border-radius: 0!important;
}
/* Color Variations */
.btn-blue, .btn-blue i
{
    background-color: #0988bf;
    color: #fff!important;
}
.btn-blue:hover, .btn-blue:hover > i:first-child, .btn-blue:hover > i:last-child
{
    background-color: #6c757d!important;
}
.btn-darkblue, .btn-darkblue i, .btn-darkblue span i
{
    background-color: #404e99;
    color: #fff!important;
}
.btn-darkblue:hover, .btn-darkblue:hover > i:first-child, .btn-darkblue:hover > i:last-child, .btn-darkblue:hover > span:first-child, .btn-darkblue:hover > span i:first-child
{
    background-color: #6c757d!important;
}
.btn-green, .btn-green i
{
    background-color: #28a745;
    color: #fff!important;
}
.btn-green:hover, .btn-green:hover > i:first-child, .btn-green:hover > i:last-child
{
    background-color: #6c757d!important;
}
.btn-red, .btn-red i
{
    background-color: #f44336;
    color: #fff!important;
}
.btn-red:hover, .btn-red:hover > i:first-child, .btn-red:hover > i:last-child
{
    background-color: #6c757d!important;
}
.btn-darkred, .btn-darkred i
{
    background-color: #B81916;
    color: #fff!important;
}
.btn-darkred:hover, .btn-darkred:hover > i:first-child, .btn-darkred:hover > i:last-child
{
    background-color: #6c757d!important;
}
.btn-orange, .btn-orange i
{
    color: #fff!important;
    background-color: #ff8700;
}
.btn-orange:hover, .btn-orange:hover > i:first-child, .btn-orange:hover > i:last-child
{
    background-color: #6c757d!important;
}
.btn-yellow, .btn-yellow i
{
    background-color: #efd80b!important;
    color: #000!important;
}
.btn-yellow:hover, .btn-yellow:hover > i:first-child, .btn-yellow:hover > i:last-child
{
    background-color: #6c757d!important;
    color: #fff!important;
}
.btn-gray, .btn-gray i
{
    background-color: #cfcfcf;
    color: #000!important;
}
.btn-gray:hover, .btn-gray:hover > i:first-child, .btn-gray:hover > i:last-child
{
    background-color: #6c757d!important;
    color: #fff!important;
}
.btn-darkgray, .btn-darkgray i
{
    background-color: #343a40;
    color: #fff!important;
}
.btn-darkgray:hover, .btn-darkgray:hover > i:first-child, .btn-darkgray:hover > i:last-child
{
    background-color: #6c757d!important;
}

/* StaticContent Message-Boxen */
.seContent
{
}
.seContent label,
.seContent p
{
    font-size: 16px;
    color: #000;
}

.seTitle-Headline
{
    font-size: 26px;
    line-height: 28px;
}

.seTitle-Headline2
{
    font-size: 22px;
    line-height: 20px;
}

.seTitle-Headline3
{
    font-size: 16px;
    line-height: 17px;
}

.seText-black
{
    color: #000;
}
.seText-white
{
    color: #fff;
}

.seContent .PaneNoBorder
{
    border-color: #fff;
    box-shadow: none;
}

.sePanelTitleLG
{
    font-size: 22px;
}

    .sePanelTitleLG i
    {
        margin-right: 20px;
    }

.seText
{
    font-size: 16px;
}
.seSmalltext, p.seSmalltext
{
    font-size: 12px;
}

.seTextFettRot
{
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.se-bp10
{
    padding-bottom: 10px;
}

.se-bp20
{
    padding-bottom: 20px;
}

.se-bp30
{
    padding-bottom: 30px;
}

/* Info-/Hinweis-Boxen */
.color-box
{
    margin: 15px 0;
    padding-left: 20px;
}

.note-box, .warning-box, .tip-box, .question-box, .info-box
{
    padding: 8px 8px 3px 26px;
}

.info-tab
{
    float: left;
    margin-left: -23px;
}

.shadow
{
    background: #F7F8F9;
    padding: 3px;
    margin: 10px 0;
}

.info-tab
{
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    top: 8px;
}

.info-tab::before, .info-tab::after
{
    display: inline-block;
    color: #fff;
    line-height: normal;
    font-family: "icomoon";
    position: absolute;
}

.info-tab i::before, .info-tab i::after
{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -15px;
    transform: rotateX(60deg);
}

.info-tab i::before
{
    width: 20px;
    height: 20px;
    box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}

.info-tab i::after
{
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    bottom: -18px;
}

.note-icon { background: #47ADE0;}
.tip-icon { background: #92CD59;}
.warning-icon { background: #e91b1b;}
.exclamation-icon { background: #e91b1b;}
.question-icon { background: #f48548;}
.info-icon  { background: #6d7477;}

.note-icon::before
{
    font-size: 23px;
    content: "\e911"; /* notepad */
    top: 8px;
    left: 8px;
}

XX.note-icon::after
{
    font-size: 17px;
    content: "\e912"; /* pencil */
    top: 9px;
    left: 19px;
}

.tip-icon::before
{
    font-size: 24px;
    content: "\e901"; /* bulb */
    top: 7px;
    left: 9px;
}

.exclamation-icon::before
{
    font-size: 22px;
    font-family: "FontAwesome";
    content: "\21"; /* warning */
    top: 8px;
    left: 18px;
    transform: scaleY(0.98);
}

.warning-icon::before
{
    font-size: 22px;
    content: "\e91f"; /* warning */
    top: 6px;
    left: 10px;
    transform: scaleY(0.98);
}

.question-icon::before
{
    font-family: "FontAwesome";
    content: "\3f";
    font-size: 22px;
    top: 8px;
    left: 12px;
}

.info-icon::before
{
    font-family: "FontAwesome";
    content: "\f129";
    font-size: 22px;
    top: 8px;
    left: 15px;
}

.note-icon i::before { background: #2196F3;}
.tip-icon i::before { background: #75b436;}
.warning-icon i::before { background: #a60c0c;}
.exclamation-icon i::before { background: #a60c0c;}
.question-icon i::before { background: #ed854b;}
.info-icon i::before { background: #6c7379;}

.icon-mail:before
{
    font-weight: 700;
    font-size: 19px;
}

#idShopFooter
{
    width: 100%;
    margin: 0 auto;
    color: white;
    -webkit-flex: 0 0 auto;
    padding-bottom: 20px;
}

.footer-box
{
    background: #363638;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
}

.footer-text
{
    font-size: 16px;
    font-weight: 300;
}

.form-control
{
    border: 1px solid #9e9e9e5e!important;
    height: auto;
    padding: 9px 10px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    border-radius: 0;
    box-shadow: none;
    margin-right: 5px;
}

.se-zertifikate .se-h4
{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding: 15px 0 0;
    text-transform: uppercase;
    border-top: 4px solid #0096d6;
    margin: 0 0 15px;
}

.se-social .se-h4
{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding: 15px 0 0;
    text-transform: uppercase;
    border-top: 4px solid #0096d6;
    margin: 0 0 15px;
}

.se-zertifikate .Dekralogo img
{
    width: 85%;
}

.socialbox
{
    display: flex;
    align-items: center;
}

    .socialbox a
    {
        width: 100%;
        margin: 0 5px 0 0;
    }

        .socialbox a:last-child
        {
            margin: 0;
        }

    .socialbox.social-symbols,
    .socialbox.social-icons
    {
        float: left;
        line-height: 43px;
    }

        .socialbox.social-icons a
        {
            display: inline-block;
            margin-right: 10px;
            width: 43px;
            height: 43px;
            overflow: hidden;
            background: url(/Design/SoftExpress/images/footer_socialmedia.png) 0 0 no-repeat transparent;
        }

        .socialbox.social-symbols a
        {
            display: inline-block;
            margin-right: 10px;
            width: 43px;
            height: 43px;
            text-align: center;
            background: #363638;
            font-size: 36px;
            color: #fff;
        }

            .socialbox.social-icons a:hover,
            .socialbox.social-symbols a i:hover
            {
                color: #0988bf;
            }

#idShopFooter .social-icons a.facebook, #idShopFooter .social-icons a.facebook::before
{
    background-position: -43px 0;
}

#idShopFooter .social-icons a.twitter, #idShopFooter .social-icons a.twitter::before
{
    background-position: -86px 0;
}

#idShopFooter .social-icons a.metaxw, #idShopFooter .social-icons a.metaxw::before
{
    background-position: -301px 0;
}

#idShopFooter .social-icons a.metaxb, #idShopFooter .social-icons a.metaxb::before
{
    background-position: -344px 0;
}

#idShopFooter .social-icons a.xing, #idShopFooter .social-icons a.xing::before
{
    background-position: -129px 0;
}

#idShopFooter .social-icons a.linkedin, #idShopFooter .social-icons a.linkedin::before
{
    background-position: -172px 0;
}

#idShopFooter .social-icons a.instagram, #page-socialmedia-links a.instagram::before
{
    background-position: -215px 0;
}

#idShopFooter .social-icons a.blog, #idShopFooter .social-icons a.blog::before
{
    background-position: 0 0;
}

@media(max-width:447px)
{
    .footer-text;

{
    font-size: 14px;
}

.se-social .se-h4
{
    font-size: 18px;
}

.socialbox.social-icons a
{
    margin-right: 2px;
}

.socialbox.social-symbols a
{
    margin-right: 2px;
}

}

.alert-messagetext
{
    font-size: 1.25rem;
}

.alert-messagetipp
{
    font-size: 1rem;
}

.alert
{
    border-radius: 0px;
}

.alert-dismissible .alert-close
{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.0rem 1rem;
    color: inherit;
    background: transparent;
    border: 0;
    font-size: xx-large;
    margin: 0;
    cursor: pointer;
}

/* ProductAvailabilityStatus WebControl */

.product-data .product-availability10,
.price-view-block .product-availability10
{
    color: #079500;
}

.product-data .product-availability30,
.price-view-block .product-availability30
{
    color: #D67D00;
}

.product-data .product-availability40,
.price-view-block .product-availability40
{
    color: #0060A5;
}

.product-data .product-availability0,
.price-view-block .product-availability0
{
    color: #404040;
}

.product-data .product-availability10:before,
.price-view-block .product-availability10:before
{
    background: #079500;
}

.product-data .product-availability30:before,
.price-view-block .product-availability30:before
{
    background: #D67D00;
}

.product-data .product-availability40:before,
.price-view-block .product-availability40:before
{
    background: #0060A5;
}

.product-data .product-availability0:before,
.price-view-block .product-availability0:before
{
    background: #404040;
}

.product-data .product-availability10,
.price-view-block .product-availability10,
.product-data .product-availability30,
.price-view-block .product-availability30,
.product-data .product-availability40,
.price-view-block .product-availability40,
.product-data .product-availability0,
.price-view-block .product-availability0
{
    padding-left: 25px;
    position: relative;
    margin: 0 0 8px;
}

.price-view-block .product-availability10,
.price-view-block .product-availability30,
.price-view-block .product-availability40,
.price-view-block .product-availability0
{
    font-size: 15px;
    font-weight: 600;
}

.product-data .product-availability10,
.product-data .product-availability0,
.product-data .product-availability30,
.product-data .product-availability40
{
    font-size: 14px;
    font-weight: 600;
}

    .product-data .product-availability10:before,
    .price-view-block .product-availability10:before,
    .product-data .product-availability30:before,
    .price-view-block .product-availability30:before,
    .product-data .product-availability40:before,
    .price-view-block .product-availability40:before,
    .product-data .product-availability0:before,
    .price-view-block .product-availability0:before
    {
        position: absolute;
        width: 0px;
        height: 0px;
        top: 0px;
        left: 0;
        font-family: "FontAwesome";
        content: "\f48b";
    }

.AvailabilityText
{
    margin-left: 10px;
}

@media(min-width:1400px)
{
    .price-view-block .product-availability10, 
    .price-view-block .product-availability30, 
    .price-view-block .product-availability40, 
    .price-view-block .product-availability0{font-size: 22px;font-weight: 600;}

    .product-data .product-availability10,
    .product-data .product-availability0,
    .product-data .product-availability30,
    .product-data .product-availability40{font-size: 20px;font-weight: 600;}
}

@media(min-width:1025px) and (max-width:1399px)
{
    .price-view-block .product-availability10, 
    .price-view-block .product-availability30, 
    .price-view-block .product-availability40, 
    .price-view-block .product-availability0{font-size: 22px;font-weight: 600;}

    .product-data .product-availability10,
    .product-data .product-availability0,
    .product-data .product-availability30,
    .product-data .product-availability40{font-size: 15px;font-weight: 600;}
}

@media(min-width:992px) and (max-width:1024px)
{
    .price-view-block .product-availability10, 
    .price-view-block .product-availability30, 
    .price-view-block .product-availability40, 
    .price-view-block .product-availability0{font-size: 20px;font-weight: 600;}

    .product-data .product-availability10,
    .product-data .product-availability0,
    .product-data .product-availability30,
    .product-data .product-availability40{font-size: 16px;font-weight: 600;}
}

@media(min-width:768px) and (max-width:991px)
{
    .price-view-block .product-availability10, 
    .price-view-block .product-availability30, 
    .price-view-block .product-availability40, 
    .price-view-block .product-availability0{font-size: 17px;font-weight: 600;}

    .product-data .product-availability10,
    .product-data .product-availability0,
    .product-data .product-availability30,
    .product-data .product-availability40{font-size: 16px;font-weight: 600;}
}

.plcConfirm
{
    padding: 5px 0 0 5px;
    font-size: 13px;
}

.borderless td, .borderless th
{
    border: none;
}

/* Search Box Autocomplete */
.ui-autocomplete
{
    background: #fff;
    width: 100%;
    max-width: 500px;
    color: gray;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .175);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .175);
    display: none;
    z-index: 2544677836498;
}

.ui-menu .ui-menu-item-wrapper
{
    padding: 0;
    margin: 0;
}

.ui-menu .ui-menu-item
{
    list-style-image: none;
    padding: 0;
    margin-top: 0;
}

.ui-menu .ui-menu-item-wrapper:hover
{
    background-color: rgba(83, 84, 85, 0.5) !important;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus
{
    background-position: 0% 0%;
    background-color: rgba(83, 84, 85, 0.5) !important;
    text-decoration: none !important;
    border-left-style: none !important;
    border-left-color: inherit !important;
    border-left-width: medium;
    border-right-style: none !important;
    border-right-color: inherit !important;
    border-right-width: medium;
    border-top-style: none !important;
    border-top-color: inherit !important;
    border-top-width: medium;
    border-bottom-style: none !important;
    border-bottom-color: inherit !important;
    border-bottom-width: medium;
    background-image: none !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

.result-entry + .result-entry
{
    border-top: 1px solid #ddd;
    overflow: hidden;
}

.result-entry .media-left p
{
    margin-left: 5px;
    margin-top: 5px;
}

.result-entry .media-heading,
.result-entry p,
.result-entry .se-h4
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.result-entry .se-h4
{
    white-space: nowrap;
    overflow: hidden;
    width: 85%;
    text-overflow: ellipsis;
}

.result-link .media-object
{
    width: 50px;
    padding: 0 3px;
    margin-top: 3px;
}

.result-link .media-body,
.result-link .media-left
{
    font-size: 14px;
    color: #363638;
    vertical-align: bottom;
}

.result-link .media-heading
{
    font-size: 15px;
    font-weight: 400;
    color: #4f7593;
    vertical-align: bottom;
}

.result-link:hover a,
.result-link:hover .se-h4,
.result-link:hover p,
.result-link:hover,
.result-entry:hover
{
    text-decoration: none;
    background: #ededed;
}

    .result-link:hover .media-body .se-h4,
    .result-link:hover .media-body p,
    .result-link:hover .media-left p,
    .result-link:hover .media-heading
    {
        text-decoration: none;
        background: #ededed;
    }

.product-data .productlist-description
{
    min-height: auto;
    max-height: 55px;
}

.product-data .productlist-descriptionlong
{
    min-height: auto;
    max-height: 55px;
}

.product-data .productgalery-description,
.product-data .productgalery-descriptionlong
{
    min-height: 65px;
    max-height: 65px;
}

/*  Results Filter  */

.pro-feature table, .brands-bx table,
.area-bx table
{
    margin: 0 0 5px -20px;
}

.pf-TreeItemChecked
{
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #e0e0e0;
    background: #f35429;
}

.pf-MinMaxExpanded
{
    display: block !important;
    float: unset;
}

.pf-MinMaxHide
{
    color: inherit;
    display: none !important;
}

.pf-MinMaxCollapsed
{
    display: block !important;
    float: unset;
}

.pf-TreeItemUnchecked
{
    content: "";
    margin-right: 10px;
    padding: 2px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #fff !important;
    border: 2px solid #e0e0e0;
}

.pf-TreeItemChecked:before
{
    position: relative;
    left: 2px;
    top: 1px;
}

.pf-SelectedNode span, .pf-FilterNode span
{
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    color: #000;
}

.filter-block .searchbox .btn-search i
{
    color: #fff;
}

@media(min-width:768px) and (max-width:991px)
{
    .filter-sidebar-content{padding: 0px 10% 0px 0px;}
}

@media(min-width:576px) and (max-width:767px)
{
    .filter-sidebar-content{padding: 0px 10% 0px 0px;}
}

@media(min-width:448px) and (max-width:575px)
{
    .filter-sidebar-content{padding: 0px 10% 0px 0px;}
}

@media(max-width:447px)
{
    .filter-sidebar-content{padding: 0px 10% 0px 0px;}
}

.brands-bx i, .pro-feature i,
.area-bx i, .searchbox a#ctl00_ctl00_ctpGlobal_NavMainCph_Result_FilterSet1_FilterText1_btnFilterReset i
{
    color: #f8f9fa;
}

.filter-reset i
{
    margin: 5px;
    font-size: large;
}

a.view-all i
{
    color: #0988bf;
}


/*div:has(> div.pnl-category) { 
    height:167px !important;
}*/

.brands-bx li span,
.area-bx li span
{
    padding: 3px 20px 3px 0;
    display: table;
    font-size: 15.5px;
    font-weight: normal;
    color: #000;
    position: relative;
}

    .brands-bx li span:after,
    .area-bx li span:after
    {
        position: absolute;
        content: '';
        width: 11px;
        height: 11px;
        background: #ff8700;
        top: 7px;
        right: -20px;
        opacity: 0;
        visibility: hidden;
    }

.brands-bx li.active span,
.area-bx li.active span
{
    font-weight: 500;
}

    .brands-bx li.active span:after,
    .area-bx li.active span:after
    {
        opacity: 1;
        visibility: visible;
    }

/*  Results Page  */

.filter-text-reset
{
    position: absolute;
    top: 11px;
    left: 5px;
}


/*  Results DataPager  */

.pager-products a
{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f6f6f7;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    display: inline-block;
}

    .pager-products a:first-child
    {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #99999c;
        border-radius: 50%;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        display: inline-block;
    }

    .pager-products a:last-child
    {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #99999c;
        border-radius: 50%;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        display: inline-block;
    }

.pager-products span span
{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    background: #14b928;
    color: #fff;
    display: inline-block;
}

.pager-products a:hover
{
    background: #40afdf;
    color: #fff;
}

.aspNetDisabled
{
    cursor: not-allowed;
}

.ergebnisse
{
    background: #40afdf;
    color: #fff;
    padding: 10px;
    font-size: 12px;
}

.no-data
{
    float: left;
    clear: right;
    border: solid 2px #CDDCE3;
    margin: 10px 10px 10px 10px;
    width: auto;
}

.result-header
{
    margin: 11px 0px 10px 0px;
}

@media(min-width:1025px) and (max-width:1399px)
{
    .ergebnisse{display: none;}
}

@media(min-width: 1025px) and (max-width: 1200px)
{
    .pager-products a:first-child{width: 30px;height: 30px;font-size: 11px;line-height: 30px;}
    .pager-products a:last-child{width: 30px;height: 30px;font-size: 11px;line-height: 30px;}
    .pager-products span span{width: 30px;height: 30px;font-size: 12px;line-height: 30px;}
    .pager-products a{width: 30px;height: 30px;font-size: 12px;line-height: 30px;}
    .ergebnisse{display: none;}
}

@media(min-width:992px) and (max-width:1024px)
{
    .pager-products a:first-child{width: 30px;height: 30px;font-size: 11px;line-height: 30px;}
    .pager-products a:last-child{width: 30px;height: 30px;font-size: 11px;line-height: 30px;}
    .pager-products span span{width: 30px;height: 30px;font-size: 12px;line-height: 30px;}
    .pager-products a{width: 30px;height: 30px;font-size: 12px;line-height: 30px;}
    .ergebnisse{display: none;}
}

@media(min-width:768px) and (max-width:991px)
{
    .text-align{text-align: center !important;}
    .result-header{margin: 20px 0px 10px 0px;}
    .link-button-spacing{font-size: 16px;}
}

@media(min-width:576px) and (max-width:767px)
{
    .text-align{text-align: center !important;}
    .result-header{margin: 20px 0px 10px 0px;}
    .link-button-spacing{font-size: 16px;}
}

@media(min-width:448px) and (max-width:575px)
{
    .text-align{text-align: center !important;}
    .result-header{margin: 20px 0px 10px 0px;}
    .link-button-spacing{font-size: 16px;}
}

@media(max-width:447px)
{
    .pager-products a:first-child{display: none;}
    .pager-products a:last-child{display: none;}
    .pager-products span span{width: 30px;height: 30px;font-size: 12px;line-height: 30px;}
    .pager-products a{width: 30px;height: 30px;font-size: 12px;line-height: 30px;}
    .text-align{text-align: center !important;}
    .link-button-spacing{font-size: 22px;}
    .link-button-spacing span{display: none;}
    .result-header{margin: 20px 0px 10px 0px;}
}

/*  Product Page  */
.prodta-hed img
{
    width: 100%;
}

.product-details-data li
{
    font-size: 16px;
    font-weight: normal;
    color: #1e1e1e;
    line-height: 24px;
    margin: 0 0 25px;
}

.product-imageslider
{
}

.product-imageslider-img
{
}

.product-imageslider-thn
{
}

.panel-body a.lpdatasheet
{
    color: #0988bf !important;
}

.panel-body a i
{
    font-size: 25px;
    margin-right: 5px;
}

.quick-act .price
{
    width: 100%;
}

.product-details-data .beschreibung
{
    font-size: 16px;
    font-weight: normal;
    color: #1e1e1e;
    line-height: 24px;
    margin: 0 0 25px;
}

/* Produktbeschreibung für alten Shop ausblenden */
.product-details-data .beschreibung .Shop8ContentHide { display: none; }

.produktdetails-cnet-content
{
    margin-top: 4px;
    margin-left: 15px;
    width: 90%;
}

.cnet-productbutton
{
    margin-top: 5px;
    margin-left: 45px;
}

.cnet-featurebutton
{
    margin-left: 15px;
}

.cnet-widgetlogo
{
    margin-top: 5px;
    display: flex;
}

.cnet-widgetlogo table
{
    width: 100%;
}

/*  CNet-Daten auf der Produktseite  */
.ccs-cc-inline .ccs-cc-ig-cloud .ccs-cc-ig-viewport-preview
{
    display: inline-block !important; /*  Zur korrekten Anzeige der CNet-Bilder/-Videos  */
}

#ccs-explore-product, .produktdetails-cnet-content .cnet-productbutton
{
    display: none; /* CNET Produkt-Tour ausblenden, weil Links ungültig sind! */
}
.ccs-logo-ls > table td
{
    padding: 2px !important;
}

.ccs-logo-ls-entry
{
    margin-left: 15px;
}

.produktzeile3
{
    min-height: 120px;
}

.product-details-data li
{
    margin: 0 0 5px;
}

.product-title
{
    border: none;
    padding: 0px;
    margin: 0px;
}

.list-view-wrp div.row
{
    margin-left: 0;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #f6f6f7;
}

.list-view-wrp .panel-title a
{
    color: #000000;
    margin-left: 40px;
    display: block;
    width: 80%;
}

.list-view-wrp .panel-title > a:after
{
    position: absolute;
    content: "X";
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 17px;
    background-color: #363638;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    left: 3px;
    padding: 4px 8px;
}

.list-view-wrp .panel-title > a.collapsed:after
{
    content: "+";
    background-color: #363638;
}

.list-view-wrp li .panel-title
{
    padding: 15px 0;
    font-weight: 500;
    color: #000;
    background-color: #bebebe;
    border-radius: 0px;
    position: relative;
    margin: 0;
}

.list-cat-view-wrp li
{
    display: block;
    width: 100%;
    padding: 5px 0;
    border-bottom: 0px;
}

    .list-cat-view-wrp li .row
    {
        align-items: center;
    }

.list-cat-view-wrp div.row
{
    margin-left: 0;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #f6f6f7;
}

.list-cat-view-wrp .panel-title a
{
    color: #000000;
    margin-left: 40px;
    display: block;
    width: 80%;
}

.list-cat-view-wrp .panel-title > a:after
{
    position: absolute;
    top: 9px;
    content: "X";
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 17px;
    background-color: #363638;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    left: 3px;
    padding: 5px 8px;
}

.list-cat-view-wrp .panel-title > a.collapsed:after
{
    content: "+";
    background-color: #363638;
}

.list-cat-view-wrp li .panel-title
{
    padding: 15px 0;
    font-weight: 500;
    color: #000;
    background-color: #bebebe;
    border-radius: 0px;
    position: relative;
    margin: 0;
}

@media(min-width:448px) and (max-width:575px)
{
    .list-cat-view-wrp li .row{flex-flow: inherit;}
    .list-cat-view-wrp li .row{flex-flow: column;}
}

@media(max-width:447px)
{
    .list-cat-view-wrp li .row{flex-flow: inherit;}
    .list-cat-view-wrp li .row{flex-flow: column;}
}
/* **** End Products Page **** */

.merkmalliste-rechts
{
    margin-left: -20px;
    padding-right: 0;
}

.merkmalliste-links
{
    margin-left: -5px;
}

.slide-img
{
    margin-top: 0;
}

/*  breadcrumb  */

.bread-block li a.active
{
    color: #0988bf;
}

/*  Login Popup  */

#login-dp
{
    width: 280px;
    padding: 8px;
    left: auto;
    right: 0;
    font-size: 14px;
}

    #login-dp.dropdown-menu
    {
        min-width: inherit;
    }

    #login-dp p
    {
        margin: 8px 0 8px 0;
    }

    #login-dp .login-dropdown-menu
    {
        background-color: #fff;
    }

    #login-dp .head-login
    {
        font-size: 16px;
    }

    #login-dp .help-block
    {
        font-size: 14px;
        font-weight: normal;
        color: #1e1e1e;
        line-height: 22px;
    }

    #login-dp .bottom
    {
        background-color: rgba(255,255,255,.8);
        border-top: 1px solid #ddd;
        clear: both;
        padding: 14px;
    }

    #login-dp .form-group
    {
        margin-bottom: 10px;
    }

    #login-dp .btn-login
    {
        padding: 10px 10px;
        background: #0988bf;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        border: none;
        width: 100%;
        text-align: center;
        transition: .4s linear;
        display: inline-block;
    }

        #login-dp .btn-login:hover
        {
            background: #6c757d; 
            color: #fff;
        }

    #login-dp .btn-logout
    {
        padding: 10px 15px;
        width: 100%;
        display: block;
        text-align: center;
        background: #ff8700;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        transition: .4s linear;
    }

        #login-dp .btn-logout:hover
        {
            background: #6c757d;
            color: #fff;
        }

    #login-dp .help-block ul
    {
        padding-left: 38px;
    }

.tick-list
{
    list-style: none;
    margin-bottom: 10px;
}

    .tick-list li:before
    {
        color: #1965e1;
        content: '\f00c';
        font-family: Fontawesome;
        left: -2px;
        position: relative;
        top: 0;
    }

.protx .dropdown-menu
{
    left: auto !important;
    right: 0 !important;
}

.sign-in
{
    background-color: #fff !important;
}

    .sign-in > li:hover
    {
        background-color: #fff !important;
    }

.seCheckSign
{
    padding: 0 5px 5px 2px;
    color: #28a745;
}
/* Für Aufzählungen mit grünem Haken */
ul.se-listitems
{
    list-style-position: outside;
    list-style-type: none;
    padding-left: 15px;
}

.se-listitems li
{
    padding: 0 0 0 .5em;
}

ul.se-listitems li::marker
{
    content: "\f00c";
    color: #28a745;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}

/* Numerische Liste OL */
ol.se-listdecimal, ul.se-listdecimal
{
    list-style-type: decimal;
    padding-left: 25px;
}

.se-listdecimal li
{
    list-style-type: decimal;
}

ul.se-listdisc
{
    list-style-type: disc;
    padding-left: 25px;
}

.se-listdisc li
{
    list-style-type: disc;
}

ul.se-listcircle
{
    list-style-type: circle;
    padding-left: 25px;
}

.se-listcircle li
{
    list-style-type: circle;
}

/*  ShoppingCartStatus Warenkorb   */

.cart-bx a
{
    width: 60px;
    height: 60px;
    display: inline-block;
}

.modal-dialog24
{
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}

button.close i
{
    position: absolute;
    width: 25px;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
    margin: 0 auto;
}

.ShoppingCartSummaryHeader2
{
    min-height: 65px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.CartSummaryProductItem
{
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.CartSummaryTotal
{
    color: #ffffff;
    background-color: #0988bf;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-top: 15px;
}

.CartSummaryTotalText
{
    text-align: left;
    float: left;
}

    .CartSummaryTotalText p
    {
        color: #fff !important;
    }


.CartSummaryTotalValue
{
    text-align: right;
}

    .CartSummaryTotalValue p
    {
        color: #fff !important;
    }

.CartSummaryProductCount
{
    float: left;
    color: #999;
}

.CartSummaryShipCost
{
    padding-left: 30px;
    padding-bottom: 3px;
    background-color: #ff8700;
    margin-left: -15px;
    padding-top: 3px;
}

.CartSummaryProductDesc span
{
    color: #000;
}

.some-quick-bx ul li.funktion
{
    width: 15%;
}

.basket-text
{
    font-size: 14px;
}

.basket-bold-text
{
    font-size: 14px;
    font-weight: bold;
}

.basket-product-data
{
    padding: 0px 10px;
}

@media(min-width:768px) and (max-width:991px)
{
    .CartSummaryProductDesc{font-size: 13px;line-height: 25px;}
}

@media(min-width:576px) and (max-width:767px)
{
    .CartSummaryProductDesc{font-size: 13px;line-height: 25px;}
}

@media(min-width:448px) and (max-width:575px)
{
    .CartSummaryProductDesc{font-size: 13px;line-height: 25px;}
}

@media(max-width:447px)
{
    .padright{padding-right: 5px;}
    .padleft{padding-left: 5px;}
    .close-weitereinkaufen{font-size: 12px;}
    .zum-warenkorb{font-size: 12px;}
    .CartSummaryProductDesc{font-size: 13px;line-height: 25px;}
}

.quantity-select
{
    width: 70px;
}

.function-title
{
    font-size: 11px;
    display: none;
}

.einzelpreis-value
{
    text-align: center;
    font-size: 15px;
    white-space: nowrap;
}

.gesamtpreis-value
{
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width:991px)
{
    .function-title
    {
        display: block;
    }

    .menge
    {
        text-align: left;
    }

    .einzelpreis
    {
        text-align: center;
    }

    .gesamtpreis
    {
        text-align: right;
    }
}

@media (max-width: 576px)
{
    .einzelpreis-value
    {
        text-align: center;
        font-size: 13px;
    }

    .gesamtpreis-value
    {
        text-align: right;
        font-weight: 700;
    }

    .quantity-select
    {
        height: 30px;
    }
}

/* CategoryTree Treeview */
#main_cat .nav-item .nav-link
{
    color: #fff !important;
    font-size: 1rem;
    padding: 5px 20px 5px 30px !important;
    margin: 0.125rem 0 0;
    font-weight: 400;
    display: block;
    width: 100%;
}
    
#main_cat .nav-item .nav-link:active,
#main_cat .nav-item .nav-link:focus,
#main_cat .nav-item .nav-link:hover
{
    color: #000 !important;
}
#main_cat .fas
{
    transform: translateY(25%);
}

#main_cat .fas.fa-pull-right
{
    margin-left: .8em;
}

.se-root-item,
.se-root-item a,
.se-treeitem1,
.se-treeitem1 a
{
    background-color: #3aa8dc !important;
    color: #ffffff;
    /* width: fit-content; */
    min-width: max-content;
}
/* Jeder Level in einen eigenen Hintergrundfarbe */
/*
.se-treeitem1,
.se-treeitem1 a {
    background-color: #007bff !important;
}
.se-treeitem2,
.se-treeitem2 a {
    background-color: #0c63c0 !important;
}
.se-treeitem3,
.se-treeitem3 a {
    background-color: #68a4e6 !important;
}
*/

.se-treeitem2 a:hover,
.se-treeitem3 a:hover
{
    color: #000;
}

.dxbs-tree > ul.nav ul.nav
{
    margin: 0.2em 0 0.2em 2em;
}

.se-root-item > ul.nav:nth-child(1)
{
    margin-left: 50px;
}

/* 3. Ebene so breit wie Ebene 2 ohne Einzug */
.se-treeitem1 > ul.nav ul.nav:nth-child(2)
{
    padding-left: 15px;
    margin-left: 0;
}

.dropdown-menu
{
    min-width: max-content;
    width: 100%;
    background-color: #3caadc;
}

@media (min-width: 992px)
{
    .dropdown-menu .dropdown-toggle:after
    {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu
    {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li
    {
        position: relative;
    }

    .nav-item .submenu
    {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left
    {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover
    {
        background-color: #f1f1f1;
    }

    .dropdown-menu > li:hover > .submenu
    {
        display: block;
    }
}

.cat-btn:before
{
    content: '\f0c9';
    font-family: Fontawesome;
    font-size: x-large;
}

.cat-btn:hover
{
    color: #fff !important;
}
/* Sidebar Styles */
.seSideBar {
    width: 100%;
}
@media (max-width: 991px) {
    .seSideBar {
         color: #fff !important;
    }
}
.seSideBarCtrl, .seSideBarCtrl .card
{
    width: 100%;
}
.seSideBarItem, .seSideBarItem .nav-link
{
    color: #000;
}
.seSideBarGroupHeader, .seSideBarGroupHeader a, .seSideBarGroupHeader span, .seSideBarGroupHeader .card-title
{
    color: #000;
}
.seSideBarGroupContent {
}
.seSideBarIconCollapse {
}
.seSideBarIconExpand {
}
.seSideBar .nav-link.active, .seSideBar .nav-link:hover {
	color: #fff;
    background-color: #3aa8dc;
}
.seSideBar .navbar-toggler {
	color: #fff !important;
    background-color: #3aa8dc;
}

/*
.dxbs-acc .accordion-item a
{
    width: 100%;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.dxbs-acc .nav-link
{
    padding: 12px 12px !important;
}

.dxbs-acc .card-header
{
    padding: 10px 5px 10px 5px !important;
    font-size: 15px;
    color: #fff;
    background-color: #6c757d;
}

.dxbs-acc a.card-title
{
    color: #fff;
}

.dxnb-color
{
    background-color: #3caadc;
    border-color: #3caadc;
}
.dxbs-acc
{
    color: #fff !important;
    font-size: 1rem;
    padding: 12px 20px !important;
    margin: 0.125rem 0 0;
    font-weight: 400;
    display: block;
    width: 100%;
}
.dxbs-acc .nav-item .nav-link.active
{
    color: #fff !important;
    background-color: #2f95c4; 
    border-radius: 0px;
}

.dxbs-acc .card
{
    border-radius: 0;
}

.dxbs-acc .dropdown-item:active,
.dxbs-acc .dropdown-item:focus,
.dxbs-acc .dropdown-item:hover
{
    color: #000 !important;
    text-decoration: none;
    background-color: #2f95c4;
}

.dxbs-acc .nav-item .nav-link:active,
.dxbs-acc .nav-item .nav-link:focus,
.dxbs-acc .nav-item .nav-link:hover
{
    color: #000 !important;
}
*/

.navbar-brand-h
{
    height: 24px;
}
/*
.dropdown-item,
*/

.menu-item-disabled
{
    background-color: #a8aeae;

}

.menu-item-disabled
{
    background-color: #ddd;
    color: #777;
    margin: 5px 0px;
    border-bottom: 1px solid #ddd;
}

.menu-item-disabled a.disabled
{
   color: #777 !important;
   padding: 0px 12px !important;
}

.node-icon a
{
    padding-left: 35% !important;
}

@media (max-width: 991px)
{
    .navbar-nav li.rightmenu
    {
        padding-left: initial !important;
        display: block !important;
        margin: initial !important;
    }

    .navigation-wrap
    {
        background: transparent !important;
    }

    .mini-nav li .dropdown-menu
    {
        box-shadow: initial !important;
    }

    .node-icon a
    {
        padding-left: 27% !important;
    }
}

.some-info-seller .se-h4
{
    padding: 5px 10px;
    background: #92c049;
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
}
/*  Contact Rotator   */
.contact-profile
{
    margin-bottom: 35px;
}

    .contact-profile .se-h4
    {
        padding: 5px 10px;
        background: #92c049;
        color: #fff;
        margin: 0 0 10px;
        text-transform: uppercase;
    }

.contactbox
{
    margin: 0 0 10px;
}

@media(min-width:1400px)
{
    .contactbox .se-h5{font-size: 20px;}
}

.contactbox .se-h5
{
    font-weight: 500;
    color: #0988bf;
    margin: 0;
    padding: 0 0 0 10px;
}

.contactbox .se-h5-text
{
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.contactbox .se-text
{
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 0 10px;
    text-align: center;
}

.contactbox .cb-col1
{
    padding-left: 2px;
    padding-right: 2px;
}

.contactbox .cb-row2
{
    padding: 0px 15px;
    text-align: center;
}

.contact-img img
{
    width: 100%;
    border-radius: 50%;
    border: 2px solid #0988bf;
    padding: 2px;
}

/*  MessageBox  */
#toast-container > div
{
    border-radius: 0px;
}

.bootbox .modal-header .close
{
    font-size: 40px;
    font-weight: 200;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0;
    color: #000;
    border: 0;
    border-radius: 4px;
    opacity: 0.5;
}


/*  Login und Registration  */
.signin-wrp
{
    padding: 10px;
    width: 100%;
}

    .signin-wrp .se-h2
    {
        font-size: 42px;
        font-weight: 600;
        color: #000000;
        margin: 0 0 25px;
    }

    .signin-wrp .se-field-icon {
        min-width: 44px;
    }

    .signin-wrp .se-form-control
    {
        border-width: 2px 2px 2px 0px;
        border-style: solid;
        border-color: #f6f6f7;
        height: auto !important;
        padding: 9px 10px;
        font-size: 15px;
        font-weight: 600;
        color: #000;
        border-radius: 0;
        box-shadow: none;
        margin-right: 0px;
        resize: none;
    }

    .signin-wrp .se-input-group-radio
    {
        padding-bottom: 0;
        padding-top: 0;
    }

    .signin-wrp .se-input-group-text
    {
        border-width: 2px 0px 2px 2px;
        border-style: solid;
        border-color: #f6f6f7;
        background-color: #f6f6f7;
        border-radius: 0;
    }

    .signin-wrp .se-input-group-addon
    {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.375rem 0.75rem;
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        text-align: center;
        white-space: nowrap;
        background-color: #e9ecef;
        border-width: 2px 2px 2px 0px;
        border-style: solid;
        border-color: #f6f6f7;
        background-color: #f6f6f7;
        border-radius: 0;
    }

    .signin-wrp .part-right
    {
        padding-left: 30px;
        border-left: 1px solid #f6f6f7;
    }

    .signin-wrp .pass-remind
    {
        border: 2px solid #f6f6f7;
    }

    .signin-wrp .somebreaf-dt .styled-checkbox
    {
        position: absolute;
        opacity: 0;
        z-index: 1000;
        width: 22px;
        height: 22px;
        cursor: pointer;
    }

    .signin-wrp .somebreaf-dt .styled-checkbox + label
    {
        position: relative;
        cursor: pointer;
        padding: 0;
        font-size: 15px;
        font-weight: normal;
        margin: 0;
        color: #000;
    }

    .signin-wrp .somebreaf-dt .styled-checkbox + label:before
    {
        content: "";
        margin-right: 10px;
        display: inline-block;
        vertical-align: text-top;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 2px solid #e0e0e0;
    }

    .signin-wrp .somebreaf-dt .styled-checkbox:focus + label:before
    {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }

    .signin-wrp .somebreaf-dt .styled-checkbox:checked + label:before
    {
        background: #4caf50;
    }

    .signin-wrp .somebreaf-dt .styled-checkbox:disabled + label
    {
        color: #b8b8b8;
        cursor: auto;
    }

    .signin-wrp .somebreaf-dt .styled-checkbox:disabled + label:before
    {
        box-shadow: none;
        background: #ddd;
    }

    .signin-wrp .somebreaf-dt .styled-checkbox:checked + label:after
    {
        content: "";
        position: absolute;
        left: 5px;
        top: 11px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        transform: rotate(45deg);
    }

@media(max-width:767px)
{
    .signin-wrp .part-right{padding-left: 0; padding-right: 0; border-left: 0 solid #f6f6f7;}
}

@media(min-width:576px) and (max-width:767px)
{
    .signin-wrp .se-h2{font-size: 33px;line-height: 42px;}
}

@media(min-width:448px) and (max-width:575px)
{
    .signin-wrp .se-h2{font-size: 33px;line-height: 42px;}
}

@media(max-width:447px)
{
    .signin-wrp .se-h2{font-size: 33px;line-height: 42px;}
}

/*  Bootstrap 4 Popover   */
.popover
{
    background-color: #0b83ba;
    border-radius: 0 !important;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.15);
}

.popover-header
{
    color: white;
    background-color: #3aa8dc;
    border: 0px;
}

.popover-body
{
    color: black;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    margin: 0px;
}

.popover.bs-popover-top .arrow:before
{
    bottom: -4px;
    border-top-color: white;
    background: transparent;
}

.popover.bs-popover-bottom .arrow:before
{
    top: -4px;
    border-bottom-color: white;
    background: transparent;
}

.popover.bs-popover-right .arrow:before
{
    left: -4px;
    border-right-color: white;
    background: transparent;
}

.popover.bs-popover-left .arrow:before
{
    right: -4px;
    border-left-color: white;
    background: transparent;
}


@media (max-width: 992px)
{
    .dropdown-menu
    {
        transform: none !important;
        top: 40px !important;
    }
}

@media (min-width: 768px)
{
    .navbar-expand-md .navbar-toggler
    {
        display: block;
    }
}

.protile-code div.number
{
    padding: 15px 0;
    border-bottom: 1px solid #f6f6f7;
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: 500;
    color: #bebebe;
}

.ArtNr-label, .HstNr-label, .EclassNr-label, .EanNr-label
{
    font-weight: 400;
    color: #bebebe !important;
    margin: 0 5px 5px 0;
}

.ArtNr-value, .HstNr-value, .EclassNr-value, .EanNr-value
{
    font-weight: 800 !important;
    color: #bebebe !important;
    margin: 0 0 10px;
    cursor: copy;
    white-space: nowrap;
}

@media(min-width:1025px) and (max-width:1399px)
{
    .prodta-hed .se-h1{font-size: 35px;line-height: 45px;}
}

@media(min-width:992px) and (max-width:1024px)
{
    .prodta-hed .se-h1{font-size: 32px;line-height: 37px;}
    .ArtNr-label, .HstNr-label, .EclassNr-label, .EanNr-label{font-size: 13px;}
    .ArtNr-value, .HstNr-value, .EclassNr-value, .EanNr-value{font-size: 14px;}
}

@media(min-width:768px) and (max-width:991px)
{
    .prodta-hed .se-h1{font-size: 23px;line-height: 32px;}
    .ArtNr-label, .HstNr-label, .EclassNr-label, .EanNr-label{font-size: 13px;}
    .ArtNr-value, .HstNr-value, .EclassNr-value, .EanNr-value{font-size: 14px;}
}

@media(min-width:576px) and (max-width:767px)
{
    .ArtNr-label, .HstNr-label, .EclassNr-label, .EanNr-label{font-size: 13px;}
    .ArtNr-value, .HstNr-value, .EclassNr-value, .EanNr-value{font-size: 14px;}
}

@media(min-width:448px) and (max-width:575px)
{
    .prodta-hed .se-h1{font-size: 26px;line-height: 30px;}
}

@media(max-width:447px)
{
    .ArtNr-label, .HstNr-label, .EclassNr-label, .EanNr-label{font-size: 13px;}
    .ArtNr-value, .HstNr-value, .EclassNr-value, .EanNr-value{font-size: 14px;}
    .HstNr-value.m05{margin: .15rem!important;}
}

.num, .num-info, .list-view-wrp ul.num
{
    list-style: none;
    padding: 0 0 1rem;
    margin: 0;
    display: flex;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    column-gap: 20px;
}

.num-item, .list-view-wrp li.num-item
{
    padding: 0.25rem 0;
    margin: 0;
    margin-bottom: 0px;
    width: inherit;
}

    .num-item a, .list-view-wrp li.num-item a
    {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #000;
    }

    .num-item i, .list-view-wrp li.num-item i
    {
        margin-right: 6px;
        font-size: 15px;
        color: #0988bf;
        text-align: center;
        min-width: 18px;
    }

@media(min-width:576px) and (max-width:767px)
{
    .num-item, .list-view-wrp li.num-item{margin-bottom: 0px;}
}

@media(min-width:448px) and (max-width:575px)
{
    .list-view-wrp li .row {flex-flow: wrap;}
}

@media(max-width:447px)
{
    .num-item, .list-view-wrp li.num-item{margin-bottom: 0px;padding: 0px;font-size: 13px;}
    .list-view-wrp li .row {flex-flow: wrap;}
}

/*  Anmelden Button     */
.account-bx .nav-link
{
    display: flex;
    align-items: center;
}

.account-bx .account-icon-container
{
    width: 60px;
    height: 60px;
    background-color: #0988bf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 8px;
}

    .account-bx .account-icon-container:hover
    {
        background: #3aa8dc;
    }

.account-bx .account-icon
{
    width: 60%;
    height: auto;
    margin-right: 0px;
}

.account-bx .login-status
{
    display: inline-block;
    margin-right: 8px;
    max-width: 149px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-bx .login-status {
    color: #000000;
}

@media(min-width:1025px) and (max-width:1399px)
{
    .account-bx .nav-link{padding-right: 0px !important;padding-left: 0px !important;}
    .account-bx .account-icon-container{width: 45px;height: 45px;line-height: 45px;margin: 0 5px 0 5px;}
    .account-bx .account-icon{width: 50%;}
}

@media(min-width:992px) and (max-width:1024px)
{
    .account-bx .nav-link{padding-right: 0px !important;padding-left: 0px !important;}
    .account-bx .account-icon-container{width: 45px;height: 45px;line-height: 45px;margin: 0 5px 0 5px;}
    .account-bx .account-icon{width: 50%;}
}

@media(min-width:768px) and (max-width:991px)
{
    .account-bx .nav-link{padding-right: 0px !important;padding-left: 0px !important;}
    .account-bx .account-icon-container{width: 40px;height: 40px;line-height: 40px;margin: 0 0px 0 5px;}
    .account-bx .account-icon{width: 45%;}
    .account-bx .login-status{width: 80px;white-space: normal;max-height: 40px;}
}

@media(min-width:576px) and (max-width:767px)
{
    .account-bx .nav-link{padding-right: 0px !important;padding-left: 0px !important;}
    .account-bx .account-icon-container{width: 40px;height: 40px;line-height: 40px;margin: 0 0px 0 5px;}
    .account-bx .account-icon{width: 45%;}
    .account-bx .login-status{width: 80px;max-height: 40px;white-space: normal;}
}

@media(min-width:448px) and (max-width:575px)
{
    .account-bx .nav-link{padding-right: 0px !important;padding-left: 0px !important;}
    .account-bx .account-icon-container{width: 40px;height: 40px;line-height: 40px;margin: 0 0px 0 5px;}
    .account-bx .account-icon{width: 45%;}
    .account-bx .login-status{white-space: normal;max-height: 40px;width: 80px;}
}

@media(max-width:447px)
{
    .account-bx .nav-link{padding-right: 0px !important;padding-left: 0px !important;}
    .account-bx .account-icon-container{width: 40px;height: 40px;line-height: 40px;margin: 0 0px 0 5px;}
    .account-bx .account-icon{width: 45%;}
    .account-bx .login-status{white-space: normal;max-height: 40px;width: 100px;}
}

/*  Warenkorb Sidebar   */
.warenkorb-bx
{
    width: 60px;
    height: 60px;
    display: inline-block;
}

.mobile-filter .btn-warenkorb
{
    padding: 10px 15px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #ff8700;
    margin: 0 0 15px;
    display: none;
}

    .mobile-filter .btn-warenkorb i
    {
        margin-right: 5px;
    }

.pro-rightbar.mobile-short .form-control
{
    width: 100%;
    display: none;
}

.warenkorb-side-bar .se-h3
{
    padding: 15px 30px;
    display: block;
    text-align: center;
    background: #0988bf;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
    display: none;
}

.close-warenkorb
{
    position: absolute;
    top: 6px;
    left: 10px;
    color: #fff;
    font-size: 18px;
}

    .close-warenkorb:hover
    {
        opacity: 1;
        color: #000;
    }

.mobile-show-pur
{
    padding: 15px 0;
    display: none;
}

.infobtn
{
    padding: 12px 15px;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #ff8700;
    text-transform: uppercase;
}

    .infobtn i
    {
        margin-left: 10px;
    }

    .infobtn:hover
    {
        background: #0988bf;
        color: #fff;
    }

.warenkorb-side-bar
{
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 200;
    background: #ffffff;
    width: 45%;
    height: 100%;
    overflow-y: auto;
    transition: .4s linear;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: left;
}

    .warenkorb-side-bar.warenkorb-opn
    {
        right: 0;
    }

    .warenkorb-side-bar .warenkorb-block
    {
        margin: 0 auto 15px;
        width: 90%;
    }

    .warenkorb-side-bar .pro-feature
    {
        width: 90%;
        margin: 0 auto 15px;
    }

    .warenkorb-side-bar .area-bx, .warenkorb-side-bar .other-box,
    .warenkorb-side-bar .brands-bx
    {
        width: 90%;
        margin: 0 auto 15px;
    }

    .warenkorb-side-bar .se-h3
    {
        display: block;
    }

.mobile-filter .btn-warenkorb
{
    display: block;
}

}

@media(min-width:1025px) and (max-width:1399px)
{
    .warenkorb-bx{width: 40px;height: 40px;margin: 0 20px 0 5px;}
    .warenkorb-side-bar{width: 55%;}
}

@media(min-width:992px) and (max-width:1024px)
{
    .warenkorb-bx{width: 40px;height: 40px;margin: 0 20px 0 5px;}
    .warenkorb-side-bar{width: 55%;}
}

@media(min-width:768px) and (max-width:991px)
{
    .warenkorb-bx{width: 40px;height: 40px;margin: 0 20px 0 5px;}
    .warenkorb-side-bar{width: 60%;}
    .warenkorb-side-bar .alert span{line-height: 17px;font-size: 13px !important;}
}

@media(min-width:576px) and (max-width:767px)
{
    .warenkorb-bx{width: 40px;height: 40px;margin: 0 20px 0 5px;}
    .warenkorb-side-bar{width: 100%;}
    .warenkorb-side-bar .alert span{line-height: 17px;font-size: 13px !important;}
}

@media(min-width:448px) and (max-width:575px)
{
    .warenkorb-bx{width: 40px;height: 40px;margin: 0 20px 0 5px;}
    .warenkorb-side-bar{width: 100%;}
    .warenkorb-side-bar .alert span{line-height: 17px;font-size: 13px !important;}
}

@media(max-width:447px)
{
    .warenkorb-bx{width: 40px;height: 40px;margin: 0 20px 0 5px;}
    .warenkorb-side-bar{width: 100%;}
    .warenkorb-side-bar .alert span{line-height: 17px;font-size: 13px !important;}
}

.warenkorb-sidebar-background
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.back-filter
{
    -webkit-backdrop-filter: brightness(0.5);
    backdrop-filter: brightness(0.5);
    z-index: 200;
    display: block;
}

.warenkorb-alert-close
{
    background: transparent !important;
    top: 6px !important;
    right: 5px !important;
    font-size: 30px !important;
    color: #fff !important;
}

.warenkorb-alert-info
{
    margin: 0 3px 0 0;
    font-size: 20px;
}

.warenkorb-alert-top
{
    border-top: 1px solid #e5e5e5;
}

.warenkorb-alert-close span i
{
    font-size: 20px !important;
}

.bg-success
{
    background-color: #28a745 !important;
    transition: background-color 0.5s ease;
}

.bg-danger
{
    background-color: #dc3545 !important;
    transition: background-color 0.5s ease;
}

.bg-warning
{
    background-color: #ff8700 !important;
    transition: background-color 0.5s ease;
}

.bg-info
{
    background-color: #17a2b8 !important;
    transition: background-color 0.5s ease;
}

@keyframes slideIn
{
    from
    {
        transform: translateY(-100%);
        opacity: 0;
    }

    to
    {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideOut
{
    from
    {
        transform: translateY(0);
        opacity: 1;
    }

    to
    {
        transform: translateY(-100%);
        opacity: 0;
    }
}

.warenkorb-alert-top
{
    animation-duration: 0.5s;
}

.link-button-spacing
{
    margin-left: 10px;
}

.filter-remote
{
    display: none;
}

.sidebar-filter-remote
{
    display: block;
}

@media(min-width:992px)
{
    .filter-remote{display: none;}
    .sidebar-filter-remote{display: block;}
}

@media(min-width:768px) and (max-width:991px)
{
    .filter-remote{display: block;}
    .sidebar-filter-remote{display: none;}
}

@media(min-width:576px) and (max-width:767px)
{
    .filter-remote{display: block;}
    .sidebar-filter-remote{display: none;}
}

@media(min-width:448px) and (max-width:575px)
{
    .filter-remote{display: block;}
    .sidebar-filter-remote{display: none;}
}

@media(max-width:447px)
{
    .filter-remote{display: block;}
    .sidebar-filter-remote{display: none;}  
}

/* AjaxControlToolkit Validator */
.validatorCalloutHighlight
{
    border: solid;
    border-color: #ff8700;
    /*background-color: lemonchiffon;*/
}

.CustomValidator
{
    position: absolute;
    /*margin-left: -80px;*/
    /*left:-200px;*/
}

    .CustomValidator div
    {
        border: none;
        background-color: #ff8700;
        position: relative;
        color: black;
    }

    .CustomValidator td
    {
        border: none;
        background-color: #ff8700;
        color: #fff;
    }

    .CustomValidator .ajax__validatorcallout_popup_table
    {
        display: none;
        border: none;
        background-color: transparent;
        padding: 0px;
    }

    .CustomValidator .ajax__validatorcallout_popup_table_row
    {
        vertical-align: top;
        height: 100%;
        background-color: transparent;
        padding: 0px;
    }

    .CustomValidator .ajax__validatorcallout_callout_cell
    {
        text-align: right;
        vertical-align: top;
        border: none;
        background-color: transparent;
        padding: 0px;
    }

    .CustomValidator .ajax__validatorcallout_callout_table
    {
        height: 100%;
        border: none;
        background-color: transparent;
        padding: 0px;
    }

    .CustomValidator .ajax__validatorcallout_callout_table_row
    {
        background-color: transparent;
        padding: 0px;
    }

    .CustomValidator .ajax__validatorcallout_callout_arrow_cell
    {
        padding: 8px 0px 0px 0px;
        text-align: right;
        vertical-align: top;
        border: none;
        background-color: transparent;
    }

        .CustomValidator .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv
        {
            position: relative;
            left: 1px;
            border-bottom: none;
            border-right: none;
            border-left: none;
            width: 15px;
            background-color: transparent;
            padding: 0px;
        }

            .CustomValidator .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div
            {
                height: 1px;
                overflow: hidden;
                border-top: none;
                border-bottom: none;
                border-right: none;
                padding: 0px;
                margin-left: auto;
            }

    .CustomValidator .ajax__validatorcallout_error_message_cell
    {
        /*min-width:200px;*/
        max-width: 275px;
        min-height: 40px;
        padding: 10px 5px 10px 20px;
        border-right: none;
        border-left: none;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        border-radius: 0 0 0 5px;
        box-shadow: 4px 4px 8px 0px #dee2e6;
    }


        .CustomValidator .ajax__validatorcallout_error_message_cell:after
        {
            content: '';
            position: absolute;
            border-style: solid;
            border-width: 0px 20px 20px 0px;
            border-color: transparent #ff8700 transparent transparent;
            display: block;
            width: 0;
            top: 0px;
            /*  bottom:55px;*/
            left: -5px;
        }

    .CustomValidator .ajax__validatorcallout_icon_cell
    {
        width: 20px;
        padding: 5px;
        border-right: none;
        display: none;
    }

    .CustomValidator .ajax__validatorcallout_close_button_cell
    {
        vertical-align: top;
        padding-top: 7px;
        padding-right: 5px;
        text-align: right;
        border-radius: 0 5px 5px 0;
        box-shadow: 7px 4px 8px 0px #dee2e6;
    }

        .CustomValidator .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
        {
            border: none;
            text-align: center;
            width: 10px;
            padding: 2px;
            cursor: pointer;
        }

/*  form labels  */
.form-title-label
{
    display: block;
    margin: 0px;
}

.form-title-icon
{
    display: none;
}

.form-validator-sign
{
    font-size: 25px;
    color: red;
    padding: 5px;
}

@media(min-width:992px) and (max-width:1024px)
{
    .form-title-label{display: none;}
    .form-title-icon{display: block;}
}

@media(min-width:768px) and (max-width:991px)
{
    .form-title-label{display: none;}
    .form-title-icon{display: block;}
}

@media(min-width:448px) and (max-width:575px)
{
    .form-title-label{display: none;}
    .form-title-icon{display: block;}
}

@media(max-width:447px)
{
    .form-title-label{display: none;}
    .form-title-icon{display: block;}
}

/*      UI List     */
.ulstandard
{
    clear: left;
    margin: 12px 60px 28px 10px;
    list-style: disc !important;
}

.ullinkliste
{
    margin-top: 0;
    margin-left: -10px;
    margin-bottom: 20px;
    list-style: none;
}

ul
{
    padding-left: 38px;
}

.listandard
{
    margin-bottom: 8px;
    line-height: 20px;
    list-style: disc !important;
}

/*   Other Pagers   */

.pager-number-inactive
{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f6f6f7;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    display: inline-block;
}

.pager-number-inactive:hover {
    background: #40afdf;
    color: #fff;
}

.pager-number-active
{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    background: #14b928;
    color: #fff;
    display: inline-block;    
    pointer-events: none;
}

.pmd-card {
    border: 2px solid #f6f6f7;
    margin: 0 0 30px;
    position: relative;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    transition: .4s linear;
    min-height: 180px;
}

@media(min-width:992px) and (max-width:1199px)
{
    .pmd-card { min-height: 270px; }
}
@media(max-width:991px)
{
    .pmd-card { min-height: auto; }
}

.pmd-card:hover{
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.pmd-card a
{
    color: #0988bf;
}

.card.pmd-card:first-child {
    margin-top: 0!important;
}

.pmd-card .card-body {
    padding: 0 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.pmd-icon-lg {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 32px;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.pmd-card .card-title {
    margin-bottom: 0.5rem;
}

.card-header h4 {
    margin-bottom: 0;
}


/* custom scrollbar 

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}
*/
.address-body
{
    max-height: 298px;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #ced4da;
}

.repeater-row:hover {
    color: #fff;
    background-color: #3aa8dc !important; 
    transition: background-color 0.3s ease;
}

.accordion-item
{
    margin-bottom: 10px;
}

.compeletedtext-size
{
    font-size: 17px;
}

/* Gridview für Belege / Dokumente */
.seDocumentsList {
    font-family: Arial;
    font-size: 14px;
}

.seDocumentsList .tab-content {
    padding-top: 0;
}

.seDocumentsListCtrl {
    font-family: Arial;
    font-size: 14px;
}

.seDocumentsListFooter {
    background-color: aliceblue;
}

.seDocumentsListHeader {
    background-color: #92c049;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
}

.seDocumentsListCell {
    font-size: 14px;
    color: gray;
}

.seDocumentsListFocus {
    background-color: cornflowerblue;
}

.seDocumentsListFocus .seDocumentsListCell {
    color: #ffffff;
}
.seDocumentsList .nav-link {
    color: #000000;
}
@media(min-width:769px) and (max-width:1200px) {
    .seDocumentsListCell {
        font-size: 12px;
    }
}
@media(max-width:768px) {
    .seDocumentsListHeader {
        font-family: Arial;
        font-size: 12px;
    }
    .seDocumentsListCtrl {
        font-family: Arial;
        font-size: 12px;
    }
    .seDocumentsList {
        font-family: Arial;
        font-size: 12px;
    }
    .seDocumentsListCtrl .form-control-plaintext {
        font-family: Arial;
        font-size: 12px;
        line-height: 1;
        padding: 0.1em 0;
    }
    .seDocumentsListCtrl .seDocumentsListFocus label, .seDocumentsListCtrl .seDocumentsListFocus div {
        color: #ffffff;
    }
    .seDocumentsList .form-group {
        padding-right: 3px !Important;
        margin-bottom: 2px !Important;
    }
}

.seAdressCard .card {
    min-height: 140px;
}
.seAdressCard .card-header {
    padding: 0.3rem 1.0rem;
}
.seAdressCard .card-body {
    padding:0.75rem 0.5rem 0.1rem 0.75rem;
}
@media (min-width: 769px) and (max-width: 1400px)
{
    .seAdressCard .card-body .seAdressText {
        font-size: 12px;
    }
}
.seBelegCard .card {
    min-height: 170px;
}
.seBelegCard .card-header {
    padding: 0.3rem 1.0rem;
}
.seBelegCard .card-body {
    padding: 0.75rem;
}
.seAdressList {
}
.seAdressLine {
}
.seAdressList .seAdressLabel {
    min-width: 120px;
    max-width: 160px;
    width: 155px;
}
.seAdressList .seAdressText {
}

@media(min-width:769px) and (max-width:1400px) {
    .seAdressList .seAdressLabel {
        width: 125px;
        font-size: 12px;
    }
    .seAdressList .seAdressText {
        font-size: 12px;
    }
}

/*  Bootstrap Toolbars    */
.seSearchModeTB .btn-group .active, .seOrderActionsTB .btn-group .active {
    border-color: rgb(255 150 0 / 50%) !important; /* rgb(52 58 64 / 50%) */
    xborder-width: 3px !important;
    box-shadow: 0 0 0 0.2rem rgb(255 150 0 / 50%);
}

.seOrderActionsTB {
    justify-content: flex-end!important; /* Rechtsbündig */
}

@media (max-width: 768px)
{
    .seOrderActionsTB .btn-group {
        display: contents; /*flex-root*/
    }
    .sePositionsActionsTB .btn-group {
        display: contents; /*flex-root*/
    }
}
@media (max-width: 992px)
{
    .seSearchModeTB .btn-group {
        display: contents; /*flex-root*/
    }
}

.pnl-anfrage .txt-anfrage {
    height: 200px !important;
    width: 100% !important;
}
/* MessageBoxControl */
.seModal-Header {
	background-color: #2196f3;
}
.seModal-Header .modal-title {
    font-size: large;
    color: #fff;
    font-weight: bold;
}
.seModal-CloseButton {
	background-color: #2196f3;
	color: #fff;
}

/* Kategorie-Karten */
.seCategory-card {
  height: 100%;
  cursor: pointer;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.seCategory-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.seCategory-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.seCategory-card:hover img {
  transform: scale(1.1);
}
.seStretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
/* Belegdetailansicht */
.seBelegPositionen .card
{
    border-radius: 0!important;
}
.seBelegPositionen .dxbs-fixed-header-content > span 
{
    font-weight: normal!important;
}
.seBelegPositionen .ColSerialNumbers
, .seBelegPositionen .ColComment
, .seBelegPositionen .ColDescription
{
    white-space: normal!important;
}
.seBelegPositionen .ColSerialNumbers
{
    font-family: Arial;
    font-size: 14px;
}
.seBelegPositionen .dxbs-gridview > .card > table > tbody > .dxbs-preview-row > td 
{
    white-space: normal;
    padding: 0.5em 0.3em!important;
}
.seBelegPositionen .ColPosition
{
}
.seBelegPositionen .ColProdNum
{
}
.seBelegPositionen .ColManName
{
}
.seBelegPositionen .ColManNum
{
}
.seBelegPositionen .ColOrderQuantity
{
}
.seBelegPositionen .ColDeliveryQuantity
{
}
.seBelegPositionen .ColItemPrice
{
}
.seBelegPositionen .ColSumPrice
{
    font-weight: bold;
}
.seBelegPositionen .ColCompleted
{
}
.seBelegPositionen .ColActions
{
}
.seBelegPositionen .ColDescription
{
}
.seBelegPositionen .ColComment
{
}
.seBelegPositionen .ColDeliveryDate
{
}
.seBelegPositionen .ColScheduledDeliveryDate
{
}
.seBelegPositionen .ColSerialNumbers
{
}

@media (min-width: 200px) and (max-width: 1199px) {
    .seBelegPositionen .dxbs-fixed-header-content > span 
    {
        font-weight: normal!important;
        font-size: 12px;
    }
    .seBelegPositionen .table-sm td, .table-sm th 
    {
        padding-left: 0.1rem;
        padding-right: 0.2rem;
        font-size: 12px;
    }
    .seBelegPositionen .dxbs-gridview > .card > table > tbody > .dxbs-preview-row > td 
    {
        padding: 0.5em 0.1em!important;
    }
    .seBelegPositionen .btn-link
    {
        font-weight: normal!important;
        padding: 0.375rem 0.25rem;
    }
    .seBelegPositionen .ColDeliveryDate
    {
        display: none!important;
    }
    .seBelegPositionen .ColScheduledDeliveryDate
    {
        display: none!important;
    }
    .seBelegPositionen .ColSerialNumbers
    {
        font-size: 12px;
    }
}

