/* Fonts */

/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/lato-v23-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato-v23-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v23-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v23-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v23-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v23-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* Allgemein */


html {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background-color: #FFFFE9;
}

body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background-color: #FFFFE9;
    padding-bottom: 60px;
    overflow-x: hidden;
}

.container {
    width: 97%;
    max-width: 1200px;
    min-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.background2,
.background3 {
    background-color: #f5f5d7;
    margin-top: 40px;
    padding: 15px 0 0 0;
}

.background2 .galbild_vorsch {
    /*background-color: #eaeac4;*/
    border-radius: 10px;
}

.background2 .btn-headmenu {
    background-color: #fff;
}


a,
button,
.cursor-pointer,
*[href],
*[onclick],
*[ondblclick],
*[ui-sref],
*[ng-click] {
    cursor: pointer;
}

.table > tbody > tr > td {
    border: none;
}

.table.table-bordered > tbody > tr > td {
    border: 1px solid #DDD;
}


/* Cookie Warning */

*[ng-if="showCookieWarn"] {
    /* sticky-top */
    /* padding-top: 220px; */
    /* sticky-bottom */
    padding-bottom: 220px;
}

@media (min-width: 420px) {
    *[ng-if="showCookieWarn"] {
        /* sticky-top */
        /* padding-top: 140px; */
        /* sticky-bottom */
        padding-bottom: 140px;
    }
}

@media (min-width: 720px) {
    *[ng-if="showCookieWarn"] {
        /* sticky-top */
        /* padding-top: 60px; */
        /* sticky-bottom */
        padding-bottom: 60px;
    }
}

.cookie-warn--message {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: lighter;
}


/* Schrift und Links Allgemein */

a,
p {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
    color: #b13b4e;
    font-size: 12px;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.seo-h1 {
    font-size: 30px;
}

.seo-p, .seo-p > a{
    font-size: 16px;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h5.italic {
    font-weight: 500;
}

b,
strong {
    font-weight: 600;
}


/* Buttons Allgemein */

/* überschriebene Bootstrap Styles */

.btn-primary,
.btn-primary:link,
.btn-primary:visited,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background: #b13b4e;
    border-color: #b13b4e;
    transition: background 300ms ease;
}

.btn-primary:focus,
.btn-primary:hover {
    color: #b13b4e;
    background: #f5f5d7;
    border-color: #b13b4e;
}

.navbar li a:link,
.navbar li a:visited,
.navbar li a:hover,
.navbar li a:active,
.navbar li a:focus {
    font-size: 14px;
    text-decoration: none;
}

.navbar-default {
    background-color: #FFFFE9;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    /* color: #333; */
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    /* color: #b13b4e; */
    color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    /* color: #b13b4e; */
    color: #fff;
    background-color: transparent !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    /* color: #333;
    color: #fff; */
    background-color: transparent !important;
}

/* .navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: transparent !important; 
} */


.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    /* color: #333; */
    text-decoration: none;
    background-color: #FFF;
}

.pagination > .active > a {
    background-color: #b13b4e;
    border-color: #b13b4e;
}

.xxx-pagination {
    font-family: 'Open Sans', sans-serif;
}

/* .navbar-default .navbar-collapse { */
/*border: none;*/
/* margin-left: -15px; */
/* } */

.navbar-default .navbar-toggle {
    /*border: none;*/
}

.navbar-default .navbar-toggle .icon-bar {
    width: 35px;
    height: 3px;
    margin-bottom: 1px;
    /*background-color: #b13b4e;*/
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
}

.breadcrumb > li,
.breadcrumb > li > a {
    color: #666;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #b13b4e;
    background: #FFF;
}


/* Header */

.headimg {
    padding-top: 35px;
    padding-bottom: 25px;
}

.headimg img {
    max-width: 100%;
}

.dss-head-logo {
    white-space: nowrap;
    margin: 15px;
    height: 120px;
}


.dss-head-logo-logo1 {
    width: 25%;
    max-width: 127px;
    position: absolute;
    top: 20px;
}

.dss-head-logo-logo2 {

    width: 75%;
    max-width: 411px;
    position: absolute;
    top: 40px;
    left: 170px;
}

.dss-head-logo-logo1 img,
.dss-head-logo-logo2 img {
    width: 100%;
}

.dss-head-logo-logo1 img {
    max-width: 120px;
}

.dss-head-logo-logo2 img {
    max-width: 400px;
}


.dss-menu-titel {
    color: #b13b4e;
    font-size: 18px;
    padding-left: 15px;
    line-height: 38px;
    font-size: Lato;
    font-weight: 500;
}

.smartmenu .caret {
    position: absolute;
    top: 18px;
    right: 30px;
    color: #b13b4e;
}


/* Navigation */

.navbar_mobile_menu {
    float: right;
    width: 40%;
    padding: 10px;
    background: #FFF;
}

.navbar_mobile_menu > div,
.navbar_mobile_umenu > div {
    padding: 5px;
}

.navbar_mobile_menu > .active > a > div > p,
.navbar_mobile_umenu > .active > a > div > p {
    color: #b13b4e;
}

.navbar_mobile_menu > div > a > div > p > i,
.navbar_mobile_umenu > div > a > div > p > i {
    padding-right: 5px;
    color: #b13b4e;
    font-size: 16px;
}

.navbar_mobile_umenu {
    float: right;
    width: 40%;
    padding: 10px;
    background: #FFF;
    -webkit-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
    -moz-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
    box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
}

.navbar-icon > a > i {
    padding: 10px;
    color: #b13b4e;
    font-size: 25pt;
}

.navbar_logo {
    display: none !important;
}

.navbar_logo img {
    max-height: 100%;
    max-width: 100%;
}

.xxx-scroll-sticky .navbar_logo {
    display: block !important;
    height: 45px;
}


/* Main */

.searchform {
    margin-bottom: 25px;
}

.searchform > .input-group > .input-group-addon {
    color: #b13b4e;
    background-color: transparent;
}

.nav-stacked .sidemenu_head {
    min-height: 30px;
    padding: 5px;
}

.nav-stacked .sidemenu_row {
    min-height: 30px;
    border-top: 1px solid #333;
}

.nav-stacked > li.active > a,
.nav-stacked > li.active:hover > a {
    color: #b13b4e;
    background: #FFF;
}

.nav-stacked .sidemenu_row > a > span {
    margin-top: 6px;
}

.nav-stacked .sidemenu_row > a {
    padding: 12px 5px 9px 5px;
}

.nav-stacked .sidemenu_row > a:hover {
    /* color: #b13b4e; */
    background-color: #FFF;
}

.sidemenu_ug_row {
    min-height: 30px;
    margin-left: 0px;
    margin-right: -1px;
    /* padding-top: 5px; */
    padding-left: 20px;
    list-style: none;
    text-align: left;
    background: rgba(255, 255, 255, 0.15);
    /* line-height: 20px; */
    line-height: 10px;
    white-space: nowrap;
    overflow: hidden;
}

.navbar-nav .sidemenu_row a {
    color: #fff;
    padding: 5px 10px;
    line-height: 30px;
}

.navbar-nav .sidemenu_ug_row a {
    color: #fff;
    padding: 5px 10px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: transparent !important;
}

.navbar-nav .sidemenu_ug_row a span {
    border-left: 15px solid transparent;
}


.navbar-nav .sidemenu_ug_row .sidemenu_ug_row a span {
    border-left: 30px solid transparent;
}

.navbar-nav .sidemenu_ug_row li {
    margin-left: -20px;
    min-height: 30px;
}

/* .nav > li > a:hover {
    background-color: #FFF;
} */

/* .sidemenu_ug_row > a:hover {
    color: #b13b4e;
    background: #FFF;
}

li.sidemenu_ug_row:hover {
    color: #b13b4e;
    background: #FFF;
}

.sidemenu_ug_row.active > a {
    color: #b13b4e;
    background: #FFF;
} */

#content .breadcrumb {
    padding: 0;
    background-color: #FFFFE9;
}

.wk_container {
    margin-top: 20px;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.autocomplete {
    position: relative;
    width: 100%;
}

.autocomplete ul {
    position: absolute;
    left: 0;
    top: 34px;
    z-index: 1;
    width: 100%;
    padding-left: 0;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
}

.autocomplete li {
    width: 100%;
    padding: 0.4em 1em;
    text-align: left;
    list-style: none;
    background-color: #FFF;
}

.autocomplete li.active {
    width: 100%;
    background-color: #4bf;
}

.autocomplete .highlight {
    background-color: #E2E2E2;
}

.autocomplete li.active .highlight {
    color: #FFF;
    background: #666;
}


/* Footer */

.foot_logos {
    text-align: right;
}

.foot_logos > a > img,
.foot_logos > img {
    padding: 10px;
}

div.foot1 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-top: 1px solid #333;
}

div.foot2 > ul > li > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

div.foot2 > ul > li:hover > a {
    color: #b13b4e;
    font-family: 'Open Sans', sans-serif;
    background-color: #FFF;
}

.foot2 {
    padding-bottom: 15px;
}

