/* Allgemein */

/* lato-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/lato-v24-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mali-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Mali';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/mali-v10-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mali-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Mali';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/mali-v10-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mali-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Mali';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/mali-v10-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mali-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Mali';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/mali-v10-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mali-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Mali';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/mali-v10-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
    /* color: #0E2F1F;
    font-family: 'Lato', sans-serif;
    font-size: 12px; */
    font-size: 17px;
}

body {
    background-color: #F1FEF8;
    color: #0E2F1F;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
}

.container {
    width: 97%;
    max-width: 1200px;
    min-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

#content {
    padding-left: 0;
    padding-right: 0;
}

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;*/
    cursor: url("../images/footer/paw2.cur"), pointer;
}

.btn {
    cursor: url("../images/footer/paw2.cur"), pointer;
}

.table > tbody > tr > td {
    border: none;
}

.table.table-bordered > tbody > tr > td {
    border: 1px solid #ddd;
}


/* Cookie Warning */

*[ng-if="showCookieWarn"] {
    /* sticky-top */
    /* padding-top: 220px; */
    /* sticky-bottom */
    padding-bottom: 220px;
}

@media (min-width: 420px) {
    *[ng-if="showCookieWarn"] {
        /* sticky-top */
        /* padding-top: 140px; */
        /* sticky-bottom */
        padding-bottom: 140px;
    }

    /* ================================================ */

}

@media (min-width: 720px) {
    *[ng-if="showCookieWarn"] {
        /* sticky-top */
        /* padding-top: 60px; */
        /* sticky-bottom */
        padding-bottom: 60px;
    }
}

.cookie-warn--message {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: lighter;
}


/* Schrift und Links Allgemein */
.bg-fff {
    background-color: #fff;
}

a,
p {
    color: #0E2F1F;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
    color: #0E2F1F;
    /*color: #fff;*/
    font-size: 12px;
    text-decoration: none;
}


h1,
.h1,
h2,
.h2,
h4,
.h4,
h5,
.h5 {
    color: #0E2F1F;
    font-family: 'Lato', sans-serif;
}

h1,
.h1 {
    /*font-size: 36px;*/
    font-size: calc(clamp(1.471rem, 1.358vw + 1.159rem, 2.118rem)); /*25px - 36px*/
    line-height: 57px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

h2,
.h2 {
    font-size: clamp(1.529rem, 0.741vw + 1.359rem, 1.882rem); /*26px - 32px*/
    font-family: 'Mali', cursive;
}

h3,
.h3 {
    font-family: 'Mali', cursive;
    font-weight: 300;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0.01em;
}

h4,
.h4 {
    font-size: 16px;
}

h5,
.h5 {
    font-size: 14px;
}

h5.italic {
    font-weight: 500;
}

b,
strong {
    font-weight: 600;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/* Buttons Allgemein */

/* überschriebene Bootstrap Styles */

.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    /* background: #209bd7;
    border-color: #209bd7; */
    transition: background 300ms ease;
}

.btn-primary:focus,
.btn-primary:hover {
    background: #318084;
    border-color: #318084;
}

.btn-primary {
    border-color: transparent;
    background-color: #66CC99;
}

.nav.nav-flex li {
    background-color: #DDF4E9;
    border-top: 2px solid #fff;
    text-align: center;
}

ul.navbar-nav > li.navbar_logo > a {
    padding: 0;
}

.nav.nav-flex li:hover,
.nav.nav-flex li:active,
.nav.nav-flex li:focus,
.nav.nav-flex li:hover {
    background-color: #BAE8D1;
}

.navbar li a:link,
.navbar li a:visited,
.navbar li a:hover,
.navbar li a:active,
.navbar li a:focus {
    font-size: 19px;
    line-height: 27px;
    text-transform: uppercase;
    text-decoration: none;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #0E2F1F;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #0E2F1F;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #0E2F1F;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #0E2F1F;
    background-color: transparent;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-menu > li > a {
    color: #0E2F1F;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #0E2F1F;
    text-decoration: none;
}

.pagination > .active > a {
    background-color: #318084;
    border-color: #318084;
}

.pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #66CC99;
    border-color: #66CC99;
}

.pagination > li > a, .pagination > li > span {
    color: #0E2F1F;
    border: 1px solid #318084;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #66CC99;
}

.xxx-pagination {
    font-family: 'Lato', 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;
}

.content-breadcrumb {
    background-color: #fff;
    padding-top: 20px;
    /*padding-bottom: 50px;*/
}

.breadcrumb > li,
.breadcrumb > li > a {
    font-size: 26px;
    /*line-height: 57px;*/
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #0E2F1F;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #0E2F1F;
    content: "->";
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    /* color: #209bd7;
    background: #fff; */
}


/* Header */

.headimg {
    padding-top: 35px;
    padding-bottom: 25px;
}

.headimg img {
    max-width: 100%;
}

.img-thumbnail {
    border: none;
}

/* ====================================== */
.header {
    margin-bottom: 20px;
}

.header-top {
    display: flex;
    align-items: stretch;
}

.head-row {
    height: 7px;
    background: #4E6157;
    margin-bottom: 10px;
}

.header-icon {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    text-align: center;
}

.header-icon a {
    font-size: 19px;
    letter-spacing: 0.01em;
}

.header-icon i {
    font-size: 25px;
}

.header-icon-search {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.header-icon-search p {
    font-size: 15px;
}

.icon {
    border: 1px solid transparent;
    padding: 5px 30px;
}

.icon:hover {
    background: #66CC99;
    border: 1px solid #0E2F1F;
    box-sizing: border-box;
    border-radius: 90px;
    color: #fff;
    transition: background 800ms ease, border 800ms ease;
}

.icon:hover p,
.icon:hover a {
    color: #fff;
}

.input-group-addon i {
    font-size: 14px;
}

.varianten.input-group-addon i {
    font-size: 18px;
    color: #318084;
    font-weight: 600;
}

.kachel-suchen {
    margin-top: 50px;
}

/* 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, 0.4);
    -moz-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
    box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
}

.navbar-icon > a > i {
    padding: 10px;
    color: #209bd7;
    font-size: 25pt;
}

.navbar_logo {
    display: none !important;
}

.nav.nav-flex li.navbar_logo {
    background-color: transparent;
}

.navbar_logo img {
    height: 60px;
    /* max-height: 100%; */
    max-width: 100%;
}

.xxx-scroll-sticky {
    background-color: transparent;
}

.xxx-scroll-sticky .navbar_logo {
    display: block !important;
    height: 45px;
}

/* ========================================================= */

.navbar .collapse-menu .flex-menu-row .nav-menu {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.navbar .collapse-menu .flex-menu-row .nav-menu .nav-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: 0;
}
.navbar-collapse.collapse-menu {
    top: 0;
    z-index: 10;
}
.menu-sm {
    background-color: transparent;
    color: #4E6157;
    padding: 5px 10px;
}

.menu-sm:hover {
    background-color: #66CC99;
    color: #fff;
}

.menu-sm a {
    color: #4E6157;
}

.menu-sm a:hover {
    color: #fff;
}

.header-menu-container {
    padding-right: 0;
    padding-left: 0;
}

.navbar {
    margin-bottom: 0;
    min-height: 0;
}

.nav.nav-flex li ul li {
    background-color: #DDF4E9;
}

.nav.nav-flex li ul li:hover {
    background-color: #BAE8D1;
}

a.menu-a {
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 1px;
    text-transform: none;
}
.dropdown-menu>li>a {
    padding: 3px 10px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: transparent;
}

ul.petimba-dropdown-menu a.dropdown-toggle {
    text-transform: none;
    /*padding-left: 20px;*/
    font-size: 19px;
}

ul.petimba-dropdown-menu a.menu-a {
    font-size: 18px;
}

.menue:hover > .petimba-dropdown-menu {
    display: flex;
    flex-direction: column;
}

.petimba-dropdown-menu {
    width: 100%;
}

ul.petimba-dropdown-menu li.petimba-dropdown-menu a {
    line-height: 32px;
}


.petimba-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 320px;
}

