/*noinspection CssUnknownTarget*/
/*
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');
*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

/* Products */
/*
.artikel_bezeichnung {
	overflow: hidden;
	max-height: 24px;
}
*/
/*
.artikel_zusatztext, *[class^="artikel_lieferstatus_"] {
	overflow: hidden;
	max-height: 22px;
}
*/

/* Pagination */
.pagination > li > a,
.pagination > li > span {
    color: #666666;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #666666;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #ffffff;
    background-color: #ff9641;
    border-color: #ff8421;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
}

/* Sidebar Modul*/
.sidebar-module, .content-module {
    margin-top: 20px;
}

.topnav_navigation a {
    color: #ffffff;
}

header .hlinks a,
header .hlinks a:visited,
header .hlinks a:hover,
header .hlinks > span {
    color: #000000;
    background: none;
    border: none;
}

/* ===== */

.main > h2 {
    color: #B50009;
    margin-bottom: 8px;
}

.error {
    color: #B50009;
}

.benutzer {
    margin-bottom: 4px;
}

label[for=idBenutzer] {
    width: 150px !important;
}

input[id=idBenutzer], input[id=idPasswort] {
    width: 200px;
}

form[name=frmLogin] > div {
    margin-bottom: 8px;
}

.topnav_navigation a {
    text-decoration: none;
    text-transform: uppercase;
}

.topnav_navigation > ul > li {

}

.navbar-toggle {
    float: left;
    margin-left: 12px;
}

table {
    /*
    font-size: 14px;
    */
}

.dropdown > button {
    border: none;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

.caret {
    margin-left: 5px;
    margin-top: -3px;
}

/* Dropdown-Submenu for Navigation */

.dropdown-menu {

    font-size: 18px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 50%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-width: 0;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu ul > li > a {
    text-transform: none;
}

.dropdown-menu li > a {
    text-transform: none;
}

.dropdown-submenu a {

}

footer {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #FFFFFF;
    background-color: #8A8A8A;
    border: none;
    box-shadow: none;
    bottom: 0;
}

footer a, footer a:visited {
    color: #FFFFFF;
}

.footer-container {
    text-align: center;
}

input {
    padding: 6px 12px;
    font-weight: normal;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus {
    border-color: #2196f3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px #2196f3;
}

select:focus {
    border-color: #2196f3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px #2196f3;
}

input[name=pMenge]:focus {
    border-color: #2196f3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px #2196f3;
}

input[type=checkbox] {
    height: auto;
}

input[type=radio] {
    box-shadow: none;
}

select {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    white-space: nowrap;
    padding: 6px 0 6px 8px;
    /*
    font-size: 13px;
    */
    line-height: 1.42857143;
    /* border-radius: 4px; */
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

textarea {
    display: block;
    width: 100%;
    height: 100px;
    padding: 6px 12px;
    /*
    font-size: 13px;
    */
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* Kontaktforumlar + Warenkorb (Anschrift, Lieferanschrift) */

form[name=frmFormular], form[name=frmAnschrift] {
    margin-top: 16px;
}

form[name=frmFormular] > div, form[name=frmAnschrift] > div, form[name=frmLieferung] > div {
    margin-top: 8px;
    margin-bottom: 8px;
    align-items: center;
}

form[name=frmFormular] > .type-text > label, form[name=frmAnschrift] > .type-text > label, form[name=frmLieferung] > .type-text > label {
    float: left;
    width: 200px;
    margin-bottom: 0;
}

form[name=frmFormular] > .type-text > label > sup, form[name=frmAnschrift] > .type-text > label > sup, form[name=frmLieferung] > .type-text > label > sup {
    color: #B50009;
    font-weight: bold;
    top: -0.2em;
}

form[name=frmFormular] > .type-select > label, form[name=frmAnschrift] > .type-select > label, form[name=frmLieferung] > .type-select > label {
    float: left;
    width: 200px;
    margin-bottom: 0;
}

form[name=frmFormular] > .type-select > label > sup, form[name=frmAnschrift] > .type-select > label > sup, form[name=frmLieferung] > .type-select > label > sup {
    color: #B50009;
    font-weight: bold;
    top: -0.2em;
}

form[name=frmFormular] > .type-select > select, form[name=frmAnschrift] > .type-select > select, form[name=frmLieferung] > .type-select > select {
    width: 280px;
    border-width: 1px;
}

form[name=frmFormular] > .type-text > input, form[name=frmAnschrift] > .type-text > input, form[name=frmLieferung] > .type-text > input {
    width: 280px !important;
}

form[name=frmFormular] > .type-text > textarea, form[name=frmAnschrift] > .type-text > textarea, form[name=frmLieferung] > .type-text > textarea {
    width: 280px;
    max-width: 480px;
    max-height: 400px;
    padding-left: 4px;
    height: 70px;
}

textarea:focus {
    border-color: #2196f3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px #2196f3;
}

#idNummer, #idBenutzer {
    padding-left: 4px;
}

label[for=idNummer], label[for=idMenge] {
    width: 160px;
}

#idMenge {
    text-align: center;
    width: 75px !important;
}

form[name=frmFormular] > .type-button > input {
    margin-right: 12px;
}

.message {
    display: block;
    margin-bottom: 8px;
}

.error input {
    border: 1px solid #B50009;
}

.error input:focus {
    border-color: #B50009;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px #B50009;
}

/* Datanorm download */

#data {
    margin-top: 25px;
}

#data > table > tbody > tr:first-child {
    margin-bottom: 20px;
}

table > tbody > tr > td, th {
    padding: 8px;
}

#data > table > tbody > tr > th:first-child {
    width: 34px;
}