.dss-foot-background {
    background: #b13b4e;
    position: fixed;
    bottom: -250px;
    transition: bottom 2s;
}


.dss-foot-background1 {
    margin-top: 50px;
    background: #b13b4e;
    position: absolute;
}


.dss-foot-background:hover {
    position: fixed;
    bottom: 0px;
    transition: bottom 2s;
}


/* Warenkorb Preview */

#warenkorbvoransicht_kopf {
    height: 40px;
    padding: 10px;
    background-color: #b13b4e;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
}

#warenkorbvoransicht_kopf a {
    color: white;
    font-weight: bold;
}

.warenkorbvoransicht_zeile {
    padding: 10px 0 10px 0;
    font-size: 12px;
}

.warenkorbvoransicht_zeile a:hover {
    opacity: 0.5;
}

#warenkorbvoransicht_preis {
    padding: 0 5px 5px 5px;
    text-align: center;
}

#warenkorbvoransicht_preis > a > span {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}


/* Artikelgruppen Template */

div.artikelgruppen_container {
    margin-bottom: 25px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.25);

    z-index: 8;
}

div.artikelgruppen_container:hover {
    border: 1px solid #b13b4e;
}

.artikelgruppen_container_image {
    position: relative;
    padding-top: 64%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #FFFFE9;
    overflow: hidden;
}

.artikelgruppen_container_image > img {
    position: absolute;
    top: 0;
    right: 0;
    /* bottom: 0; */
    left: 0;
    margin: auto;
    /* max-width: 77%;
    max-height: 77%; */
    /*width: 100%;*/
     max-height: 100%;
}

.artikelgruppen_container_image .overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.artikelgruppen_container:hover .artikelgruppen_container_image .overlay {
    display: block;
}

.artikelgruppen_container_image .overlay .background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0.6;
    background: #f5f5d7;
}

.artikelgruppen_container_image .overlay .text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 10%;
    text-align: center;
}

.artikelgruppen_container_image .overlay .text p {
    font-weight: bold;
    font-size: 20px;
}

.artikelgruppen_container_image_layer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    margin-top: 30%;
    padding-top: 10px;
    text-align: center;
    background: none repeat scroll 0 0 black;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.9);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#99000000");
    /* For IE 8*/
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#99000000");
}

