
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}



/* kenneth CSS*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";   
    font-weight: 400;
    line-height: 1.5;
    color: #818181;
    text-align: left;
}

.gantry h1, 
.gantry h2, 
.gantry h3, 
.gantry  h4 {
    font-size: 1.35rem;
    line-height: 1.5;
}


a {
    color: #E63323;
}

    a:hover {
        color: #ad1a16;
    }

.g-block.size-40 {
    width: 35%;
}

.g-block.size-40 {
    width: 20%;
}

.g-block.size-45 {
    width: 45%;
}

.g-content {
    padding: 0px;
}

.title-center-border .g-title {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.title-center-border .g-title::after {
    display: block;
    content: '';
    height: 4px;
    border-radius: 4px;
    background: #E63323;
    position: relative;
    width: 50px;
    margin: 25px auto;
}

#top-1 {
    width: 100%;
    background-color: #E63323;
    color: #fff;
    font-size: 0.81rem;
    font-weight: bold;
}

#top-1-right .home-button i {
    font-size: 20px;
    color: white;
}

#top-1-right {
    width: 100%;
}

    #top-1-right .user-button i {
        font-size: 20px;
        color: white;
    }

    #top-1-right #top-icons {
        padding: 7px 25px 0 0;
    }

        #top-1-right #top-icons ul {
            margin-bottom: 0px;
            margin-top: 0px;
        }

    #top-1-right ul {
        display: flex;
        width: auto;
        float: right;
    }

        #top-1-right ul li {
            text-decoration: none;
            list-style: none;
            width: 40px;
        }

#top-1-container {
    width: 60rem;
    display: flex;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

#top-2-container {
    width: 60rem;
    display: flex;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.g-logo {
    margin: 6px 0;
}


/* Language switcher */

.g-menu-item-title .caret {
    margin: 8px 0 0 7px;
    border-top: 4px solid #fff;
}

.dropdown-toggle img {
    margin-right: 5px;
    margin-top: -1px;
}

div.mod-languages .btn-group > .dropdown-toggle,
div.mod-languages .btn-group ul.dropdown-menu a {
    font-weight: bold;
    text-transform: capitalize;
}


/* User */

#g-top .size-43 {
    float: left;
}

#g-top .size-57 .g-content {
    float: right;
}

.g-content ul {
    margin: 0px;
}

#g-footer .g-content ul {
    max-width: 600px;
}

/* Search */

ul.search-result {
    position: absolute;
    background-color: #fff;
    z-index: 100;
    width: 850px !important;
    margin-left: -206px;
    margin-top: -20px;
    border: 1px solid #e1e1e1;
    background-color: #f8fdff;
    height: auto;
}

.search-result .produkt-image {
    width: 15%;
}

.search-result .produkt-kurz,
.search-result .produkt-enummer,
.search-result .produkt-etimklasse,
.search-result .produkt-hersteller {
    padding: 0px 5px 0px 0px;
    width: 20%
}

.search-result .produkt-vergleich {
    margin-left: 10px;
}

.search-result li {
    list-style: none;
    border-bottom: solid #aaa 1px;
    padding: 10px 0px 10px 10px;
    display: grid;
    display: flex;
    width: 100%;
}

#search-form {
    width: 337px;
    padding-top: 22px;
    padding-left: 65px;
}

#search-form .text {
    margin: 0px;
    padding: 7px;
}

.search-form .query {
    width: 250px;
}

/* Navigation */
#g-header .g-content {
    float: right;
}

.g-main-nav .g-toplevel {
    text-align: left;
}


#top-2 {
    display: flex;
}

#menu {
    width: 100%;
    text-align: center;
}

    #menu #main-nav {
        font-family: "Play";
        font-weight: 400;
        font-size: 1rem;
        list-style: none;
        color: aquamarine;
        overflow: hidden;
        padding-top: 20px;
    }

        #menu #main-nav ul {
            list-style: none;
            display: flex;
            float: right;
        }


            #menu #main-nav ul li {
                text-decoration: none;
                list-style: none;
                background-color: darksalmon;
                padding: 5px;
                margin: 5px;
                width: 100px;
                display: block;
            }

                #menu #main-nav ul li.active {
                    background-color: #f7f7f7;
                }

                #menu #main-nav ul li a {
                    text-decoration: none;
                }

        #menu #main-nav > li {
            display: inline-block;
            cursor: pointer;
            -webkit-transition: background 0.2s ease-out, -webkit-transform 0.2s ease-out;
            -moz-transition: background 0.2s ease-out, -moz-transform 0.2s ease-out;
            transition: background 0.2s ease-out, transform 0.2s ease-out;
        }

.header {
    background-color: #fff;
    color: #818181;
    z-index: 1002;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    top: 9px;
    position: relative;
    height: 2px;
}

.header-shadow {
    background: url('/images/header-shadow.png') no-repeat center;
    position: relative;
    height: 42px;
    bottom: -10px;
    width: 100%;
}

.navbar-brand {
    font-size: unset;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

/* Footer */

.footer-site {
    background-color: #494949;
    color: white;
    height: 200px;
}

/* EKatalog */


.g-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1480px;
    position: relative;
    flex-wrap: wrap;
}