ul.petimba-menu li.menu-li-uk div a {
    text-transform: none;
}

ul.petimba-dropdown-menu > li.petimba-dropdown-menu > a.menu-a {
    text-transform: none;
}

ul.petimba-dropdown-menu li.menu-li-uk a {
    line-height: 38px;
    padding: 3px 20px;
}
/* ==========================menu14062019========================================== */

ul.petimba-dropdown-menu li.menu-li-uk {
    border-top: 0;
    border-bottom: 2px solid #fff;
}
li.petimba-dropdown-menu ul.petimba-menu li.menu-li-uk {
    background-color: #BAE8D1;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}
li.petimba-dropdown-menu ul.petimba-menu li.menu-li-uk:hover ,
li.petimba-dropdown-menu ul.petimba-menu li.menu-li-uk:active  {
    background-color: #DDF4E9;
}

/* ==========================/menu14062019========================================== */

ul {
    padding-inline-start: 0;
}

.menu-li-uk div {
    background-color: #BAE8D1;
    text-transform: none;
}

.menu-li-uk div a {
    text-transform: none;
}

.menu-li-uk div:hover,
.menu-li-uk div:active,
.menu-li-uk div:focus {
    background-color: #DDF4E9;
}

li.menue {
    border: 1px solid #BAE8D1;
}

.nav.navbar-nav.nav-flex::before,
.nav.navbar-nav.nav-flex::after {
    content: none;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 14px;
}

/* Main */

.form-control {
    background-color: #DDF4E9;
}

.form-control:focus {
    border-color: #318084;
}

.form-control[disabled],
.form-control[readonly], fieldset[disabled] .form-control {
    background-color: #DDF4E9;
    opacity: 1;
}

.input-group-addon {
    border: none;
}

.searchform {
    /*margin-bottom: 25px;*/
}

.form-control.head-search {
    font-size: 17px;
}

.searchform > .input-group > .input-group-addon {
    color: #fff;
    background-color: #66CC99;
    border: 1px solid #F1FEF8;
    border-radius: 0 30px 30px 0;
}

.newsletterform div.input-group {
    width: 40%;
}

.newsletterform > .input-group > .input-group-addon {
    color: #fff;
    background-color: #66CC99;
    border: 1px solid #fff;
    border-radius: 0 30px 30px 0;
}

.newsletterform > .input-group > .input-group-addon i {
    color: #fff;
}
.animate-switch {
    color: #fff;
}
.head-search {
    /*background-color: #318084;*/
    background-color: #fff;
    /*color: #fff;*/
    border-left: 1px solid #318084;
    border-top: 1px solid #318084;
    border-bottom: 1px solid #318084;
    border-right: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 32px;
}

.newsletterform .head-search {
    /*background-color: #318084;*/
    background-color: #fff;
    /*color: #fff;*/
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 58px;
}

.searchform .input-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    /*color: #fff;*/
    opacity: 1; /* Firefox */
    font-size: 17px;
    line-height: 1.5;
}

.newsletterform .input-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    /*color: #fff;*/
    opacity: 1; /* Firefox */
    font-size: 24px;
    line-height: 1.5;
}

.nav-stacked .sidemenu_head {
    min-height: 30px;
    padding: 5px;
}

.nav-stacked .sidemenu_row {
    min-height: 30px;
    border-top: 1px solid transparent;
}

.nav-stacked > li.active > a,
.nav-stacked > li.active:hover > a {
    color: #fff;
    background: #318084;
}

.nav-stacked .sidemenu_row > a > span {
    margin-top: 6px;
}

.nav-stacked .sidemenu_row > a {
    padding: 12px 5px 9px 5px;
    background-color: #DDF4E9;
}

.nav-stacked .sidemenu_row > a:hover {
    color: #0E2F1F;
    background-color: #66cc99;
}

.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: #66cc99;
}

.nav .open > a {
    background-color: #DDF4E9;
    border-color: transparent;
}

.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #BAE8D1;
    border-color: transparent;
}

.sidemenu_ug_row > a:hover {
    color: #fff;
    background: #66CC99;
    border-top: 1px solid #fff;
}

li.sidemenu_ug_row:hover {
    color: #209bd7;
    background: #fff;
}

.sidemenu_ug_row.active > a {
    color: #fff;
    background: #66CC99;
}

#content .breadcrumb {
    /*padding: 0 ;*/
    background-color: #fff;
}

ol.breadcrumb {
    padding: 0 15px;
}

.wk_container {
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.autocomplete {
    position: relative;
    width: 100%;
}

.autocomplete ul {
    position: absolute;
    left: 0;
    top: 34px;
    z-index: 1;
    width: 100%;
    padding-left: 0;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
}

.autocomplete li {
    width: 100%;
    padding: 0.4em 1em;
    text-align: left;
    list-style: none;
    background-color: #fff;
}

.autocomplete li.active {
    width: 100%;
    background-color: #4bf;
}

.autocomplete .highlight {
    background-color: #e2e2e2;
}

.autocomplete li.active .highlight {
    color: #fff;
    background: #666;
}

.container-tmg {
    background-color: #fff;
}

/* 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 #0E2F1F;
}

div.foot2 > ul > li > a {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
}

div.foot2 > ul > li:hover > a {
    color: #209bd7;
    font-family: 'Lato', sans-serif;
    background-color: #fff;
}

/* ================================================================ */

.bottom-menu {
    background-color: #0E2F1F;
    padding-top: 30px;
    padding-bottom: 30px;
}


.row-footer a {
    color: #fff;
    font-size: 20px;
    line-height: 37px;
}

.bottom-menu .nav > li > a:focus,
.bottom-menu .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.footer-info {
    background: url("../images/footer/damp.png") repeat-x #4E6157;
    /*background-color: #4E6157;*/
    /* height: 400px; */
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

.footer-info-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    position: relative;
}

.footer-item {
    margin-bottom: 35px;
}

/* .footer-item-logo {
    top: -60px;
} */
.footer-info a,
.footer-info p {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
}

.footer-info p {
    font-weight: bold;
}

.footer-info i {
    color: #66CC99;
    font-size: 25px;
}

.footer-img {
    margin-top: -60px;
}

.input-group-addon button {
    background-color: transparent;
    border: none;
}


/* Warenkorb Preview */

.container.warenkorb {
    padding-top: 40px;
    background-color: #fff;
}

#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: 0.5;
}

#warenkorbvoransicht_preis {
    padding: 0 5px 5px 5px;
    text-align: center;
}

#warenkorbvoransicht_preis > a > span {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.wk-lieferadresse {
    display: none;
}

/* Artikelgruppen Template */

.container-grouppen {
    background-color: #fff;
    padding-top: 40px;
}

div.artikelgruppen_container {
    margin-bottom: 25px;
    border: 2px solid #318084;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
}

/* div.artikelgruppen_container:hover {
    border: 1px solid #209bd7;
} */

.artikelgruppen_container_image,
.artikelliste_kachel_bildcontainer {
    position: relative;
    padding-top: 75%;
    border-bottom: 2px solid #318084;
}

.artikelgruppen_container_image_aktionen {
    position: relative;
    padding-top: 75%;
    border-bottom: 2px solid #318084;
    display: grid;
    align-content: center;
}