.artikelgruppen_container_image_layer span {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

div.artikelgruppen_container div.artikelgruppen_container_titel {
    height: 48px;
    padding: 10px;
    font-weight: 300;
}

div.artikelgruppen_container:hover div.artikelgruppen_container_titel {
    color: #b13b4e;
}

.artikelgruppen_container_titel > span {
    float: right;
}

div.artikelgruppen_container:hover .artikelgruppen_container_titel.container_ueberuns,
.artikelgruppen_container_titel.container_ueberuns {
    background-color: #7D7D7D;
    color: #FFFFE9;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Artikellisten Template */

div.artikelliste_limit_text {
    float: right;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

div.artikelliste_limit_text > .aktiv {
    color: #b13b4e;
}

div.artikelliste_darstellung_text {
    float: right;
    margin-right: 25px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

div.artikelliste_darstellung_text > .aktiv {
    color: #b13b4e;
}

table.table > thead.artikelliste_table_head > tr > th {
    color: #666;
}

table.table > thead.artikelliste_table_head > tr > th.aktiv {
    color: #b13b4e;
}


/* Artikellistentabelle */

/* Bildspalte */

table.artikelliste_table > thead.artikelliste_table_head .artikelliste_table_head_bildspalte {
    width: 10%;
}

table.artikelliste_table > tbody.artikelliste_table_body .artikelliste_table_body_bildspalte {
    text-align: center;
    vertical-align: middle;
}


/* Artikelnummerspalte */

table.artikelliste_table > thead.artikelliste_table_head .artikelliste_table_head_artikelnrspalte {
    width: 20%;
    text-align: center;
}

table.artikelliste_table > tbody.artikelliste_table_body .artikelliste_table_body_artikelnummerspalte {
    text-align: center;
    vertical-align: middle;
}


/* Bezeichnungsspalte */

table.artikelliste_table > tbody.artikelliste_table_body .artikelliste_table_body_infospalte {
    vertical-align: middle;
}


/* Bestandsspalte */

table.artikelliste_table > thead.artikelliste_table_head .artikelliste_table_head_bestandspalte {
    width: 5%;
    text-align: center;
}

table.artikelliste_table > tbody.artikelliste_table_body .artikelliste_table_body_bestandspalte {
    text-align: center;
    vertical-align: middle;
}


/* Preisspalte */

table.artikelliste_table > thead.artikelliste_table_head .artikelliste_table_head_preisspalte {
    width: 15%;
    text-align: center;
}

table.artikelliste_table > tbody.artikelliste_table_body .artikelliste_table_body_preisspalte {
    text-align: center;
    vertical-align: middle;
}


/* Aktionsspalte */

table.artikelliste_table > tbody.artikelliste_table_body .artikelliste_table_body_aktionsspalte {
    width: 15%;
    text-align: center;
    vertical-align: middle;
}

.artikelliste_liste_bildcontainer {
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid #333;
    border-radius: 4px;
}

.artikelliste_liste_bildcontainer > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border-radius: 4px;
}

div.artikelliste_wk_button > span > i {
    float: right;
    color: #b13b4e;
    cursor: pointer;
}

div.artikelliste_wk_button > span {
    background: transparent;
}

.wk_button_icon_container > i {
    padding-top: 25px;
    color: #b13b4e;
    font-size: 40px;
}

.preis > p {
    font-weight: bold;
}

div.artikelliste_kachel_container {
    position: relative;
    min-height: 320px;
    margin-bottom: 20px;
}

.artikelliste_kachel_bottom_space {
    margin-bottom: 30px;
}

div.artikelliste_kachel,
div.artikelliste_kachel1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: fit-content;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background-color: #FFFFE9;
}

div.artikelliste_kachel:hover {
    z-index: 3;
    box-shadow: 0 0 5px #333;
    background: #f5f5d7;
    border-radius: 10px;
    border: 1px solid #FFFFE9;
    margin-top: -10px;
    height: fit-content;
    transition: margin-top 1000ms ease;
}


.artikeldetail_option .artikelliste_kachel:hover {
    z-index: 2;
}


div.artikelliste_kachel > div.artikelliste_kachel_infocontainer {
    border-top: 1px solid black;
}


div.artikelliste_kachel > div.artikelliste_kachel_infocontainer {
    margin-bottom: 0;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer .artikelliste_kachel_table_zeile_artikel {
    min-height: 65px;
    align-items: center;
    display: flex;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer .artikelliste_kachel_table_zeile_info {
    /* height: 0; */
    font-size: 14px;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer .artikelliste_kachel_table_zeile_artikel .artikelliste_kachel_table_bez,
div.artikelliste_kachel1 > div.artikelliste_kachel_infocontainer .artikelliste_kachel_table_zeile_artikel .artikelliste_kachel_table_bez {
    font-weight: 600;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer .artikelliste_kachel_table_zeile_artikel .artikelliste_kachel_table_bez p,
div.artikelliste_kachel1 > div.artikelliste_kachel_infocontainer .artikelliste_kachel_table_zeile_artikel .artikelliste_kachel_table_bez p {
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer .artikelliste_kachel_table_zeile_artikel .artikelliste_kachel_table_bestand,
div.artikelliste_kachel1 > div.artikelliste_kachel_infocontainer .artikelliste_kachel_table_zeile_artikel .artikelliste_kachel_table_bestand {
    /* width: 10%; */
    margin: 0;
    padding: 0;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer .artikelliste_kachel_table_zeile_preis {
    width: 100%;
    height: 35px;
    font-weight: 300;
    /* text-align: right; */
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer .artikelliste_kachel_table_zeile_preis {
    vertical-align: bottom;
}

div.artikelliste_kachel:hover > table.table > tbody > tr.artikelliste_kachel_table_zeile_preis p {
    color: #b13b4e;
}

.artikelliste_kachel_table_zeile_preis a {
    color: #b13b4e;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}

div.artikelliste_kachel:hover .artikelliste_kachel_table_bez {
    color: #b13b4e;
}


/*
div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table {
    border-top: 1px solid black;
}



div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table {
    margin-bottom: 0;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_artikel {
    height: 60px;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_info {
    height: 0;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_info > td > div {
    font-size: 14px;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_artikel > td.artikelliste_kachel_table_bez {
    width: 90%;
    font-weight: 300;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_artikel > td.artikelliste_kachel_table_bestand {
    width: 10%;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_preis {
    width: 100%;
    height: 35px;
    font-weight: 300;
    text-align: right;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table > tbody > tr.artikelliste_kachel_table_zeile_preis > td {
    vertical-align: bottom;
}

div.artikelliste_kachel:hover > table.table > tbody > tr.artikelliste_kachel_table_zeile_preis > td > div > p {
    color: #b13b4e;
}

.artikelliste_kachel_table_zeile_preis a {
    color: #b13b4e;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}

div.artikelliste_kachel:hover > table.table > tbody > tr > td.artikelliste_kachel_table_bez {
    color: #b13b4e;
} */

div.artikelliste_kachel tr.artikelliste_kacel_table_zeile_aktion {
    /* display: none; */
}

div.artikelliste_kachel:hover tr.artikelliste_kacel_table_zeile_aktion {
    display: table-row;
}

.artikelliste_kachel_details_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 80px;
}

div.artikelliste_kachel:hover .artikelliste_kachel_details_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* opacity: 0.8;
    background-color: #CCC; */
}

div.artikelliste_kachel .artikelliste_kachel_details {
    /* display: none; */
}

div.artikelliste_kachel:hover .artikelliste_kachel_details {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 10%;
    font-weight: bold;
    text-align: center;
}

.artikelliste_kachel_bildcontainer {
    position: relative;
    padding-top: 65%;
    overflow-y: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*background-color: #f5f5d7;*/
}

div.artikelliste_kachel1 .artikelliste_kachel_bildcontainer {
    padding-top: 0;
}

div.artikelliste_kachel1 .artikeldetail_slider_container {
    border: 0;
}

.artikelliste_kachel_container.clearfix {
    min-height: 445px;
}

.carousel-indicators li {
    border: 2px solid black;
}


div.artikelliste_kachel:hover .artikelliste_kachel_bildcontainer {
    padding-top: 68%;
    transition: padding-top 1000ms ease;
}

.artikelliste_kachel_bildcontainer > img {
    position: absolute;
    top: 0;
    right: 0;
    /* bottom: 0; */
    left: 0;
    margin: auto;
    /*max-width: 100%;*/
     max-height: 100%;
}

.artikelliste_me_pe.input-group > .input-group-addon {
    height: 34px;
    background: transparent;
}

.artikelliste_me_pe.input-group > .input-group-addon:first-child {
    border-right: 1px solid #CCC;
}

.artikelliste_me_pe.input-group > .input-group-btn > .btn {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.preisbeschriftung {
    white-space: nowrap;
}


/* Artikeldetail Template */

.artdetail_blaettern_icon {
    color: #b13b4e;
    font-size: 20pt;
    cursor: pointer;
}

div.artikeldetail_info div {
    min-height: 20px;
    padding-bottom: 10px;
    font-size: 14px;
}

div.artikeldetail_info h4 {
    font-weight: 300;
    font-size: 18px;
}

.artikeldetail_hauptbild_container {
    position: relative;
    padding-top: 66.66%;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f5f5d7;
}

.artikeldetail_hauptbild_container > img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    border-radius: 4px;
}


.artikeldetail_slider {
    cursor: zoom-in;
}

#artikeldetail_overlay {
    display: none;
    position: absolute;
    top: 0;
    /*right: -100%;*/
    margin-right: -15px;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    background: #f5f5d7 no-repeat;
    /*background-size: 200%;*/
    background-size: 100%;
    border-radius: 8px;
}

.artikeldetail_alternativbilder_container {
    position: relative;
    padding-top: 73%;
    border: 1px solid #333;
    border-radius: 4px;
}

.artikeldetail_alternativbilder_container > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    cursor: pointer;
}

.artikeldetail_slider_container {
    position: relative;
    width: 100%;
    height: 300px;
    padding-left: 20px;
    border: 1px solid #333;
    border-radius: 4px;
}

.artikeldetail_slider_container > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border-radius: 4px;
    /* cursor: pointer; */
}

.artikeldetail_select_xs div {
    padding-bottom: 10px;
}

.artikeldetail_select_xs select {
    color: white;
    background-color: #b13b4e;
}

.artikeldetail_option .input-group > .input-group-addon {
    height: 34px;
    background: transparent;
}

.artikeldetail_option.space {
    margin-top: 30px;
}

.artikeldetail_aktionspreis_altpreis {
    color: #333;
    font-size: 18px;
    font-weight: 300;
    text-decoration: line-through;
}

.artikeldetail_preis p {
    color: #333;
    font-size: 22px;
    font-weight: 300;
}

div.artikeldetail_preisbemerkung {
    text-align: right;
}

div.artikeldetail_preisbemerkung > p,
div.artikeldetail_preisbemerkung > p > a {
    font-size: 10px;
}

div.artikeldetail_button {
    margin-top: 20px;
}

div.artikeldetail_button > div {
    padding-bottom: 10px;
}

div.artikeldetail_button > div > i {
    color: #b13b4e;
    font-size: 34px;
    cursor: pointer;
}

.artikeldetail_tabset > .nav-tabs {
    border: none;
}

.artikeldetail_tabset > .nav-tabs > li.active > a {
    color: #b13b4e;
    font-size: 14px;
    border: none;
}

.artikeldetail_tabset > .nav-tabs > li > a {
    color: #333;
    font-size: 14px;
    border: none;
}

.artikeldetail_tabset > .nav-tabs > li > a:hover {
    color: #b13b4e;
    background-color: transparent;
}

.artikeldetail_tabset > .tab-content {
    padding: 10px;
    border: 1px solid #b13b4e;
    border-radius: 0 5px 5px 5px;
}

.artikeldetail_tab {
    border: 1px solid #b13b4e;
    border-radius: 5px 5px 0 0;
}

div.artikeldetail_artikelanhang > div > a {
    color: #333;
    font-size: 14px;
    font-weight: 300;
}

.artikeldetail_bild_container {
    position: relative;
    width: 100%;
    height: 100px;
    border: 1px solid #333;
    border-radius: 4px;
}

.artikeldetail_bild_container > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border-radius: 4px;
    cursor: pointer;
}

.artikeldetail_zubehoer_container {
    margin-top: 20px;
}

.artikeldetail_zubehoer_container > .carousel > .carousel-control {
    width: 0;
}

div.artikeldetail_slider > .carousel-control {
    width: 10%;
    margin-top: 9%;
    color: #b13b4e;
    font-size: 30px;
    background-image: none;
    text-shadow: none;
    opacity: 1;
}

.artikeldetail_alternativartikel_tabelle .artikeldetail_alternativartikel_bildspalte {
    width: 20%;
}

.artikeldetail_alternativartikel_tabelle .artikeldetail_alternativartikel_infospalte {
    width: 50%;
    text-align: left;
}

.artikeldetail_alternativartikel_tabelle .artikeldetail_alternativartikel_preisspalte {
    width: 30%;
    padding-top: 30px;
}

.artikeldetail_alternativartikel_tabelle .artikeldetail_alternativartikel_preisspalte > .artikeldetail_alternativartikel_preis > p {
    text-align: right;
    font-weight: 300;
    font-size: 18px;
}

.artikeldetail_variantenauswahl > div {
    margin-bottom: 10px;
}

.artikeldetail_variantenauswahl .input-group-addon {
    min-width: 70px;
}

.mengumrechnung > tbody > tr:hover {
    opacity: 0.7;
}


/* Merkzettel Template */

div.merkzettel_info a h4 {
    font-size: 14px;
}

div.merkzettel_info a h4:hover {
    color: #b13b4e;
}

div.merkzettel_info .input-group span {
    color: #b13b4e;
    cursor: pointer;
}

div.merkzettel_info .input-group .input-group-addon {
    background: transparent;
}


/* Konto Template */

.konto_xs_accordion {
    margin-top: 20px;
}

.konto_xs_accordion > div > div > .panel-default {
    border: none;
    box-shadow: none;
}

.konto_xs_accordion > div > div > .panel-default > .panel-heading {
    background-color: #FFF;
    border: none;
}

.kontosuche > .input-group > div.input-group-addon {
    color: #b13b4e;
    background-color: transparent;
}


/* Warenkorb */

.wk_schnellerfassung {
    margin-bottom: 30px;
}

.wk_schnellerfassung > div {
    margin-bottom: 10px;
}

.wk_schnellerfassung .input-group > .input-group-addon {
    min-width: 100px;
}

.wk_schnellerfassung .input-group > .form-control {
    text-align: center;
}

.wk_stufen {
    margin-bottom: 30px;
}

.wk_stufen .symbol {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 25px;
    text-align: center;
}

.wk_stufen .symbol.active {
    color: #b13b4e;
}

.wk_stufen .symbol.success {
    color: #006400;
}

.wk_stufen .title {
    padding-left: 35px;
    line-height: 30px;
    font-size: 20px;
}

.wk_stufen .title.active {
    color: #b13b4e;
}

.wk_stufen .title.success {
    color: #006400;
}

.wk_footer {
    margin-top: 20px;
}

.wk_footer > div {
    margin-bottom: 10px;
}

.wk_login_bereich .panel .panel-title > input {
    margin-right: 10px;
}

.wk_login_bereich .panel .main {
    height: 165px;
}

.wk_login_bereich .wk_login_panel > .main > div {
    margin-bottom: 10px;
}

.wk_belegsumme {
    padding: 5px;
    color: #FFF;
    border: 1px solid #13335C;
    background-color: #b13b4e;
    font-weight: bold;
    text-align: right;
}

.wk_versandcontainer {
    margin: 20px 0;
    padding: 5px;
    background-color: #eee;
    border: 1px solid #CCC;
}

.wk_versandcontainer .checkbox input {
    margin-right: 5px;
}

.wk_bestellabschluss_bemerkung_container {
    padding: 10px;
    border: 1px solid #CCC;
}

.wk_bestellabschluss_btn > div {
    margin-bottom: 10px;
}

.wk_pos_image_container {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.wk_pos_image_container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.wk_pos_zeile {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD;
}

.wk_pos_zeile > div {
    padding-top: 10px;
}

.wk_pos_zeile .wk_pos_menge_zelle {
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
}

.wk_pos_zeile .wk_pos_gesamtpreis_zelle {
    line-height: 34px;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}

.wk_pos_zeile .wk_pos_delete_zelle {
    font-size: 16px;
    text-align: center;
}

.wk_pos_zeile .wk_pos_info_zelle .titel {
    padding-bottom: 10px;
}

.wk_pos_zeile .wk_pos_info_zelle .titel p {
    font-weight: bold;
    font-size: 16px;
}

.wk_pos_zeile .wk_pos_change_link a {
    text-decoration: underline;
}

.wk_pos_smart_foot {
    padding: 10px;
    background-color: #eee;
}

.wk_table > thead > tr > th {
    text-align: center;
}

.wk_table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

.wk_table .titel p {
    margin: 0;
    font-weight: bold;
    text-decoration: underline;
}

.wk_table td.info_spalte {
    text-align: left;
}

.belegliste_kopf_pos {
    width: 5%;
}

.belegliste_kopf_artikelnummer {
    width: 20%;
}

.belegliste_kopf_menge {
    text-align: center;
}

.belegliste_inhalt_menge {
    text-align: center;
}

.belegliste_kopf_mengeneinheit {
    text-align: center;
}

.belegliste_inhalt_mengeneinheit {
    text-align: center;
}

.belegliste_kopf_preiseinheit {
    text-align: right;
}

.belegliste_inhalt_preiseinheit {
    text-align: right;
}

.belegliste_kopf_einzelpreis {
    text-align: right;
}

.belegliste_inhalt_einzelpreis {
    text-align: right;
}

.belegliste_kopf_rabatt {
    text-align: right;
}

.belegliste_inhalt_rabatt {
    text-align: right;
}

.belegliste_kopf_gesamtpreis {
    text-align: right;
}

.belegliste_inhalt_gesamtpreis {
    text-align: right;
}

.belegliste_kopf_bestand {
    text-align: right;
}

.belegliste_inhalt_bestand {
    width: 5%;
    max-width: 5%;
    text-align: center;
}

#continue_shopping,
#BestellenWeiterKL,
#AnmeldenKL {
    float: left;
    width: 148px;
    height: 30px;
    margin-top: 5px;
    line-height: 30px;
    border: 1px solid #b13b4e;
    border-radius: 4px;
    background: #b13b4e;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
}

.td_warenkorb1_untere_zeile {
    width: 650px;
}

.wk_registrieren_button {
    width: 150px;
    height: 30px;
    margin-top: 20px;
    line-height: 30px;
    border: 1px solid #b13b4e;
    border-radius: 4px;
    background: #b13b4e;
    text-align: center;
    cursor: pointer;
}

.wk_registrieren_button > a {
    line-height: 30px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
}

.textfeld1 {
    height: 18px;
    font-size: 8pt;
}

.textarea1 {
    font-size: 8pt;
}

.font8 {
    font-size: 8pt;
    font-weight: normal;
}

.font9 {
    font-size: 9pt;
    font-weight: normal;
}

.font10 {
    font-size: 10pt;
    font-weight: normal;
}

.font8b {
    font-size: 8pt;
    font-weight: bold;
}

.font9b {
    font-size: 9pt;
    font-weight: bold;
}

.font10b {
    font-size: 10pt;
    font-weight: bold;
}

.font9blue {
    color: #00F;
    font-size: 9pt;
    font-weight: bold;
}

.font9red {
    color: #C00;
    font-size: 9pt;
}

.font9green {
    color: #006400;
    font-size: 9pt;
}

.font9greenb {
    color: #006400;
    font-size: 9pt;
    font-weight: bold;
}

.copyright {
    font-weight: 300;
    font-size: 12px;
}

.table_rahmentab {
    width: 100%;
    font-size: 12px;
}

.table_mitte_inhalt {
    font-size: 12px;
}

.bg_inhalt {
    width: 100%;
    background-color: #FFF;
}

.mitte {
    width: 100%;
}

.td_mitte_inhalt_tabkopf {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.td_mitte_inhalt {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.warenk_table_bestellbereich {
    padding: 3px;
}

.warenk_table_bestellflaeche {
    margin-bottom: 20px;
    padding: 2px 2px 2px 0;
}

.warenk_td_bestell_font {
    color: #000;
    font-size: 10pt;
    font-weight: 300;
}

.warenk_table_bestellung_kopf {
    margin-bottom: 3px;
    margin-top: 10px;
    padding: 3px;
    border-bottom: 1px solid black;
}

.warenk_tr_kundendaten {
    width: 100%;
    color: #000;
    font-size: 9pt;
    font-weight: 300;
}

.warenk_tr_bestellung_kopf {
    color: #000;
    font-size: 9pt;
    font-weight: 300;
    border-bottom: 1px solid black;
}

.warenk_tr_bestellung_ohneInhalt {
    color: #000;
    font-size: 9pt;
    font-weight: 300;
    border-spacing: 3px;
    border-collapse: separate;
}

.warenk_table_bestellung_fuss {
    margin-top: 3px;
    margin-bottom: 3px;
}

.warenk_td_bestell_buttons {
    margin-top: 5px;
    font-size: 9pt;
    font-weight: normal;
}

.seiten_ueberschrift {
    width: 100%;
    font-size: 12pt;
    font-weight: 300;
}

.table_formularbox {
    margin: 2px;
    padding: 2px;
}

.td_formular_kopf {
    color: #000;
    font-size: 10pt;
    font-weight: 300;
}

.td_formular_beschriftung {
    width: 100px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.td_formular_text {
    font-size: 9pt;
    font-weight: 300;
}

.form_meldung_td {
    color: red;
    font-size: 10pt;
    font-weight: 300;
}

.beleg_mitte {
    margin-top: 7px;
    padding: 5px;
    background-color: #FFF;
}

.fontbelegarchiv {
    color: #000;
    font-size: 9pt;
    font-weight: 300;
}

.warenk_lieferbedingung {
    color: #000;
    font-size: 9pt;
    font-weight: 300;
}

.table_warenkorb_teil2 {
    margin-top: 9px;
}

.select_versandarten {
    border: 1px solid #C0C0C0;
    color: #13335C;
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
}

.select_zahlungsarten {
    width: 170px;
    border: 1px solid #C0C0C0;
    color: #13335C;
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
}

.beleg_lfb_texte_table {
    width: 100%;
}

.beleg_lfb_texte_td1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 9pt;
    font-weight: 600;
}

.beleg_lfb_texte_td2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.beleg_zb_texte_table {
    width: 100%;
    margin-left: 3px;
}

.beleg_zb_texte_td1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 9pt;
    font-weight: 300;
}

.beleg_zb_texte_td2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.wk1_a_textfeld1 {
    width: 50px;
    height: 18px;
    border: 1px solid #6F6F6F;
    font-size: 8pt;
}

.td_warenkorb_buttonleiste1_aktiv_variabel {
    width: 125px;
    height: 40px;
}

.td_warenkorb_buttonleiste1_passiv_variabel {
    width: 125px;
    height: 40px;
}

.td_warenkorb_buttonleiste2_aktiv_variabel {
    width: 125px;
}

.td_warenkorb_buttonleiste2_passiv_variabel {
    width: 125px;
}

.td_warenkorb_buttonleiste3_aktiv_variabel {
    width: 125px;
}

.td_warenkorb_buttonleiste3_passiv_variabel {
    width: 125px;
}

.td_warenkorb_buttonleiste4_aktiv_variabel {
    width: 125px;
}

.td_warenkorb_buttonleiste4_passiv_variabel {
    width: 125px;
}

.table_warenkorb_buttonleiste {
    width: 100%;
    height: 50px;
    margin-top: 8px;
    border-bottom: 1px solid #C0C0C0;
}

.td_warenkorb_buttonleiste1_aktiv {
    width: 125px;
    height: 40px;
    background: url(../../3xios/images/button_wk1_a.png) no-repeat;
}

.td_warenkorb_buttonleiste1_passiv {
    width: 125px;
    height: 40px;
    background: url(../../3xios/images/button_wk1_p.png) no-repeat;
}

.td_warenkorb_buttonleiste2_aktiv {
    width: 125px;
    background: url(../../3xios/images/button_wk2_a.png) no-repeat;
}

.td_warenkorb_buttonleiste2_passiv {
    width: 125px;
    background: url(../../3xios/images/button_wk2_p.png) no-repeat;
}

.td_warenkorb_buttonleiste3_aktiv {
    width: 125px;
    background: url(../../3xios/images/button_wk3_a.png) no-repeat;
}

.td_warenkorb_buttonleiste3_passiv {
    width: 125px;
    background: url(../../3xios/images/button_wk3_p.png) no-repeat;
}

.td_warenkorb_buttonleiste4_aktiv {
    width: 125px;
    background: url(../../3xios/images/button_wk4_a.png) no-repeat;
}

.td_warenkorb_buttonleiste4_passiv {
    width: 125px;
    background: url(../../3xios/images/button_wk4_p.png) no-repeat;
}

.td_warenkorb_buttonleiste1_zelle_unten {
    height: 10px;
}

select#sel_lfb.select_versandarten {
    width: 170px;
    height: 20px;
}

.abstand_summenfeld2 {
    padding-right: 50px;
}

.td_warenkorb1_untere_zeile {
    width: 65%;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.meldungstext {
    color: #FF0000;
}

.tr_mitte_inhalt_0 {
    padding: 10px 0;
}

.table_warenkorb1_untere_zeile {
    margin-top: 15px;
}

.warenk_td_summen {
    padding-left: 50px;
}

.button_fett_konto {
    width: 207px;
    height: 30px;
    margin-top: 5px;
    margin-right: 12px;
    line-height: 30px;
    border: 1px solid red;
    background: #E2001A;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

#sm_regneu,
#Zurueck,
#Bestellen,
#Verwerfen,
#Aendern,
#ZurueckFensterZu,
#sm_los_pw {
    width: 150px;
    height: 30px;
    margin-top: 5px;
    margin-right: 12px;
    line-height: 30px;
    border: 1px solid #b13b4e;
    border-radius: 4px;
    background: #b13b4e;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
}

#WeiterWK,
#NeukundeRegistrieren,
#Anmelden,
#Abmelden {
    float: right;
    width: 148px;
    height: 33px;
    margin-top: 5px;
    margin-right: 5px;
    padding: 0 5px 8px 5px;
    line-height: 30px;
    border: 1px solid #b13b4e;
    border-radius: 4px;
    background: #b13b4e;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
}

#WeiterWK2,
#WeiterWK3_ak,
#Drucken {
    float: right;
    width: 150px;
    height: 30px;
    margin-right: 12px;
    line-height: 30px;
    border: 1px solid #b13b4e;
    border-radius: 4px;
    background: #b13b4e;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
}

#WeiterWK3_nk {
    width: 150px;
    height: 30px;
    margin-top: 5px;
    margin-right: 12px;
    line-height: 30px;
    border: 1px solid #b13b4e;
    border-radius: 4px;
    background: #b13b4e;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
}

.select_beleg2 {
    width: 100%;
    max-width: 195px;
    padding-top: 3px;
    padding-left: 5px;
    border: 1px solid #aaa;
    background-color: #FFF;
    box-shadow: inset 0 0 8px #CCC;
    text-align: left;
}

.td_formular_kopf_beleg2 {
    height: 35px;
    max-height: 40px;
    padding: 5px 0 0 8px;
    line-height: 12px;
    vertical-align: top;
    background: url('images/hg-title.png');
    font-size: 11pt;
    text-align: left;
}

input.textfeld_wk_regstartbereich,
input#Artikelnummer_suche,
input#wk1_a_textfeld1,
input.textfeld_registrieren,
input.textfeld1,
input.textfeld_beleg2,
input.regi_textfeld_al,
select.select_registrieren,
select.regi_select_al,
select.select_zahlungsarten,
select.select_beleg2 {
    display: block;
    height: 30px;
    padding: 0 12px;
    line-height: 30px;
    line-height: 1.42857143;
    font-size: 14px;
    color: #555;
    border: 1px solid #CCC;
    border-radius: 4px;
    background: #FFF none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-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;
}

select.select_registrieren,
select.regi_select_al {
    width: 200px;
}

#tx_pw1,
#tx_pw2 {
    max-width: 200px;
}

input.button_normal,
input#uebernehmen,
input#sm_import,
input#zahlen {
    width: 148px;
    height: 30px;
    margin-top: 5px;
    line-height: 30px;
    border: 1px solid #b13b4e;
    background: #b13b4e;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    -webkit-appearance: none;
}