.katalog-groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 10px;
}

    .katalog-groups li {
        border: 1px solid #efefef;
        width: 32%;
        list-style: none;
        margin: 5px;
    }

    .katalog-groups ul {
        margin-left: 0px;
        min-height: 275px;
        position: relative;
    }

    .katalog-groups li:hover {
        transition: transform .5s;
        transform: scale(1.02);
        z-index: 99;
    }

    .katalog-groups li ul {
        width: auto;
        padding-top: 25px;
    }

.katalog-group-name {
    position: absolute;
    bottom: 20px;
}


.katalog-groups .katalog-group-image,
.katalog-groups .katalog-group-name,
.katalog-groups .katalog-group-description,
.katalog-groups .katalog-group-description2 {
    width: 100%;
    list-style: none;
    border: none;
    text-align: center;
}

.katalog-groups .katalog-group-name,
.katalog-groups .katalog-group-description,
.katalog-groups .katalog-group-description2 {
    text-align: center;
    padding-top: 20px;
}

.katalog-group-image {
    padding-bottom: 50px;
}

.katalog-breadcrumbs {
    display: flex;
}

    .katalog-breadcrumbs li {
        list-style: none;
        margin-left: 5px;
        margin-bottom: 0px;
    }

.breadcrumb {
    padding: 0.75rem 0px;
}

.g-content .katalog-breadcrumbs .breadcrumb {
    display: inline-block;
    background-color: transparent;
}

.g-content ul {
    width: 100%;
}

.g-content .katalog-group-image img {
    width: auto\9;
    height: auto;
    max-width: 330px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -ms-interpolation-mode: bicubic;
    max-height: 175px;
}

/* ProduktFilter */
#produktFilter {
    display: flex;
    margin-bottom: 45px;
    width: 100%;
    background-color: #f3f3f3;
}

    #produktFilter li {
        list-style: none;
    }

.produktFilterRechts {
    width: 85%;
    margin-left: -18px;
}

.produktFilterLinks {
    width: 15%;
}

    .produktFilterLinks ul li {
        margin: auto;
    }

        .produktFilterLinks ul li .listeKachel ul li:nth-child(2) {
            border-left: 2px solid #f8f8f8;
            padding: 0px;
            width: 85px;
            text-align: center;
            margin-left: -10px;
        }

.produktFilterRechts ul {
    display: flex;
}

    .produktFilterRechts ul li:first-child {
        width: 23%;
    }

    .produktFilterRechts ul li:nth-child(2) {
        width: 39%;
    }

    .produktFilterRechts ul li:nth-child(3) {
        width: 25%;
    }

    .produktFilterRechts ul li:nth-child(4) {
        width: 8%;
    }

.produktFilterLinks ul {
    display: flex;
}


#produktFilter ul .listeKachel ul {
    flex-wrap: nowrap;
    width: 55px;
}

    #produktFilter ul .listeKachel ul li {
        border: none;
    }


#produktFilter .listeKachel i.fa-bars,
#produktFilter .listeKachel i.fa-th {
    color: #959595;
    cursor: pointer;
}

#produktFilter .CSVDownload a {
    color: #959595;
    text-decoration: none;
}

#produktFilter a:hover {
    color: #494949 !important;
    text-decoration: none;
}


/*ICONS FILTER*/

#produktFilter .eno.fas.fa-chevron-up {
    position: relative;
    top: 3px;
    left: 74px;
    font-size: 1.1rem;
    color: #959595;
}

#produktFilter .eno.fas.fa-chevron-down {
    position: relative;
    top: 3px;
    left: 4px;
    font-size: 1.1rem;
    color: #959595;
}

#produktFilter .alphabetisch.fas.fa-chevron-up {
    position: relative;
    top: 3px;
    left: 137px;
    font-size: 1.1rem;
    color: #959595;
}

#produktFilter .alphabetisch.fas.fa-chevron-down {
    position: relative;
    top: 3px;
    left: 5px;
    font-size: 1.1rem;
    color: #959595;
}

#produktFilter .preis.fas.fa-chevron-up {
    position: relative;
    top: 3px;
    left: 77px;
    font-size: 1.1rem;
    color: #959595;
}

#produktFilter .preis.fas.fa-chevron-down {
    position: relative;
    top: 3px;
    left: 4px;
    font-size: 1.1rem;
    color: #959595;
}

#produktFilter .lieferant.fas.fa-chevron-up {
    position: relative;
    top: 3px;
    left: 106px;
    font-size: 1.1rem;
    color: #959595;
}

#produktFilter .lieferant.fas.fa-chevron-down {
    position: relative;
    top: 3px;
    left: 4px;
    font-size: 1.1rem;
    color: #959595;
}



/*PRODUKT LISTE*/


#produktKachel {
    display: block;
}

#produktListe ul {
    display: flex;
}


#produktListe li {
    list-style: none;
    padding-bottom: 15px;
    display: inline;
    padding-bottom: 25%;
}

    #produktListe li ul {
        margin: 10px 0px 0px 0px;
        border-bottom: 1px;
        border-bottom-color: currentcolor;
        border-bottom-style: solid;
        border-bottom-color: #e3e3e3;
    }

#produktListe .produktListeBold {
    font-weight: bold;
    padding: 0px;
    display: block;
}