.artikelgruppen_container_image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    /* border-radius: 15px; */
}

.artikelgruppen_container_image .overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.artikelgruppen_container:hover .artikelgruppen_container_image .overlay {
    display: block;
}

.artikelgruppen_container_image .overlay .background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0.6;
    background: #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 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.9);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#99000000");
    /* For IE 8*/
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#99000000");
}

.artikelgruppen_container_image_layer span {
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

div.artikelgruppen_container div.artikelgruppen_container_titel {
    display: grid;
    align-content: center;
    height: 100px;
    padding: 10px;
    font-weight: 300;
}

div.artikelgruppen_container:hover div.artikelgruppen_container_titel {
    color: #209bd7;
}

.artikelgruppen_container_titel {
    background-color: #DDF4E9;
}

.artikelliste_kachel_infocontainer {
    background-color: #DDF4E9;
    padding: 15px;
    height: 230px;
}

.artikelliste_kachel_infocontainer:hover,
.artikelgruppen_container_titel:hover {
    background-color: #318084;
    color: #fff;
}

.artikelgruppen_container_titel p,
.artikelliste_kachel_infocontainer p {
    font-family: 'Mali', cursive;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.01em;
    /*margin-bottom: 0;*/
}

.artikelgruppen_container_titel:hover p,
.artikelliste_kachel_infocontainer:hover p {
    color: #fff;
}

.flex-infocontainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-flex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

/* .artikelgruppen_container_titel > span {
    float: right;
} */


/* Artikellisten Template */

div.artikelliste_limit_text {
    float: right;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

div.artikelliste_limit_text > .aktiv {
    color: #318084;
}

div.artikelliste_darstellung_text {
    float: right;
    margin-right: 25px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

div.artikelliste_darstellung_text > .aktiv {
    color: #318084;
}

table.table > thead.artikelliste_table_head > tr > th {
    color: #666;
}

table.table > thead.artikelliste_table_head > tr > th.aktiv {
    color: #318084;
}

.row-filter i {
    color: #318084;
    font-size: 34px;
}

.panel-default > .panel-heading {
    color: #0E2F1F;
    background-color: #fff;
    /*border-color: none;*/
}

.panel {
    background-color: #fff;
    border: none;
}

.filter-checkbox {
    padding-bottom: 10px;
}

.filter-checkbox input[type="checkbox"],
.filter-checkbox .checked {
    display: none;
}

.filter-checkbox input[type="checkbox"]:checked ~ .checked {
    display: inline-block;
}

.filter-checkbox input[type="checkbox"]:checked ~ .unchecked {
    display: none;
}

i.checked,
i.unchecked {
    font-size: 20px;
    color: #318084;
}

.varianten.input-group-addon {
    background-color: transparent;
    text-align: left;
    padding-left: 0;
    padding-top: 20px;
    border-top: 1px solid #318084;
    border-radius: 0;
}


/* 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 #0E2F1F; */
    border-radius: 4px;
    margin: 30px;
    text-align: center;
}

.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;*/
    cursor: url("../images/footer/paw2.cur"), 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;
}

div.artikelliste_kachel_container {
    position: relative;
    /*min-height: 320px;*/
    text-align: center;
    margin-bottom: 50px;
    max-width: 255px;
}

.container-grouppen.gutschein {
    padding-top: 0;
}
.artikelliste_kachel {
    padding-left: 0;
    padding-right: 0;
}

div.artikelliste_kachel {
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: fit-content; */
    border: 2px solid #318084;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
}

/* div.artikelliste_kachel:hover {
    z-index: 3;
    box-shadow: 0 0 25px #0E2F1F;
    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: 0.8;
    background-color: #ccc;
}

div.artikelliste_kachel .artikelliste_kachel_details {
    display: none;
}

div.artikelliste_kachel:hover .artikelliste_kachel_details {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 10%;
    font-weight: bold;
    text-align: center;
}

.artikelliste_kachel_bildcontainer {
    /*position: relative;*/
    padding-top: 30px;
    padding-bottom: 20px;
}

.artikelliste_kachel .artikelliste_kachel_bildcontainer img {
    max-width: 100%;
    height: 100%;
}

/*.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;
}

/* ==================================================================== */

.mz-wk-detail,
.mg-verf-preis {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.mg-verf-preis {
    align-items: stretch;
}

.mz-wk-detail p,
.mg-verf-preis p {
    font-weight: bold;
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 1px;
}

/* Artikeldetail Template */
.artikeldetail_info {
    display: flex;
    flex-direction: column;
}

.artdetail_blaettern_icon {
    color: #318084;
    font-size: 20pt;
    /*cursor: pointer;*/
    cursor: url("../images/footer/paw2.cur"), pointer;
}

/* div.artikeldetail_info div {
    min-height: 20px;
    padding-bottom: 10px;
    font-size: 14px;
} */

div.artikeldetail_info h4 {
    font-weight: 300;
    font-size: 18px;
}

.artikeldetail_hauptbild_container {
    position: relative;
    padding-top: 100%;
    /* border: 1px solid #0E2F1F; */
    border-radius: 4px;
}

.artikeldetail_hauptbild_container > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    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 #0E2F1F;
    border-radius: 4px;
}

.artikeldetail_alternativbilder_container > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    cursor: pointer;
}

.artikeldetail_slider_container {
    position: relative;
    width: 100%;
    height: 300px;
    padding-left: 20px;
    border: 1px solid #0E2F1F;
    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;
}
.slider_kachel {
    padding-top: 50px;
}
.row-slider a.carousel-control i {
    font-size: 50px;
}
.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: #0E2F1F;
    font-size: 18px;
    font-weight: 300;
    text-decoration: line-through;
}

.referenzmenge-preis p {
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 1px;
    font-weight: 300;
}

.referenzmenge-preis {
    padding-left: 0;
    padding-right: 0;
}

.referenzmenge-preis-span {
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 1px;
    font-weight: 400 !important;
}

.artikeldetail_preis {
    padding-left: 0;
}