input.button_normal#SeiteDrucken {
    float: right;
    margin: 2px;
}

input.button_normal#Zu {
    float: left;
    margin: 2px;
}

.warenk_lieferbedingung td {
    padding-top: 5px;
}

.wk_zahlungslink_button {
    display: contents;
}

.wk_footer .checkbox a {
    color: #b13b4e;
    text-decoration: underline;
}


/* Portal Padding */

.portal---block-padding .portal-block--knt,
.portal---block-padding .portal-block--form,
.portal---block-padding .portal-block--product,
.portal---block-padding .portal-block--html {
    padding: 15px;
}

.portal---block-outline *[class*="portal-block--"] {
    outline: 1px solid magenta;
}


/* RSS */

div.rss-items {
    border-top: 1px solid grey;
}

div.rss-items h6 {
    font-weight: bold;
}

div.rss table {
    width: 100%;
    margin-bottom: 10px;
}

div.rss a {
    text-decoration: underline;
}

div.rss-items p:nth-child(4) {
    color: grey;
    font-style: italic;
    text-align: right;
}

.rss .row {
    margin-left: 0;
}

.rss-text {
    padding-left: 0;
}


/* Sonstiges */

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

.carousel-indicators {
    display: none;
}

.italic {
    color: #CCC;
    font-style: italic;
}