#produktListe .produkt-image {
    width: auto;
    max-width: 90%;
}

    #produktListe .produkt-image img {
        max-height: 150px;
    }

#produktListe .produktListeCol2 {
    display: block;
    min-width: 23%;
    padding: 0px 0px 0px 25px;
}

#produktListe .produktListeCol3 {
    display: block;
    min-width: 33%;
    padding: 0 15px 0px 15px;
}

#produktListe .produktListeCol4 {
    display: block;
    min-width: 23%;
    padding: 0 15px 0px 15px;
}

.produktListeCol4 li {
    display: block !important;
    padding: 0px !important;
}

/*PRODUKT KACHEL*/


#produktListe {
    display: none;
}

#produktKachel {
    display: flex;
    flex-wrap: wrap;
}

    #produktKachel ul {
        width: 376px;
        border: 1px solid #e3e3e3;
        padding: 10px;
        margin: 7px;
        position: relative;
    }

        #produktKachel ul li,
        #produktKachel ul ul {
            border: none;
        }

    #produktKachel .produkt-image {
        list-style: none;
        text-align: center;
        min-height: 210px;
    }

        #produktKachel .produkt-image img {
            max-width: 200px;
            max-height: 200px;
            padding-top: 20px;
        }



    #produktKachel ul .produktListeCol2,
    #produktKachel ul .produktListeCol3,
    #produktKachel ul .produktListeCol4,
    #produktKachel ul .produktListeCol5 {
        width: 100%;
        list-style: none;
        margin-left: 0px;
    }



/* PRODUKT DETAIL BOX */

#produktDetailBox {
    border: 1px solid #c1c1c1;
    width: 100%;
}

#box2 {
    display: flex;
    padding-top: 20px;
    padding-bottom: 40px;
}


/* BOX1 */

#box1 {
    width: 100%;
    display: flex;
}

    #box1 .page-title {
        width: 100%;
        padding: 10px 0px 0px 20px;
    }

    #box1 .feedback .fa-comment-alt {
        padding: 20px;
        text-align: right;
        width: 20%;
        color: #ea5d59;
    }


/* BOX2 */

#box2Left {
    padding-left: 50px;
    padding-right: 50px
}

    #box2Left .productdetail.images {
        max-width: 150px;
        position: absolute;
        left: 30px;
    }

        #box2Left .productdetail.images ul {
            list-style: none;
            display: flex;
        }

            #box2Left .productdetail.images ul li {
                border: 1px solid #c1c1c1;
                padding: 5px;
                position: relative;
                margin-left: 5px;
                max-height: 150px;
            }

                #box2Left .productdetail.images ul li img {
                    max-height: 135px;
                }


    #box2Left .product-image {
        min-width: 240px;
        width: auto;
        max-width: 300px;
    }

        #box2Left .product-image li img {
            max-height: 250px;
        }

#box2Right {
    width: 64%;
}

    #box2Right .productdetail.title ul {
        list-style: none;
        display: flex;
    }

    #box2Right .productdetail.prices ul {
        list-style: none;
    }

    #box2Right .productdetail ul li {
        border-bottom: 1px solid #e8e8e8
    }

    #box2Right .titleProductDetailPrices {
        background-color: #f1f1f1;
    }

    #box2Right .productdetail ul li:last-child {
        border-bottom: 1px solid #e8e8e8
    }

    #box2Right .productdetail.title p,
    #box2Right .productdetail.prices p,
    #box2Right .productdetail.logistics p,
    #box2Right .productdetail.texte p {
        background-color: #e8e8e8;
    }

    #box2Right .productdetail.prices p,
    #box2Right .productdetail.logistics p,
    #box2Right .productdetail.texte p {
        margin-top: 40px;
    }

    #box2Right .productdetail.title {
        padding-bottom: 35px;
    }

.productdetailMobile {
    display: none;
}

#box2 .productdetail .titleProductDetailPrices ul {
    display: flex;
}

    #box2 .productdetail .titleProductDetailPrices ul li:first-child,
    #box2 .productdetail ul li ul li:nth-child(1) {
        min-width: 100px;
        max-width: 130px;
    }

    #box2 .productdetail .titleProductDetailPrices ul li:nth-child(2),
    #box2 .productdetail ul li ul li:nth-child(2) {
        width: 14%;
    }

    #box2 .productdetail .titleProductDetailPrices ul li:nth-child(3),
    #box2 .productdetail ul li ul li:nth-child(3) {
        width: 23%;
    }

    #box2 .productdetail .titleProductDetailPrices ul li:nth-child(4),
    #box2 .productdetail ul li ul li:nth-child(4) {
        width: 15%;
    }

    #box2 .productdetail .titleProductDetailPrices ul li:nth-child(5),
    #box2 .productdetail ul li ul li:nth-child(5) {
        width: 15%;
    }

    #box2 .productdetail .titleProductDetailPrices ul li:nth-child(6),
    #box2 .productdetail ul li ul li:nth-child(6) {
        width: 10%;
    }

#box2 .productdetail ul li ul {
    display: flex;
}

#box2Right .productdetail ul li {
    width: 100%;
    word-wrap: anywhere;
}