#data > table > tbody > tr > th:last-child {
    width: 104px;
}

.yform > input {
    margin-right: 8px;
}

#btnSubmitData4 {
    margin-right: 8px;
}

table > tbody > tr {
    color: #424242;
    -webkit-transition-property: color, background;
    -webkit-transition-duration: .3s, .3s;
    -webkit-transition-timing-function: linear, ease-in;
    border-bottom: 1px solid #bdbdbd;
}

#data > table > tbody > tr:hover {
    background: #e57373;
}

thead {
    color: #E30613;
    font-weight: bold;
    background: #e0e0e0;
}

#dataErrorAGB {
    color: #E30613;
}

/* Startseite - TOP Angebote */

.row-article {
    margin-top: 8px;
    display: flex;
}

.row-article > a {
    width: 120px;
    height: 120px;
}

.artikel_deeplink > a {
    font-weight: bold;
}

.top-article-left {
    text-align: center;
    padding: 0;
    margin-top: 16px;
}

.top-article-center {

}

.top-article-right {

}

.top-article-container {
    border-top: solid 2px #B50009;
    margin-top: 12px;
}

.artikel_lieferstatus_bestand > i {
    color: #B50009;
}

input[name=pMenge] {
    width: 75px;
    text-align: center;
    margin-left: 8px;
}

.wrap-point {
    white-space: nowrap;
}

input[name=btnBestellen] {
    width: 100%;
    font-size: 18px !important;
    margin-top: 8px;
}

.menge-container {
    /*float: right;*/
    margin-top: 4px;
    white-space: nowrap;
}

.artikel_nummer {
    font-weight: bold;
    padding-bottom: 8px;
}

.artikel_preis {
    font-weight: bold;
    /*
    font-size: 18px;
    */
}

.hidden-container {
    display: none;
}

/* WordWrap on specific point */

span.avoidwrap {
    display: inline-block;
}

@media (max-width: 767px) {
    .top-article-left {
        margin-bottom: 8px;
    }
}

/* Article */

.article-left {
    text-align: center;
    padding-top: 16px;
}

.article-right {

}

.article-right > form > .artikel_lieferstatus_bestand {
    margin-top: 8px;
}

.artikel_menge {
    text-align: left;
}

.artikel_bezeichnung {
    margin-top: 24px;
    margin-bottom: 25px;
    color: #E30613;
}

.artikel_blaettern_oben {
    display: none;
}

form[name=frmDetail] {
    margin-top: 8px;
}

.subcolumns {
    margin-top: 8px;
}

/* FONT */

body {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #424242;
}

table, input, select {
    font-size: 16px !important;
}