img.img-thumbnail {
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: 0px;
    border-radius: 0;
}

i.circle_red {
    color: #F00;
}

i.circle_yellow {
    color: #FF7F00;
}

i.circle_green {
    color: #0F0;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

span.modal_close_button {
    position: absolute;
    top: 0;
    right: 0;
    margin: -20px -20px 0 0;
    padding: 2px 3px 0 4px;
    background-color: transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #000;
    cursor: pointer;
}

.modal-content {
    background-color: #FFFFE9;;
}

form.login_modal_form > .input-group > .input-group-addon {
    color: #b13b4e;
    background-color: transparent;
}

.gal-thumbnail {
    background-color: transparent;
}

div.galspace {
    margin-bottom: 10px;
    padding: 0 5px 0 0;
}

div.galeriepic {
    min-height: 0;
    height: auto;
}

div.galbild_vorsch {
    position: relative;
    width: 100%;
    height: 200px;
}

div.galbild_vorsch img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border-radius: 4px;
    cursor: pointer;
}

div.galbild_vorsch img.galerie {
    background-size: cover;
}

div.gal_list div.galerie_caption {
    height: 1em;
    max-height: 1em;
    margin: -10px 0 10px 0;
    padding: 0;
}

div.galerie_caption.gal_slide {
    margin: 20px;
}

div.gallist p.teasertext p,
div.doklist p.teasertext p,
div.adrlist p.teasertext p,
div.ktnlist p.teasertext p {
    text-align: justify;
}

p.teaser_button {
    text-align: right;
}

.modal_img_container {
    position: relative;
    width: 100%;
    height: 500px;
}

.modal_img_container > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border-radius: 4px;
    cursor: pointer;
}

#modalimage_gal-description {
    margin-top: -18px;
}

#modalimage_gal-description span {
    padding: 5px 10px 8px 10px;
    border-radius: 5px;
    background-color: #FFF;
}