/* BOX3 TABS */
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */


        .tab button.active {
            background-color: #e1e1e1;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}


/* TABS */

.tabMobile {
    display: none;
}

.tab button:focus {
    color: #E63323;
}

#logistics.logistics ul,
#texte.texte ul,
#katalogseiten.katalogseiten ul,
#klassifikation.klassifikation ul,
#mutationen.mutationen ul {
    list-style: none;
}

/* LOGISTICS TAB */

#logisticsMobile {
    display: none;
}

#logistics {
    display: block;
    padding-top: 20px;
}

    #logistics ul {
        display: flex;
    }

    #logistics #logisticsTitle {
        width: 100%;
        background-color: #f1f1f1;
        color: #818181;
    }

        #logistics #logisticsTitle ul li:first-child,
        #logistics #logisticsData ul li:first-child {
            padding: 2px 10px 2px 10px;
            width: 222px;
            text-align: left;
            border-right: 1px solid white;
        }

        #logistics #logisticsTitle ul li:nth-child(2),
        #logistics #logisticsData ul li:nth-child(2) {
            padding: 2px 10px 2px 10px;
            width: 200px;
            text-align: left;
            border-right: 1px solid white;
        }

        #logistics #logisticsTitle ul li,
        #logistics #logisticsData ul li {
            padding: 2px 10px 2px 10px;
            width: 137px;
            text-align: left;
            border-right: 1px solid white;
        }


/* TEXTE TAB */

#texte {
    padding-top: 20px;
}

    #texte ul li ul li {
        display: flex;
    }

        #texte ul li ul li ul li {
            display: block;
        }

        #texte ul li ul li ul {
            padding-left: 0px;
        }

    #texte .texteTitle {
        width: 200px;
        color: #818181;
        font-weight: bold;
        margin-bottom: 60px;
    }

/* DEKLARATIONEN TAB */

#deklarationen {
    padding-top: 20px;
}

    #deklarationen .attachment {
        display: flex;
    }

        #deklarationen .attachment a {
            color: #818181;
            font-weight: bold;
        }

    #deklarationen a:first-child {
        padding-left: 0px;
    }

    #deklarationen a {
        padding-right: 20px;
        border-right: 1px solid #ccc;
        padding-left: 20px;
    }

/* KATALOGSEITEN TAB */

#katalogseiten {
    padding-top: 20px;
}

    #katalogseiten ul {
        display: flex;
    }

    #katalogseiten #katalogseitenTitle {
        width: 100%;
        background-color: #f1f1f1;
        color: #818181;
    }

        #katalogseiten #katalogseitenTitle ul li,
        #katalogseiten #katalogseitenData ul li {
            padding: 2px 10px 2px 10px;
            width: 137px;
            text-align: left;
            border-right: 1px solid white;
        }



/* KLASSIFIKATION TAB */

#klassifikation {
    padding-top: 20px;
}

    #klassifikation ul {
        display: flex;
    }

    #klassifikation #klassifikationName {
        color: #E63323;
        padding-bottom: 20px;
        display: flex;
        width: 40%;
    }

        #klassifikation #klassifikationName ul li {
            margin-right: 10px;
            color: #818181;
        }

        #klassifikation #klassifikationName ul > :first-child {
            font-weight: bold;
        }


    #klassifikation #klassifikationTitle {
        width: 100%;
        background-color: #f1f1f1;
        color: #818181;
    }

        #klassifikation #klassifikationTitle ul li,
        #klassifikation #klassifikationData li {
            padding: 2px 10px 2px 10px;
            width: 445px;
            text-align: left;
            border-right: 1px solid white;
        }

/* MUTATIONEN TAB */

#mutationen {
    padding-top: 20px;
}

    #mutationen ul {
        display: flex;
    }

    #mutationen #mutationenTitle {
        width: 100%;
        background-color: #f1f1f1;
        color: #818181;
    }

        #mutationen #mutationenTitle ul li,
        #mutationen #mutationenData ul li {
            padding: 2px 10px 2px 10px;
            width: 100%;
            text-align: left;
            border-right: 1px solid white;
        }




/* ---------------- FEEDBACK ------------------- */

#feedback {
    margin-left: -30px;
}

    #feedback .lieferant-adresse-label {
        padding-left: 0px;
    }

    #feedback .lieferant-label {
        padding-left: 40px;
    }

    #feedback h1 {
        padding-left: 40px;
    }

    #feedback ul li {
        list-style: none;
    }

    #feedback #infoArtikel {
        display: flex;
    }

        #feedback #infoArtikel .produkt-image {
            width: 150px;
        }

    #feedback #Description {
        width: 94%;
        color: #818181;
    }

    #feedback #txtEmail {
        width: 94%;
        color: #818181;
    }

    #feedback #sendCancel {
        display: flex;
    }

        #feedback #sendCancel .send {
            margin-right: -30px;
        }

    #feedback ul li.artikel {
        background-color: #e3e3e3;
        width: 90%;
    }

    #feedback .custom-file-label.artikel {
        background-color: #e3e3e3;
        padding-left: 7px;
        width: 94%;
        color: #464646;
    }

    #feedback .schwarzTitle {
        color: #464646;
    }

    #feedback #Category {
        color: #818181;
    }

    #feedback #sendCancel .buttonForm {
        background-color: white;
        color: black;
        border: 2px solid #e7e7e7;
    }

        #feedback #sendCancel .buttonForm:hover {
            background-color: #e7e7e7;
        }

    #feedback #sendCancel .button {
        border: 1px solid gray;
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 13px;
        margin: 4px 2px;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
        cursor: pointer;
    }