.navbar {
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, legend {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: #424242;
}

.button a, .button a:visited {
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
}

.navbar {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.navbar-nav li {
    text-transform: uppercase;
}

.navbar-nav li form[name=frmLogin] {
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-nav li form[name=frmLogin] input {
    background: transparent;
    border: none;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.nav-li-form {
    display: flex !important;
    height: 48px;
    align-items: center;
    border-right: 1px solid #B50009;
    border-left: 1px solid #B50009;
    -webkit-transition: 1.0s ease;
    transition: 1.0s ease;
}

.nav-li-form:hover {
    background: #B50009;
}

.nav-li-form #btnSubmit {
    margin-right: 0;
    font-size: 13px !important;
    font-weight: normal;
    width: 100%;
    height: 100%;
}

.nav > li {
    letter-spacing: 0.5px;
}

.nav-li-login {
    display: flex !important;
    height: 48px;
    align-items: center;
}

.nav-li-login a {
    color: #FFFFFF;
    text-decoration: none;
}

.nav-li-customer {
    display: flex !important;
    height: 48px;
    align-items: center;
    color: #FFFFFF;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.promo .pbox {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.items .item .item-price {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.flex-main .flexslider {
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
}

.tp-banner .mediumwhitebg {
    font-family: 'Lato', sans-serif;
}

.tp-banner .large_bold_white {
    font-family: 'Lato', sans-serif;
}

.tp-banner a.btn {
    font-family: 'Lato', sans-serif;
}

/* Sidebar Kategorien */

.vlist {
    list-style-type: none;
    width: 100%;
}

.vlist li {
    display: list-item;
}

.vlist a {
    border-bottom: 1px solid #bdbdbd;
    color: #424242;
}

.vlist li a {
    display: block;
    padding: 4px 0 4px 12px;
    -webkit-transition-property: background;
    -webkit-transition-duration: .3s, .3s;
    -webkit-transition-timing-function: linear, ease-in;
}

.vlist a:hover {
    background: #e57373;
}

.open ul {
    list-style-type: none;
    padding-left: 0;
    width: 400px;
}

li[class=open] a {
    font-weight: bold;
    color: #B50009;
}

.open ul a {
    font-weight: normal;
    color: #424242;
    padding-left: 40px;
}

.open > .kategorie-link {
    border-left: 2px solid #B50009;
    margin-left: -2px;
}

/* Warenkorb - Bestellvorgang */

.bestellschein_direkt {
    margin-bottom: 16px;
}

form[name=frmBestellen] .type-text {
    margin-top: 8px;
}

input[id=idMenge] {
    width: 55px !important;
}

.warenkorb-verlauf a {
    color: #B50009;
    border: none;
}

.warenkorb-verlauf a:hover {
    color: #E30613;
    background: none;
}

.col1_verlauf {
    margin-top: 12px;
}

.col1_verlauf ul {
    margin-left: -24px;
}

.warenkorbueberschrift {
    color: #B50009;
    margin-top: 24px;
    margin-bottom: 16px;
}

.ueberschrift {
    width: 100%;
}

.warenkorb {
    width: 100%;
}

.daten {

}

.datenbild {
    width: 50px;
    text-align: center;
    float: left;
}

.datentext {
    /*margin-left: 58px;*/
}

.menge {

}

.preis {

}

.steuer {

}

.rabatt {
    width: 95px !important;
}

.gesamtpreis {
    background: #9e9e9e;
    width: 175px;
    text-align: center;
}

.aktion {
    text-align: center;
}

.aendern {
    margin-bottom: 8px;
}

.loeschen {
    margin-top: 8px;
}

.fa-pencil-square-o, .fa-trash-o {
    color: #B50009;
}

.zeile {
    width: 100%;
    height: 200px;
}

.gerade {
    background: #e0e0e0;
}

.ungerade {
    background: #f5f5f5;
}

.summe-zeilen {
    text-align: right;
    height: 32px;
}

.warenwert {

}

.warenwert, .summe_netto, .summe_brutto {
    font-weight: bold;
}

.summe_brutto {

}

.summe_brutto td[class=wert] {
    text-decoration: underline;
}

.summe-text {
    width: 651px;
    padding-right: 24px;
}

.wert-gesamt {
    text-align: center;
    background: #9e9e9e;
}

.wert-gesamt-brutto {
    text-align: center;
    background: #9e9e9e;
    text-decoration: underline;
}

.note {
    width: 780px;
    margin-top: 12px;
    margin-bottom: 12px;
}

legend {
    font-weight: normal;
    color: #B50009;
    padding-top: 8px;
    border-bottom: 1px solid #bdbdbd;
    max-width: 480px;
}

.anschrift {
    margin-bottom: 16px;

}

.anschrift .text, .anschrift .number {
    width: 30%;
    text-align: left;
}

.anschrift .text {
    float: left;
}

.anschrift .number {
    float: right;
}

.zahlungueberschrift {
    width: 30%;
    float: left;
	margin-top: 20px;
}

.anschriftueberschrift {
    font-weight: bold;
}

.zahlung {
    height: 48px;
}

.zahlung .bezeichnung {
    width: 50%;
    float: left;
    margin-top: 20px;
}

form[name=frmUebersicht] div:not(:nth-child(4)) {
    margin-bottom: 12px;
}

#idKommission, #idAnmerkung {
    height: 80px;
}

.check {
    display: -webkit-box;
}

label[for=idVersandbedingungen] {
    margin-left: 8px;
}

#idVersandbedingungen {
    margin-top: 8px;
}

form[name=frmUebersicht] .type-button input {

}

#btnSubmit2, #btnSubmit3 {
    margin-left: 0;
    margin-right: 10px;
}

#btnButton {
    margin-right: 10px;
}

.blaettern-suche-gruppe {
    text-align: center;
}

#idLieferungR, #idLieferungL, #idZahlungR, #idZahlungC {
    margin-top: 8px;
}

label[for^="idLieferungdad"] {
    margin-left: 16px;
}

label[for^="idKomplettlieferung"] {
    margin-left: 8px;
}

[id^="idLieferungdad"] {
    float: none;
    margin-top: 8px !important;
}

.lieferadressen .type-check:last-child {
    display: none;
}

.lieferadressen .type-check {
    margin-bottom: 16px;
}

.anrede, .vorname, .name, .zusatz, .strasse, .land, .plz, .ort {
    font-weight: normal;
}

/* Buttons für Warenkorb Seite 5 unter "Mein Konto" */

/* Lieferadressen/Warenkörbe verwalten */

.dadAddrData div, .dadRecName div {
    width: 200px;
}

.dadAddrData select {
    width: 360px !important;
}