label.form_elem_desc,
div.labelb {
    padding: 0 10px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

p.labelb {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

input.form_elem_div.captchacode {
    width: 100px;
}

.itemnichtsichtbar {
    display: block;
    height: auto;
    border: 1px dotted #C0C0C0;
}

.itemnichtsichtbar h1,
.itemnichtsichtbar h3,
.itemnichtsichtbar h3 a,
.itemnichtsichtbar h5,
.itemnichtsichtbar p,
.itemnichtsichtbar a,
.itemnichtsichtbar div a,
.itemnichtsichtbar div label {
    color: #C0C0C0;
}

.adresse {
    margin-bottom: 15px;
}

.adresse p,
.termin p {
    display: inline;
    line-height: 10px;
}

.adresse div.galbild_vorsch {
    margin-bottom: 15px;
}

.gleicheHoehe {
    overflow: hidden;
}

.Hoehe {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.kachel_in_portal {
    padding-left: 0;
}

.hk-uk-img {
    float: left;
    clear: left;
    max-width: 100%;
    padding: 0 10px 10px 0;
}

.category-list,
.ranges-list,
.tags-list {
    padding-left: 10px;
    font-size: smaller;
    list-style: none;
}

.category-list li,
.ranges-list li,
.tags-list li {
    margin-left: 0;
    margin-bottom: 5px;
}

.artikelmodal_bildcontainer {
    position: relative;
    padding-top: 100%;
    width: 100%;
    border: 1px solid #333;
    border-radius: 4px;
}

.artikelmodal_bildcontainer > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}


/* nested category lists */

.category-list li ul {
    padding-left: 10px;
    border-left: 1px solid #DDD;
    list-style: none;
}


/* category list styles */

.category-list li a.active {
    font-weight: bold;
}

.category-list li a span {
    padding-left: 5px;
    color: gray;
    font-size: x-small;
}


/* ranges list styles */

.ranges-list li label {
    font-size: small;
    font-weight: normal;
}


/* tags list styles */

.tags-list li label {
    padding-left: 5px;
    font-size: small;
    font-weight: normal;
}

.tags-list li input {
    margin-right: 5px;
}

.mengenformel_modal .modal-body .input-group .input-group-addon {
    min-width: 100px;
}

.mengenformel_modal .modal-body .input-group .form-control {
    max-width: 100px;
}


/* Druckansicht */

.druck_kopf {
    border-bottom: 2px solid #333;
}

.druck_kopf_links h4 {
    font-size: 14px;
}

.druck_kopf_links p {
    margin-bottom: 5px;
}

.druck_kopf_rechts h4 {
    border-bottom: 1px solid #333;
    font-size: 14px;
}

.druck_kopf_rechts p {
    margin-bottom: 5px;
}

.druck_kundendaten {
    border-bottom: 2px solid #333;
}

.druck_rechnungsanschrift h4 {
    font-size: 12px;
}

.druck_lieferanschrift h4 {
    height: 26px;
    font-size: 12px;
}

.druck_rechnungsanschrift label,
.druck_rechnungsanschrift p,
.druck_lieferanschrift label,
.druck_lieferanschrift p {
    margin-bottom: 0;
}

.druck_rechnungsanschrift .form-horizontal .form-group,
.druck_lieferanschrift .form-horizontal .form-group {
    margin-bottom: 5px;
}

.druck_bestelluebersicht h4 {
    font-size: 14px;
}

.druck_bestelluebersicht .table p {
    margin-bottom: 0;
}

.druck_bestelluebersicht .table thead th {
    padding: 5px;
}

.druck_bestelluebersicht .table tbody td {
    padding: 5px;
    vertical-align: middle;
}

.druck_bestelluebersicht {
    border-bottom: 2px solid #333;
}

.druck_bemerkung {
    border-bottom: 2px solid #333;
}

.druck_bemerkung h4 {
    font-size: 14px;
}

.druck_infotext {
    margin-top: 10px;
    font-weight: bold;
}

.druck_zahlung_lieferbedingung h4 {
    font-size: 14px;
}

.druck_zahlung_lieferbedingung {
    border-bottom: 2px solid #333;
}

.druck_button {
    margin-top: 20px;
}


/* RSS */

.rss-text img {
    float: left;
    width: 25%;
    margin-right: 10px;
    vertical-align: middle;
}

.rss-items {
    cursor: pointer;
}

.rss-items .rss-date,
.rss-items .btn-primary {
    float: right;
}


/*custum*/

.breadcrumb {
    padding: 8px 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #FFFFE9;
    border-radius: 4px;
}

.dss-head-phone a {
    color: #b13b4e;
    font-weight: 700;
}

.dss-head-phone .fa {
    padding: 0 30px;
}

.btn-headmenu {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    background-color: #f5f5d7;
    box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.25);
    z-index: 243;
    overflow: hidden;
}

.btn-headmenu.katalog-dl,
.btn-headmenu:hover {
    background-color: #b13b4e;
    color: #fff;
    transition: background 300ms ease;
}

.searchform {
    background: transparent;
    border-radius: 4px;
    box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

.searchform .input-group-addon:last-child,
.searchform .form-control {
    height: 40px;
    background-color: #f5f5d7;
    border-right: 0;
}

.searchform > .input-group > .input-group-addon {
    color: #c2c2b5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-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;
}

.form-control {
    background-color: #f5f5d7;
}

.smartmenu {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f5f5d7;
    box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.25);
    padding: 0px;
}

.smartmenu .navbar-toggle {
    margin: 0 !important;
    float: left;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: white;
}

.smart-menu {
    width: 20%;
    float: left;
    text-align: center;
}

.smart-menu .navbar-toggle {
    margin: 0 auto !important;
    box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.25);
    float: unset;
    background-color: #f5f5d7;
}

.smartmenu .navbar-toggle:hover,
.smart-menu .navbar-toggle:hover {
    background-color: #b13b4e;
    transition: background-color 600ms ease;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.dss-knt-detail-gohistory {
    margin-top: -37px;
    font-size: 20px;
    padding: 7.5px
}

.smart-menu .btn-headmenu {
    max-width: 60px;
    height: 38px;
}

.menukante {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 0;
    z-index: 3;
}


.sidemenu_row.bg-menu-mz {
    text-transform: uppercase;
    background-color: #666666;
    padding: 3px 0 3px 0;
}

.sidemenu_row.bg-menu-pwl,
.sidemenu_row.bg-menu-wk,
.sidemenu_row.bg-menu-konto,
.sidemenu_row.bg-menu-reg {
    text-transform: uppercase;
    background-color: #7D7D7D;
    /*padding: 3px 0 3px 0;*/
}

.bg-menu-ueberuns {
    background-color: #666666;
}

/*.bg-menu-1000 {*/
/*    background-color: #f2a974;*/
/*}*/
/*.bg-menu-2000 {*/
/*    background-color: #bf5264;*/
/*}*/

/*.bg-menu-3000 {*/
/*    background-color: #f07464;*/
/*}*/
/*.bg-menu-4000 {*/
/*    background-color: #c6c67c;*/
/*}*/
/*.bg-menu-5000 {*/
/*    background-color: #eaeac4;*/
/*}*/
/*.bg-menu-6000 {*/
/*    background-color: #7cc4b6;*/
/*}*/

.navbar-nav .sidemenu_row a.dss-menu-single {
    line-height: 40px;
    text-transform: uppercase;
}

.dss-head-titel {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.carousel-control {
    display: none;
}

.carousel-indicators {
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10px;
    left: unset;
    right: 0px;
    z-index: 2;
    width: 30%;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators .active,
.carousel-indicators li {
    margin: 0 2.5px;
}

div[class^='gal_bild'] {
    position: absolute;
    padding: 15px;
    border-radius: 10px;
    bottom: 30px !important;
    top: unset !important;
    left: 30px;
    min-width: 45%;
    height: auto;
    text-align: left;
    white-space: nowrap;
    font-family: Arial;
    font-size: 13px;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.2);
}

/* 
.gal_bild2 {
    top: 290px;
    left: 80px;
    min-width: 45%;
} */

div[class^='gal_bild'] p {
    color: #FFF;
}


#infobox--container {
    z-index: 2;
}

#infobox--container > ul {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.infobox {
    position: relative;
    margin-bottom: 1vw;
}

.infobox--img {
    overflow: hidden;
    border: 1px solid #b13b4e;
    background: #b13b4e;
    float: left;
}

.infobox--img > p {
    padding: 1.8vw 1vw 1vw 1vw;
    line-height: 5vw;
    color: #fff;
    font-weight: bold;
    font-size: 3vw;
    content:
}

.infobox--data-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    max-width: 0;
    margin-right: 0;
    overflow: hidden;
    transition: max-width 300ms ease;
}

.infobox:hover .infobox--data-wrapper {
    max-width: 50vw;
}

.infobox:hover .infobox--fa {
    color: #b13b4e;
}

.infobox--data {
    padding: 1vw 5.5vw 1vw 1vw;
    background: #b13b4e;
    border: 1px solid #b13b4e;
}

.infobox--data i + span {
    margin-left: 0.5vw;
}

.infobox--name {
    padding: 1.2vw 0;
    font-size: 1.75vw;
    line-height: 1.15em;
    color: #fff;
}

.dss-hk-uk-kachel {
    border: 1px solid #c2c2b5;
    min-height: 100px;
    height: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
}

.dss-hk-uk-kachel:hover {
    background-color: #eaeac4;
}

.kntlist {
    position: relative;
    margin: 0 0;
}

.kntlist .dss-hk-uk-img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.dss-hk-uk-kachel-header {
    float: left;
    padding: 10px;
}

.dss-hk-uk-kachel-bild {
    float: left;
    overflow: hidden;
    height: 17.5vw;
}

.collapse {
    padding: 0;
    margin: 0;
    z-index: 1000;
}

.dss-hk-uk-container {
    margin-left: -15px;
    margin-right: -15px;
}

.dss-uk-vorsch {
    position: relative;
}

.dss-uk-vorsch img {
    width: 100%;
}

.dss-newsletter {
    width: 60%;
    max-width: 400px;
    margin: -38px auto 0 auto;
}

.dss-newsletter .input-group {
    border: 2px solid #b13b4e;
    border-radius: 17px;
}

.dss-newsletter .input-group .form-control:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.input-group-btn:last-child > .btn {
    color: #b13b4e;
    background-color: #f5f5d7;
    border-left: 2px solid #b13b4e;
    border-top: 1px solid #f5f5d7;
    border-right: 1px solid #f5f5d7;
    border-bottom: 1px solid #f5f5d7;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
}

.input-group-btn:last-child > .btn-primary:hover {
    color: #fff;
    background-color: #b13b4e;
    border-left: 2px solid #b13b4e;
    border-top: 1px solid #b13b4e;
    border-right: 1px solid #b13b4e;
    border-bottom: 1px solid #b13b4e;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /* margin-top: -1px; */
}

.dss-basisgemeinde-artikelgruppen {
    margin-top: 3px;
}