#sendCancel ul:nth-child(2) {
    margin-left: -116px;
    margin-top: 23px;
    padding: 0px;
}


/* -------------------------- LIEFERANTEN -------------------- */
#lieferantenMobile {
    display: none;
}

#lieferanten {
    width: 100%;
    display: block;
}

.g-content #lieferanten .titleLieferanten ul li {
    background-color: #f6c6c5;
    color: #E63323;
}

    .g-content #lieferanten .titleLieferanten ul li a {
        text-decoration: none;
    }


.g-content #lieferanten ul li ul {
    display: flex;
}

.g-content #lieferanten .titleLieferanten ul li {
    padding-left: 0px;
}

.g-content #lieferanten .titleLieferanten {
    padding-bottom: 15px;
}

    .g-content #lieferanten .titleLieferanten ul li {
        padding: 5px;
    }

.g-content #lieferanten ul li {
    list-style: none;
    width: 100%;
}

    .g-content #lieferanten ul li ul li {
        list-style: none;
        width: 25%;
        padding-left: 20px;
    }

        .g-content #lieferanten ul li ul li:nth-child(2) {
            width: 30%;
        }

        .g-content #lieferanten ul li ul li:nth-child(3) {
            width: 20%;
        }

/*ICONS FILTER*/

.titleLieferanten .matchcode.fas.fa-chevron-up {
    position: relative;
    top: 3px;
    left: 122px;
    font-size: 1.1rem;
    color: #E63323;
}

.titleLieferanten .matchcode.fas.fa-chevron-down {
    position: relative;
    top: 3px;
    left: 4px;
    font-size: 1.1rem;
    color: #E63323;
}

.titleLieferanten .firma.fas.fa-chevron-up {
    position: relative;
    top: 3px;
    left: 84px;
    font-size: 1.1rem;
    color: #E63323;
}

.titleLieferanten .firma.fas.fa-chevron-down {
    position: relative;
    top: 3px;
    left: 5px;
    font-size: 1.1rem;
    color: #E63323;
}

.titleLieferanten .plz.fas.fa-chevron-up {
    position: relative;
    top: 3px;
    left: 71px;
    font-size: 1.1rem;
    color: #E63323;
}

.titleLieferanten .plz.fas.fa-chevron-down {
    position: relative;
    top: 3px;
    left: 4px;
    font-size: 1.1rem;
    color: #E63323;
}

.titleLieferanten .ort.fas.fa-chevron-up {
    position: relative;
    top: 3px;
    left: 67px;
    font-size: 1.1rem;
    color: #E63323;
}

.titleLieferanten .ort.fas.fa-chevron-down {
    position: relative;
    top: 3px;
    left: 4px;
    font-size: 1.1rem;
    color: #E63323;
}


/* ------------------------- LIEFERANT DETAILS ---------------------- */
#lieferantDetail {
    width: 100%;
}

.lieferant-adresse li,
.lieferant-kontakt li,
.lieferant-adresse ul li,
.lieferant-kontakt ul li {
    list-style: none;
}

    .lieferant-adresse li:nth-child(2n),
    .lieferant-kontakt li:nth-child(2n) {
        list-style: none;
        background-color: #e7e7e7;
    }

    .lieferant-adresse li ul li:nth-child(2n),
    .lieferant-kontakt li ul li:nth-child(2n) {
        background-color: transparent;
    }

#lieferantContentDetail1,
#lieferantContentDetail2 {
    padding-bottom: 40px;
}

.lieferantTitle {
    padding-top: 20px;
}


#lieferantContentDetail1 .lieferant-adresse ul,
#lieferantContentDetail2 .lieferant-kontakt ul {
    display: flex;
}

#lieferantContentDetail1 li,
#lieferantContentDetail2 li {
    display: flex;
    min-width: 145px;
}


/* --------------------- ANMELDEN ---------------------- */


.dropdown-menu > li > a {
    font-size: 0.81rem;
    font-family: "Open Sans";
    font-weight: bold;
    color: #aeaeae !important;
    padding: 3px 10px;
}

    .dropdown-menu > li > a:hover {
        background-color: #f7f7f7;
    }

.dropdown-menu > li > form {
    display: block;
    padding: 3px 0px 0px 3px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    margin: 0px;
}

.dropdown-menu > li > form {
    padding-top: 0px;
    padding-left: 2px;
    margin: 0 0 4px;
}

.moduletable .open > .dropdown-menu {
    margin-top: 0px;
}

#g-top .g-main-nav .g-toplevel > li:last-child .g-menu-item-container {
    padding: 11.125px 15px;
}


.dropdown-menu > li {
    border: 1px solid #e3e3e3;
    padding: 5px;
}


.dropdown-menu form input {
    background-color: transparent;
    font-size: 0.81rem;
    font-family: "Open Sans";
    font-weight: bold;
    color: #aeaeae;
    padding: 0px 69px 0px 10px;
    height: 26px;
}

    .dropdown-menu form input:hover {
        background-color: #f7f7f7;
    }