.artikeldetail_preis p {
    color: #0E2F1F;
    font-size: 31px !important;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

div.artikeldetail_preisbemerkung {
    text-align: right;
}

div.artikeldetail_preisbemerkung > p,
div.artikeldetail_preisbemerkung > p > a {
    font-size: 10px;
}

div.artikeldetail_button {
    margin-top: 15px;
}

div.artikeldetail_button > div {
    padding-bottom: 10px;
}

div.artikeldetail_button > div > i {
    color: #318084;
    font-size: 34px;
    /*cursor: pointer;*/
    cursor: url("../images/footer/paw2.cur"), pointer;
}

.artikelliste-container {
    display: flex;
    align-items: stretch;
    margin-bottom: 40px;
    border: 2px solid #318084;
    border-radius: 15px 15px 15px 15px;
}

.artlist-bild {
    width: 100%;
    height: 100%;
    border: none;
}

.artikelliste-container i {
    color: #318084;
    font-size: 34px;
    /*cursor: pointer;*/
    cursor: url("../images/footer/paw2.cur"), 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: #0E2F1F;
    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: #0E2F1F;
    font-size: 14px;
    font-weight: 300;
}

.artikeldetail_bild_container {
    position: relative;
    width: 100%;
    height: 100px;
    border: 1px solid #0E2F1F;
    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;
}

a.carousel-control i {
    font-size: 50px;
    color: #BAE8D1;
}
a.carousel-control:hover i{
    color: #318084;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 42%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.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: 0.7;
}

/* =============================================================================== */

.row-meng-verf-preis {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.row-meng-verf-preis p,
.artikeldetail_variantenauswahl p {
    font-weight: bold;
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.row-meng-verf-preis-item {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    /* align-items: center; */
}

.row-meng-verf-preis-item i {
    font-size: 28px;
}

.detail-varianten {
    display: flex;
    flex-direction: column;
    padding: 0;
}
.detail-varianten > div.input-group {
    display: inline;
}


.detail-varianten .input-group .form-control {
    border: 1px solid #318084;
}

.flex-wk,
.flex-mz {
    display: flex;
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
}

.flex-wk-list,
.flex-mz-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

.flex-mz-list.left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
}

.flex-mz-list.right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
}

.flex-mz-list-details {
    justify-content: center;
}

.flex-wk button.btn,
.flex-mz button.btn {
    width: 80%;
}

.buttons-btn {
    background: #66CC99;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.24);
    border-radius: 80px;
}

.btn-block {
    width: 100%;
}

.row-info {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.row-info-item {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    align-content: flex-start;
    border-top: 1px solid #0E2F1F;
    border-bottom: 1px solid #0E2F1F;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 15px;
    padding-left: 0;
}

.bestand-flex {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.bestand-flex p {
    margin-left: 15px;
    /*line-height: 30px;*/
    margin-bottom: 0;
    font-size: 16px;
}

.artikeldetail_option {
    background-color: #fff;
    padding-top: 20px;
}

.menge-icon span {
    /* color: #222221; */
    color: #318084;
    font-size: 35px;
}

.row-menge {
    align-items: center;
    align-content: center;
    padding-left: 0;
}

.menge-icon span i {
    height: 35px;
}

.input-group-menge {
    display: flex;
    justify-content: space-around;
    align-content: space-between;
    align-items: center;
}

.input-group .form-control-menge {
    width: 100px;
    height: 28px;
    border: 1px solid #318084;
    box-sizing: border-box;
    /* border-radius: 19px !important; */
    font-style: italic;
    font-size: 16px;
    line-height: 37px;
    letter-spacing: 1px;
    text-align: center;
    /*letter-spacing: 0.04em;*/
    /* margin-left: 10px; */
    /* margin-right: 10px; */
}

.input-group-menge .input-group-addon {
    width: 100%;
    background-color: transparent;
}

.input-group-menge .input-group-addon i,
.input-group-addon.input-group-addon-mz i {
    font-size: 35px
}

.row-varianten-zettel-korb {
    display: flex;
    /*justify-content: center;*/
}


/* Merkzettel Template */
.row-merkzettel {
    display: flex;
    align-items: stretch;
    border: 2px solid #318084;
    border-radius: 15px;
    padding: 15px;
}

.row-merkzettel:hover {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.24);
}

.row-mz-preis span {
    font-size: 16px;
}

.row-mz-preis i {
    font-size: 16px;
}

div.merkzettel_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

div.merkzettel_info a h4 {
    color: #66CC99;
    font-size: 16px;
    font-weight: bold;
}

div.merkzettel_info a h4:hover {
    color: #318084;
    font-weight: bold;
}

div.merkzettel_info .input-group span {
    color: #318084;
    /*cursor: pointer;*/
    cursor: url("../images/footer/paw2.cur"), pointer;
}

div.merkzettel_info .input-group .input-group-addon {
    background: transparent;
}

.btn-link {
    color: #318084;
}

/* .merkzettel_bild a img.img-thumbnail {
    height: 100%;
} */
.input-group-addon-mz {
    padding-right: 0;
}

/* ======================================================================= */

.btn-info {
    color: #318084;
    background-color: #66CC99;
    border: 1px solid #318084;
}

.btn-info:hover {
    color: #66CC99;
    background-color: #318084;
    border: 1px solid #318084;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover
    /*fieldset[disabled] */
    /*.btn-info.focus, */
    /*fieldset[disabled] */
    /*.btn-info:focus, */
    /*fieldset[disabled] */
    /*.btn-info:hover */
{
    background-color: #318084;
    border: 1px solid #318084;
}

.merkzettel_info_flex {
    display: flex;
    align-items: stretch;
}

.merkzettel_info_flex1 {
    display: grid;
    align-items: stretch;
}

/* Konto Template */

.konto_xs_accordion {
    margin-top: 20px;
}

.konto_xs_accordion > div > div > .panel-default {
    border: none;
    box-shadow: none;
}

.konto_xs_accordion > div > div > .panel-default > .panel-heading {
    background-color: #fff;
    border: none;
}

.kontosuche > .input-group > div.input-group-addon {
    color: #fff;
    background-color: #66CC99;
    border: 1px solid #ccc;
    border-radius: 0 30px 30px 0;
}

/* ================================================================= */

.btn-konto-sm {
    background-color: #DDF4E9;
    color: #0E2F1F;
    border-color: #66CC99;
}

.btn-default.btn-konto-sm:focus,
.btn-default.btn-konto-sm:hover,
.btn-default.btn-conto-sm:active {
    background-color: #318084;
    color: #fff;
    border-color: #318084;
}

.down-up {
    display: flex;
    justify-content: center;
}

.down-up i {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

/* .row-belegliste {
    display: flex;
    align-items: stretch;
} */
.belegliste-artikel {
    display: flex;
    flex-direction: column;
    color: #318084;
    border-bottom: 1px solid #318084;
    padding-bottom: 15px;
}

.konto-art-wk {
    display: flex;
    align-items: stretch;
}

.art-liste-bild {
    text-align: center;
}

.art-liste-bild img {
    position: relative;
}

.artikelliste_liste_bildcontainer.art-liste-bild.konto-art-liste-bild {
    position: relative;
    /* width: 100%; */
    height: 100%;
}

.konto-menge-wk {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.konto-menge-wk i {
    font-size: 35px;
    color: #318084;
}

.row-mk-best p span, .belegliste-artikel p span {
    font-weight: bold;
}

.row-mk-best p {
    font-size: 12px;
    /* font-weight: bold; */
}

.row-mk-best p span,
.belegliste-artikel p span {
    font-weight: bold;
}

.konto-art-bez {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container-konto {
    background-color: #fff;
    padding-bottom: 20px;
}


/* 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: #0E2F1F;
    font-size: 25px;
    text-align: center;
}

.wk_stufen .symbol.active {
    color: #318084;
}

.wk_stufen .symbol.success {
    color: #006400;
}

.wk_stufen .title {
    padding-left: 35px;
    line-height: 30px;
    font-size: 20px;
}

.wk_stufen .title.active {
    color: #318084;
}

.wk_stufen .title.success {
    color: #006400;
}

.wk_footer {
    margin-top: 20px;
}

.wk_footer > div {
    margin-bottom: 10px;
}

.wk_login_bereich .panel .panel-title > input {
    margin-right: 10px;
}

.wk_login_bereich .panel .main {
    height: 165px;
}

.wk_login_bereich .wk_login_panel > .main > div {
    margin-bottom: 10px;
}

.wk_belegsumme {
    padding: 5px;
    color: #0E2F1F;
    border: 1px solid #66CC99;
    background-color: #DDF4E9;
    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;*/
    cursor: url("../images/footer/paw2.cur"), 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;*/
    cursor: url("../images/footer/paw2.cur"), 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: 'Lato', sans-serif;
    font-weight: bold;
}

.td_mitte_inhalt {
    font-size: 12px;
    font-family: 'Lato', 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;
}

table tbody tr td p b span {
    line-height: 20px;
}

.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: 'Lato', 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: 'Lato', sans-serif;
    font-size: 8pt;
}

.select_zahlungsarten {
    width: 170px;
    border: 1px solid #c0c0c0;
    color: #13335c;
    font-family: 'Lato', sans-serif;
    font-size: 8pt;
}

.beleg_lfb_texte_table {
    width: 100%;
}

.beleg_lfb_texte_td1 {
    font-family: 'Lato', sans-serif;
    font-size: 9pt;
    font-weight: 300;
}

.beleg_lfb_texte_td2 {
    font-family: 'Lato', sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.beleg_zb_texte_table {
    width: 100%;
    margin-left: 3px;
}

.beleg_zb_texte_td1 {
    font-family: 'Lato', sans-serif;
    font-size: 9pt;
    font-weight: 300;
}

.beleg_zb_texte_td2 {
    font-family: 'Lato', 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: 'Lato', 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;
    border: 1px solid red;
    background: #e2001a;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

#sm_regneu,
#Zurueck,
#Bestellen,
#Verwerfen,
#Aendern,
#ZurueckFensterZu,
#sm_los_pw {
    width: 150px;
    height: 30px;
    margin-top: 5px;
    margin-right: 12px;
    line-height: 30px;
    border: 1px solid #209bd7;
    border-radius: 4px;
    background: #209bd7;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    /*cursor: pointer;*/
    cursor: url("../images/footer/paw2.cur"), 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;*/
    cursor: url("../images/footer/paw2.cur"), 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;*/
    cursor: url("../images/footer/paw2.cur"), 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: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    /*cursor: pointer;*/
    cursor: url("../images/footer/paw2.cur"), 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 transparent;
    background: #66CC99;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    /*cursor: pointer;*/
    cursor: url("../images/footer/paw2.cur"), pointer;
    border-radius: 4px;
    -webkit-appearance: none;
}

input.button_normal:hover,
input#uebernehmen:hover,
input#sm_import:hover,
input#zahlen:hover {
    background: #318084;
}

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: #318084;
    text-decoration: underline;
}

.wk-anzahl-div {
    position: relative;
}

.wk-anzahl {
    position: absolute;
    top: 10px;
    left: 80px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding-bottom: 3px;
    color: #318084;
    font-size: 18px;
    font-weight: 700;
}

.wk-anzahl-p {
    background-color: #fff;
}

/* Portal Padding */

.xxx--portal---padding,
.xxx--portal---padding-mod .xxx--portal--mod,
.xxx--portal---padding-block .xxx--portal--mod--block {
    padding: 15px;
}

.crown {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.portal-crown {
    padding-top: 30px;
}

.bufer {
    background-color: #F1FEF8;
    height: 60px;
}

.home-html a {
    font-size: 17px;
}


/* RSS */

div.rss-items {
    border-top: 1px solid grey;
}

div.rss-items h6 {
    font-weight: bold;
}

div.rss table {
    width: 100%;
    margin-bottom: 10px;
}

div.rss a {
    text-decoration: underline;
}

div.rss-items p:nth-child(4) {
    color: grey;
    font-style: italic;
    text-align: right;
}

.rss .row {
    margin-left: 0;
}

.rss-text {
    padding-left: 0;
}


/* Sonstiges */

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

.carousel-indicators {
    display: none;
}

/*.carousel img {*/
/*    width: 100%;*/
/*}*/
.italic {
    color: #ccc;
    font-style: italic;
}

img.img-thumbnail {
    width: 100%;
}

i.circle_red {
    color: #f00;
}

i.circle_yellow {
    color: #ff7f00;
}

i.circle_green {
    color: #0f0;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

span.modal_close_button {
    position: absolute;
    top: 0;
    right: 0;
    margin: -20px -20px 0 0;
    padding: 2px 3px 0 4px;
    background-color: transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #000;
    /*cursor: pointer;*/
    cursor: url("../images/footer/paw2.cur"), pointer;
}

form.login_modal_form > .input-group > .input-group-addon {
    color: #318084;
    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; */
    height: 350px;
}

div.galbild_vorsch img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border-radius: 4px;
    cursor: pointer;
}

div.galbild_vorsch img.galerie {
    background-size: cover;
}

div.gal_list div.galerie_caption {
    height: 1em;
    max-height: 1em;
    margin: -10px 0 10px 0;
    padding: 0;
}

div.galerie_caption.gal_slide {
    margin: 20px;
}

.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: #0E2F1F;
    font-family: 'Lato', sans-serif;
    font-style: italic;
}

p.labelb {
    color: #0E2F1F;
    font-family: 'Lato', 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 #0E2F1F;
    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 */
.body_popup a,
.body_popup p {
    font-size: 12px;
    line-height: 9px;
}

.druck_kopf {
    border-bottom: 2px solid #0E2F1F;
}

.druck_kopf_links h4 {
    font-size: 14px;
}

.druck_kopf_links p {
    margin-bottom: 5px;
}

.druck_kopf_rechts h4 {
    border-bottom: 1px solid #0E2F1F;
    font-size: 14px;
}

.druck_kopf_rechts p {
    margin-bottom: 5px;
}

.druck_kundendaten {
    border-bottom: 2px solid #0E2F1F;
}

.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 #0E2F1F;
}

.druck_bemerkung {
    border-bottom: 2px solid #0E2F1F;
}

.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 #0E2F1F;
}

.druck_button {
    margin-top: 20px;
}


/* RSS */

.rss-text img {
    float: left;
    width: 25%;
    margin-right: 10px;
    vertical-align: middle;
}

.rss-items {
    cursor: pointer;
}

.rss-items .rss-date,
.rss-items .btn-primary {
    float: right;
}


@media (max-width: 420px) {
    h1 {
        font-size: 25px;
        line-height: 40px;
    }

    .artikeldetail_button {
        display: flex;
        flex-direction: row;
    }

    .header-sm-logo {
        position: relative;
        text-align: center;
        padding-bottom: 30px;
    }

    .head-row {
        margin-bottom: 20px;
    }

    .breadcrumb > li,
    .breadcrumb > li > a {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        color: #0E2F1F;
    }

    .navbar li a:link, .navbar li a:visited, .navbar li a:hover, .navbar li a:active, .navbar li a:focus {
        font-size: 19px;
        line-height: 27px;
        text-transform: none;
        text-decoration: none;
    }

    .nav-flex {
        flex-direction: column;
    }

    ul.petimba-dropdown-menu li.petimba-dropdown-menu a.menu-a {
        font-size: 19px;
        line-height: 30px;
        text-transform: none;
        text-decoration: none;
    }

    ul.petimba-dropdown-menu li.menu-li-uk a {
        line-height: 40px;
        padding: 3px 40px;
    }

    .petimba-menu {
        position: static;
    }

    ul.petimba-menu li.menu-li-uk > a.menu-a {
        line-height: 40px;
    }

    ul.petimba-menu > li.menu-li-uk > div > a {
        padding-left: 60px;
    }

    ul.petimba-dropdown-menu li.menu-li-uk {
        border-top: 0;
        border-top: 2px solid #fff;
    }

    ul.petimba-dropdown-menu li.menu-li-uk {
        border-bottom: 0;
    }

    .artikelliste-container {
        display: flex;
        flex-direction: column;
    }

    .artikelliste_liste_bildcontainer > img {
        position: relative;
    }

    .artlist-bild {
        text-align: center;
    }

    .mg-verf-preis {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        align-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mz-wk-detail p,
    .mg-verf-preis p {
        font-weight: bold;
        font-size: 19px;
        line-height: 27px;
        letter-spacing: 1px;
    }

    .mz-wk-detail-sm {
        margin-bottom: 30px;
    }

    .row-meng-verf-preis {
        flex-direction: column;
    }

    .row-meng-verf-preis p,
    .artikeldetail_variantenauswahl p {
        font-weight: bold;
        font-size: 19px;
        line-height: 27px;
        letter-spacing: 1px;
    }

    .row-detail {
        display: flex;
        flex-direction: column;
    }

    .newsletterform div.input-group {
        width: 100%;
    }

    .row-footer a {
        font-size: 19px;
        line-height: 29px;
    }

    .footer-info a, .footer-info p, .footer-info i {
        font-size: 19px;
        line-height: 23px;
    }

    .newsletterform .input-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1; /* Firefox */
        font-size: 15px;
        line-height: 12px;
    }

    .searchform .input-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1; /* Firefox */
        font-size: 19px;
        line-height: 23px;
    }

    /* .xxx--portal.xxx--portal-1 + .clearfix-flex {
        display: flex;
        flex-direction: column-reverse;
    } */
    .clearfix-flex:nth-child(1) .container-portal {
        display: flex;
        flex-direction: column-reverse;
    }

    /*.container-portal:first-child {
        display: flex;
        flex-direction: column-reverse;
    }*/
    .konto-art-wk {
        display: flex;
        flex-direction: column;
    }

    .merkzettel_info_flex {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .row-merkzettel {
        /*display: flex;*/
        flex-direction: column;
    }

    .row-mz-wk {
        display: flex;
        flex-direction: column;
    }

    .carousel img {
        width: 50%;
    }

    ul.petimba-dropdown-menu a.dropdown-toggle {
        text-transform: none;
        padding-left: 25px;
        font-size: 19px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #0E2F1F;
    }

    .head-search {
        height: 32px;
    }

    .input-group-addon i {
        font-size: 16px;
    }

    .navbar-header {
        position: relative;
    }

    #sm-search {
        display: none;
        position: absolute;
        top: -265%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav.nav-flex li {
        text-align: start;
    }
    .petimba-menu {
        width: 100%;
    }
    .petimba-menu {
        width: 100%;
    }
    

}


@media (min-width: 421px) and (max-width: 767px) {

}

/* Extra Small */

@media (min-width: 421px) and (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;
    }

    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        position: absolute;
        z-index: 10000;
        width: 320px;
        background-color: #fff;
        -webkit-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
        -moz-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
        box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
    }

    .navbar_mobile_menu {
        float: right;
        width: 100%;
        background: #fff;
    }

    .navbar_mobile_menu > div,
    .navbar_mobile_umenu > div {
        padding: 5px;
    }

    .navbar_mobile_menu > .active > a > div > p,
    .navbar_mobile_umenu > .active > a > div > p {
        color: #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;
    }

    .abstand_summenfeld2 {
        padding-right: 0;
    }

    .artikeldetail_info .left {
        float: left;
    }

    .artikeldetail_info .right {
        float: right;
    }

    div.artikelliste_kachel_container {
        min-height: 400px;
    }

    .footer-info a,
    .footer-info p,
    .footer-info i {
        font-size: 19px;
        line-height: 23px;
    }

    .row-footer a {
        font-size: 19px;
        line-height: 29px;
    }

    .newsletterform div.input-group {
        width: 100%;
    }

    .newsletterform .input-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1; /* Firefox */
        font-size: 19px;
        line-height: 23px;
    }

    .searchform .input-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1; /* Firefox */
        font-size: 19px;
        line-height: 23px;
    }

    .head-row {
        margin-bottom: 20px;
    }

    .header-sm-logo {
        position: relative;
        text-align: center;
        padding-bottom: 30px;
    }

    .head-search {
        height: 32px;
    }

    .header-menu-container {
        padding-right: 0;
        padding-left: 0;
        margin: 0;
    }

    .container {
        width: 100%;
    }

    .navbar-header {
        background-color: #DDF4E9;
        position: relative;
    }

    #sm-search {
        display: none;
        position: absolute;
        top: -265%;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*.sm-search {*/
    /*    !*display: none;*!*/
    /*    position: absolute;*/
    /*    top: -265%;*/
    /*    padding-left: 15px;*/
    /*    padding-right: 15px;*/
    /*}*/
    .searchform {
        height: 30px;
    }

    .newsletterform .head-search {
        height: 30px;
    }

    .input-group-addon {
        padding: 1px 5px;
    }

    .input-group-addon i {
        font-size: 16px;
    }

    .nav-flex {
        display: flex;
        flex-direction: column;
    }

    .nav-flex li {
        border-top: 2px solid #fff;
    }

    .row-detail {
        display: flex;
        flex-direction: column;
    }

    .row-meng-verf-preis {
        flex-direction: column;
    }

    .row-meng-verf-preis p,
    .artikeldetail_variantenauswahl p {
        font-weight: bold;
        font-size: 19px;
        line-height: 27px;
        letter-spacing: 1px;
    }

    h1 {
        font-size: 25px;
        line-height: 40px;
    }

    .artikeldetail_button {
        display: flex;
        flex-direction: row;
    }

    .breadcrumb > li,
    .breadcrumb > li > a {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        color: #0E2F1F;
    }

    .navbar li a:link, .navbar li a:visited, .navbar li a:hover, .navbar li a:active, .navbar li a:focus {
        font-size: 19px;
        line-height: 27px;
        text-transform: none;
        text-decoration: none;
    }

    .nav-flex {
        flex-direction: column;
    }

    ul.petimba-dropdown-menu li.petimba-dropdown-menu a.menu-a {
        font-size: 19px;
        line-height: 30px;
        text-transform: none;
        text-decoration: none;
    }

    ul.petimba-dropdown-menu li.menu-li-uk a {
        line-height: 40px;
        padding: 3px 40px;
    }

    .petimba-menu {
        position: static;
    }

    ul.petimba-menu li.menu-li-uk > a.menu-a {
        line-height: 40px;
    }

    ul.petimba-menu > li.menu-li-uk > div > a {
        padding-left: 60px;
    }

    ul.petimba-dropdown-menu li.menu-li-uk {
        border-top: 0;
        border-top: 2px solid #fff;
    }

    ul.petimba-dropdown-menu li.menu-li-uk {
        border-bottom: 0;
    }

    .mz-wk-detail-sm {
        margin-bottom: 30px;
    }

    .mz-wk-detail p, .mg-verf-preis p {
        font-weight: bold;
        font-size: 19px;
        line-height: 27px;
        letter-spacing: 1px;
    }

    .mg-verf-preis {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        align-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .clearfix-flex:nth-child(1) .container-portal {
        display: flex;
        flex-direction: column-reverse;
    }

    .konto-art-wk {
        display: flex;
        flex-direction: column;
    }

    .konto-art-wk {
        display: flex;
        flex-direction: column;
    }

    .merkzettel_info_flex {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .carousel img {
        width: 50%;
    }

    ul.petimba-dropdown-menu a.dropdown-toggle {
        text-transform: none;
        padding-left: 25px;
        font-size: 19px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #0E2F1F;
    }
    .nav.nav-flex li {
        text-align: start;
    }
    .petimba-menu {
        width: 100%;
    }
    .petimba-menu {
        width: 100%;
    }
}


/* Small */

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        position: absolute;
        z-index: 10000;
        width: 320px;
        background-color: #fff;
        -webkit-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
        -moz-box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
        box-shadow: -10px 10px 15px 5px rgba(170, 170, 170, 0.4);
    }

    .navbar_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;
    }

    div.artikelliste_kachel_container {
        min-height: 400px;
    }

    .nav-flex {
        flex-direction: column;
    }

    .navbar li a:link, .navbar li a:visited, .navbar li a:hover, .navbar li a:active, .navbar li a:focus {
        font-size: 19px;
        line-height: 22px;
        text-transform: none;
        text-decoration: none;
    }

    .nav-flex {
        flex-direction: column;
    }

    ul.petimba-dropdown-menu li.petimba-dropdown-menu a.menu-a {
        font-size: 19px;
        line-height: 36px;
        text-transform: none;
        text-decoration: none;
    }

    ul.petimba-dropdown-menu li.menu-li-uk a {
        line-height: 40px;
        padding: 3px 40px;
    }

    .petimba-menu {
        position: static;
    }

    ul.petimba-menu li.menu-li-uk > a.menu-a {
        line-height: 40px;
    }

    ul.petimba-menu > li.menu-li-uk > div > a {
        padding-left: 60px;
    }

    ul.petimba-dropdown-menu li.menu-li-uk {
        border-top: 0;
        border-top: 2px solid #fff;
    }

    ul.petimba-dropdown-menu li.menu-li-uk {
        border-bottom: 0;
    }

    .mz-wk-detail-sm {
        margin-bottom: 30px;
    }

    .mz-wk-detail p,
    .mg-verf-preis p {
        font-weight: bold;
        font-size: 19px;
        line-height: 27px;
        letter-spacing: 1px;
    }

    .mz-wk-detail p,
    .mg-verf-preis p {
        font-weight: bold;
        font-size: 19px;
        line-height: 27px;
        letter-spacing: 1px;
    }

    .mg-verf-preis {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        align-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .row-footer a {
        color: #fff;
        font-size: 11px;
        line-height: 25px;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 5px 11px;
    }

    .konto-art-wk {
        display: flex;
        flex-direction: column;
    }

    .merkzettel_info_flex {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .navbar-header {
        position: relative;
    }

    #sm-search {
        display: none;
        position: absolute;
        top: -265%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-sm-logo {
        position: relative;
        text-align: center;
        padding-bottom: 30px;
    }

    .row-meng-verf-preis p, .artikeldetail_variantenauswahl p {
        font-size: 20px;
        line-height: 30px;
    }

    .bestand-flex {
        margin-top: 10px;
        justify-content: center;
    }

    .bestand-flex i {
        text-align: center;
    }

    .bestand-flex p {
        display: none;
    }
    .nav.nav-flex li {
        text-align: start;
    }
    .dropdown-menu>li>a {
        padding: 3px 20px;
    }
    .petimba-menu {
        width: 100%;
    }


}


/* Medium */

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-nav {
        margin-left: -30px;
    }

    .navbar li a:link, .navbar li a:visited, .navbar li a:hover, .navbar li a:active, .navbar li a:focus {
        font-size: 17px;
        line-height: 27px;
    }

    .mz-wk-detail p,
    .mg-verf-preis p {
        font-weight: bold;
        font-size: 19px;
        line-height: 27px;
        letter-spacing: 1px;
    }

    .row-footer a {
        color: #fff;
        font-size: 14px;
        line-height: 25px;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 5px 20px;
    }
}