.dss-basisgemeinde-artikelgruppenbild {
    position: relative;
    padding: 0;
    max-height: 50vw;
    overflow-y: hidden;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.dss-basisgemeinde-artikelgruppenbild img {
    width: 100%;
}

.dss-basisgemeinde-artikelgruppentext {
    padding: 15px 0;
    color: #666;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.dss-basisgemeinde-artikelgruppenbild .dss-bg-list-kachel {
    margin-right: 10px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-default > .panel-heading,
.panel {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: max-height 2s;
    transition: max-height 2s;
    max-height: 100%;
}

.background2 .group-block,
.background3 .group-block {
    font-size: 30px;
    color: #b13b4e;
    display: block;
    line-height: 50px;
}

.background2 .panel-heading,
.background3 .panel-heading {
    padding: 0px 15px;
}

.background2 .panel-heading .glyphicon,
.background3 .panel-heading .glyphicon {
    margin-top: 10px;
}

.panel .dss-service-button {
    text-align: center;
    height: 145px;
    margin: 5px 0;
    text-align: center;
    height: 125px;
    margin: 5px 0;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

.dss-service-button:hover {
    background-color: #b13b4e;
    color: #fff;
}

.icon_container {
    max-width: 32px;
    height: 56px;
    object-fit: contain;
    /* font-family: FontAwesome5FreeSolid; */
    font-size: 60px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.63;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
    margin: 10px auto 0 auto;
}

.dss-foot-service .dss-service-button,
.dss-foot-service .icon_container,
.dss-foot-service .cls-1,
.dss-service-button:hover .icon_container,
.dss-service-button:hover .cls-1 {
    fill: #fff;
    color: #fff;
}

.dss-foot-service .dss-service-button {
    text-align: center;
    min-height: 110px;
}

.dss-service-button .cls-1 {
    border: 1px solid red;
}

.dss-service {
    line-height: 14px;
}
.artikelliste_kachel_infocontainer .fa.fa-edit,
.artikelliste_kachel_infocontainer .fa.fa-shopping-cart,
.artikelliste_kachel_infocontainer .fa.fa-heart {
    font-size: 24px;
    color: #666666;
}

#backtop {
    z-index: 10002;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    transition: all .3s ease-out;
    position: fixed;
}

#backtop button {
    color: #b13b4e;
    background-color: transparent;
    outline: none;
    border: 0;
    text-shadow: 1px 1px 7px #FFFFE9;

}


#backtop button:hover {
    cursor: pointer;
    background-color: transparent;
}


.show {
    opacity: 1 !important
}


.aminateFadeIn {
    animation-duration: 2s;
    animation-name: fadeIn;
}

a:link.dss_tmg_link,
a:visited.dss_tmg_link,
a:hover.dss_tmg_link,
a:active.dss_tmg_link,
a:focus.dss_tmg_link {
    text-decoration: underline;
    color: #b13b4e;
}

.dss-merkzettel-header {
    color: #b13b4e;
    font-size: 30px;
}

.dss-merkzettel-header i.fa-times-circle-o,
.merkzettel_info i.fa-times-circle-o {
    font-size: 30px;
    float: right;
    margin-right: 5px;
}

.dss_ihr_preis {
    font-weight: 600;
}

.dss_ihr_preis:after {
    content: ': ';
}

.dss-artikelgruppen {
    /* margin-top:30px; */
}

.dss-kachel-infocontainer {
    height: 150px;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: start; */
    justify-content: space-around;
}

.artikelliste_kachel_details_overlay.overlay_LKW1 {
    background-image: url(../images/lkw1.png);
    background-repeat: no-repeat;
}

.artikelliste_kachel_details_overlay.overlay_LKW2 {
    background-image: url(../images/lkw2.png);
    background-repeat: no-repeat;
}

.artikelliste_kachel_details_overlay.overlay_neu {
    background-image: url(../images/neu.png);
    background-repeat: no-repeat;
}

.artikelliste_kachel_details_overlay.overlay_sale {
    background-image: url(../images/sale.png);
    background-repeat: no-repeat;
}

.dss-tmg {
    margin: 1vw 5vw;
}

/* .artikelliste_kachel_table_bestand {

} */


/* Extra Small */

@media (max-width: 767px) {
    .warenk_table_bestellflaeche,
    .table_warenkorb_buttonleiste,
    .belegliste_kopf_preiseinheit,
    .belegliste_inhalt_preiseinheit,
    .belegliste_kopf_mengeneinheit,
    .belegliste_inhalt_mengeneinheit,
    .belegliste_kopf_bestand,
    .belegliste_inhalt_bestand,
    .belegliste_kopf_rabatt,
    .belegliste_inhalt_rabatt,
    .belegliste_kopf_pos,
    .belegliste_inhalt_pos,
    .belegliste_kopf_gesamtpreis,
    .belegliste_inhalt_gesamtpreis {
        display: none;
    }

    .dss-hk-uk-container {
        margin-left: -2%;
        margin-right: -2%;
    }


    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
        overflow: hidden;
    }

    .navbar-header {
        float: none;
        padding-bottom: 10px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        position: absolute;
        padding: 0;
        z-index: 10000;
        left: 15px;
        width: calc(100% - 0px);
        background-color: #FFF;
        /* margin-left: 0; */
        /* -webkit-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
        -moz-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
        box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4); */
        overflow: hidden;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar_mobile_menu {
        float: right;
        width: 100%;
        background: #FFF;
    }

    .navbar_mobile_menu > div,
    .navbar_mobile_umenu > div {
        padding: 5px;
    }

    .navbar_mobile_menu > .active > a > div > p,
    .navbar_mobile_umenu > .active > a > div > p {
        color: #b13b4e;
    }

    .navbar_mobile_menu > div > a > div > p > i,
    .navbar_mobile_umenu > div > a > div > p > i {
        padding-right: 5px;
        color: #b13b4e;
        font-size: 16px;
    }

    .abstand_summenfeld2 {
        padding-right: 0;
    }

    .artikeldetail_info .left {
        float: left;
    }

    .artikeldetail_info .right {
        float: right;
    }

    div.artikelliste_kachel_container {
        min-height: 90vw;
    }

    .smart-menu .navbar-toggle .icon-bar {
        width: 10vw;
        max-width: 35px;
    }

    .dss-head-logo {
        height: 15vw;
        margin: 2vw;
    }

    .dss-head-logo-logo1 {
        max-width: 12vw;
        position: absolute;
        top: 2.2vw;
        left: 1vw;
    }

    .dss-head-logo-logo1 img {
        width: 14vw;
    }

    .dss-head-logo-logo2 {
        position: absolute;
        top: 5vw;
        left: 17vw;
    }

    .dss-head-logo-logo2 img {
        width: 40vw;
    }

    .dss-head-phone {
        white-space: nowrap;
        margin-left: -3.5vw;
        margin-top: 5.5vw;
    }

    .dss-head-phone a {
        font-size: 3.5vw;
    }

    .dss-head-phone a .fa {
        font-size: 7vw;
        transform: rotate(-40deg);
    }

    .dss-head-phone a span {
        margin-left: -18px;
    }

    .dss-head-phone .fa {
        padding: 2vw 6vw 0vw 11vw;
    }

    .breadcrumb > li,
    .breadcrumb > li > a {
        font-size: 14px;
    }

    div[class^='gal_bild'] {
        top: 28vw;
        left: 2.9vw;
        padding: 1.5vw 1.5vw 1.5vw 0.5vw;
        font-weight: 600;
    }

    div[class^='gal_bild'] p {
        font-size: 2.5vw;
        line-height: 1.2em;
        margin: 0.3em;
    }

    div[class^='gal_bild'] .bg-img-head {
        font-size: 3vw;
        line-height: 1em;
        margin: 0.3em;
    }

    .dss-hk-uk-kachel {
        border: 0;
        min-height: 100px;
        height: 100%;
        border-radius: 0;
        margin: 0 -25px;
    }

    .kntlist .dss-hk-uk-img {
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .dss-hk-uk-kachel-bild {
        float: left;
        overflow: hidden;
        height: 49vw;
    }

    .dss-hk-uk-kachel-header {
        padding: 0.8vw 10px;
    }

    .kntlist #infobox--container > ul {
        right: -3.5vw;
    }

    .dss-head-titel {
        text-align: center;
    }

    .artikelgruppen_slider .carousel-indicators {
        position: absolute;
        bottom: -30px;
        left: 50%;
        z-index: 15;
        width: 100%;
        padding-left: 0;
        margin-left: -50%;
        text-align: center;
        list-style: none;
    }

    .artikelgruppen_slider .carousel-indicators .active {
        background-color: #b13b4e;
    }

    .artikelgruppen_slider .carousel-indicators li {
        border: 1px solid #b13b4e;
        margin: 0 5px;
    }

    .dss-foot-background {
        bottom: -370px;
        transition: bottom 2s;
    }

    .dss-foot-service {
        width: 50%;
        float: left;
    }

    .footer {
        padding: 0 20px;
    }

    .dss-foot-service span {
        white-space: nowrap;
    }

    #backtop {
        right: 7.5px;
    }

    #backtop .fa-3x {
        font-size: 2em;
    }

    .dss-foot-background1.navbar {
        margin-bottom: 50px !important;
    }
    .dss-foot-service.center {
        width: 100%;
    }

}