/* ------------- IDENTITY ----------------------- */
#identity,
.eldasUser {
    padding: 0px 10px;
}

    .indentity dl dt,
    .eldasUser dl dt {
        background-color: #e7e7e7;
        padding-left: 5px;
    }

    .eldasUser dl dd,
    .indentity dl dd {
        padding-left: 5px;
    }

    .eldasUser dl,
    .indentity dl {
        word-wrap: anywhere;
    }

.indentity,
.eldasUser {
    width: 100%;
}

/* ------------- USER LIST -------------- */

.userListMobile {
    display: none;
}

.userList {
    width: 100%;
}

    .userList ul li {
        display: inline;
    }

ul.registerNewUser p {
    margin: 0px;
}

ul.registerNewUser {
    width: 145px;
    background-color: #f6f9ff;
    margin-top: 30px;
    border: 1px solid #ad1a16;
    padding: 5px;
    list-style: none;
}

.isActive_False {
    background-color: #ddd;
}

.role_Legacy {
    display: none;
}

.manufacturer {
    border: 1px solid #aaa;
    padding: 0 2px;
    white-space: nowrap;
}

.userList ul li ul {
    display: flex;
}

    .userList ul li ul li {
        list-style: none;
        width: 35%;
        padding-left: 20px;
    }

.userList .titleUserList ul li {
    padding-left: 0px;
}

.userList ul li ul li:nth-child(2) {
    width: 21%;
}

.userList ul li ul li:nth-child(3) {
    width: 15%;
}

.userList ul li ul li:nth-child(4) {
    width: 28%;
}

.g-content .titleUserList ul li {
    background-color: #f6c6c5;
    color: #E63323;
    width: 37%;
}

.titleUserList ul li {
    padding: 5px;
}

.titleUserList .fas.fa-chevron-down {
    position: relative;
    top: 3px;
    left: 4px;
    font-size: 1.1rem;
    color: #E63323;
}

.titleUserList .fas.fa-chevron-up {
    position: relative;
    top: 3px;
    left: 84px;
    font-size: 1.1rem;
    color: #E63323;
}

.userList .titleUserList li {
    margin-bottom: 15px;
}


/* ------------- USER DETAIL -------------- */

#userDetail {
    width: 100%;
}

#userDetail ul.lieferant-adresse li ul {
    display: flex;
}

#userDetail ul.lieferant-adresse li ul li {
    width: 25%;
}

ul.optionen {
    list-style: none;
    display: flex;
}

ul.optionen li {
    border: 1px solid #d9d9d9;
    background-color: #eef6ff;
    padding: 5px 10px;
    margin: 20px 10px 0px 0px;
}


/* ------------- UPDATE USER DETAIL -------------- */


#optionenUpdateUserDetail ul {
    list-style: none;
    display: flex;
}

    #optionenUpdateUserDetail ul li {
        border: 1px solid #d9d9d9;
        background-color: #eef6ff;
        padding: 10px 10px;
        margin: 10px 0px 5px 0px;
    }

#optionenUpdateUserDetail li ul li {
    width: 200px;
    text-align: center;
    height: 50px;
}

#optionenUpdateUserDetail .col-md-10 {
    padding: 0px;
}

#optionenUpdateUserDetail .form-group {
    display: flex;
}

#updateUserDetail {
    width: 100%;
}


    #updateUserDetail form {
        width: 100%;
    }

    #updateUserDetail ul {
        display: flex;
    }

        #updateUserDetail ul li {
            list-style: none;
            width: 25%;
        }


#optionenUpdateUserDetail input {
    background-color: #eef6ff;
    border: none;
    padding: 2px 20px;
    margin: auto;
    color: #E63323;
}


/* ------------- RESET PASSWORD -------------- */

.form-horizontal.resetPassword {
    padding-top: 5px;
}

.resetPassword .form-group .col-md-2,
.resetPassword .form-group .col-md-10 {
    max-width: 100%;
    padding-left: 0px;
}

.form-horizontal.resetPassword .control-label {
    width: auto;
}

.titleResetPassword .g-content {
    display: block;
}

#g-page-surround .resetPassword .btn.btn-success,
#g-offcanvas .resetPassword .btn.btn-success {
    color: #ad1a16;
    border: 1px solid #d9d9d9;
    background-color: #eef6ff;
}


/* ------------- PASSWORD VERGESSEN -------------- */

.titleResetPassword .backButton {
    border: 1px solid #d9d9d9;
    background-color: #eef6ff;
    padding: 5px 10px;
    margin: 20px 10px 0px 0px;
    width: 75px;
}


/* ------------- PREISÄNDERUNGEN -------------- */

#slider-range {
    max-width: 413px;
}




/* --------------------------------------- TABLET ----------------------------------------- */