.input-lieferadressen-ort {
    width: 266px;
}

img[id^="addrImage_"], img[id^="cartsImage_"] {
    height: 10px;
    margin-top: -2px;
}

.yform fieldset legend {
    max-width: none;
    border: none;
}

.warenkorb-verwalten-table {
    float: left;
    color: #B50009;
    font-weight: bold;
}

.scaCartsBlock {
    width: 100%;
}

.scaCartsBlock table {
    margin-top: 24px;
    font-size: 16px;
}

.scaCartsBlock table thead tr td {
    padding-left: 6px;
    padding-right: 6px;
}

.scaCartsBlock button {
    margin-right: 8px;
}

button[name=savedCartsAction] {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* Mein Konto */

#DisplayTable_length label, #DisplayTable_filter label {
    font-weight: normal;
    margin-bottom: 16px;
    width: 280px;
}

#DisplayTable_filter label input {
    margin-left: 8px;
}

select[name=DisplayTable_length] {
    margin-right: 4px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border: none !important;
}

#DisplayTable_wrapper {
    margin-top: 16px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFFFFF !important;
    background: #B50009 !important;
    border: 1px solid #B50009 !important;
}

#DisplayTable_next, #DisplayTable_previous {
    color: #B50009 !important;
    font-weight: bold;
}

#DisplayTable_next:hover, #DisplayTable_previous:hover {
    color: #FFFFFF !important;
    font-weight: bold;
}

#DisplayTable_next {
    margin-left: 8px;
}

#DisplayTable_previous {
    margin-right: 8px;
}

.paginate_button.current {
    background: #bdbdbd !important;
    border: 1px solid transparent !important;
}

#DisplayTable_paginate {
    margin-top: 8px;
    margin-bottom: 16px;
}

td[class=child] ul li {
    padding-left: 16px !important;
    padding-top: 8px !important;
}

form[name=frmVarianten] {
    margin-top: 8px;
}

input[name=btnArtikelAll],
input[name=btnArtikel],
form[name=frmUebersicht] .type-button input,
form[name=frmUebersicht] .type-button input,
button[name=savedCartsAction][value=order] {
    color: #FFFFFF !important;
    border: none;
    border-radius: 0;
    position: relative;
    -webkit-transition-property: color, background;
    -webkit-transition-duration: .3s, .3s;
    -webkit-transition-timing-function: linear, ease-in;
    background: #2196f3;
}

input[name=btnArtikelAll]:hover,
input[name=btnArtikel]:hover,
form[name=frmUebersicht] .type-button input:hover,
form[name=frmUebersicht] .type-button input:hover,
button[name=savedCartsAction][value=order]:hover {
    background: #1976d2;
}

input[name=btnArtikelAll]:before,
input[name=btnArtikel]:before,
form[name=frmUebersicht] .type-button input:before,
form[name=frmUebersicht] .type-button input:before,
button[name=savedCartsAction][value=order]:before {
    content: "\f291";
}

input[name=btnArtikelAll]:after,
input[name=btnArtikel]:after,
form[name=frmUebersicht] .type-button input:after,
form[name=frmUebersicht] .type-button input:after,
button[name=savedCartsAction][value=order]:after {
    background-color: #1565c0;
}

button[name=savedCartsAction][value=add],
button[name=savedCartsAction][value=edit] {
    color: #FFFFFF !important;
    border: none;
    border-radius: 0;
    position: relative;
    -webkit-transition-property: color, background;
    -webkit-transition-duration: .3s, .3s;
    -webkit-transition-timing-function: linear, ease-in;
    background: #4caf50;
}

button[name=savedCartsAction][value=add]:hover,
button[name=savedCartsAction][value=edit]:hover {
    background: #388e3c;
}

button[name=savedCartsAction][value=add]:after,
button[name=savedCartsAction][value=edit]:after {
    background-color: #2e7d32;
}

button[name=savedCartsAction][value=del] {
    color: #FFFFFF !important;
    border: none;
    border-radius: 0;
    position: relative;
    -webkit-transition-property: color, background;
    -webkit-transition-duration: .3s, .3s;
    -webkit-transition-timing-function: linear, ease-in;
    background: #f44336;
}

button[name=savedCartsAction][value=del]:hover {
    background: #d32f2f;
}

button[name=savedCartsAction][value=del]:after {
    background-color: #c62828;
}

button[name=delAddrAction] {
    margin-right: 8px;
}

.positionen {

}

.posnummer, .syGesamtpreisNetto {
    font-weight: bold;
}

.posnummer {
    margin-bottom: 4px;
}

.syGesamtpreisNetto {
    margin-top: 4px;
}

.bestellen {
    text-align: right;
    padding-top: 16px;
}

.erneut_bestellen {
    font-weight: bold;
    color: #B50009;
}

.erneut_bestellen_menge {
    margin-left: 16px;
}

.varMenge {
    margin-left: 8px;
    width: 75px;
    text-align: center;
}

input[name=btnArtikel] {
    margin-left: 0;
    margin-right: 8px;
}

