@charset "utf-8";

/* Fonts */
/* ruda-regular - latin */
@font-face {
    font-family: 'Ruda';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ruda-v23-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/ruda-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/ruda-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/ruda-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/ruda-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/ruda-v23-latin-regular.svg#Ruda') format('svg'); /* Legacy iOS */
}

/* ruda-700 - latin */
@font-face {
    font-family: 'Ruda';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ruda-v23-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/ruda-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/ruda-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/ruda-v23-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/ruda-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/ruda-v23-latin-700.svg#Ruda') format('svg'); /* Legacy iOS */
}

/* ruda-900 - latin */
@font-face {
    font-family: 'Ruda';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/ruda-v23-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/ruda-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/ruda-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/ruda-v23-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../fonts/ruda-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/ruda-v23-latin-900.svg#Ruda') 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: 'Ruda', sans-serif;
    font-size: 12px;
}

body {
    background-color: #FF5500;
    color: #333;
    font-family: 'Ruda', sans-serif;
    font-size: 12px;
}

a,
a *,
button,
button *,
.cursor-pointer,
.cursor-pointer *,
*[href],
*[href] *,
*[onclick],
*[onclick] *,
*[ondblclick],
*[ondblclick] *,
*[ui-sref],
*[ui-sref] *,
*[ng-click],
*[ng-click] * {
    cursor: pointer !important;
}

.container {
    /* width: 97%; */
    max-width: 1200px;
    min-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.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: 'Ruda', sans-serif;
    font-size: 12px;
    font-weight: lighter;
}



/* Schrift und Links Allgemein*/

a,
p {
    color: #333;
    font-family: 'Ruda', sans-serif;
    font-size: 16px;
}

p {
    padding: 0;
    margin: 0;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
    color: #333;
    font-size: 12px;
    text-decoration: none;
}


h2,
h3,
h4,
h5 {
    color: #333;
    font-family: 'Ruda', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 40px;
    font-weight: 900;
}
.xxx--page-content h1 {
    color: #fff;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.xxx--page-content h2 {
    color: #fff;
}
h2 {
    font-size: 36px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h5.italic {
    font-weight: 500;
}

b,
strong {
    font-weight: 600;
}

ul {
    list-style-type: none;
}
/* Buttons Allgemein*/

/*Überschriebene Bootstrap Styles*/

/* .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    background: #209bd7;
    border-color: #209bd7;
    transition: background 300ms ease;
} */
.btn-primary,
.btn-info {
    background: #333;
    border-color: #333;
}


.btn-primary:hover,
.btn-info:hover {
    background: #E64C00 !important;
    border-color: #D1CAC7 !important;
    /*border-color: #E64C00 !important;*/
    box-shadow: 3px 3px 6px rgba(20, 20, 20, 1.25);
}
.navbar {
    min-height: 40px;
}
.navbar.container.navbar-default {
    /* display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    vertical-align: middle; */
}
.navbar-collapse.collapse-menu.pull-left.xxx--page-header {
    padding-left: 0;
    padding-right: 0;
}
.pull-right.suchen {
    margin-top: 3px;
    padding-right: 0;
}
.navbar li a:link,
.navbar li a:visited,
.navbar li a:hover,
.navbar li a:active,
.navbar li a:focus {
    font-weight: 900;
    font-size: 18px;    line-height: 40px;
    text-decoration: none;
    color: #fff;
}
.input-group-addon {
    border: none;
}
.input-group-addon i{
    font-size: 25px;
}
.input-group-addon i:hover {
    color: #FF5500;
}
.navbar-default {
    background-color: #fff;
    border: none;
}
.navbar-nav > li {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #FF5500;
}

.navbar-nav > li:last-child {
    border-right: none;
}
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FF5500;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #FF5500;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #333;
    background-color: #fff;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #333;
    text-decoration: none;
    background-color: #fff;
}

.pagination > .active > a {
    background-color: #209bd7;
    border-color: #209bd7;
}

.xxx-pagination {
    font-family: 'Ruda', sans-serif;
}

.navbar-default .navbar-collapse {
    border: none;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    width: 35px;
    height: 3px;
    margin-bottom: 5px;
    background-color: #209bd7;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
}

.breadcrumb > li,
.breadcrumb > li > a {
    color: #fff;
    font-size: 14px;
    font-family: 'Ruda', sans-serif;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #E64C00;
    background: #fff;
}
/* .form-group {
    margin-bottom: 0;
} */
.form-control:focus {
    border-color: #E64C00;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.padding-left-right {
    padding-left: 0;
    padding-right: 0;
}
.padding-content {
    padding: 0;
}
.border-content {
    /*border: 2px solid #E64C00;*/
    border-radius: 6px;
}
.bg-weiss {
    background-color: #fff;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #E64C00;
}

/*==========================TMG==============================*/
.tmg  p,
.tmg h2,
.tmg h3 {
    color: #fff;
}
.tmg  p {
    font-size: 18px;
}
.tmg  p span {
    font-weight: 900;
}
.tmg h2 {
    font-size: 20px;
    font-weight: 900;
}

/*==========================Dokumente==============================*/
.dokumente h1 {
    margin-bottom: 30px;
}
.div-download-uk {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.div-download {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}
.div-download h2 {
    margin: 0;
    font-weight: 900;
}
.liefer-portal-h2 h2 a {
    font-size: 24px;
    color: lime;
    text-decoration: underline;
}
.liefer-portal-h2 h2 a:hover {
    font-size: 26px;
    color: #333;
    text-decoration: underline;
    font-weight: 900;
}

.div-download h3 {
    margin: 0;
}
.liefer-image {
    margin-top: 10px;
    margin-bottom: 10px;
}
.div-download-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.div-download-items-img {
    width: 200px;
}
.div-download-items-img img {
    width: 100%;
}
.modal-dialog {
    width: 600px;
    margin: 100px auto;
}


.xxx---no-margin,
.xxx---m-0 {
    margin: 0 !important;
}

.xxx---mt-0 {
    margin-top: 0 !important;
}

.xxx---mt-1 {
    margin-top: 5px !important;
}

.xxx---mt-2 {
    margin-top: 10px !important;
}

.xxx---mt-3 {
    margin-top: 15px !important;
}

.xxx---mt-4 {
    margin-top: 30px !important;
}

.xxx---mt-5 {
    margin-top: 45px !important;
}

.xxx---mb-0 {
    margin-bottom: 0 !important;
}

.xxx---mb-1 {
    margin-bottom: 5px !important;
}

.xxx---mb-2 {
    margin-bottom: 10px !important;
}

.xxx---mb-3 {
    margin-bottom: 15px !important;
}

.xxx---mb-4 {
    margin-bottom: 30px !important;
}

.xxx---mb-5 {
    margin-bottom: 45px !important;
}

.xxx---mtb-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.xxx---mtb-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.xxx---ml-0 {
    margin-left: 0 !important;
}

.xxx---ml-1 {
    margin-left: 5px !important;
}

.xxx---ml-2 {
    margin-left: 10px !important;
}

.xxx---ml-3 {
    margin-left: 15px !important;
}

.xxx---ml-4 {
    margin-left: 30px !important;
}

.xxx---ml-5 {
    margin-left: 45px !important;
}

.xxx---mr-0 {
    margin-right: 0 !important;
}

.xxx---mr-1 {
    margin-right: 5px !important;
}

.xxx---mr-2 {
    margin-right: 10px !important;
}

.xxx---mr-3 {
    margin-right: 15px !important;
}

.xxx---mr-4 {
    margin-right: 30px !important;
}

.xxx---mr-5 {
    margin-right: 45px !important;
}

.xxx---mlr-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mlr-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.xxx---mlr-3 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.xxx---no-padding,
.xxx---p-0 {
    padding: 0 !important;
}

.xxx---pt-zero,
.xxx---pt-0 {
    padding-top: 0 !important;
}

.xxx---pt-1 {
    padding-top: 5px !important;
}

.xxx---pt-2 {
    padding-top: 10px !important;
}

.xxx---pt-3 {
    padding-top: 15px !important;
}

.xxx---pt-4 {
    padding-top: 30px !important;
}

.xxx---pt-5 {
    padding-top: 45px !important;
}

.xxx---pb-zero,
.xxx---pb-0 {
    padding-bottom: 0 !important;
}

.xxx---pb-1 {
    padding-bottom: 5px !important;
}

.xxx---pb-2 {
    padding-bottom: 10px !important;
}

.xxx---pb-3 {
    padding-bottom: 15px !important;
}

.xxx---pb-4 {
    padding-bottom: 30px !important;
}

.xxx---pb-5 {
    padding-bottom: 45px !important;
}

.xxx---pl-0 {
    padding-left: 0 !important;
}

.xxx---pl-1 {
    padding-left: 5px !important;
}

.xxx---pl-2 {
    padding-left: 10px !important;
}

.xxx---pl-3 {
    padding-left: 15px !important;
}

.xxx---pl-4 {
    padding-left: 30px !important;
}

.xxx---pl-5 {
    padding-left: 45px !important;
}

.xxx---pr-0 {
    padding-right: 0 !important;
}

.xxx---pr-1 {
    padding-right: 5px !important;
}

.xxx---pr-2 {
    padding-right: 10px !important;
}

.xxx---pr-3 {
    padding-right: 15px !important;
}

.xxx---pr-4 {
    padding-right: 30px !important;
}

.xxx---pr-5 {
    padding-right: 45px !important;
}


/* Header */

.header {
    height: 150px;
    padding: 30px 0;
    /* padding-top: 30px;
    padding-bottom: 30px; */
}
.xxx--page-header--head {
    background-color: #fff;
    padding: 0 ;
}
.header-icon {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    color: #222221;
    text-align: center;
}
.header-icon-logout {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    color: #222221;
    text-align: center;
}
.header-icon p,
.header-icon-logout p {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.05em;
}
.header-icon i,
.header-icon-logout i {
    font-size: 35px;
}
.header-icon-logout .wk-anzahl-div {
    margin-right: 60px;
}
.wk-anzahl-div {
    position: relative;
}
.wk-anzahl {
    position: absolute;
    top: -3px;
    left: 45px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding-bottom: 3px;
    color: #FF5500;
    font-size: 16px;
    font-weight: 700;
}
.wk-anzahl-p {
    background-color: #fff;
}
.icon {
    /* width: 25%; */
}
.icon:hover i,
.icon:hover p {
    color: #FF5500;
}
.xxx--language.xxx--language--list {
    display: flex;
    justify-content: flex-end;
}

.xxx--language--block>span {
    color: #6B6461;
}
.xxx--language--label {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    color: #000;
}
.xxx--list-item {
    list-style-type:none;
    margin-left: 15px;
}
.xxx--language--block.xxx---is-active > span{
    color: #FF5500;
}
.xxx--page-header--menu {
    background-color: #333;
}
.xxx--page-header--img {
    padding-left: 0;
    padding-right: 0;
}
.navbar.container {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}
.suchen form.searchform {
    padding-bottom: 0;
}
.headimg {
    padding-top: 35px;
    padding-bottom: 25px;
}

.headimg img {
    max-width: 100%;
}
.language {
    padding-right: 0;
}
.login-header {
    justify-content: center;
    margin-top: 10px;
}
.login-header p {
    margin-left: 15px;
    font-size: 14px;
    color: #FF5500;
    font-weight: 700;
}


/* 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: #209bd7;
}

.navbar_mobile_menu > div > a > div > p > i,
.navbar_mobile_umenu > div > a > div > p > i {
    padding-right: 5px;
    color: #209bd7;
    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, .4);
    -moz-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, .4);
    box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, .4);
}

.navbar-icon > a > i {
    padding: 10px;
    color: #209bd7;
    font-size: 25pt;
}

.navbar-logo {
    display: none !important;
}

.navbar-logo img {
    max-height: 100%;
    max-width: 100%;
}


/* Main */

.searchform {
    /* margin-bottom: 25px; */
}
.searchform .form-group.input-group {
    margin-bottom: 0;
}
.searchform > .input-group > .input-group-addon {
    color: #fff;
    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: #209bd7;
    background: #fff; */
}

.nav-stacked .sidemenu_row > a > span {
    margin-top: 6px;
}

.nav-stacked .sidemenu_row > a {
    padding: 12px 5px 9px 5px;
    font-weight: 700;
}


.nav-stacked .sidemenu_row > a:hover {
    color: #E64C00;
    background-color: #fff;
}

.sidemenu_ug_row {
    min-height: 30px;
    margin-left: -10px;
    margin-right: -1px;
    padding-top: 5px;
    padding-left: 20px;
    list-style: none;
    text-align: left;
}

.nav > li > a:hover {
    background-color: #fff;
}
.navbar-logo.navbar-logo-scroll {
    height: 40px !important;
}
.navbar-logo.navbar-logo-scroll a img {
    height: 40px;
}

.container-menu-scr {
    padding-left: 0;
}
.sidemenu_ug_row > a:hover {
    color: #E64C00;
    background: #fff;
}

li.sidemenu_ug_row:hover {
    color: #209bd7;
    background: #fff;
}

.sidemenu_ug_row.active > a {
    color: #E64C00;
    background: #fff;
}

#content .breadcrumb {
    padding: 0;
    background-color: #fff;
}