@media (max-width: 500px) {
    .kntlist #infobox--container > ul {
        right: -4.5vw;
    }

    .breadcrumb > li, .breadcrumb > li > a {
        font-size: 3.5vw;
        line-height: 30px;
    }

    .dss-service {
        min-width: 250px;
        width: 100%;
        margin: 10px auto;
    }

    .dss-foot-background {
        bottom: -370px;
        transition: bottom 2s;
    }

    .dss-newsletter {
        width: 95%;
    }

    .dss-foot-service {
        width: 50%;
        float: left;
    }

    .dss-foot-service.center {
        width: 100%;
    }


    .footer {
        padding: 0 20px;
    }

    .dss-foot-service span {
        white-space: nowrap;
    }

}


@media (max-width: 350px) {
    .dss-foot-background {
        bottom: -395px;
        transition: bottom 2s;
    }
}

/* Small */

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-collapse {
        margin-left: -15px;
        width: 360px;
    }

    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
        /* margin-left:-15px;
        margin-right: -15px; */
    }

    .navbar-header {
        float: none;
        padding-bottom: 10px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        position: absolute;
        padding: 0;
        z-index: 10000;
        width: 330px;
        background-color: #FFF;
        margin-left: 0;
        /* -webkit-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
        -moz-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
        box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4); */
    }

    .navbar_mobile_menu {
        float: right;
        width: 40%;
        padding: 10px;
        background: #FFF;
    }

    .navbar_mobile_menu > div,
    .navbar_mobile_umenu > div {
        padding: 5px;
    }

    .navbar_mobile_menu > .active > a > div > p,
    .navbar_mobile_umenu > .active > a > div > p {
        color: #b13b4e;
    }

    .navbar_mobile_menu > div > a > div > p > i,
    .navbar_mobile_umenu > div > a > div > p > i {
        padding-right: 5px;
        color: #b13b4e;
        font-size: 16px;
    }

    .navbar_mobile_umenu {
        float: right;
        width: 40%;
        padding: 10px;
        background: #FFF;
    }

    .navbar-nav > li {
        float: unset;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu {
        float: none;
        display: block;
        position: static;
        width: auto;
        margin-top: 0;
        border: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    div.artikelliste_kachel_container {
        min-height: 45vw;
    }

    .dss-head-logo {
        height: 15vw;
        margin: 2vw;
    }

    .dss-head-logo-logo1 {
        max-width: 12vw;
        position: absolute;
        top: 2.2vw;
        left: 1vw;
    }

    .dss-head-logo-logo1 img {
        width: 14vw;
    }

    .dss-head-logo-logo2 {
        position: absolute;
        top: 5vw;
        left: 17vw;
    }

    .dss-head-logo-logo2 img {
        width: 40vw;
    }

    .dss-head-phone {
        white-space: nowrap;
        margin-left: -3.5vw;
        margin-top: 5.5vw;
    }

    .dss-head-phone a {
        font-size: 3vw;
    }

    .dss-head-phone a .fa {
        font-size: 7vw;
        transform: rotate(-40deg);
    }

    div[class^='gal_bild'] {
        top: 30vw;
        left: 3vw;
        padding: 1vw 1vw 1vw 0.5vw;
        font-weight: 600;
    }

    div[class^='gal_bild'] p {
        font-size: 2.5vw;
        line-height: 1.2em;
        margin: 0.3em;
    }

    div[class^='gal_bild'] .bg-img-head {
        font-size: 3vw;
        line-height: 1em;
        margin: 0.3em;
    }

    .dss-hk-uk-container {
        margin-left: -30px;
        margin-right: -30px;
    }

    .kntlist #infobox--container > ul {
        right: -15px;
    }

    .dss-service {
        min-width: 250px;
        width: 50%;
        margin: 10px auto;
    }

    .row.background2 {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        margin-top: 30px;
    }

    #backtop {
        right: 7.5px;
    }

    #backtop .fa-3x {
        font-size: 2em;
    }

}


/* Medium */

@media (min-width: 992px) and (max-width: 1199px) {
    /*.navbar-default .navbar-nav {*/
    /*margin-left: -30px;*/
    /*}*/
    .navbar-default .navbar-collapse {
        margin-left: -15px;
        width: 360px;
    }

    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
        /* margin-left:-15px;
        margin-right: -15px; */
    }

    .navbar-header {
        float: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        padding: 0;
        position: absolute;
        z-index: 10000;
        width: 330px;
        background-color: #FFF;
        margin-left: 0;
        /* -webkit-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
        -moz-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
        box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4); */
    }

    .navbar_mobile_menu {
        float: right;
        width: 40%;
        padding: 10px;
        background: #FFF;
    }

    .navbar_mobile_menu > div,
    .navbar_mobile_umenu > div {
        padding: 5px;
    }

    .navbar_mobile_menu > .active > a > div > p,
    .navbar_mobile_umenu > .active > a > div > p {
        color: #b13b4e;
    }

    .navbar_mobile_menu > div > a > div > p > i,
    .navbar_mobile_umenu > div > a > div > p > i {
        padding-right: 5px;
        color: #b13b4e;
        font-size: 16px;
    }

    .navbar_mobile_umenu {
        float: right;
        width: 40%;
        padding: 10px;
        background: #FFF;
    }

    .navbar-nav > li {
        float: unset;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu {
        float: none;
        display: block;
        position: static;
        width: auto;
        margin-top: 0;
        border: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    div.artikelliste_kachel_container {
        min-height: 33vw;
    }

    .dss-head-phone {
        white-space: nowrap;
        margin-top: 25px;
        height: 60px;
    }

    .dss-head-phone a {
        font-size: 30px;
    }

    .dss-head-phone a .fa {
        font-size: 40px;
        transform: rotate(-40deg);
    }

    div[class^='gal_bild'] {
        top: 30vw;
        left: 3vw;
        padding: 1vw 1vw 1vw 0.5vw;
        font-weight: 600;
    }

    div[class^='gal_bild'] p {
        font-size: 1.7vw;
        line-height: 1.2em;
        margin: 0.3em;
    }

    div[class^='gal_bild'] .bg-img-head {
        font-size: 2.2vw;
        line-height: 1em;
        margin: 0.3em;
    }

    .row.background2 {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        margin-top: 30px;
    }

    #backtop {
        right: 13.5px;
    }

    #backtop .fa-3x {
        font-size: 2em;
    }
}


/* Large */

@media (min-width: 1200px) {
    /*.navbar-default .navbar-nav {*/
    /*margin-left: -30px;*/
    /*}*/
    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-default .navbar-collapse {
        margin-left: -15px;
        width: 460px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        position: absolute;
        padding: 0;
        z-index: 10000;
        width: 430px;
        background-color: #FFF;
        margin-left: 0;
        /* -webkit-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
                -moz-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
                box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4); */
    }

    .navbar_mobile_menu {
        float: right;
        width: 40%;
        padding: 10px;
        background: #FFF;
    }

    .navbar_mobile_menu > div,
    .navbar_mobile_umenu > div {
        padding: 5px;
    }

    .navbar_mobile_menu > .active > a > div > p,
    .navbar_mobile_umenu > .active > a > div > p {
        color: #b13b4e;
    }

    .navbar_mobile_menu > div > a > div > p > i,
    .navbar_mobile_umenu > div > a > div > p > i {
        padding-right: 5px;
        color: #b13b4e;
        font-size: 16px;
    }

    .navbar_mobile_umenu {
        float: right;
        width: 40%;
        padding: 10px;
        background: #FFF;
    }

    .navbar-nav > li {
        float: unset;
        width: 100%;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu {
        float: none;
        display: block;
        position: static;
        width: auto;
        margin-top: 0;
        border: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    div.artikelliste_kachel_container {
        min-height: 400px;
        height: auto;
    }

    .dss-head-phone {
        white-space: nowrap;
        margin-top: 25px;
        height: 60px;
    }

    .dss-head-phone a {
        font-size: 30px;
    }

    .dss-head-phone a .fa {
        font-size: 45px;
        transform: rotate(-40deg);
    }

    div[class^='gal_bild'] p {
        font-size: 16px;
        white-space: nowrap;
    }

    div[class^='gal_bild'] .bg-img-head {
        font-size: 30px;
    }

    .infobox--img > p {
        padding: 14px;
        line-height: 70px;
        color: #fff;
        font-weight: bold;
        font-size: 50px;
    }

    .infobox--name {
        padding: 10px;
        font-size: 18px;
        line-height: 23px;
        color: #fff;
    }

    .infobox--data {
        padding: 10px 55px 10px 10px;
        background: #b13b4e;
        border: 1px solid #b13b4e;
    }

    .dss-hk-uk-kachel-bild {
        max-height: 250px;
    }

    .row.background2 {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        margin-top: 30px;
    }

    .dss-basisgemeinde-artikelgruppenbild {
        max-height: 600px;
    }
}

iframe[ng-src*="3xios/beleg1.php"] {
    min-height: 500px;
}

.dss-extra-logo {
    height: 100%;
    max-height: 120px;
}

.carousel-inner {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}