.variante {
    border-top: 1px solid #B50009;
    margin-top: 8px;
    padding-top: 8px;
}

/* Custom Buttons */

.edo-btn {
    color: #FFFFFF !important;
    border: none;
    border-radius: 0;
    position: relative;
    font-size: 20px;

    -webkit-transition-property: color, background;
    -webkit-transition-duration: .3s, .3s;
    -webkit-transition-timing-function: linear, ease-in;
}

.edo-btn:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* success */
.edo-btn:hover {
    color: #FFFFFF !important;
}

.edo-btn-success {
    background: #4caf50;
}

.edo-btn-success:hover {
    background: #388e3c;
}

.edo-btn-success:after {
    background-color: #2e7d32;
}

/* error */
.edo-btn-error {
    background: #E30613;
}

.edo-btn-error:hover {
    background: #d32f2f;
}

.edo-btn-error:after {
    background-color: #c62828;
}

/* normal */
.edo-btn-normal {
    background: #9e9e9e;
}

.edo-btn-normal:hover {
    background: #616161;
}

.edo-btn-normal:after {
    background-color: #424242;
}

/* blue */
.edo-btn-blue {
    background: #2196f3;
}

.edo-btn-blue:hover {
    background: #1976d2;
}

.edo-btn-blue:after {
    /*!*background-color: #1565c0;*!*/
}

/* TEST ARTICLE OVERVIEW */

.article-overview-row {
}

.article-tile {
    padding: 8px;
}

.article-tile-content {
    padding: 8px;
    background: #ffffff;
    height: 420px;
    -webkit-box-shadow: 3px 3px 5px 0px #CCC;
    box-shadow: 3px 3px 5px 0px #CCC;
    text-align: center;
}

.article-tile-title {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    height: 70px;
}

.article-tile-image {
    display: flex;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
}
.artikel_bild {
    max-width: 100px;
    max-height: 100px;
}

.article-tile-image a {
    margin: auto;
}

.article-tile-order-number {
    font-size: 16px;
}

.article-tile-order-number span {
    font-weight: bold;
    font-size: 14px;
    white-space: break-spaces;
    min-height: 40px;
    display: block;
}

.article-tile-information-link {
    font-size: 16px;
}

.article-tile-stock, .article-tile-stock2, .article-tile-stock1 {
    font-size: 12px;
    padding-top: 4px;
}

.article-tile-stock i {
    color: #B50009;
    font-size: 16px;
}

.article-tile-stock2 i {
    color: greenyellow;
    font-size: 16px;
}

.article-tile-stock1 i {
    color: yellow;
    font-size: 16px;
}

.edo-btn-article-overview {
    font-size: 16px;
    height: auto;
}

.artikel_preiseinheit, .artikel_preis_gross2, .artikel_staffel {
    padding-top: 4px;
    font-size: 12px;
}
.artikel_preis_gross {
    padding-top: 4px;
    font-size: 20px;
    font-weight: bold;
}

.gruppe_blaettern_oben, .gruppe_blaettern_unten {
    margin-top: 16px;
    margin-bottom: 16px;
}

.gruppe_blaettern_navright {
    float: right;
}

.form-control {
    color: #424242;
}

table.etim {
    width: 100%;
}

table.etim > tbody > tr {
    border-bottom: 1px dotted lightgrey;
}

table.etim > tbody > tr > td {
    padding: 5px 2px;
    font-size: 12px;
}

table.etim > tbody > tr > th {
    padding: 5px 2px;
    font-size: 16px;
}

/* NEW HEADER */

header {
    /*height: 128px;*/
    height: 164px;
    z-index: 1111;
}

.header-container, .nav-container, .footer-container, .content-container {
    width: 100%;
}

.content-container {
    min-height: 1100px;
}

.header-row {
    display: flex;
    align-items: center;
    padding-top: 16px;
    /*padding-bottom: 16px;*/
}

.header-cart-wrapper {

}

.header-search-wrapper {
    padding-top: 8px;
}

@media (max-width: 1199px) {
    .header-cart-wrapper {
        margin-top: -36px;
        margin-bottom: 12px;
    }
}

/* Logo */

.logo {
    -webkit-filter: drop-shadow(3px 3px 3px #222);
    filter: drop-shadow(3px 3px 3px #222);
    float: right;
    position: relative;
    padding-right: 36px;
    z-index: 1;
}

.header-logo-wrapper {
    position: absolute;
    top: 16px;
    right: 0;
}

/* todo */
@media (max-width: 991px) {
    .logo {
        width: 160px;
    }

    .header-cart-wrapper {
        margin-top: auto;
    }

    header {
        height: 165px;
    }

    .nav-li-customer {
        position: fixed !important;
        top: 168px;
        left: 50px;
    }
}

@media (max-width: 767px) {
    .logo {
        display: block;
    }

    .header-logo-wrapper {
        display: block;
    }
}

/* Fixed Cart Search */

#fixed-cart-search {
    background: #fafafa url("../img/cream.png") repeat;
}

.affix {
    top: 0;
    position: fixed;
    box-shadow: 0 4px 2px -2px gray;
    width: 100%;
    height: auto;
}

.affix .header-container .header-row {
    padding-top: 16px;
    padding-bottom: 16px;
}

.logo-affix {
    display: none;
}

/* Search */

#idSuche, #btnSuche {
    border-radius: 0;
    font-size: 20px;
    height: 36px;
    padding-top: 0;
    padding-bottom: 0;
}