/* Large */

@media (min-width: 1200px) {
    .navbar-default .navbar-nav {
        margin-left: -30px;
    }
}


/*
 *
 * ELEMENTS
 */
iframe {
    width: 100% !important;
}

/*iframe[ng-src*="3xios/beleg1.php"] {*/
/*    min-height: 100px;*/
/*}*/


/*
 *
 * REBOOT
 * reboot--[BLOCK]--[ELEMENT]---[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;
}


/*
 *
 * DAKO Style Set
 * xxx--[BLOCK]--[ELEMENT]---[MODIFIER]
 */

.xxx---none {
    display: none !important;
}

.xxx---clear {
    clear: both !important;
}

.xxx---shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.xxx---opacity-half {
    opacity: .5;
}

.xxx---rounded {
    border-radius: 3px;
}

.xxx---inline,
.xxx---inside-inline > * {
    display: inline-block !important;
}

.xxx---block,
.xxx---inside-block > * {
    display: block;
}

.xxx---inside-inline > *,
.xxx---vertical-top {
    vertical-align: top;
}

.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---pointer {
    cursor: pointer !important;
}

.xxx---relative {
    position: relative;
}

.xxx---dev {
    opacity: .1;
}

.xxx---freeze-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.xxx---height-200 {
    height: 200px !important;
}