.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: .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;
}

/*===================Suchen========================*/
.preis-zzgl {
    color: #fff;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
}
.preis-zzgl a {
    color: #fff;
    padding-left: 5px;
    font-size: 15px;
    font-weight: 700;
}
.preis-zzgl a:hover {
    color: #333;
    font-weight: 900;
}

/*=========================Breadcrumb=======================================*/
.breadcrumb {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

ol.ol-state-titel {
    list-style: none;
    color: #F3F3F3;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    padding-left: 0;
}

.breadcrumb>li a {
    color: #f3f3f3;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #F3F3F3;
    content: ">";
    font-size: 20px;
}
.breadcrumb>li+a {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
}

/*=========================Registrierung=======================================*/

.div-registrierung {
    background-color: #fff;
    padding: 10px;
}
.div-registrierung-form {
    padding: 10px;
    border: 2px solid #E64C00;
    border-radius: 6px;
}


/* 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: 'Ruda', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
}

.foot2 {
    padding-top: 30px;
}
.foot2-flex {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    list-style: none;
}
.footer-row-lg {
    display: flex;
    justify-content: space-between;
}
div.foot2 > ul > li:hover > a {
    color: #FF5500;
    font-family: 'Ruda', sans-serif;
    background-color: transparent;
}

.footer-row {
    position: relative;
    display: flex;
    /* background: url(../../images/foot_links.png) left top no-repeat, url(../../images/foot_rechts.png) top right no-repeat, #333;    */
    background: #333;
    height: 296px;
    padding-bottom: 30px;
    margin-top: 50px;
}
.footer-row-img {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
/* .footer-row-img-links {
    flex-grow: 1;
}
.footer-row-img-center {
    flex-grow: 20;
}
.footer-row-img-rechts {
    flex-grow: 1;
} */

/* .container.footer-container {

    padding-left: 0;
    padding-right: 0;
} */

.footer-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-container img.foot-img-links {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.footer-container img.foot-img-rechts {
    position: absolute;
    top: 0;
    right: 0;
}

.foot2 ul li a {
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}
.foot3 {
    display: flex;
    justify-content: space-between;
}
.foot3 p {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.05em;
}
.foot3-logo {
    grid-column-start: 2 ;
    grid-column-end: 3;
    grid-row-start:  1;
    grid-row-end: -1;
    justify-self: center;
}
.foot3-telefon {
    align-self: flex-end;
}


/* Warenkorb Preview */

.warenkorbvoransicht_kopf {
    height: 40px;
    padding: 10px;
    background-color: #209bd7;
    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: .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 {
    background-color: #fff;
    margin-bottom: 25px;
    margin-top: 30px;
    border: 1px solid #333;
    border-radius: 6px 6px 8px 8px;
}

div.artikelgruppen_container:hover {
    /*border: 1px solid #209bd7;*/
}
.artikelgruppen_container_bg {
    background: linear-gradient(179.86deg, #B6B1AF 0.13%, #6B6461 98.48%);
    padding: 30px;
}
.artikelgruppen_container_image {
    position: relative;
    /*padding-top: 75%;*/
    background-color: #fff;
    height: 300px;
    display: flex;
}

.artikelgruppen_container_image > img {
    /*position: absolute;*/
    top: 0;
    /*right: 0;
    bottom: 0;*/
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    border-radius: 4px;
}

.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: .6;
    background: #ccc;
}

.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 .6 opacity */
    background-color: rgba(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: 'Ruda', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.artikelgruppen_container_titel {
    position: relative;
    /* background: url(../../../images/foot_links_333.png) left top  no-repeat, url(../../../images/foot_rechts_333.png) top right no-repeat;
    background-size: contain, contain; */
    text-align: center;
}
.artikelgruppen_container_titel p {
    font-size: 16px;
    font-weight: 900;
}
.artikelgruppen_container_titel p.frueh {
    position: absolute;
    top: -70%;
    margin: auto;
    left: 0;
    right: 0;
    color: #E64C00;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}
.artikelgruppen_container_image p.frueh {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    color: #E64C00;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}
div.artikelgruppen_container div.artikelgruppen_container_titel {
    /* height: 40px; */
    /* padding: 10px; */
    font-weight: 300;
    display: flex;
    flex-direction: column;
}

div.artikelgruppen_container:hover div.artikelgruppen_container_titel {
    color: #209bd7;
}

.artikelgruppen_container_titel > span {
    float: right;
}

.artikelgruppen_container_titel_grid {
    height: 65px;
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    grid-template-rows: 1fr;
}
.footer-row-grid-1 {
    grid-column: 1 / 2;
}
/* .footer-row-grid-1 img {
    width: 100%;
} */
/*.footer-row-grid-2-ag {
    grid-column: 2 / 3;
    display: flex;
    justify-content: center ;
    align-items: center;
}*/

.footer-row-grid-2-ag {
    align-self: center;
    flex-grow: 1;
}
.footer-row-grid-2  p {
    margin-bottom: 0;
}
.footer-row-grid-3 {
    grid-column: 3 / -1;
}
/* .footer-row-grid.footer-row-grid-1 img,
.footer-row-grid.footer-row-grid-3 img {
    height: 40px;
} */
/* .footer-row-grid-3 img {
    width: 100%;
} */


.artgruppen__text {
    position: relative;
    margin-top: 30px;
}
.artgruppen__text span {
    font-size: 16px;
    color: #fff;
}
#artikeltext_detail {
    max-height: 70px;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #366E2D; */
    margin-bottom: 30px;
}
.overlay_text {
    width: auto;
    height: 28px;
    z-index: 3;
    position: absolute;
    bottom:-30px;
    right: 15px;
    text-align: right;
    padding: 3px 0px 5px 5px;
}
#artikeltext_detail.is-open {
    max-height: 1000px;
}


/*Artikellisten Template*/

div.artikelliste_limit_text {
    float: right;
    color: #333;
    font-size: 20px;
    cursor: pointer;
}

div.artikelliste_limit_text > .aktiv {
    color: #fff;
}

div.artikelliste_darstellung_text {
    float: right;
    margin-right: 25px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

div.artikelliste_darstellung_text > .aktiv {
    color: #209bd7;
}

table.table > thead.artikelliste_table_head > tr > th {
    color: #666;
}

table.table > thead.artikelliste_table_head > tr > th.aktiv {
    color: #209bd7;
}


/* 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;
    background-color: #fff;
    display: flex;
}

.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: #209bd7;
    cursor: pointer;
}

div.artikelliste_wk_button > span {
    background: transparent;
}

.wk_button_icon_container > i {
    padding-top: 25px;
    color: #209bd7;
    font-size: 40px;
}

.preis > p {
    font-weight: bold;
}

.preis-zzgl p  {
    color: #fff;
    padding-left: 5px;
    font-size: 15px;
    font-weight: 700;
}
.preis-zzgl p a {
    color: #fff;
    font-weight: 900;
}
.preis-zzgl p a:hover {
    color: #333;
    font-weight: 900;
}

div.artikelliste_kachel_container {
    position: relative;
    min-height: 320px;
    margin-bottom: 20px;
}

div.artikelliste_kachel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: fit-content;
    border: 1px solid #e6e6e6;
}

div.artikelliste_kachel:hover {
    z-index: 3;
    box-shadow: 0 0 25px #333;
    background: #eee;
    height: fit-content;
}

div.artikelliste_kachel > div.artikelliste_kachel_infocontainer > table.table {
    border-top: 1px solid black;
}

div.artikelliste_kachel:hover {
    border: 1px solid #209bd7;
}

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: 90px;
    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: #209bd7;
}

.artikelliste_kachel_table_zeile_preis a {
    color: #209bd7;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}

div.artikelliste_kachel:hover > table.table > tbody > tr > td.artikelliste_kachel_table_bez {
    color: #209bd7;
}

div.artikelliste_kachel tr.artikelliste_kacel_table_zeile_aktion {
    display: none;
}

div.artikelliste_kachel:hover tr.artikelliste_kacel_table_zeile_aktion {
    display: table-row;
}

div.artikelliste_kachel:hover .artikelliste_kachel_details_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .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: 75%;
}

.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;
}
/* ========================================================================================= */
.artikelliste-head {
    display: flex;
    background: linear-gradient(179.86deg, #B6B1AF 0.13%, #6B6461 98.48%);;
    padding: 25px;
    border-radius: 6px 6px 0 0;
}
.artliste-content {
    background-color: #fff;
}
.artikelliste {
    margin-top: 30px;
    border-radius: 6px 6px 6px 6px;
}

.artikelliste-content {
    background: url(../../../images/foot_links_25.png) left top no-repeat, url(../../../images/foot_rechts_25.png) top right no-repeat;
    background-color: #fff;
    padding: 25px;
}
.artliste-content .artliste-artnummer p {
    color: #333;
}
/*.artikelliste-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr) ;
    grid-template-rows: 1fr 1fr;
    grid-gap: 15px;
    padding: 20px 20px 10px 20px;
}*/
.artikelliste-content:hover {
    background-color: #DDD7D5;
}
.artlist-artnum-bestand {
    display: flex;
}

.artikelliste-beschreibung {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 15px;
}

.artikelliste-beschreibung p {
    font-size: 16px;
}
.artikelliste-preis-d p,
.artikelliste-bestand-d p,
.artikelliste-gesamtpreis-d p {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}
.artikelliste-gesamtpreis-d p span {
    font-weight: normal;
    font-size: 16px;
    color: #333;
}
.artikelliste-gesamtpreis-d .artikelliste-preis div p span {
    font-weight: 900;
    font-size: 40px;
    color: #FF5500;
}
.artikelliste-preis-d div p {
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
}
.artikelliste-bestand-d span {
    font-size: 18px;
    margin-left: 10px;
}
.artikelliste-bestand-d i {
    font-size: 22px;
}
.artikelliste-details a button {
    width: 80%;
    margin: 0 auto;
}
.artikelliste-warenkorb {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
    align-self: center;
}
.artikelliste_me_pe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.artliste-artnummer {
    padding-left: 0;
}
.artliste-artnummer,
.artikelliste_bestand {
    padding-left: 0;
}
.artliste-artnummer p {
    margin: 0;
}
.artikelliste-menge .artikelliste_me_pe {
    justify-content: flex-start;
}
.artikelliste-details.artikelliste-details-suchen a button {
    width: 100%;
    margin: 0 auto;
}
.minus,
.plus {
    height: 40px;
    width: 40px;
    border: 8px solid #333;
    border-radius: 4px;
    padding-left: 3px;
    padding-top: 3px;
}
.artikelliste_me_pe  i {
    font-size: 20px;
}
.me-pe-menge {
    width: 130px;
    height: 34px;
    border: 1px solid #333;
    border-radius: 4px;
    margin-left: 8px;
    margin-right: 8px;
    /* padding-top: 8px;*/
    text-align: center;
}
.me-pe-menge p {
    font-size: 15px;
}
.artlist-artnummer-bestand {
    display: flex;
}
.artikelliste_bezeichnung {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 25px;
}
.artikelliste_bezeichnung h4 {
    color: #FF5500;
}
.artliste-artnummer p {
    font-size: 22px;
    color: #fff;
}
.artikelliste_bezeichnung div  span.bezeichnung-span {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
}
.artikelliste_bezeichnung div a span.bezeichnung-span:hover {
    color: #E64C00;
}
.artliste-artnummer p.artlist-zusatz {
    font-size: 16px;
}
.artikelliste_bestand  {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
}
.artikelliste_bestand span {
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}
.artikelliste_bestand i {
    font-size: 22px;
}
.artikelliste-preis p {
    font-size: 40px;
    font-weight: 900;
    color: #FF5500;
    margin: 0;
    line-height: 1;
}
/*=========================Kachel==================================*/
.aktion-art .artikelgruppen_container_titel_grid_kachel {
    height: 150px;
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    grid-template-rows: 1fr 1fr;
}

.artgr-grid-kachel-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    display: flex;
    justify-content: space-between;
}
.artgr-grid-kachel-2-ag {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    display: flex;
    justify-content: center ;
    align-items: center;
}
.artgr-grid-kachel-2-preis {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    display: flex;
    /*justify-content: center ;
    align-items: center;*/
}
.artgr-grid-kachel-2  p {
    margin-bottom: 0;
}
.artgr-grid-kachel-3 {
    grid-column: 3 / -1;
    grid-row: 1 / 2;
}
.aktion-art .artikelgruppen_container_image>img.img-responsive.img-aktion {
    position: absolute;
    top: -40px;
    left: -40px;
    width: 60px;
    height: 60px;
}
.preis-1,
.preis-2 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}


/*=========================/Kachel==================================*/

.artdet-menge .artikelliste_me_pe .me-pe-menge {
    flex-grow: 1;
}


/* Artikeldetail Template */

div.artikel-details-h1 h1 {
    font-weight: 900;
}
.artdetail_blaettern_icon {
    color: #D1CAC7;
    font-size: 20pt;
    cursor: pointer;
}
.artdetail_blaettern_zahl {
    text-align:center;
    margin-top:5px;
    color: #DDD7D5;
    font-size: 16px;
}
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,
.artikeldetail_slider_container {
    display: flex;
    position: relative;
    background-color: #fff;
    margin: 25px;
    height: 500px;
    /* padding-top: 100%; */
    border-top-left-radius: 6px;
    /* border: 1px solid #333;
    border-radius: 4px; */
}

.artikeldetail_hauptbild_container > img {
    /* position: absolute; */
    /*top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
    margin: auto;
    max-height: 100%;
    border-radius: 4px;
    cursor: zoom-in;
}

.artikeldetail_hauptbild_container > img.img-aktion-detail {
    position: absolute;
    top: -15px;
    /* right: 0; */
    /* bottom: 0; */
    left: -15px;
    margin: auto;
    height: 80px;
    border-radius: 4px;
    cursor: zoom-in;
}

#artikeldetail_overlay {
    display: none;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 10;
    width: 100%;
    height: 100%;
    border: 1px solid black;
    background: #fff no-repeat;
    background-size: 200%;
}

.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: 500px;*/
    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: #209bd7;
}

.artikeldetail_option .input-group > .input-group-addon {
    height: 34px;
    background: transparent;
}

.artikeldetail_aktionspreis_altpreis {
    color: #333;
    font-size: 18px;
    font-weight: 300;
    text-decoration: line-through;
    text-align: end;
}

.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: #209bd7;
    font-size: 34px;
    cursor: pointer;
}

.artikeldetail_tabset > .nav-tabs {
    border: none;
}

.artikeldetail_tabset > .nav-tabs > li.active > a {
    color: #209bd7;
    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: #209bd7;
    background-color: transparent;
}

.artikeldetail_tabset > .tab-content {
    padding: 10px;
    border: 1px solid #209bd7;
    border-radius: 0 5px 5px 5px;
}

.artikeldetail_tab {
    border: 1px solid #209bd7;
    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: #209bd7;
    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: .7;
}

/* =========================================================================================== */

.artdet-header {
    display: flex;
    flex-direction: column;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.artdet-bild-info {
    display: flex;
}
.artdet-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    border-top-right-radius: 6px;
}
.artdet-bild {
    padding: 0;
    background: linear-gradient(179.86deg, #B6B1AF 0.13%, #6B6461 98.48%);
    border-top-left-radius: 6px;
}
.artdet-info-artnummer {
    padding: 20px;
    background: linear-gradient(180deg, #DDD7D5 0%, #D1CAC7 100%);
    border-top-right-radius: 6px;
    height: 100%;
}
.artdet-info-artnummer p.artdet-info-artnummer-p {
    font-size: 22px;
}
.artdet-info-artnummer p {
    font-size: 16px;
}
p.artdet-info-artnummer-p span {
    font-weight: 900;
}
.artdet-info-artinfo {
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 100%);
    height: 100%;
    padding: 20px;
}
.artdet-info-artinfo p {
    font-size: 16px;
}
.artdet-info-artinfo-zusatz {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cacaca;
}
.artdet-info-pm {
    background: linear-gradient(180deg, #DDD7D5 0%, #D1CAC7 100%);
    height: 100%;
    padding: 20px;
}
.artdet-info-pm p {
    font-size: 20px;
    font-weight: 700;
}
.artdet-info-pm-preistaffel>p,
.artdet-info-pm-mengeumrechnung>p {
    font-weight: 900;
}
.artdet-info-pm-mengeumrechnung-p  {
    padding-top: 10px;
}
.artdet-info-pm-mengeumrechnung-p p {
    font-size: 18px;
    font-weight: 400;
}
.artdet-info-pm-mengeumrechnung-p p span{
    font-weight: 900;
}

.artdet-info-pm-preistaffel,
.artdet-info-pm-mengeumrechnung {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}
/*.artdet-menge-preis {
    background: #fff;
    display: grid;
    grid-template-columns: repeat(4, 1fr) ;
    grid-template-rows: 1fr;
    grid-gap: 15px;
    padding: 10px;
}*/
.artdet-menge-preis {
    background: #fff;
    /*display: grid;
    grid-template-columns: 2fr 2fr 2fr 3fr 3fr ;
    grid-template-rows: 1fr;
    grid-gap: 15px;*/
    padding: 25px;
    display: flex;
}
.artdet-menge-preis-einzpreis,
.artdet-menge-preis-bestand,
.artdet-menge-preis-ihrpreis {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.artdet-menge-preis-menge {
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
}
.artdet-menge-preis-menge .input-group-btn button.btn.btn-default,
.artdet-menge-preis .input-group-btn button.btn.btn-default {
    border: 1px solid #333;
    border-radius: 4px !important;
}
.artdet-menge-preis-warenkorb {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
}
.artdet-menge-preis-einzpreis p,
.artdet-menge-preis-bestand p,
.artdet-menge-preis-ihrpreis p {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.artdet-menge-preis-einzpreis p.artikeldetails-einzelpreis-preis {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}
/*.artdet-menge-preis span {
    color: #333;
}*/
.artdet-menge-preis-ihrpreis > p {
    margin-bottom: 10px;
}
.preisdarstellung div p {
    font-weight: normal;
}
.artdet_bestand i {
    font-size: 22px;
}
.artdet_bestand span {
    font-size: 18px;
}
.artdet-menge {
    margin-top: 10px;
}
.artdet-warenkorb {
    width: 100%;
}
.artdet-warenkorb span {
    color: #fff;
}
.artdet-preis {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
    align-self: center;
    /*text-align: end;*/
}
.artdet-preis p {
    font-size: 36px;
    color: #FF5500;
    font-weight: 900;
}
.artikelliste_me_pe.input-group .me-pe-menge input.form-control {
    border: 1px solid#333;
    border-radius: 4px;
}
.artikelliste_me_pe.input-group .me-pe-menge {
    border: none;
}
.mengum {
    display: flex;
}
.mengum-btn {
    flex-grow: 1;
}
.bestand-wrapp {
    margin-right: 50px;
}
.bestand-wrapp i {
    font-size: 20px;
    color: #fff;
}
.carousel-indicators-zub .active .bestand-wrapp i {
    color: #FF5500;
}
.carousel-indicators-zub {
    justify-content: center;
}


/* Merkzettel Template */

div.merkzettel_info a h4 {
    font-size: 14px;
}

div.merkzettel_info a h4:hover {
    color: #209bd7;
}

div.merkzettel_info .input-group span {
    color: #209bd7;
    cursor: pointer;
}

div.merkzettel_info .input-group .input-group-addon {
    background: transparent;
}


/* Konto Template */
.fr-content {
    padding: 10px;
    margin-top: 30px;
}
.mein-konto {
    padding: 15px;
}

.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: #209bd7;
    background-color: transparent;
}

.div-form-group > .form-group {
    margin-bottom: 15px;
}
.kontosuche i {
    color: #333;
}
.kontosuche i:hover {
    color: #E64C00;
}
.mein-konto i {
    color: #FF5500;
}


/* 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: #FF5500;
}

.wk_stufen .symbol.success {
    color: #006400;
}

.wk_stufen .title {
    padding-left: 35px;
    line-height: 30px;
    font-size: 20px;
}

.wk_stufen .title.active {
    color: #FF5500;
}

.wk_stufen .title.success {
    color: #006400;
}

.wk_footer {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.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 #FF5500;
    background-color: #FF5500;
    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 #209bd7;
    border-radius: 4px;
    background: #209bd7;
    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 #209bd7;
    border-radius: 4px;
    background: #209bd7;
    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: 'Ruda', sans-serif;
    font-weight: bold;
}

.td_mitte_inhalt {
    font-size: 12px;
    font-family: 'Ruda', 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: 'Ruda', 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: 'Ruda', sans-serif;
    font-size: 8pt;
}

.select_zahlungsarten {
    width: 170px;
    border: 1px solid #c0c0c0;
    color: #13335c;
    font-family: 'Ruda', sans-serif;
    font-size: 8pt;
}

.beleg_lfb_texte_table {
    width: 100%;
}

.beleg_lfb_texte_td1 {
    font-family: 'Ruda', sans-serif;
    font-size: 9pt;
    font-weight: 300;
}

.beleg_lfb_texte_td2 {
    font-family: 'Ruda', sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.beleg_zb_texte_table {
    width: 100%;
    margin-left: 3px;
}

.beleg_zb_texte_td1 {
    font-family: 'Ruda', sans-serif;
    font-size: 9pt;
    font-weight: 300;
}

.beleg_zb_texte_td2 {
    font-family: 'Ruda', 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: 'Ruda', sans-serif;
    font-size: 12px;
}

.meldungstext {
    color: #f00;
}

.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;
    background: #b22413;
    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 #209bd7;
    border-radius: 4px;
    background: #209bd7;
    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 #209bd7;
    border-radius: 4px;
    background: #209bd7;
    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 #209bd7;
    border-radius: 4px;
    background: #209bd7;
    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 #209bd7;
    border-radius: 4px;
    background: #209bd7;
    color: #fff;
    font-family: 'Ruda', 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 #209bd7;
    background: #209bd7;
    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: #209bd7;
    text-decoration: underline;
}


/*===========================Warenkorb-Modal======================================================*/

.btn.btn-default.pull-right.modal-wk {
    background-color: #333;
    color: #fff;
}
.btn.btn-default.pull-right.modal-wk:hover {
    background: #E64C00 !important;
    border-color: #D1CAC7 !important;
    /* border-color: #E64C00 !important; */
    box-shadow: 3px 3px 6px rgba(20, 20, 20, 1);
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #333;
    border-color: #333;
}


/*===========================/Warenkorb-Modal======================================================*/


.wk-content {
    background-color: #fff;
    padding: 10px;
}
.wk-content-wk {
    padding: 10px;
    border: 2px solid #E64C00;
    border-radius: 6px;
}

/*
.warenkorb {
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 6px;
    margin-top: 30px;
}

#td_at_b1>div {
    padding-left: 15px;
    padding-right: 15px;
}
form.form-horizontal>div {
    padding-left: 15px;
    padding-right: 15px;
}
*/

.wk_footer > div {
    margin-bottom: 5px !important;
}
.row.wk_footer .checkbox label a {
    color: #E64C00;
}
.row.wk_footer div a {
    color: #fff;
    font-weight: bold;
}


/* Portal Padding */

.xxx--portal---padding,
.xxx--portal---padding-mod .xxx--portal--mod,
.xxx--portal---padding-block .xxx--portal--mod--block {
    padding: 15px;
}
.kontakt-portal-anschrift p {
    font-size: 18px;
    color: #fff;
}
.home-portal-p {
    border-left: 2px solid #fff;
    padding-left: 20px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.home-portal-p p {
    font-size: 18px;
    color: #fff;
}
.home-portal-p p a {
    font-size: 18px !important;
    color: #fff;
    text-decoration: underline;
}
.xxx---portal-mod.home-portal-p p a {
    font-size: 18px !important;
    color: #fff;
    text-decoration: underline;
}
.xxx---portal-mod.home-portal-p a {
    font-size: 18px !important;
    color: #fff;
    text-decoration: underline;
}
.home-portal-p p span{
    font-size: 20px;
    font-weight: 900;
    color: #fff;
}
.unternehmen-portal-p {
    /*border-left: 2px solid #fff;*/
    /*padding-left: 20px;
    margin-left: 30px;*/
    margin-bottom: 30px;
}
.unternehmen-portal-p p {
    font-family: Ruda;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #fff;
}
.liefer-portal-p {
    border-left: 2px solid #fff;
    padding-left: 20px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.liefer-portal-p p {
    font-size: 18px;
    color: #fff;
}
.kontakt-portal-anschrift h3 {
    font-weight: 900;
    color: #fff;
}
.kontakt-portal-h1 {
    margin-bottom: 60px;
}
.kontakt-portal-h2 h3 {
    color: #fff;
    margin-top: 0;
    line-height: 2;
}
.home-portal-h2 {
    margin-bottom: 30px;
}
.home-portal-h2 h3 {
    color: #fff;
    margin-top: 0;
    line-height: 2;
}
.unternehmen-portal-h2 {
    margin-bottom: 30px;
}
.unternehmen-portal-h2 h2 {
    color: #fff;
    margin-top: 20px;
    font-family: Ruda;
    font-weight: 900;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: 0.04em;
}
.unternehmen-portal-h2 h3 {
    color: #fff;
    margin-top: 0;
    font-family: Ruda;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

.liefer-portal-h2 {
    margin-bottom: 30px;
}
.liefer-portal-h2 h2{
    color: #fff;
    margin-top: 0;
    line-height: 2;
}
.kontakt-portal-h2 {
    margin-bottom: 30px;
}
.kontakt-portal-h2::before {
    content: "";
    width: 100px;
    display: block;
    border: solid 2px #fff;
    margin-top: -5px;
    margin-bottom: 10px;
}
.home-portal-h2::before {
    content: "";
    width: 100px;
    display: block;
    border: solid 2px #fff;
    margin-top: 40px;
    margin-bottom: 10px;
}
.unternehmen-portal-h2::before {
    content: "";
    /*width: 100px;
    display: block;
    border: solid 2px #fff;
    margin-top: 40px;
    margin-bottom: 10px;*/
}
.unternehmen-portal-logo .galbild_vorsch {
    background-color: #fff;
    height: 350px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.unternehmen-portal-download div.galbild_vorsch {
    height: 100%;
}
.unternehmen-portal-logo .unternehmen-xs,
.unternehmen .unternehmen-xs{
    background-color: #fff;
    padding: 15px;
}
.unternehmen div.galbild_vorsch {
    background-color: #fff;
}
.unternehmen-portal-download div.galbild_vorsch img {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border-radius: 4px;
    cursor: pointer;
}
.liefer-portal-h2::before {
    content: "";
    width: 100px;
    display: block;
    border: solid 2px #fff;
    margin-top: 40px;
    margin-bottom: 10px;
}
.kontakt-portal-h2::after {
    content: "";
    width: 100%;
    display: block;
    border: solid 1px #fff;
    margin-top: 0;
    margin-bottom: 50px;
}
.kontakt-portal-kontakt h2 {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
}
.kontakt-portal-kontakt::before {
    content: "";
    width: 100%;
    display: block;
    border: solid 1px #fff;
    margin-top: 50px;
    margin-bottom: 0;
}
.kontakt-portal-formular {
    background-color: #ffffff;
    padding: 10px;
    /* border-radius: 6px; */
    margin-top: 30px;
}
.kontakt-portal-formular .xxx--portal-mod--block.xxx--portal-mod--block-form {
    padding: 10px;
    border: 2px solid #E64C00;
    border-radius: 6px;
}
/* button.btn-kontakt{
    background: #333;
} */
.xxx--portal-mod--block-product--legal-notice,
.xxx--portal-mod--block-product--legal-notice span,
.xxx--portal-mod--block-product--legal-notice a {
    color: #fff;
    font-size: 16px;
}

/*=========================Slider==================================*/
.slider-btn {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}
.slider-btn a i {
    font-size: 40px;
    color: #333;
}
.slider-btn a:hover i {
    color: #fff;
}
.slider-btn a {
    margin-left: 18px;
}

/*=========================/Slider==================================*/

.portal-katalog {
    color: #fff;
}
.portal-katalog  .blog .blog__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.portal-katalog .xxx--portal-mod--block.xxx--portal-mod--block-knt {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #fff;
}

.portal-katalog.blog .xxx--portal-mod--block.xxx--portal-mod--block-knt {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: none;
}

.portal-katalog .xxx--portal-mod--block.xxx--portal-mod--block-knt .blog {
    display: flex;
}


.portal-katalog .xxx--portal-mod--block.xxx--portal-mod--block-knt:nth-of-type(odd) .blog .blog__img {
    order: 1;
}
.portal-katalog .xxx--portal-mod--block.xxx--portal-mod--block-knt:nth-of-type(odd) .blog .blog__info {
    order: 2;
}
.portal-katalog .xxx--portal-mod--block.xxx--portal-mod--block-knt:nth-of-type(even) .blog .blog__img {
    order: 2;
}
.portal-katalog .xxx--portal-mod--block.xxx--portal-mod--block-knt:nth-of-type(even) .blog .blog__info {
    order: 1;
}

.portal-katalog .xxx--portal-mod--block.xxx--portal-mod--block-knt .blog .blog__info {
    border-left: 2px solid #fff;
}

.portal-katalog.blog .galbild_vorsch {
    height: unset;
}

.portal-katalog.blog .xxx--portal-mod--block.xxx--portal-mod--block-knt .blog .blog__img {
    order: 1 !important;
}
.portal-katalog.blog .xxx--portal-mod--block.xxx--portal-mod--block-knt .blog .blog__info {
    order: 2 !important;
}

.portal-katalog.blog .galbild_vorsch img {
    position: relative;
    width: 100%;
}


.blog__info h3 {
    color: #fff;
    margin-top: 0;
}

.blog__info .xxx--portal-mod--block-knt--teaser-text {
    font-size: 16px;
}
.knt__detail a,
.knt__detail a span,
.knt__detail span {
    color: #fff !important;
}
.knt__list h3,
.knt__list a,
.knt__list a span,
.knt__list span {
    color: #fff !important;
}

.knt__list h3 {
    margin-bottom: 30px;
    margin-top: 30px;
}


/* 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;
}

/* 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;
}


/* 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%;
}

i.circle_red {
    color: #f00;
}

/*i.circle_yellow {
    color: #ff7f00;
}*/

i.circle_yellow {
    color: #0f0;
}

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;
}

form.login_modal_form > .input-group > .input-group-addon {
    color: #E64C00;
    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;
}

/*.portal-katalog div.galbild_vorsch img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    height: 200px;
    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;
}

.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: 'Ruda', sans-serif;
    font-style: italic;
}

p.labelb {
    color: #333;
    font-family: 'Ruda', sans-serif;
    font-style: italic;
}

input.form_elem_div.captchacode {
    width: 100px;
}

.itemnichtsichtbar {
    display: block;
    height: auto;
    border: 1px dotted #c0c0c0;
}

.itemnichtsichtbar h1,
.itemnichtsichtbar h4,
.itemnichtsichtbar h4 a,
.itemnichtsichtbar h5,
.itemnichtsichtbar p,
.itemnichtsichtbar a,
.itemnichtsichtbar div a,
.itemnichtsichtbar div label {
    color: #c0c0c0;
}

.adresse {
    margin-bottom: 15px;
}

.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;
}


/* 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;
    }

    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }
    .home-portal-p p {
        font-size: 14px;
    }
    .home-portal-p p a {
        font-size: 14px !important;
    }
    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }

    .dropdown-menu {
        border-radius: 0;
    }

    .navbar-header {
        float: none;
        padding-top: 7px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        position: absolute;
        z-index: 10000;
        width: 100%;
        background-color: #333;
        margin-left: 0;
        margin-right: 0;
        -webkit-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, .4);
        -moz-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, .4);
        box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, .4);
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #333;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-nav > li {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
    }

    .navbar-nav > li {
        /* padding-left: 15px;
        padding-right: 15px; */
        border-right: none;
    }

    .nav > li > a {
        padding: 0;
    }

    .dropdown-menu {
        padding: 0 0;
    }

    .dropdown a.dropdown-toggle.menu-xs-li-a {
        padding-left: 30px;
    }

    /* .dropdown-menu.frueh-dropdown-menu {
        padding-left: 20px;
    } */
    .frueh-dropdown-menu li.dropdown {
        border-bottom: 2px solid #E64C00;
    }

    .frueh-dropdown-menu li.dropdown:last-child {
        border-bottom: none;
    }

    .dropdown-menu.frueh-dropdown-menu li.dropdown a {
        padding-left: 40px;
    }

    .dropdown-menu.frueh-dropdown-menu li.dropdown ul li:hover {
        background-color: #cecece;
    }

    .dropdown-menu.frueh-dropdown-menu li.dropdown ul li:hover ul {
        background-color: #fff;
    }

    .dropdown-menu.frueh-dropdown-menu li.dropdown ul li a {
        font-size: 12px;
        padding-left: 15px;
        color: #333;
    }

    .dropdown-menu.frueh-dropdown-menu li.dropdown div a {
        color: #E64C00;
        font-size: 16px;
        line-height: 30px;
    }

    .dropdown-menu.frueh-dropdown-menu li.dropdown div a:hover {
        color: #333;
    }

    .navbar_mobile_menu {
        float: right;
        width: 100%;
        background: #fff;
    }

    .wk-anzahl {
        left: 12px;
        width: 16px;
        height: 16px;
        font-size: 13px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #E64C00;
        font-size: 16px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }

    .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: #209bd7;
    }

    .navbar_mobile_menu > div > a > div > p > i,
    .navbar_mobile_umenu > div > a > div > p > i {
        padding-right: 5px;
        color: #209bd7;
        font-size: 16px;
    }

    .navbar li a:link {
        font-weight: 700;
        font-size: 18px;
        /* line-height: 40px;
        text-decoration: none; */
        color: #333;
    }

    .navbar li a:visited, .navbar li a:hover, .navbar li a:active, .navbar li a:focus {
        font-weight: 700;
        font-size: 18px;
        line-height: 40px;
        text-decoration: none;
        /* color: #fff; */
    }

    .menu-xs-li {
        background-color: #fff;
        border-top: 3px solid #FF5500;
    }

    .menu-xs-li a,
    .menu-xs-li a:link {
        padding-left: 30px;
    }

    .menu-xs-li:hover {
        background-color: #333;
    }

    .menu-xs-li:hover a:link {
        color: #fff;
    }

    .menu-xs-li div a.menu-xs-li-a {
        color: #333;
    }

    .menu-xs-li:hover div a.menu-xs-li-a {
        color: #fff;
    }

    .abstand_summenfeld2 {
        padding-right: 0;
    }

    .artikeldetail_info .left {
        float: left;
    }

    .artikeldetail_info .right {
        float: right;
    }

    .artikeldetail_hauptbild_container {
        margin: 16px;
    }

    div.artikelliste_kachel_container {
        min-height: 400px;
    }

    .artikelgruppen_container_image {
        /*border: 15px solid #333;*/
    }

    .artikelgruppen_container_titel p {
        font-size: 10px;
        font-weight: 600;
    }

    .artikelgruppen_container_titel_grid {
        height: 42px;
        display: grid;
        grid-template-columns: 20px 1fr 20px;
        grid-template-rows: 1fr;
    }

    .artgruppen__text {
        margin-top: 20px;
    }
    .artgruppen__text span {
        font-size: 13px;
    }
    #artikeltext_detail {
        margin-bottom: 50px;
    }

    .footer-row-grid-1 img,
    .footer-row-grid-3 img {
        height: 20px;
    }

    .padding-left-right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .artikelgruppen_container_bg {
        padding: 15px;
    }

    .artdet-menge {
        margin-top: 10px;
    }

    .artdet-menge-preis-menge {
        width: 100%;
    }

    .artdet-menge input.form-control {
        border: 1px solid #333;
        border-radius: 4px !important;
    }

    .dropdown-menu.dropdown-menu-right {
        position: absolute;
        left: 0;
        width: 100%;
        max-width: 360px;
    }

    .table.mengeumrechnung {
        font-size: 12px;
    }

    .artdet-menge .me-pe-menge {
        margin-left: 8px;
        margin-right: 8px;
        border: none;
    }

    /* ================================================================ */
    .header {
        height: 140px;
    }

    .xxx--page-header--img img {
        height: 60px;
    }

    .header-icon {
        display: flex;
        justify-content: space-around;
        align-items: baseline;
        color: #222221;
        text-align: center;
    }

    .header-icon a i {
        color: #fff;
        font-size: 26px;
    }

    .visible-xs.container.footer-container {
        padding-top: 15px;
    }

    .foot2 {
        display: flex;
        padding-top: 0;
        justify-content: space-between;
    }

    .foot2-xs {
        display: flex;
        justify-content: space-between;
    }

    .foot2-flex {
        flex-direction: column;
        justify-content: space-between;
    }

    .foot3 {
        display: block;
        margin-top: 10px;
    }

    .foot3-anschrift p {
        font-weight: bold;
        font-size: 12px;
        /* line-height: 160%; */
        letter-spacing: 0.02em;
    }

    .foot3-logo {
        align-self: center;
    }

    .artikelliste-details a button {
        width: 80%;
        margin: 0 auto;
    }

    .artikelliste-head {
        padding: 8px;
    }

    .artikelgruppen_container_image p.frueh {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #E64C00;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 900;
        bottom: -17px;
    }

    .container-menu-scr {
        padding-left: 15px;
    }

    ul.nav.navbar-nav {
        padding-right: 0;
    }


    /*.artliste-content .artliste-artnummer {
        background: url(../../images/foot_links_333_25.png) left top no-repeat, url(../../images/foot_rechts_333_25.png) top right no-repeat;
        background-color: #DDD7D5;
        text-align: center;
    }*/
    .artikelliste-content {
        background: url(../../images/foot_links_xs.png) left top no-repeat, url(../../images/foot_rechts_xs.png) top right no-repeat;
        background-color: #DDD7D5;
        border-bottom: 0.5px solid #B6B1AF;
        padding: 0px;
    }

    .artikelliste-content-xs {
        background-color: #fff;
        padding: 10px;
    }

    .artikelliste-beschreibung {
        border-bottom: 0.5px solid #6B6461;
        margin-bottom: 10px;
    }

    .artikelliste-preis-d p, .artikelliste-bestand-d p, .artikelliste-gesamtpreis-d p {
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
    }

    .artikelliste-preis-d div p {
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
    }

    .artikelliste-bestand-d span {
        font-size: 14px;
        margin-left: 6px;
    }

    .artikelliste-bestand-d i {
        font-size: 18px;
    }

    .artikelliste-gesamtpreis-d .artikelliste-preis p,
    .artikelliste-gesamtpreis-d .artikelliste-preis div p span {
        font-size: 24px;
        font-weight: 900;
        color: #FF5500;
        margin: 0;
        line-height: 24px;
    }

    .artikelliste-gesamtpreis-d p span {
        font-weight: normal;
        font-size: 12px;
        color: #333;
    }


    .table-responsive {
        border: none;
    }
    .xxx--elastic-search-result--control.xxx---inline-inside.xxx---vertical-top {
        display: flex;
    }
    .xxx--elastic-search-result--control.xxx---inline-inside.xxx---vertical-top span {
        font-size: 12px;
    }
    .xxx--elastic-search-result--control--sort-attribute {
        width: 100%;
    }
    /* ===========================Artikeldetails==================================== */
    .artdet-bild-info {
        display: flex;
        flex-direction: column;
    }

    .artdet-menge-preis {
        background: #fff;
        padding: 10px;
    }

    .artdet-menge-preis .row {
        margin-bottom: 15px;
    }


    .artdet-menge-preis-einzpreis p,
    .artdet-menge-preis-bestand p,
    .artdet-menge-preis-ihrpreis p {
        font-weight: bold;
        font-size: 18px;
    }

    .artdet-menge-preis-ihrpreis > p {
        margin-bottom: 10px;
    }

    .artdet-info-pm,
    .artdet-info-artinfo,
    .artdet-info-artnummer {
        padding: 10px;
    }

    .artdet-preis {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        text-align: start;
    }

    .artdet-warenkorb {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .artikelliste_me_pe {
        justify-content: flex-start;
    }


    .artikelgruppen_container_titel_grid_kachel p {
        font-size: 16px;
        font-weight: 600;
    }

    .artdet-preis {
        justify-content: flex-start;
    }

    .artikeldetail_aktionspreis_altpreis {
        text-align: start;
    }

    .artdet_bestand span {
        font-size: 14px;
    }

    .artdet-info-pm-mengeumrechnung {
        margin-top: 15px;
    }

    .artdet-preis p {
        font-size: 36px;
        color: #FF5500;
        font-weight: 900;
    }

    .artdet-info-pm-mengeumrechnung {
        padding-left: 0;
    }

    .table.mengumrechnung th {
        font-size: 11px;
    }

    .table.mengumrechnung tr {
        font-size: 12px;
    }
    .artikeldetail_hauptbild_container,
    .artikeldetail_slider_container {
        height: 260px;
        margin: 15px;
    }
    /* =======================Konto========================================== */


    .mein-konto a.konto-btn {
        background-color: #333;
        color: #fff;
    }
    .mein-konto a.konto-btn:hover {
        background-color: #E64C00;
        color: #fff;
    }

    /* =======================Dokumente========================================== */

    .dokumente h1 {
        font-size: 30px;
        text-align: center;
    }
    .div-download-uk {
        justify-content: center;
    }

    .artikeldetail_hauptbild_container {
        height: 390px;
    }
    .preis-1 h2,
    .preis-2 h2 {
        font-size: 16px;
    }
    .preis-1 p,
    .preis-2 p {
        font-size: 26px;
        font-weight: 700;
    }

    /* =======================Aktionsslider========================================== */

    .aktion-art .artikelgruppen_container_image>img.img-responsive.img-aktion {
        position: absolute;
        top: -40px;
        left: -30px;
        width: 60px;
        height: 60px;
    }

    .modal-dialog {
        width: auto;
        margin: 10px;
    }
    .artdet-info-pm-preistaffel-menge {
        margin-left: 0;
    }
    .unternehmen-portal-h2 h2 {
        color: #fff;
        margin-top: 20px;
        font-family: Ruda;
        font-weight: 900;
        font-size: 28px;
        line-height: 125%;
        letter-spacing: 0.04em;
    }
    .unternehmen-portal-h2 h3 {
        color: #fff;
        margin-top: 0;
        font-family: Ruda;
        font-weight: bold;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 0.02em;
    }

    .unternehmen-portal-p p {
        font-family: Ruda;
        font-weight: normal;
        font-size: 13px;
        line-height: 150%;
        letter-spacing: 0.02em;
        color: #fff;
    }

    .artdet-menge-preis-menge .input-group-btn {
        width: 46%;
    }
    .tmg h1 {
        font-size: 20px;
    }
    .tmg h2 {
        font-size: 16px;
    }
    .tmg h {
        font-size: 15px;
    }
    .tmg p {
        font-size: 12px;
    }
    .einzelpreis__me {
        display: flex;
        flex-direction: column;
    }
    .portal-katalog .xxx--portal-mod--block.xxx--portal-mod--block-knt .blog {
        flex-direction: column;
    }
    .blog__info {
        margin-top: 15px;
    }
    .portal-katalog .xxx--portal-mod--block.xxx--portal-mod--block-knt:nth-of-type(even) .blog .blog__img {
        order: 1;
    }
    .portal-katalog .xxx--portal-mod--block.xxx--portal-mod--block-knt:nth-of-type(even) .blog .blog__info {
        order: 2;
    }
    .artikelliste_bezeichnung div span.bezeichnung-span {
        font-size: 16px;
        font-weight: 700;
    }
    div.artikel-details-h1 h1 {
        font-size: 24px;
        font-weight: 700;
    }
}



/* Small */

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }
    /*.navbar-default .navbar-nav {
        margin-left: -30px;
    }*/

    .navbar-header {
        float: none;
    }

    /* .navbar-collapse.collapse {
        display: none !important;
    } */

    .navbar-collapse.collapse.in {
        display: block !important;
        position: absolute;
        z-index: 10000;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, .4);
        -moz-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, .4);
        box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, .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: #209bd7;
    }

    .navbar_mobile_menu > div > a > div > p > i,
    .navbar_mobile_umenu > div > a > div > p > i {
        padding-right: 5px;
        color: #209bd7;
        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;
    }
    ul.nav.navbar-nav li.visible-sm.visible-md.visible-lg a.dropdown-toggle.menu-xs-li-a {
        font-size: 14px;
    }
    .navbar-logo.navbar-logo-scroll a img {
        height: 32px;
        padding-top: 10px;
    }

    div.artikelliste_kachel_container {
        min-height: 400px;
    }
    .artikelgruppen_container_image p.frueh {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #E64C00;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 900;
        bottom: -26px;
    }

    /* ================================================================================= */
    /* .navbar-collapse.collapse-menu {
        display:  display: inline-block !important;
    } */

    .foot3 p {
        font-size: 14px;
    }
    .pull-right.suchen a i {
        color: #fff;
        font-size: 25px;
        vertical-align: baseline;
    }
    /*.pull-right.suchen  {
        padding-top: 5px;
    }*/
    .artikelgruppen_container_image {
        /*border: 22px solid #333;*/
    }
    .artikelgruppen_container_titel p {
        font-size: 13px;
        font-weight: 700;
    }
    .artikelgruppen_container_titel_grid {
        height: 70px;
    }

    #artikeltext_detail {
        margin-bottom: 50px;
    }
    .artikelgruppen_container_titel_grid {
        height: 42px;
        display: grid;
        grid-template-columns: 20px 1fr 20px;
        grid-template-rows: 1fr;
    }
    .footer-row-grid-1 img,
    .footer-row-grid-3 img {
        height: 20px;
    }
    .artikelliste_bestand span {
        font-size: 13px;
    }
    .artikelliste_bezeichnung .row {
        padding-left: 15px;
    }
    .artliste-artnummer p {
        font-size: 18px;
        color: #fff;
    }
    .artikelgruppen_container_bg {
        background: linear-gradient(179.86deg, #B6B1AF 0.13%, #6B6461 98.48%);
        padding: 25px;
    }
    .artikelliste_me_pe {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .artdet-menge-preis-einzpreis .artdet-menge .artikelliste_me_pe {
        display: flex;
        justify-content: space-between;
    }
    /*.artdet-menge-preis-einzpreis .artdet-menge .artikelliste_me_pe .me-pe-menge {
        flex-grow: 1;
    }*/
    .artdet-menge-preis-ihrpreis {
        /*margin-top: 15px;*/
        /*margin-bottom: 15px;*/
    }
    .artdet-menge-preis-ihrpreis > p {
        margin-bottom: 10px;
    }
    .artdet-menge input.form-control {
        border: 1px solid #333;
        border-radius: 4px !important;
    }
    .dropdown-menu.dropdown-menu-right {
        position: absolute;
        left: 0;
        width: 100%;
        max-width: 400px;
    }
    .artdet-menge {
        margin-top: 0;
    }
    .me-pe-menge {
        border: none;
        width: 100px;
        margin-left: 8px;
        margin-right: 8px;
    }
    .artdet-menge-preis-warenkorb {
        align-self: auto;
    }
    .artikelliste-head {
        padding: 15px;
    }
    .artikelliste-content {
        background: url(../../images/foot_links_sm.png) left top no-repeat, url(../../images/foot_rechts_sm.png) top right no-repeat;
        background-color: #fff;
        padding: 15px;
    }
    .artikelliste-content-sm {
        display: flex;
    }
    .artikelliste-content-sm .col-sm-5 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .artikelliste-beschreibung {
        border: none;
        margin-bottom: 0;
    }

    .artikelliste_bestand {
        text-align: end;
    }
    .artlist-artnummer-bestand {
        display: flex;
    }
    .artikelliste_bestand {
        align-self: flex-end;
        text-align: end;
    }
    .visible-sm.artikelliste_bestand span {
        font-family: Ruda;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        color: #fff;
    }


    /* =============================Artikeldetails================================================= */
    .artdet-menge-preis {
        background: #fff;
        padding: 20px;
    }
    .artdet_bestand {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    .artdet-menge {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        align-self: center;
    }
    .artdet-warenkorb {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    .artdet-preis {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    .artikeldetail_hauptbild_container,
    .artikeldetail_slider_container {
        height: 320px;
        margin: 20px;
    }
    .preis-1 h2,
    .preis-2 h2 {
        font-size: 16px;
    }
    .preis-1 p,
    .preis-2 p {
        font-size: 26px;
        font-weight: 700;
    }
    .btn-block+.btn-block {
        margin-top: 0;
    }
    .artdet-menge-preis-einzpreis {
        display: block;
    }


    /*====================ES-Liste==============================*/
    .visible-sm.es-liste-content {
        display: flex !important;
    }
    .es-liste-content-left,
    .es-liste-content-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .es-liste-bestand {
        display: flex;
        align-self: flex-end;
        text-align: end;
    }
    .es-liste-bestand i {
        font-size: 18px;
    }
    .visible-sm.es-liste-bestand span {
        font-family: Ruda;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        color: #fff;
    }
    .es-liste-menge {
        margin-bottom: 30px;
    }
    .artikelliste_bezeichnung div span.bezeichnung-span {
        font-size: 20px;
    }

    div.artikel-details-h1 h1 {
        font-size: 36px;
        font-weight: 700;
    }


    /*=====================/ES-Liste==============================*/
}


/* Medium */

@media (min-width: 992px) and (max-width: 1199px) {
    /*.navbar-default .navbar-nav {
        margin-left: -30px;
    }*/
    .artikelliste_bestand span {
        font-size: 13px;
    }
    .artikeldetail_hauptbild_container {
        height: 485px;
    }
    .artikelgruppen_container_image {
        height: 230px;
    }
    .me-pe-menge {
        width: 100px;
    }
    .artikeldetail_hauptbild_container,
    .artikeldetail_slider_container {
        height: 400px;
        margin: 22px;
    }
}


/* Large */

@media (min-width: 1200px) {
    /*.navbar-default .navbar-nav {
        margin-left: -30px;
    }*/
    /* .footer-row {
        background: url(../../images/foot_links.png) left top no-repeat, url(../../images/foot_rechts.png) top right no-repeat, #333;
        height: 300px;
    } */
    /* .container.footer-container {
        min-width: 1200px;
    } */
    .footer-row-grid {
        display: grid;
        grid-template-columns: 1fr 1200px 1fr;
        grid-template-rows: 1fr;
    }
    .footer-row-grid-1 {
        grid-column: 1 / 2;
    }
    .footer-row-grid-1 img {
        width: 100%;
    }
    .footer-row-grid-2 {
        grid-column: 2 / 3;
    }
    .footer-row-grid-3 {
        grid-column: 3 /-1;
    }
    .footer-row-grid-3 img {
        width: 100%;
    }

}


/* Extra Small */

@media (max-width: 350px) {
    .artikelgruppen_container_titel p {
        font-size: 8px;

    }
    .artikeldetail_hauptbild_container {
        height: 265px;
    }
}


/* Extra Small */

@media (max-width: 420px) {
    .artikel-details-h1 h1 {
        font-size: 30px;
        font-weight: 700;
    }

    .artdet_bestand {
        /*grid-column: 1 / -1;
        grid-row: 1 / 2;
        align-self: center;
        text-align: center;*/
    }
    .artdet_bestand i {
        font-size: 18px;
    }

    .artikelliste_me_pe {
        justify-content: center;
    }

    .artdet-warenkorb span {
        color: #fff;
    }

    .artdet-preis p {
        font-size: 36px;
        color: #FF5500;
        font-weight: 900;
    }
    .artikeldetail_aktionspreis_altpreis {
        text-align: center;
    }
    .artikelliste_bezeichnung div a span.bezeichnung-span {
        font-size: 16px;
        font-weight: 900;
        color: #fff;
    }
}


/*
 *
 * ELEMENTS
 */
iframe {
    width: 100% !important;
}

/*iframe[ng-src*="3xios/beleg1.php"] {
    min-height: 500px;
}*/


/**
 *
 * @package reboot
 * @modifier
 */

.reboot---padding,
.reboot---padding-all,
.reboot---padding-all .container,
.reboot---padding-all .row,
.reboot---padding-all *[class*="col-"],
.reboot---padding-all-panel.panel-group,
.reboot---padding-all-panel .panel-group,
.reboot---padding-all-container.container,
.reboot---padding-all-container .container,
.reboot---padding-all-row.row,
.reboot---padding-all-row .row,
.reboot---padding-all-col[class*="col-"],
.reboot---padding-all-col *[class*="col-"] {
    padding: 0;
}

.reboot---margin,
.reboot---margin-all,
.reboot---margin-all .row,
.reboot---margin-all *[class*="navbar-"],
.reboot---margin-all .panel-group,
.reboot---margin-all-row.row,
.reboot---margin-all-row .row,
.reboot---margin-all-panel[class*="panel-"],
.reboot---margin-all-panel *[class*="panel-"],
.reboot---margin-all-panel .panel-group,
.reboot---margin-all-navbar[class*="navbar-"],
.reboot---margin-all-navbar *[class*="navbar-"] {
    margin: 0;
}

.reboot---border-radius,
.reboot---border-radius * {
    border-radius: 0 !important;
}



/**
 * page
 * @package xxx
 * @component
 */

.xxx--page-header {
    position: relative;
}

.xxx--page-header--block {
    padding: 25px 15px;
}

.xxx--scroll-sticky .xxx--page-header--block {
    padding: 25px 0 0 0;
}


/**
 * language
 * @package xxx
 * @component
 */

.xxx--language--list .xxx--list-item + .xxx--list-item {
    margin-left: 10px;
}

.xxx--language--block {
    opacity: .3;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
}

.xxx--scroll-sticky .xxx--language--list {
    position: absolute;
    right: 0;
    z-index: 1000;
}

.xxx--language--block.xxx---is-active,
.xxx--language--block:hover {
    opacity: 1;
    transition: opacity 300ms ease;
}

.xxx--language--icon,
.xxx--language--label {
    font-size: 20px;
}

/**
 * map
 * @package xxx
 * @component
 */

.xxx--map {
    display: block;
    width: 100%;
    min-height: 200px;
    margin-bottom: 30px;
    border: 0 none;
    outline: 1px solid #ccc;
}


/**
 * list
 * @package xxx
 * @declare
 */

.xxx--list,
.xxx--list---cleared,
.xxx--list---level,
.xxx--list---root,
.xxx--list-item,
.xxx--list-item---level {}


/**
 * list
 * @package xxx
 * @component
 */

.xxx--list---cleared {
    list-style: none;
    padding: 0;
    margin: 0;
}

.xxx--list---level .xxx--list---level {
    padding-left: 15px;
}

.xxx--list-item > .xxx--collapse {
    border-top: thin solid #666;
    border-bottom: thin solid #666;
}

.xxx--list-item > .xxx--collapse.xxx---is-collapsed {
    border-top: thin solid #fff;
    border-bottom: thin solid #fff;
}

.xxx--list-item:last-of-type > .xxx--collapse {
    border-bottom: thin solid #fff !important;
}


/**
 * table
 * @package xxx
 * @component
 */

.xxx--table {
    width: 100%;
}

.xxx--table---th-light th {
    font-weight: lighter;
}


/**
 * img-box
 * @package xxx
 * @component
 */

.xxx--img-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.xxx--img-box---radial {
    border-radius: 3px;
}

.xxx--img-box---hover-shadow {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow 300ms ease;
}

.xxx--img-box---hover-shadow:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
}

.xxx--img-box--title {
    font-size: 14px;
}

.xxx--img-box--title---absolute-top-right {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 15px;
    background: rgba(255, 255, 255, .8);
    z-index: 10;
}

.xxx--img-box--title---bottom-plain-grey {
    display: block;
    padding: 5px 8px;
    background: #eee;
    border-top: thin solid #999;
    z-index: 10;
}

.xxx--img-box--image {
    display: block;
    width: 100%;
}

*[class*="xxx--img-box-image---max-height-"],
.xxx--img-box--image.xxx--img-box--image---normal-size {
    width: auto;
}

.xxx--img-box-image---max-height-200 {
    max-height: 200px;
}

.xxx--img-box-image---max-height-300 {
    max-height: 300px;
}

.xxx--img-box-image---max-height-400 {
    max-height: 400px;
}

.xxx--img-box--image---center {
    margin: 0 auto;
}

.xxx--img-box--inner {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    outline: thin solid #fff;
}


/**
 * product
 * @package xxx
 * @component
 */

.xxx--product-sku:before {
    content: '# ';
}

.xxx--product-sku {
    font-size: 10px;
    color: #999;
}


/**
 * elastic-search
 * @package xxx
 * @declare
 */

.xxx--elastic-search-nav,
.xxx--elastic-search-nav--title,
.xxx--elastic-search-nav--list,
.xxx--elastic-search-nav--list-item,
.xxx--elastic-search-nav--link,
.xxx--elastic-search-nav--link---is-active,
.xxx--elastic-search-nav--link-label,
.xxx--elastic-search-nav--link-count,
.xxx--elastic-search-nav--link-caret,
.xxx--elastic-search-nav--breadcrumb,
.xxx--elastic-search-nav--square,
.xxx--elastic-search-nav--square--item,
.xxx--elastic-search-result,
.xxx--elastic-search-result--list,
.xxx--elastic-search-result--item {}


/**
 * elastic-search
 * @package xxx
 * @component
 */






/**
 * collapse
 * @package xxx
 * @component
 */

.xxx--collapse {
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 500ms ease, padding-top 500ms ease, margin-bottom 500ms ease, opacity 500ms ease, border 500ms ease, background 500ms ease, border 500ms ease;
}

.xxx--collapse.xxx---is-collapsed {
    max-height: 0;
}

.xxx--collapse.xxx---is-expanded {
    max-height: 3000px;
    overflow: visible;
}


/**
 * scroll-sticky
 * @package xxx
 * @component
 */

.xxx--scroll-sticky {
    position: fixed !important;
    top: 0;
    z-index: 100000;
    /* width: 100%; */
    background: #333;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}

.xxx--scroll-sticky .navbar-logo {
    display: block !important;
    height: 45px;
}

.xxx--scroll-sticky .xxx--page-header--img {
    display: none;
}

/* XS */
/* @media (min-width: 768px) {
    .xxx--scroll-sticky {
        position: fixed !important;
        width: 100%;
    }
} */


/**
 * parallax
 * @package xxx
 * @component
 */

*[xxx--parallax] {
    position: absolute;
    transition: top 300ms ease;
}


/**
 * pagination
 * @package xxx
 * @component
 */

.xxx--pagination {
    font-family: 'Ruda', sans-serif;
}


/**
 *
 * @package xxx
 * @declare
 */

.xxx---is-collapsed,
.xxx---is-expanded,
.xxx---is-disabled,
.xxx---is-active,
.xxx---is-pending,
.xxx---is-ready,
.xxx---is-closed,
.xxx---is-open,
.xxx---is-visible,
.xxx---is-invisible,
.xxx---level-n {}


/**
 *
 * @package xxx
 * @modifier
 */

.xxx---shadow {
    box-shadow: 0 0 6px rgba(0, 0, 0, .4);
}

.xxx---relative {
    position: relative;
}

.xxx---absolute {
    position: absolute;
}

.xxx---absolute-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.xxx---overflow-hidden {
    overflow: hidden;
}

.xxx---block,
.xxx---block-inside > *,
.xxx---inside-block > * {
    display: block !important;
}

.xxx---inline,
.xxx---inline-inside > *,
.xxx---inside-inline > * {
    display: inline-block !important;
}

.xxx---vertical-top,
.xxx---inline-inside > *,
.xxx---inside-inline > * {
    vertical-align: top;
}

.xxx---table-cell {
    display: table-cell !important;
}

.xxx---inside-float---left > * {
    float: left;
}

.xxx---none {
    display: none !important;
}

.xxx---is-open {
    display: block;
}

.xxx---cursor-default {
    cursor: default !important;
}

.xxx---cursor-pointer {
    cursor: pointer !important;
}

*[class*="xxx---center"] {
    position: absolute;
}

.xxx---center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.xxx---center-y {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.xxx---center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.xxx---square {
    width: 100%;
}

.xxx---square:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.xxx---clear {
    clear: both !important;
}

.xxx---opacity-half {
    opacity: .5;
}

.xxx---rounded {
    border-radius: 3px;
}

.xxx---pt-zero {
    padding-top: 0 !important;
}

.xxx---pb-zero {
    padding-bottom: 0 !important;
}

/*
 *
 * CUSTOMER
 * css--[BLOCK]--[ELEMENT]---[MODIFIER]
 */

/* TODO: implement customer styles */


/*
 *
 * MISC
 */

.o-magenta,
.o-magenta-child > * {
    outline: thin solid magenta !important;
}



/**
 * elastic-search
 * @package xxx
 * @component
 */

/* NAV */
.xxx--elastic-search-nav {
    margin-bottom: 15px;
}

.xxx--elastic-search-nav--title {
    padding: 7px 15px;
}

.xxx--elastic-search-nav--list {
    background: #fff;
}

.xxx--elastic-search-nav--list-item {
    position: relative;
}

.xxx--elastic-search-nav--link,
.xxx--elastic-search-nav--link-label,
.xxx--elastic-search-nav--link-count,
.xxx--elastic-search-nav--caret,
.xxx--elastic-search-nav--caret > i {
    transition: background 300ms ease, border 300ms ease, color 300ms ease, padding 300ms ease, margin 300ms ease, top 300ms ease, left 300ms ease, right 300ms ease, bottom 300ms ease;
}

.xxx--elastic-search-nav--link {
    padding: 7px 0;
}

.xxx--elastic-search-nav--link-label {
    padding-right: 45px;
    font-weight: 900;
    font-size: 15px;
    color: #666;
}
.xxx--elastic-search-nav--link-label.xxx--elastic-search-nav--link-label-span {
    padding-right: 45px;
    font-weight: 700;
    font-size: 13px;
    color: #666;
}

.xxx--elastic-search-nav--link:hover .xxx--elastic-search-nav--link-label {
    /*padding-left: 5px;*/
    color: #111;
}

.xxx--elastic-search-nav--link-count {
    position: absolute;
    top: 8px;
    right: 30px;
    color: #aaa;
    font-size: 12px;
}

.xxx--elastic-search-nav--link:hover .xxx--elastic-search-nav--link-count {
    color: #999;
}

.xxx--elastic-search-nav--caret {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 10px;
    /*background: #ededed;
    border-left: thin solid #ccc;*/
}

.xxx--elastic-search-nav--caret > i {
    font-weight: 900;
    font-size: 18px;
    color: #333;
}

.xxx--elastic-search-nav--caret:hover > i,
.xxx--elastic-search-nav--link:hover + .xxx--elastic-search-nav--caret > i {
    color: #000;
}

.xxx--elastic-search-nav--link:hover + .xxx--elastic-search-nav--caret,
.xxx--elastic-search-nav--caret:hover {
    /*background: #dedede;*/
}

/*.xxx--elastic-search-nav--caret:hover {
    right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    border-left-color: #999;
}*/

.xxx--elastic-search-nav--link.xxx---is-active .xxx--elastic-search-nav--link-label,
.xxx--elastic-search-nav--link.xxx---is-active .xxx--elastic-search-nav--link-count,
.xxx--elastic-search-nav--caret.xxx---is-active > i {
    color: #FF5500;
}

/* SQUARE */
.xxx--elastic-search-nav--square--list-item {
    /*padding-top: 15px;*/
    padding-bottom: 15px;
}

.xxx--elastic-search-nav--square--link {
    position: relative;
    display: block;
    overflow: hidden;
    border: thin solid #FF5500;
}

.xxx--elastic-search-nav--square--link-image,
.xxx--elastic-search-nav--square--link-label,
.xxx--elastic-search-nav--square--link-count {
    position: absolute;
}

.xxx--elastic-search-nav--square--link-label,
.xxx--elastic-search-nav--square--link-count {
    padding: 5px 7px;
    z-index: 10;
    background: #FF5500;
    color: #fff;
}

.xxx--elastic-search-nav--square--link-label {
    bottom: 0;
    left: 0;
}

.xxx--elastic-search-nav--square--link-count {
    bottom: 0;
    right: 0;
}
ul.xxx--elastic-search-nav--square--list li.xxx--elastic-search-nav--square--list-item {
    margin-left: 0;
}

div.xxx--collapse.xxx--collapse---close li.xxx--elastic-search-nav--list-item div.xxx--collapse ul.xxx--elastic-search-nav--list li a span {
    font-weight: normal;
}
/*====================Breadcrumb==============================*/

.nav-breadcrumb {
    margin-bottom: 40px;
}
.nav-breadcrumb ol.breadcrumb li a span {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.nav-breadcrumb ol.breadcrumb li strong.group-link span {
    font-weight: 900;
    font-size: 36px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
}
.breadcrumb>li:after {
    padding: 0 5px;
    color: #F3F3F3;
    content: ">";
    font-size: 20px;
}
li.breadcrumb-li {
    margin-bottom: 15px;
}
.breadcrumb>li:last-child:after {
    content: "";
}
.breadcrumb>li+li:before {
    padding: 0;
    color: #F3F3F3;
    content: "";
    font-size: 20px;
}
ol.breadcrumb {
    display: flex;
    flex-direction: column;
}
ol.breadcrumb li {
    margin-left: 0;
}

/*=====================/Breadcrumb==============================*/
/*====================ES-Gruppen==============================*/
/*.es-gruppen {
    margin-bottom: 25px;
}
.es-gruppen-bg {
    background: linear-gradient(179.86deg, #B6B1AF 0.13%, #6B6461 98.48%);
    padding: 32px;
    position: relative;
    border-radius: 6px 6px 0 0;
}
.es-gruppen-bg p.frueh {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    color: #E64C00;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}
.es-gruppen_titel {
    background-color: #fff;
}
.es-gruppen_titel p {
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.05em;
}
.es-gruppen_titel_grid {
    height: 90px;
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    grid-template-rows: 1fr;
    border-radius: 0 0 6px 6px;
    text-align: center;
}*/

.es-gruppen {
    margin-bottom: 25px;
}
.es-gruppen-bg {
    background: linear-gradient(179.86deg, #B6B1AF 0.13%, #6B6461 98.48%);
    padding: 32px;
    position: relative;
    border-radius: 6px 6px 0 0;
}
.es-gruppen-bg p.frueh {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    color: #E64C00;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}
.es-gruppen_titel {
    background-color: #fff;
}
.es-gruppen_titel p {
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.05em;
}
.es-gruppen_titel_grid {
    height: 90px;
    display: flex;
    border-radius: 0 0 6px 6px;
    text-align: center;
}



/*=====================/ES-Gruppen==============================*/

/*====================ASIDE==============================*/



/*=====================/ASIDE==============================*/

@media (max-width: 768px) {
    .es-gruppen-container {
        margin-left: 0;
    }
    .es-gruppen-bg {
        padding: 15px;
    }
    .es-gruppen-bg p.frueh {
        font-size: 10px;
        font-weight: 600;
    }
    .es-gruppen_titel p {
        font-weight: 900;
        font-size: 16px;
    }
    .es-gruppen_titel_grid {
        height: 42px;
        display: grid;
        grid-template-columns: 20px 1fr 20px;
        grid-template-rows: 1fr;
    }

}


@media (min-width: 768px) and (max-width: 991px) {
    .es-gruppen_titel_grid {
        /*height: 42px;*/
        display: grid;
        grid-template-columns: 25px 1fr 25px;
        grid-template-rows: 1fr;
    }
}


/* SUGGESTION */
.xxx--elastic-search-suggestion {
    position: relative;
}

.xxx--elastic-search-suggestion--list-block {
    position: absolute;
    display: block;
    padding: 0;
    z-index: 1000;
    background: #FF5500;
}

.xxx--elastic-search-suggestion--list-label {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    background: #209bd7;
}

.xxx--elastic-search-suggestion--list {
    width: 100%;
    padding: 0;
    background: #FF5500;
    z-index: 100;
}

.xxx--elastic-search-suggestion--list + .xxx--elastic-search-suggestion--list {
    border-top: 2px solid #209bd7;
}

.xxx--elastic-search-suggestion--list-link {
    padding: 10px 15px;
    font-size: 14px;
    color: #666;
    transition: background 300ms ease, color 300ms ease;
}

.xxx--elastic-search-suggestion--list-item:hover .xxx--elastic-search-suggestion--list-link,
.xxx--elastic-search-suggestion--list-item---selected .xxx--elastic-search-suggestion--list-link {
    font-weight: bold;
    background: #ccc;
    color: #333;
}

.xxx--elastic-search-suggestion--product--list-image-col {
    padding-left: 0;
    padding-right: 0;
    max-width: 100px;
    overflow: hidden;
}

.xxx--elastic-search-suggestion--product--list-image-src {
    position: absolute;
    width: 100%;
}


/* RESULT > CONTROL */
.xxx--elastic-search-result--control--view {
    margin-right: 15px;
}

.xxx--elastic-search-result--control--view.xxx--list .xxx--list-item + .xxx--list-item::before {
    content: ' | ';
    color: #ddd;
}

.xxx--elastic-search-result--control--btn {
    color: #fff;
    background: #999;
    border: thin solid #fff;
    transition: background 300ms ease, color 300ms ease, border 300ms ease;
}

.xxx--elastic-search-result--control--btn:hover {
    color: #fff;
    background: #333;
}

.xxx--elastic-search-result--control--btn.xxx---is-active {
    color: #fff !important;
    background: #333;
}

@media (min-width: 768px) {
    .xxx--elastic-search-result--control--sort-attribute {
        max-width: 50%;
    }

    .xxx--elastic-search-result--control--view {
        float: right;
    }
}
.es-catalog-aside {
    min-height: 0;
}
/* RESULT > FILTER */
.xxx--elastic-search-result--filter {
    margin-bottom: 25px;
}
.xxx--elastic-search-result--filter .xxx--elastic-search-result--filter--block {
    border-bottom: 0.5px solid #6B6461;
    padding-bottom: 10px;
}
.xxx--elastic-search-result--filter .xxx--elastic-search-result--filter--block:last-child {
    border-bottom: none;
}
.xxx--elastic-search-result--filter--block {
    position: relative;
}

.xxx--elastic-search-result--filter--block-head {
    /* margin: 0 0 15px 0;*/
    color: #333;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
}

.xxx--elastic-search-result--filter--block-head strong.xxx--elastic-search-result--filter--block-head-title {
    font-weight: 900;
    font-size: 15px;
    line-height: 140%;
}
.xxx--elastic-search-result--filter--block-head i {
    font-weight: 900;
    font-size: 18px;
    color: #333;
}
.xxx--elastic-search-result--filter--block-head-title {
    display: block;
    padding: 10px 0 10px 0;
}

.xxx--elastic-search-result--filter--block-head-caret {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 16px;
    color: #209bd7;
}

.xxx--elastic-search-result--filter--block-head-reset {
    position: absolute;
    top: 5px;
    right: 5px;
    /*margin: 0 5px;*/
    padding: 5px;
    font-size: 16px;
    color: #209bd7;
}

.xxx--elastic-search-result--filter--block-body {
    display: none;
    /* width: calc(100% - 30px);
     margin: 0 15px;*/
    background: #fff;
    /*border-radius: 0 0 3px 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    border: thin solid #209bd7;*/
}

.xxx--elastic-search-result--filter--block-body---is-open {
    display: block;
}

.xxx--elastic-search-result--filter--block-body---is-absolute {
    position: absolute;
    top: 33px;
    left: 0;
}

.xxx--elastic-search-result--filter--block-body .xxx--list {
    margin: 5px 0;
}

.xxx--elastic-search-result--filter--option {
    display: block;
    margin: 5px 0;
}

.xxx--elastic-search-result--filter--option-label {
    position: relative;
    width: 100%;
}
.xxx--elastic-search-result--filter--option-label i.xxx--elastic-search-result--filter--option-icon {
    font-size: 16px;
}
.xxx--elastic-search-result--filter--option-label span.xxx--elastic-search-result--filter--option-value {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    font-weight: normal;
}
.xxx--elastic-search-result--filter--option-icon,
.xxx--elastic-search-result--filter--option-value {
    color: #333;
}

.xxx--elastic-search-result--filter--option-label:hover .xxx--elastic-search-result--filter--option-icon,
.xxx--elastic-search-result--filter--option-label:hover .xxx--elastic-search-result--filter--option-value,
.xxx--elastic-search-result--filter--option---is-active .xxx--elastic-search-result--filter--option-icon,
.xxx--elastic-search-result--filter--option---is-active .xxx--elastic-search-result--filter--option-value {
    color: #000;
}

.xxx--elastic-search-result--filter--option-count {
    position: absolute;
    top: 4px;
    right: 15px;
    color: #999;
    font-weight: lighter;
    font-size: 10px;
}

/*====================Es-Filter==============================*/

.es-result-filter-titel {
    background: linear-gradient(179.98deg, #B6B1AF 0.13%, #6B6461 98.48%);
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 6px 6px 0 0;
}
.es-result-filter-titel p {
    font-weight: 900;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    color: #fff;
}
.btn-reset {
    background-color: #fff;
    padding-bottom: 15px;
    border-radius: 0 0 6px 6px;
}
/*=====================/Es-Filter==============================*/

/* RESULT > OBJECT */
.xxx--elastic-search-result--object--image-container {
    /*padding-top: 15px;
    padding-bottom: 15px;*/
    padding: 0;
}

.xxx--elastic-search-result--object *[class*="xxx--product--"][class*="-label"] {
    display: inline-block;
    font-size: 14px;
    color: #333;
}

.xxx--elastic-search-result--object .xxx--product--sku {
    display: block;
    /*margin-top: 15px;*/
}

.xxx--elastic-search-result--object .xxx--product--name {
    margin-top: 15px;
    margin-bottom: 0;
}

.xxx--elastic-search-result--object .xxx--product--additional {
    margin: 5px 0;
}

.xxx--elastic-search-result--object .xxx--product--additional-label {
    font-size: 10px !important;
}

.xxx--elastic-search-result--object .xxx--product--detail-list {
    margin-bottom: 0;
}

.xxx--elastic-search-result--object .xxx--product--detail-list-item--term,
.xxx--elastic-search-result--object .xxx--product--detail-list-item--data {
    display: inline-block;
    font-size: 10px !important;
}

.xxx--elastic-search-result--object .xxx--product--detail-list-item--term::after {
    content: ': ';
}

.xxx--elastic-search-result--object .xxx--product--detail-list-item--data {
    margin-bottom: 5px;
}

/* RESULT > BTN */
.xxx--elastic-search-result--btn > * {
    color: #fff;
    font-size: 18px;
}

/* RESULT > AVAILABILITY */
.xxx--elastic-search-result--availability {
    display: block;
    padding: 7px 15px;
}

.xxx--elastic-search-result--availability-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: thin solid #fff;
    background: grey;
}

.xxx--elastic-search-result--availability-danger .xxx--elastic-search-result--availability-icon {
    background: red;
}

.xxx--elastic-search-result--availability-warning .xxx--elastic-search-result--availability-icon {
    background: yellow;
}

.xxx--elastic-search-result--availability-success .xxx--elastic-search-result--availability-icon {
    background: green;
}

/* RESULT > TABLE */
.xxx--elastic-search-result--table {
    margin-bottom: 0 !important;
}

.xxx--elastic-search-result--table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.xxx--elastic-search-result--table-head {
    background: #ccc;
}

.xxx--elastic-search-result--table-head--cell {
    border-bottom: thin solid #209bd7 !important;
}

.xxx--elastic-search-result--table-body--row {
    background: #fff;
}

.xxx--elastic-search-result--table-body--row:nth-of-type(2n+1) {
    background: #e9e9e9;
}

.xxx--elastic-search-result--table-body--row .xxx--product--detail-list-item--term {
    margin-right: 5px;
}

.xxx--elastic-search-result--table-body--cell-image {
    min-width: 180px;
}

.xxx--elastic-search-result--table-body--cell-image .xxx--product--image {
    margin: 0;
}

.xxx--elastic-search-result--table-body--cell-info .xxx--product--sku {
    margin-top: 0;
    margin-bottom: 10px;
}

.xxx--elastic-search-result--table-body--cell-info .xxx--product--name {
    margin-top: 0;
    margin-bottom: 5px;
}

.xxx--elastic-search-result--table-body--cell-action .xxx--elastic-search-result--btn {
    display: block;
}

/* RESULT > LIST */
.xxx--elastic-search-result--list .xxx--list-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 8px;
    /*border-left: 8px solid #209bd7;*/
}

.xxx--elastic-search-result--list .xxx--product--additional {
    margin-bottom: 30px;
}

.xxx--elastic-search-result--list .xxx--product--additional-label {
    font-size: 12px !important;
}

.xxx--elastic-search-result--list .xxx--product--detail-list {
    margin-bottom: 15px;
}

.xxx--elastic-search-result--list .xxx--product--price {
    /*margin-bottom: 15px;*/
}


/*====================LISTE==============================*/
.es-liste-head {
    display: flex;
    background: linear-gradient(179.86deg, #B6B1AF 0.13%, #6B6461 98.48%);
    padding: 25px;
    border-radius: 6px 6px 0 0;
}
/*.es-liste-menge {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    align-self: center;
}*/
.es-liste-details {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    align-self: center;
}
.es-liste-details a button {
    width: 80%;
    margin: 0 auto;
}

.es-liste-content {
    background: url(../../../../images/foot_links_25.png) left top no-repeat, url(../../../../images/foot_rechts_25.png) top right no-repeat;
    background-color: #fff;
    padding: 25px;
}
.es-liste-preis-d p,
.es-liste-bestand-d p,
.es-liste-gesamtpreis p {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}
.es-liste-gesamtpreis span {
    font-weight: 900;
    font-size: 40px;
    color: #FF5500;
    line-height: 1;
}
.es-liste-gesamtpreis span.nullpreis {
    font-weight: 900;
    font-size: 24px;
    color: #FF5500;
    line-height: 1;
}
.es-liste-preis-d .es-liste-preis span {
    font-family: Ruda;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
}
.es-liste-preis-d .es-liste-preis span.nullpreis {
    font-family: Ruda;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
}
.es-liste-gesamtpreis p span {
    font-weight: normal;
    font-size: 16px;
    color: #333;
}
.es-liste-content:hover {
    background-color: #DDD7D5;
}
.es-liste-preis,
.es-liste-bestand {
    /*padding-top: 10px;*/
}
.es-liste-bestand {
    display: flex;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
}
.es-liste-bestand span {
    font-size: 18px;
    color: #333;
    margin-left: 10px;
}
.es-liste-bestand i {
    font-size: 22px;
}
.es-liste-beschreibung {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.es-liste-beschreibung-langtext {
    border-left: 1px solid #cacaca;
}
.es-liste-beschreibung p {
    font-size: 16px;
}
.es-liste-details i ,
.es-liste-warenkorb i {
    font-size: 18px;
}

.xxx--elastic-search-result .xxx--elastic-search-result--legal-notice,
.xxx--elastic-search-result .xxx--elastic-search-result--legal-notice a {
    color: #fff;
    font-size: 14px;
}
.einzelpreis__me {
    display: flex;
    align-items: baseline;
}
/*=====================/LISTE==============================*/
@media (min-width: 768px) {
    .xxx--elastic-search-result--list .xxx--elastic-search-result--btn-action {
        display: inline-block;
        /*margin-left: 15px;*/
        padding-top: 3px;
        padding-bottom: 4px;
    }
}

/* RESULT > CARD */
.xxx--elastic-search-result--card {
    margin: 0 -15px !important;
}

.xxx--elastic-search-result--card .xxx--elastic-search-result--object {
    margin-bottom: 30px !important;
}

.xxx--elastic-search-result--card-wrapper {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.xxx--elastic-search-result--card-image {
    padding: 0 !important;
    border-top: 8px solid #209bd7;
    background: #ccc;
}

.xxx--elastic-search-result--card-image .xxx--product--image {
    margin: 0 !important;
    outline: 0 none !important;
}

.xxx--elastic-search-result--card-info {
    padding: 15px;
    background: #ccc;
    border-top: thin solid #aaa;
}

.xxx--elastic-search-result--card-info .xxx--product--sku {
    margin-top: 0;
}

.xxx--elastic-search-result--card-info .xxx--product--name {
    min-height: 50px;
}

.xxx--elastic-search-result--card-info .xxx--product--additional {
    min-height: 50px;
}

.xxx--elastic-search-result--card-info .xxx--product--price {
    margin-top: 15px;
}

.xxx--elastic-search-result--card-action {
    border-top: thin solid #aaa;
    background: #fff;
}


.es-liste-me-pe.input-group > .input-group-addon {
    height: 34px;
    background: transparent;
}
.es-liste-me-pe.input-group > .input-group-btn > .btn {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.es-liste-me-pe {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}
.es-liste-me-pe  i {
    font-size: 20px;
}
.es-liste-me-pe  .me-pe-menge {
    width: 120px;
}

.es-liste-me-pe.input-group .me-pe-menge input.form-control {
    background-color: transparent;
    border: 1px solid #333;
    border-radius: 4px;
    text-align: center;
}

@media (max-width: 479px) {
    .xxx--elastic-search-result--card .xxx--elastic-search-result--object {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .es-liste-head {
        padding: 10px;
    }
    .es-liste-content {
        background: url(../../../../images/foot_links_25.png) left top no-repeat, url(../../../../images/foot_rechts_25.png) top right no-repeat;
        /*background-color:  linear-gradient(180deg, #DDD7D5 0%, #D1CAC7 100%);*/
        background-color: #DDD7D5;
        padding: 0px;
    }
    .es-liste-content-xs {
        background-color: #fff;
    }
    .es-liste-content-xs:hover {
        background-color: #DDD7D5;
    }
    .es-liste-content-xs {
        padding: 10px;
    }
    .artliste-artnummer {
        text-align: center;
        color: #333;
        margin-left: -10px;
        margin-right: -10px;
    }
    .artliste-artnummer p {
        color: #333;

    }
    .es-liste-preis-xs p,
    .es-liste-bestand-d p,
    .es-liste-gesamtpreis p {
        font-size: 16px;
        line-height: 19px;
        font-weight: bold;
    }
    .es-liste-preis-xs .es-liste-preis span {
        font-size: 20px;
        line-height: 24px;
    }
    .es-liste-preis-xs .es-liste-preis span.nullpreis {
        font-size: 16px;
        line-height: 24px;
    }
    .es-liste-bestand span {
        font-size: 16px;
        color: #333;
        margin-left: 10px;
    }
    .es-liste-bestand i {
        font-size: 18px;
    }
    .me-pe-menge {
        margin-left: 0;
        margin-right: 0;
    }
    .es-liste-gesamtpreis span {
        font-size: 24px;
        font-weight: 900;
        color: #FF5500;
        margin: 0;
        line-height: 18px;
    }
    .es-liste-gesamtpreis span.nullpreis {
        font-size: 16px;
        font-weight: 900;
        color: #FF5500;
        margin: 0;
        line-height: 18px;
    }
    .es-liste-gesamtpreis p span {
        font-size: 12px;
    }
    .es-liste-preis,
    .es-liste-bestand {
        padding-top: 3px;
    }
    .es-liste-content {
        background: url(../../../../images/foot_links_xs.png) left top no-repeat, url(../../../../images/foot_rechts_xs.png) top right no-repeat;
        background-color: #DDD7D5;
        padding: 0px;
        border-bottom: 0.5px solid #B6B1AF;
    }
    .es-liste-beschreibung {
        border-bottom: none;
        /*padding-bottom: 15px;
        margin-bottom: 15px;*/
    }
    .es-liste-beschreibung-zusatz {
        border-bottom: 1px solid #cacaca;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .es-liste-beschreibung-langtext {
        border-left: none;
    }
    .xxx--elastic-search-result--filter--block-head-title {
        display: block;
        padding: 5px 0 5px 0;
    }
    .xxx--elastic-search-result--filter--option-label span.xxx--elastic-search-result--filter--option-value {
        font-size: 13px;
    }
    .xxx--elastic-search-result--filter--block-body .xxx--list {
        margin: 0;
    }
    .xxx--elastic-search-result--filter--block-head strong.xxx--elastic-search-result--filter--block-head-title {
        font-size: 13px;
    }
    .xxx--elastic-search-result--filter--option {
        margin: 0;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .es-liste-head {
        padding: 15px;
    }
    .es-liste-gesamtpreis  p.gesamtpreis-p {
        font-family: Ruda;
        font-weight: 900;
        font-size: 40px;
        color: #FF5500;
        margin-top: 10px;
    }
    .es-liste-content-left p {
        font-family: Ruda;
        font-weight: normal;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0.02em;
    }
    .es-liste-content {
        background: url(../../../../images/foot_links_sm.png) left top no-repeat, url(../../../../images/foot_rechts_sm.png) top right no-repeat;
        background-color: #fff;
        padding: 15px;
    }
    .es-liste-beschreibung {
        border-bottom: none;
        /*padding-bottom: 15px;
        margin-bottom: 15px;*/
    }
    .es-liste-beschreibung-zusatz {
        border-bottom: 1px solid #cacaca;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .es-liste-beschreibung-langtext {
        border-left: none;
    }
    .xxx--elastic-search-result--filter--block-head-title {
        display: block;
        padding: 5px 0 5px 0;
    }
    .xxx--elastic-search-result--filter--option-label span.xxx--elastic-search-result--filter--option-value {
        font-size: 13px;
    }
    .xxx--elastic-search-result--filter--block-body .xxx--list {
        margin: 0;
    }
    .xxx--elastic-search-result--filter--block-head strong.xxx--elastic-search-result--filter--block-head-title {
        font-size: 13px;
    }
    .xxx--elastic-search-result--filter--option {
        margin: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .es-gruppen_titel p {
        font-weight: 900;
        font-size: 11px;
        letter-spacing: 0.05em;
    }
}