#btnSuche {
    background: #E30613;
    color: #FFFFFF;
    -webkit-transition-property: color, background;
    -webkit-transition-duration: .3s, .3s;
    -webkit-transition-timing-function: linear, ease-in;
}

.search-group:hover #btnSuche {
    background: #B50009;
}

.form-control:focus {
    border-color: #B50009;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px #B50009;
}

#idSuche::placeholder {
    color: rgba(181, 0, 9, 0.5);
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0;
}

/* Cart */

.cart-container {

}

.header-cart-width {
    width: 80%;
}

@media (max-width: 1550px) {
    .header-cart-width {
        width: 90%;
    }
}

@media (max-width: 1350px) {
    .header-cart-width {
        width: auto;
    }
}

@media (max-width: 530px) {
    .cart-title {
        display: none;
    }

    .cart-icon {
        margin-left: 24px;
    }
}

.cart-wrapper {
    color: #424242;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    margin-top: 4px;
}

.cart-wrapper > a {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.cart-wrapper > a:hover {
    text-decoration: none;
}

.cart-title {
    padding-left: 36px;
    color: #424242;
    -webkit-transition-property: color;
    -webkit-transition-duration: .3s, .3s;
    -webkit-transition-timing-function: linear, ease-in;
}

.cart-icon {
    padding-left: 8px;
    color: #424242;
    -webkit-transition-property: color;
    -webkit-transition-duration: .3s, .3s;
    -webkit-transition-timing-function: linear, ease-in;
}

.cart-wrapper:hover .cart-title {
    color: #B50009;
}

.cart-wrapper:hover .cart-icon {
    color: #B50009;
}

.cart-counter {
    display: block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 18px;
    -moz-border-radius: 18px;
    background-color: #424242;
    color: #ffffff;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: -1px;
}

.cart-counter-red {
    background-color: #E30613;
}

.cart-sum {
    font-weight: bold;
    color: #424242;
    padding-right: 36px;
}

.cart-sum-number {
    color: #424242;
    font-weight: normal;
}

/* Content */

.content-container h2 {
    font-weight: bold;
}

/* last seen */

.last-seen-item {
    border-top: 1px solid #B50009;
    padding-bottom: 8px;
    clear: right;
}

.last-seen-article {
    font-weight: bold;
    font-size: 16px;
}

.last-seen-item a {
    display: flex;
}

.last-seen-item a img {
    margin: 8px auto;
    width: 85px;
}

.last-seen-price, .last-seen-number {
    font-weight: bold;
    font-size: 12px;
}

.last-seen-price {
    float: right;
    padding-bottom: 6px;
}

.ui-menu .ui-menu-item a {
    padding: 0 .4em;
}

li.dropdown-submenu {
    width: 100% !important;
}

ul.dropdown-menu li {
    width: 100% !important;
}

.affix-top {
    min-width: 600px;
}

.navbar {
    min-width: 600px;
}

@media (max-width: 767px) {
    .last-seen {
        display: none;
    }

    .note {
        width: 340px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
}

.filter {
    display: inline-block;
    width: 100%;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

@media (min-width: 1024px) {
    .modal-dialog {
        width: 1000px;
        margin: 12px auto;
    }
}

.input-group-btn {
    padding-top: 26px;
}

.input-group-btn-basket {
    top: 0 !important;
}

@media (max-width: 992px) {
    .header-search-wrapper {
        padding-top: 0;
    }

    .cart-icon {
        padding-left: 0;
        margin-left: 10px;
    }

    .menge-container > label {
        width: 35px;
        font-size: 12px;
        margin-top: 10px;
        float: left;
    }

    input[name=pMenge] {
        width: 60px;
        text-align: center;
        margin-left: 0;
    }

    .wrap-point {
        white-space: normal;
    }

    .navbar-nav .open .dropdown-menu {
        width: fit-content !important;
    }

    .navbar ul li {
        width: 100%;
    }

    .navbar .nav > li > a:hover {
        width: fit-content;
    }
}

@media print {
    @page {
        size: landscape
    }

    header, #header, .header-container, .header-logo-wrapper, .cart-wrapper, .search-group, #idSuche {
        display: none !important;
    }
}


.affix-top {
    min-width: 650px !important;
}

.navbar {
    min-width: 650px !important;
}

footer {
    min-width: 650px !important;
}

.type-text, .type-select {
    clear: both;
}

label {
    width: 180px;
}

.yform label {
    width: 150px;
}

.yform .type-check label {
    width: auto;
}

fieldset.Lieferadressen div.type-check {
    float: left;
    border: 1px solid #000;
    padding: 10px;
    margin: 5px;
    min-height: 185px;
}

@media (max-width: 768px) {
    .affix-top {
        min-width: 360px !important;
    }
    .navbar {
        min-width: 360px !important;
    }
    footer {
        min-width: 360px !important;
    }
    .artikel_preiseinheit, .artikel_preis_gross {
        padding-top: 4px;
        font-size: 12px;
    }
    .article-tile-content {
        padding: 8px;
        background: #fff;
        -webkit-box-shadow: 3px 3px 5px 0px #CCC;
        box-shadow: 3px 3px 5px 0px #CCC;
        text-align: center;
        height: 380px;
    }
    label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }
    .header-logo-wrapper {
        position: absolute;
        top: 170px;
        left: 20%;
        width: 80%;
    }
    .affix .logo {
        display: none;
    }

    .bild, .preis, .rabatt
    {
        display: none;
    }
    .summe-text {
        width: auto;
        padding: 0 50px 0 0;
        font-size: 12px;
    }
    .wert-gesamt, .wert-gesamt-brutto {
        text-align: right;
        background: #9e9e9e;
        padding: 7% 10% 7% 10%;
        position: relative;
        top: 0;
        right: 40%;
        width: 140%;
        display: block;
        white-space: nowrap;
    }
    .anschrift .text, .anschrift .number {
        width: 35%;
        text-align: left;
    }
    .nummer, .text_nummer {
        font-size: smaller;
    }
    i {
        display: none;
    }
    .ui-widget {
        width: 93% !important;
    }
    #DisplayTable_wrapper {
        margin-top: 16px;
        overflow-x: auto;
    }
    .logo {
        -webkit-filter: drop-shadow(3px 3px 3px #222);
        filter: drop-shadow(3px 3px 3px #222);
        float: right;
        position: relative;
        padding-right: 0;
        z-index: 1;
        width: 90px;
    }
    #btnSubmit3 {
        margin-left: 0;
    }
    input[name=btnArtikel] {
        margin-left: 0;
        margin-right: 8px;
    }
    fieldset.Lieferadressen div.type-check {
        float: left;
        border: 1px solid #000;
        padding: 10px;
        margin: 5px 5px 5px 0;
        min-height: 185px;
    }
    #idLieferAnrede,
    #idLieferVorname,
    #idLieferName,
    #idLieferZusatz,
    #idLieferStrasse,
    #idLieferLand,
    #idLieferPlz,
    #idLieferOrt {
        width: 100%;
    }
    fieldset.Lieferadressen div.type-check {
        float: left;
        border: 1px solid #000;
        padding: 10px;
        margin: 5px 5px 5px 0;
        min-height: 185px;
        width: 100%;
    }
    .input-group-btn {
        padding-top: 30px;
    }
    .yform label {
        width: 80px;
    }
    /*#idVersandbedingungen {
        width: 60px;
        margin-top: 8px;
    }*/
    table > tbody > tr > td, th {
        padding: 5px;
    }
    .btnArtikelBestellen .cart-icon {
        padding-left: 0;
        margin-left: 0;
    }
    .input-group-btn-basket {
        top: 0 !important;
        display: inherit;
    }
    .input-group-btn-basket a {
        margin-left: 6px;
    }
    h3, .h3 {
        font-size: 18px;
    }
    .article-left a img {
        max-width: 150px;
        max-height: 150px;
    }
    .article-right .merkzettel-button {
        position: absolute;
        right: 0;
    }
    .artikel_bezeichnung {
        margin-top: 15px;
        margin-bottom: 10px;
        color: #E30613;
    }
}