.xxx---height-250 {
    height: 250px !important;
}

.xxx---height-300 {
    height: 300px !important;
}

.xxx---height-350 {
    height: 350px !important;
}

.xxx---height-400 {
    height: 400px !important;
}

.xxx---height-500 {
    height: 500px !important;
}

.xxx---padding-cleared[class*="col-"],
.xxx---padding-cleared *[class*="col-"] {
    padding: 0;
}

.xxx---padding-zero {
    padding: 0;
}

.xxx---padding--lr {
    padding-left: 0;
    padding-right: 0;
}

.xxx---padding--lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.xxx---padding--lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.xxx---padding--lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.xxx---padding--lr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.xxx---padding--lr-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.xxx---padding--tb {
    padding-top: 0;
    padding-bottom: 0;
}

.xxx---padding--tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.xxx---margin--t-10 {
    margin-top: 10px !important;
}

.xxx---margin--t-20 {
    margin-top: 20px !important;
}

.xxx---margin--b-20 {
    margin-bottom: 20px !important;
}

.xxx---margin-left-5 {
    margin-left: 5px !important;
}

.xxx---margin-left-10 {
    margin-left: 10px !important;
}

/* COMPONENT > MAP */
.xxx--map {
    display: block;
    width: 100%;
    min-height: 200px;
    margin-bottom: 30px;
    border: 0 none;
    outline: 1px solid #ccc;
}