@media screen and (max-width: 1200px) {
    .g-content {
        margin: 0.625rem;
        padding: 0.938rem;
    }

    #g-mobilemenu-container {
        margin: 0rem;
    }

    .g-content .katalog-group-image img {
        max-width: 200px;
        width: auto;
    }

    #produktKachel ul {
        width: 100%;
    }

    #lieferantContentDetail1 li,
    #lieferantContentDetail2 li {
        display: flex;
        width: 100%;
    }

    #lieferantDetail {
        padding-left: 20px;
        padding-right: 20px;
    }

    #logistics #logisticsTitle ul li, #logistics #logisticsData ul li {
        padding: 2px 0px 0px 0px;
        width: 137px;
    }

    /*------------------FORM------------------*/

    form {
        width: 260px;
        padding-top: 7px;
        padding-left: 36px;
        margin-right: -106px;
    }

    .search-form .query {
        width: 192px;
    }

    /* ------------- FILTER -------------- */

    .produktFilterRechts ul li:nth-child(4) {
        width: 10%;
    }

    form {
        width: 260px;
        padding-top: 7px;
        padding-left: 0px;
        margin-right: -83px;
    }

    /* ------------- PRODUKT DETAIL -------------- */

    .productdetailMobile {
        display: block;
    }

    .prices {
        display: none;
    }
}

@media only all and (min-width: 48rem) and (max-width: 59.938rem) {

    #g-mobilemenu-container {
        margin: 0em;
    }

    .g-container {
        width: 100%;
    }

    .g-content {
        margin: 0.625rem;
        padding: 0.938rem;
    }

    td {
        height: 2.5rem;
    }

    .produktFilterRechts ul li:nth-child(4) {
        width: 12%;
    }
}

/* ------------------------------------------------------------------- MOBILE ---------------------------------------------- */

@media screen and (max-width: 767px) {

    .g-logo-advanced {
        width: 100%;
    }

    #g-mobilemenu-container {
        margin: 0rem;
        width: 100%;
    }

    #g-header .g-content {
        float: none;
    }

    .g-block.size-15 #search-form {
        width: 100%;
        padding: 0px;
    }

    #g-showcase {
        padding: 3.5rem 0;
    }

    .g-block .size-100 .g-content {
        margin: 0.625rem;
        padding: 0.938rem;
    }

    #g-mobilemenu-container {
        margin: 0rem;
    }

    #g-footer {
        padding: 25px 10px;
    }
    /* Hide captions */
    .carousel-caption,
    #produktListe {
        display: none;
    }

    .katalog-groups li {
        width: 100%;
    }

    #box1 .page-title h2 {
        font-size: x-large;
    }

    #box2 {
        display: flex;
        padding-top: 20px;
        padding-bottom: 40px;
        flex-wrap: wrap;
        width: 100%;
    }

    #box2Right {
        width: 100%;
    }

    .g-container {
        width: 100%;
    }

    #box2Left {
        width: 100%;
        padding: 0px;
    }

        #box2Left .product-image {
            margin: auto;
        }

        #box2Left .productdetail.images {
            max-width: 100%;
            width: auto;
            position: relative;
            margin: 0;
            padding-bottom: 30px;
            left: 0px;
        }

            #box2Left .productdetail.images ul {
                padding-bottom: 20px;
            }

    .product-text {
        padding: 5px;
    }

    #box2Left .productdetail.images ul li img {
        max-height: 135px;
        height: auto;
        width: 100%;
        max-width: none;
    }

    .g-container .g-content .katalog-group-image img {
        max-width: 95%;
        width: auto;
    }


    /* TABS */

    .tab {
        display: none;
    }

    .tabMobile {
        display: block;
    }

    /* Style the tab */
    .tabMobile {
        overflow: hidden;
        background-color: #f1f1f1;
    }

        /* Style the buttons inside the tab */
        .tabMobile button {
            background-color: inherit;
            float: left;
            border: none;
            outline: none;
            cursor: pointer;
            padding: 14px 16px;
            transition: 0.3s;
            font-size: 17px;
        }

            /* Change background color of buttons on hover */
            .tabMobile button:hover {
                background-color: #ccc;
            }

            /* Create an active/current tablink class */
            .tabMobile button:focus {
                color: #E63323;
            }

    /* Style the tab content */
    .tabcontent {
        display: none;
        padding: 6px 12px;
        border: 1px solid #ccc;
        border-top: none;
    }

    #logisticsMobile.logistics ul,
    #texteMobile.texte ul,
    #katalogseitenMobile.katalogseiten ul,
    #klassifikationMobile.klassifikation ul,
    #mutationenMobile.mutationen ul {
        list-style: none;
    }

    #logistics {
        display: none !important;
    }

    #logisticsMobile {
        display: block;
    }

        #logisticsMobile ul ul,
        #mutationenMobile ul ul {
            display: flex;
        }

        #logisticsMobile.tabcontent,
        #mutationenMobile.tabcontent {
            padding: 0px;
        }

        #logisticsMobile #logisticsData ul,
        #mutationenMobile #mutationenData ul {
            padding-top: 20px;
            padding-bottom: 20px;
        }

            #logisticsMobile #logisticsData ul ul,
            #mutationenMobile #mutationenData ul ul {
                padding-top: 0px;
                padding-bottom: 0px;
                border-bottom: 1px solid #d0cfcf;
            }

                #logisticsMobile #logisticsData ul ul li:first-child,
                #mutationenMobile #mutationenData ul ul li:first-child {
                    background-color: #dfdfdf;
                    padding-left: 10px;
                }

            #logisticsMobile #logisticsData ul li:first-child,
            #mutationenMobile #mutationenData ul li:first-child {
                width: 50%;
            }

            #logisticsMobile #logisticsData ul li:nth-child(2),
            #mutationenMobile #mutationenData ul li:nth-child(2) {
                width: 50%;
                text-align: left;
                padding-left: 10px;
            }

    #texte ul li ul li ul {
        padding-left: 20px;
    }

    #klassifikation #klassifikationName {
        width: 100%;
    }

    #produktKachel ul {
        width: 100%;
    }

    #produktFilter {
        display: none;
    }

    form {
        display: none;
    }

    .katalog-breadcrumbs {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

        .katalog-breadcrumbs li {
            margin-bottom: -30px;
        }

    #lieferantenMobile {
        width: 100%;
        display: block;
        padding: 55px 10px;
    }
}