body.vorlage_mein_merkliste,
body.vorlage_merkzettel_user .main h1 {
    text-align: center;
    vertical-align: top;
}
span.heart {
    display: inline-block;
    /*@include svg-background-button("headline_herz", 27px, 24px);*/
    vertical-align: top;
    margin: 4px 3px 0;
}

.merkzettel-button {
    float: left;
    margin: 1px 0 0 0;
}

button.btn_merkzettel {
    width: auto;
    font-size: 18px;
    margin: 0 15px 0 0;
}

/* Merkzettel-Button in Produktliste */
button.btn_merkzettel[data-toggle] {
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    padding: 1px 10px;
}

.items .item div.merkzettel-button {
    position: relative;
    padding: 0 20px;
}
.items .item div.merkzettel-button button.btn_merkzettel {
    position: absolute;
    right: 20px;
    top: -30px;
}
input[name="btnWarenkorbUebernehmen"],
input[name="btnArtikelAll"] {
    width: 350px;
    margin-left: 0 !important;
}

/* Fact-Finder */
.ffw-suggestContainerWrapper {
    font-size: calc(1em + .01vw);
    z-index: 999;
    filter: drop-shadow(1px 0 1px);
    width: 100%;
    box-shadow: 0 1em 1em rgb(0 0 0 / 50%);
    border: 1px solid #b9b9b9;
}