/* COMPONENT > LIST */
.xxx--list {
}

.xxx--list-root {
}

.xxx--list-level {
}

.xxx--list-item {
    display: block;
}

.xxx--list-item > a {
    display: block;
}

.xxx--list---cleared {
    list-style: none;
    padding: 0;
    margin: 0;
}

.xxx--list---level .xxx--list---level {
    padding-left: 10px;
}

/* COMPONENT > TABLE */
.xxx--table {
    width: 100%;
}

.xxx--table---th-light th {
    font-weight: lighter;
}

/* COMPONENT > IMG-BOX */
.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;
}

/* COMPONENT > NAV > SIDEBAR */
.xxx--nav-sidebar .xxx--list-item,
.xxx--nav-sidebar .xxx--list-item > * {
    position: relative;
}

.xxx--nav-sidebar .xxx--list-item > a {
    position: relative;
    display: block;
}

.xxx--nav-sidebar .xxx--list-item.panel {
    border: 0 none;
}

.xxx--nav-sidebar .xxx--list-item.panel + .xxx--list-item.panel {
    margin-top: 0;
}

.xxx--nav-sidebar .panel-group {
    margin-bottom: 0;
}

.xxx--nav-sidebar .group-link {
    position: relative;
    display: block;
    padding-right: 30px;
}

.xxx--nav-sidebar .group-count {
    position: absolute;
    top: 10px;
    right: 35px;
}