/* --------------------------------------------- FEEDBACK SCREEN MOBILE ----------------------------------------- */

@media screen and (max-width: 580px) {

    #feedback #infoArtikel {
        display: block;
    }
}



/* --------------------------------------------- LIEFERANTEN MOBILE ----------------------------------------- */

@media only screen and (max-width: 941px), (min-device-width: 941px) and (max-device-width: 1024px) {

    #lieferanten {
        display: none;
    }

    #lieferantenMobile {
        width: 100%;
        display: block;
        padding: 0px 10px;
    }


    table, thead, tbody, th, td, tr {
        display: block;
    }

        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #d5d5d5;
    }

    td {
        border: none;
        border-bottom: 1px solid #d5d5d5;
        position: relative;
        padding-left: 30%;
        word-wrap: break-word;
    }

    td:before {
        position: absolute;
        top: 6px;
        left: 6px;
    }

    .g-content {
        padding: 0px;
    }

    .g-content .span12 table tr td {
        word-wrap: normal;
        max-width: none;
    }


    /* --------------------------------------------- LIEFERANT DETAILS ------------------------------ */

    #lieferantDetail {
        width: 100%;
    }

    .lieferant-adresse li,
    .lieferant-kontakt li,
    .lieferant-adresse ul li,
    .lieferant-kontakt ul li {
        list-style: none;
    }

        .lieferant-adresse li:nth-child(2n),
        .lieferant-kontakt li:nth-child(2n) {
            list-style: none;
            background-color: #e7e7e7;
        }

        .lieferant-adresse li ul li:nth-child(2n),
        .lieferant-kontakt li ul li:nth-child(2n) {
            background-color: transparent;
        }

    #lieferantContentDetail1,
    #lieferantContentDetail2 {
        padding-bottom: 40px;
    }

    .lieferantTitle {
        padding-top: 20px;
    }

    #lieferantContentDetail1 .lieferant-adresse ul,
    #lieferantContentDetail2 .lieferant-kontakt ul {
        display: flex;
    }

    #lieferantContentDetail1 li,
    #lieferantContentDetail2 li {
        display: flex;
        width: 100%;
        word-wrap: anywhere;
    }

    #lieferantDetail {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* ---------------------------- ADMIN LIST ------------------------- */

    .userList {
        display: none;
    }

    .userListMobile {
        width: 100%;
        display: block;
        padding: 0px 10px;
    }


    table, thead, tbody, th, td, tr {
        display: block;
    }

        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #d5d5d5;
    }

    td {
        border: none;
        border-bottom: 1px solid #d5d5d5;
        position: relative;
        padding-left: 50%;
        word-wrap: break-word;
        min-height: 40px;
    }

    td:before {
        position: absolute;
        top: 6px;
        left: 6px;
    }

    .g-content {
        padding: 0px;
    }

    .g-content .span12 table tr td {
        word-wrap: normal;
        max-width: none;
    }


    /* ------------- USER DETAIL -------------- */

    #userDetail ul.lieferant-adresse li ul li {
        width: 50%;
    }

    #userDetail {
        padding-bottom: 20px;
        margin-top: -15px;
    }

    ul.optionen {
        display: block;
        text-align: center;
    }

    ul.optionen li {
        border: 1px solid #d9d9d9;
        background-color: #eef6ff;
        padding: 10px 10px;
        margin: 10px 0px 5px 0px;
    }

    #userDetail h1 {
        position: relative;
        top: -10px;
    }

    /* ------------- UPDATE USER DETAIL -------------- */

    #updateUserDetail form {
        display: block;
    }

    #updateUserDetail ul li {
        width: 50%;
    }

    #optionenUpdateUserDetail li ul li {
        width: 100%;
    }

    #optionenUpdateUserDetail .form-group {
        display: block;
        padding-top: 15px;
    }

    #optionenUpdateUserDetail .col-md-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* ------------- PRODUKT DETAIL -------------- */

    .productdetailMobile {
        display: block;
    }

    .prices {
        display: none;
    }

    /* ------------- RESET PASSWORD -------------- */

    form {
        display: block;
    }

    .g-container.titleResetPassword h2 {
        padding-top: 50px;
    }

    .form-horizontal.resetPassword {
        padding-top: 0px;
    }

    .g-container.titleResetPassword form {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .form-horizontal.resetPassword .form-group .col-md-offset-2 input.btn-success {
        width: 100%;
    }

    /* ------------- PASSWORD VERGESSEN -------------- */

    .titleResetPassword .backButton {
        border: 1px solid #d9d9d9;
        background-color: #eef6ff;
        text-align: center;
        margin: auto 0;
        width: 98%;
    }

    .passwordVergessen {
        padding-bottom: 20px;
        padding-top: 60px;
    }
}