.ffw-suggestContainerWrapper .ffw-suggestContainer .search-terms-container ff-suggest-item {
    cursor: pointer;
    padding-bottom: 10px;
}

.ffw-suggestContainerWrapper .ffw-suggestContainer .products-container .suggest-images {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.ffw-suggestContainerWrapper .ffw-suggestContainer .products-container ff-suggest-item {
    margin-bottom: 1.5em;
    flex-basis: 22%;
    margin-left: 15px;
    padding: .5em;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.ffw-suggestContainerWrapper .ffw-suggestContainer .products-container ff-suggest-item .product-image {
    height: 120px;
    white-space: nowrap;
    text-align: center;
}

.ffw-suggestContainerWrapper .ffw-suggestContainer .products-container ff-suggest-item .product-image img {
    vertical-align: bottom;
    max-height: 120px;
    max-width: 120px;
}

.product-image .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.ffw-suggestContainerWrapper .ffw-query {
    color: #2372bd;
    font-weight: 700;
}

ff-suggest .ffw-suggestContainer {
    padding-bottom: 15px;
}

.menge-container > label {
    width: 50px;
}
.artikel_langtext {
    font-size: 12px;
}
.artikel_hersteller, .artikel_hstartnummer, .artikel_eannummer, .artikel_vetext, .artikel_lieferstatus_bestand, .artikel_lieferstatus_gruen {
    font-size: 12px;
}
small, .small {
     font-size: 12px;
}
.lineheight {
    line-height: 12px;
}
.abstand_left {
    margin-left: 5px;
}
.beleg_suche {
    float: left;
    margin-right: 50px;
}
.beleg_eingabe {
    margin-top: -3px;
    padding: 6px 12px 8px 12px;
}

@media (max-width: 768px) {
    ff-suggest .ffw-suggestContainerWrapper {
        position: absolute;
        background: #fff;
    }
    .ffw-suggestContainerWrapper .ffw-suggestContainer .products-container .suggest-images {
        display: block;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
    }
    ff-suggest .ffw-blockLayout {
        display: block;
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
    }
    .ffw-suggestContainerWrapper .ffw-suggestContainer .products-container ff-suggest-item {
        margin-bottom: 0;
        flex-basis: 44%;
        margin-left: 0;
        padding: 0.5em;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }
    .ffw-suggestContainerWrapper .ffw-suggestContainer .products-container ff-suggest-item .product-image {
        height: 40px;
        white-space: nowrap;
        text-align: center;
        float: left;
        margin-right: 5px;
    }
    .ffw-suggestContainerWrapper .ffw-suggestContainer .products-container ff-suggest-item .product-image img {
        vertical-align: top;
        max-height: 30px;
        max-width: 30px;
    }
    .product-image{

    }
    .product-name {
        font-size: 12px;
    }
    .product-mpn > small {
        font-size: 10px;
    }
    .product-mpn > small > br {
        display: none;
    }
    .container-caption {
        font-size: 16px;
        margin: 10px 0 5px 0;
        border-bottom: 1px solid #ccc;
    }
    .article-tile-image {
        display: flex;
        width: 80px;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 4px;
    }
    .article-tile-image img {
        max-width: 80px;
        max-height: 80px;
    }
    .product-info > .article-tile-stock2 {
        display: none;
    }
    .bestellprozess_schritt_1_warenkorb td.menge {
        display: none;
    }
    td.pe {
        display: none;
    }
    .gesamtpreis {
        background: #9e9e9e;
        width: auto;
        text-align: center;
    }
    .menge-container > label {
        width: 50px;
        display: none;
    }
    button.btn_merkzettel {
        width: auto;
        font-size: 18px;
        margin: 0px 5px 0 0;
    }
    .lieferung {
        display: none;
    }
    .datanorm {
        white-space: nowrap;
    }
    .beleg_eingabe {
        margin-top: 7px;
        padding: 6px 12px 8px 12px;
    }
    .beleg_suche {
        float: left;
        margin-right: 10px;
    }
    .abstand_left {
        margin-left: 0;
    }
    #hide2 {
        display: none;
    }
    #plus2:after {
        content: ' [+]';
    }
}
.merkzettel-button .fav::before {
    content: '☆';
}
.merkzettel-button.active .fav::before {
    content: '★';
}
#hide {
    display: none;
}

.artikel_langtext, .etim {
    display: block !important;
}

#plus:after {
    content: ' [+]';
}

.minus:after,
.minus2:after {
    content: ' [-]' !important;
}
.radio label, .checkbox label {
    display: inline-block !important;
    font-weight: normal;
    cursor: pointer;
}
.product-name {
    height: 70px;
    overflow: hidden;
    font-size: 16px;
}

table.table tr td.bild {
    text-align: center;
}

.modal-merklisten {
    z-index: 1150;
}

.modal-merklisten .bezeichnung {
    font-size: 20px;
    margin-bottom: 9px;
}

.modal-merklisten button[type="button"] {
    margin-top: 10px;
}