.xxx--nav-sidebar .group-collapse {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

.xxx--nav-sidebar .group-collapse:hover {
    background: rgba(0, 0, 0, .2);
}

.xxx--nav-sidebar .group-collapse .caret {
    transition: transform 300ms ease;
}

.xxx--nav-sidebar .group-collapse.is-open .caret {
    transform: rotate(180deg);
}

/* COMPONENT > PRODUCT > SKU */
.xxx--product-sku:before {
    content: '# ';
}

.xxx--product-sku {
    font-size: 10px;
    color: #999;
}


/*
 *
 * DSS > ELASTIC SEARCH
 * xxx--elasticsearch-[BLOCK]--[ELEMENT]---[MODIFIER]
 */

/* SUGGESTION */
.xxx--elasticsearch-suggestion {
    position: relative;
}

.xxx--elasticsearch-suggestion--list-block {
    position: absolute;
    display: block;
    padding: 0;
    z-index: 1000;
    background: #fff;
}

.xxx--elasticsearch-suggestion--list-label {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    background: #209bd7;
}

.xxx--elasticsearch-suggestion--list {
    width: 100%;
    padding: 0;
    background: #fff;
    z-index: 100;
}

.xxx--elasticsearch-suggestion--list + .xxx--elasticsearch-suggestion--list {
    border-top: 2px solid #209bd7;
}

.xxx--elasticsearch-suggestion--list-link {
    padding: 5px 10px;
    font-size: 14px;
    color: #666;
}

.xxx--elasticsearch-suggestion--list-link:hover,
.xxx--elasticsearch-suggestion--list-item---selected .xxx--elasticsearch-suggestion--list-link {
    background: #eee;
    color: #0E2F1F;
    font-weight: bold;
}

.xxx--elasticsearch-suggestion--list-product-image {
    padding-left: 0;
    padding-right: 0;
}

/* NAV > BREADCRUMB */
.xxx--elasticsearch-nav--breadcrumb {
}

/* NAV > SQUARE */
.xxx--elasticsearch-nav--square,
.xxx--elasticsearch-nav--square--item {
}

/* RESULT */
.xxx--elasticsearch-result,
.xxx--elasticsearch-result--list,
.xxx--elasticsearch-result--item {
}

/* RESULT > CONTROL */
.xxx--elasticsearch-result--control--q:before,
.xxx--elasticsearch-result--control--q:after {
    content: '"';
}

/* RESULT > FILTER */
.xxx--elasticsearch-result--filter {
    margin-bottom: 25px;
}

.xxx--elasticsearch-result--filter--block {
    position: relative;
}

.xxx--elasticsearch-result--filter--block-head {
    margin: 0 0 15px 0;
    color: #fff;
    background: #209bd7;
    border-bottom: thin solid #000;
}

.xxx--elasticsearch-result--filter--block-head-title {
    display: block;
    padding: 10px 50px 10px 15px;
}

.xxx--elasticsearch-result--filter--block-head-caret {
    position: absolute;
    top: 10px;
    right: 50px;
    font-size: 16px;
    color: #209bd7;
}

.xxx--elasticsearch-result--filter--block-head-reset {
    position: absolute;
    top: 5px;
    right: 15px;
    margin: 0 5px;
    padding: 5px;
    font-size: 16px;
    color: #209bd7;
}

.xxx--elasticsearch-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--elasticsearch-result--filter--block-body---is-open {
    display: block;
}

.xxx--elasticsearch-result--filter--block-body---is-absolute {
    position: absolute;
    top: 33px;
    left: 0;
}

.xxx--elasticsearch-result--filter--block-body .xxx--list {
    margin: 5px 0;
}

.xxx--elasticsearch-result--filter--option {
    display: block;
    margin: 5px 0;
}

.xxx--elasticsearch-result--filter--option-label {
    position: relative;
    width: 100%;
}

.xxx--elasticsearch-result--filter--option-icon,
.xxx--elasticsearch-result--filter--option-value {
    color: #666;
}

.xxx--elasticsearch-result--filter--option-label:hover .xxx--elasticsearch-result--filter--option-icon,
.xxx--elasticsearch-result--filter--option-label:hover .xxx--elasticsearch-result--filter--option-value,
.xxx--elasticsearch-result--filter--option---is-active .xxx--elasticsearch-result--filter--option-icon,
.xxx--elasticsearch-result--filter--option---is-active .xxx--elasticsearch-result--filter--option-value {
    color: #000;
}

.xxx--elasticsearch-result--filter--option-count {
    position: absolute;
    top: 4px;
    right: 15px;
    color: #999;
    font-weight: lighter;
    font-size: 10px;
}


/**
 * portal
 * @package dss
 * @component
 */

.xxx--portal-row,
.xxx--portal-col,
.xxx--portal-mod,
.xxx--portal-mod--block {
}

.xxx--portal-mod--header {
    padding: 30px 15px;
}

/* .xxx--portal-mod--headline {
    color: #666;
    font-size: 26px;
} */

*[class*="xxx--portal-mod"].headline-centered .xxx--portal-mod--header {
    text-align: center;
}

*[class*="xxx--portal-mod"].headline-centered .xxx--portal-mod--headline {
    color: #c93a3a;
}

.xxx--portal-mod--block {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}

.xxx--portal-mod--block + .xxx--portal-mod--block {
    margin-top: 50px;
}

.xxx--portal-mod--block--header {
    margin-bottom: 15px;
}

.xxx--portal-mod--block--headline {
    margin: 0;
    font-size: 24px;
}

.xxx--portal-mod--block--headline * {
    font-size: 16px;
    color: #c93a3a;
}

.xxx--portal-mod--block--teaser-text a {
    color: #c93a3a;
    text-decoration: underline;
}

.xxx--portal-mod--block-news--article {
    text-align: left;
}

.xxx--portal-mod--block-news--image-link {
    display: block;
    border: thin solid #c93a3a;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    overflow: hidden;
}

/* XXS */
@media (max-width: 359px) {
    .xxx--portal-mod--block .xxx--list-item {
        width: 100%;
    }
}

/* XS */
@media (max-width: 767px) {
    .xxx--portal-mod--block--header {
        margin-top: 30px;
    }

    .xxx--portal-mod--block--headline,
    .xxx--portal-mod--block--teaser-text {
        text-align: center;
    }
}


/**
 * portal
 * @package dss
 * @modifier
 */

.xxx--portal-mod--block-link--image-container,
.xxx--portal-mod--block-link--image-placeholder {
}

.xxx--portal-mod--block-link--image-background {
    background-repeat: no-repeat;
    background-size: cover;
}

.xxx--portal-mod--block-link--label {
    z-index: 10;
}


/**
 * scroll-sticky
 * @package xxx
 * @modifier
 */

/* XS */
@media (min-width: 768px) {
    .xxx--scroll-sticky {
        position: fixed !important;
        width: 100%;
    }
    
}


/**
 * parallax
 * @package xxx
 * @modifier
 */

*[xxx--parallax] {
    position: absolute;
    transition: top 300ms ease;
}


/**
 * pagination
 * @package xxx
 * @modifier
 */

.xxx--pagination {
    font-family: 'Lato', sans-serif;
}


/**
 *
 * @package dss
 * @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%;
}

.xxx---overflow-hidden {
    overflow: hidden;
}

.xxx---block,
.xxx---inside-block > * {
    display: block !important;
}

.xxx---inline,
.xxx---inside-inline > * {
    display: inline-block !important;
}

.xxx---table-cell {
    display: table-cell !important;
}

.xxx---inside-float---left > * {
    float: left;
}

.xxx---none {
    display: none !important;
}

.xxx---vertical-top,
.xxx---inside-inline > * {
    vertical-align: top;
}

.xxx---is-collapsed {
}

.xxx---is-visible {
}

.xxx---is-active {
}

.xxx---is-open {
    display: block;
}

.xxx---cursor-default {
    cursor: default !important;
}

.xxx---cursor-pointer {
    cursor: pointer !important;
}

*[class*="xxx---center"] {
    position: absolute;
}

.xxx---center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.xxx---center-y {
    top: 50%;
    transform: translateY(-50%);
}

.xxx---center-x {
    left: 50%;
    transform: translateX(-50%);
}

.xxx---square {
    width: 100%;
}

.xxx---square:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.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;
}

.layer {
    height: 40px;
    background-color: #F1FEF8;
}

/*a {*/
/*    cursor: url("../images/footer/paw.cur"), pointer ;*/
/*}*/