@charset "UTF-8";
body {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}

.footer {
  background-color: #eee;
}

.meta-nav {
  background-color: #eee;
}

/* Info, Warning, Danger */
.alert.alert-danger {
  background-color: #D92128;
}

.btn.btn-danger {
  background-color: #D92128;
  border-color: #D92128;
}

.btn.btn-danger.focus, .btn.btn-danger:focus, .btn.btn-danger:hover {
  background-color: #831418;
  border-color: #831418;
}

.alert.alert-info {
  background-color: #4caf50;
}

.alert.alert-warning {
  background-color: transparent;
  color: #444;
  box-shadow: 0 4px 20px 0 rgba(217, 33, 40, 0.6666666667), 0 7px 10px -5px rgba(217, 33, 40, 0.6666666667);
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.center {
  margin: 0 auto;
}

.meta-nav .nav-item .nav-link {
  color: #777;
  font-size: 12px;
}

.meta-nav .nav-item .nav-link:hover {
  color: #831418;
  text-decoration: none;
}

.btn {
  padding: 12px 25px;
}

.btn-outline-primary, .btn-outline-secondary {
  padding: 11px 25px;
}

.btn-outline-primary {
  color: #D92128;
  border-color: #D92128;
}

.btn-outline-primary:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
  color: white;
  background-color: #831418;
  border-color: #831418;
}

.login-form {
  max-width: 720px;
  margin: 80px auto;
  padding: 30px;
  border: 1px solid #444;
  border-radius: 4px;
}

.lang img {
  width: 30px;
}

.row {
  margin-top: 10px;
}

.sidebar {
  background: #eee;
}

.sidebar-mini .sidebar .logo a.logo-mini {
  width: 30px;
}

.sidebar .logo a.logo-mini {
  width: 0;
}

.sidebar .nav .sidebar-mini i {
  color: #D92128;
  width: 30px !important;
  line-height: 30px !important;
  font-size: 24px !important;
}

@media (max-width: 990px) {
  .sidebar-mini .sidebar .logo a.logo-mini {
    width: 0;
  }
}
@media (min-width: 991px) {
  .sidebar-mini .sidebar:hover .logo a.logo-mini {
    width: 0;
  }
}
.action-confirm {
  float: right;
  margin-top: 20px;
}

.no-margin {
  margin: 0;
}

.address-panel {
  margin-bottom: 30px;
}

.container-fluid {
  padding: 0;
}

.card-image-top {
  max-width: 220px;
  margin: 0 auto;
}

h5.card-title {
  color: #D92128;
  font-weight: bold;
}

.article-listing {
  margin-bottom: 30px;
  height: 575px;
}

#breadcrumb {
  font-size: 1.5rem;
  color: #e1e1e1;
  padding: 5px;
  background-color: #444;
  border-radius: 4px;
}

.short-desc {
  color: #444;
  margin: 10px auto;
  overflow: hidden;
  height: 175px;
  position: relative;
}

.text-fade {
  position: absolute;
  height: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.price {
  font-weight: bold;
}

.section {
  margin-top: 15px;
}

.add-to-cart {
  float: right;
  background-color: #D92128;
  border: none;
}

.add-to-cart:hover, .add-to-cart:active {
  background-color: #831418;
}

.price_status {
  font-size: 75%;
  font-weight: normal;
}

.hidden-link {
  color: #e1e1e1;
}

#page {
  min-height: calc(100vh - 350px);
}

.navbar {
  padding-right: 10px;
}

.btn-secondary {
  background-color: #444;
}

@media screen and (max-width: 1220px) {
  .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#mobile-nav {
  display: none;
}

#desktop-nav {
  display: block;
}

@media screen and (max-width: 1000px) {
  #mobile-nav {
    display: block;
  }
  #desktop-nav {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    padding: 0 15px;
  }
}
.gallery-overview {
  margin-bottom: 20px;
}

.gallery-overview .col-md-3 {
  flex: 0 0 25% !important;
  max-width: 25% !important;
}

.slide {
  display: none;
  padding: 10px;
}

.active-slide {
  display: block !important;
}

.slide img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.picture {
  padding: 10px;
  border: 2px solid #444;
  border-radius: 4px;
  margin-bottom: 10px;
}

.picture img {
  width: 100%;
}

.item-nr {
  font-size: 80%;
}

.item-nr-desc {
  background-color: #eee;
  padding: 2px 5px;
}

.vat-info {
  background-color: #eee;
  padding: 2px 5px;
}

.shipping {
  font-size: 80%;
  float: right;
}

.spacer {
  height: 20px;
  width: 100%;
}

.h3 {
  font-size: 200%;
}

.mb-3 {
  margin-bottom: 0 !important;
}

.ui-effects-transfer {
  background-size: cover;
  border: 1px solid #444;
  border-radius: 4px;
}

.cart-col-optional {
  display: none;
}

table caption {
  display: none;
}

@media (min-width: 768px) {
  .cart-col-optional {
    display: table-cell;
  }
  table caption {
    display: table-caption;
  }
}
.cart-item-wrapper {
  margin-top: 0;
}

.cart-item-img-wrapper {
  width: 120px;
  padding: 4px;
  margin: 0 0 0 12px;
}

.cart-item-img {
  width: 100%;
  border: 1px solid #777;
  border-radius: 4px;
}

.cart-item-text-wrapper {
  margin: 0 12px;
}

.cart-item-desc {
  text-align: left;
  margin-bottom: 0;
}

.cart-item-name {
  font-weight: 500;
  margin-bottom: 0;
}

.cart-item-count {
  width: 80px;
  float: right;
  margin-bottom: 0;
}

.cart-item-price {
  text-align: right;
  font-weight: 500;
  margin-bottom: 0;
}

.cart-item-vat {
  text-align: center;
  margin-bottom: 0;
}

.fa-trash-alt:before {
  font-size: 120%;
}

.delete-cart-item {
  color: white;
  line-height: 24px;
  text-align: center;
}

.container {
  max-width: 1140px !important;
}

.checkout-price {
  font-size: 110%;
  font-weight: bold;
}

.checkout-price p {
  float: right;
  text-decoration: underline;
}

.full-height {
  height: 100%;
}

.partner img {
  width: 100%;
}

.footer-column {
  border-right: 1px solid #444;
}

.footer-column:last-child {
  border: none;
}

input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-right: 9px;
}

input[type=checkbox] + label {
  vertical-align: top;
}

input[type=number] {
  text-align: right;
}

textarea {
  min-height: 100%;
}

@media (max-width: 991px) {
  .sidebar .nav-mobile-menu {
    margin-top: 0;
  }
  .off-canvas-sidebar nav .navbar-collapse:before, .sidebar:before {
    background: none;
  }
}
.logo-normal img {
  width: 80% !important;
}

.logo-mini {
  text-align: center !important;
}

.logo-mini img {
  width: 100% !important;
}

.navbar-form {
  margin: 0 20px;
}

.close-layer.visible {
  display: none;
}

.sidebar .user {
  margin: 0;
}

.bmd-form-group {
  width: 320px;
}

#page-wrapper .page-header {
  margin: 0;
  padding: 0;
}

.navbar .collapse .navbar-nav .nav-item .nav-link .material-icons {
  font-size: 2rem;
}

.sidebar .nav li .dropdown-menu a, .sidebar .nav li a {
  text-transform: none;
}

.material-icons {
  vertical-align: text-bottom;
}

.card .card-header.card-header-image img {
  box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.breadcrumb {
  background-color: white;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background: none;
}

.carousel-control-prev-icon i, .carousel-control-next-icon i {
  color: black;
}

.carousel-indicators li {
  background-color: darkgrey;
}

.carousel-indicators li.active {
  background-color: black;
}

.card .card-header-primary .card-text {
  background: linear-gradient(60deg, #D92128, #831418);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 120, 201, 0.4);
}

a {
  color: #D92128;
}

a:focus, a:hover {
  color: #831418;
}

.btn.btn-outline-primary {
  color: #D92128;
  border-color: #D92128;
}

.btn.btn-outline-primary:active, .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  color: #831418;
  border-color: #831418;
  background: transparent;
}

.card .card-header-primary:not(.card-header-icon):not(.card-header-text) {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 120, 201, 0.4);
  background: linear-gradient(60deg, #D92128, #831418);
}

.btn.btn-primary {
  color: white;
  border-color: #D92128;
  background-color: #D92128;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 120, 201, 0.4);
}

.btn.btn-primary:active, .btn.btn-primary:hover, .btn.btn-primary:focus, .dropdown-menu a:hover {
  color: white;
  border-color: #831418;
  background-color: #831418;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 120, 201, 0.4);
}

.form-control, .is-focused .form-control {
  background-image: linear-gradient(0deg, #D92128 2px, rgba(0, 120, 201, 0) 0), linear-gradient(0deg, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0) !important;
}

.form-control:-moz-read-only {
  background-image: linear-gradient(0deg, #D92128 2px, rgba(0, 120, 201, 0) 0), linear-gradient(0deg, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0) !important;
}

.form-control:read-only {
  background-image: linear-gradient(0deg, #D92128 2px, rgba(0, 120, 201, 0) 0), linear-gradient(0deg, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0) !important;
}

.search-bar, .is-focused .search-bar, ul.navbar-nav li a i {
  color: #444;
  font-weight: normal;
}

.search-bar::-moz-placeholder {
  color: #444;
}

.search-bar::placeholder {
  color: #444;
}

.phone-link {
  font-size: initial !important;
  color: #444 !important;
  font-weight: normal !important;
}

.phone-link .btn-just-icon .material-icons {
  font-size: 1.25rem !important;
  color: #D92128 !important;
}

@media (min-width: 992px) {
  .phone-link .btn-just-icon .material-icons {
    margin-top: -1.1em !important;
  }
}
.light-text {
  color: #444;
}

.wrapper {
  height: 100vh;
  overflow: auto;
}

.sidebar[data-background-color=black] {
  background: none;
  background-color: rgba(20, 20, 20, 0.5);
}

.footer {
  background-color: transparent;
  color: #444;
}

.main-panel > .footer {
  border-top: none;
}

@media (max-width: 991px) {
  .navbar-toggler .icon-bar {
    background: #444 !important;
  }
}
.static-wrapper {
  background: white;
  padding: 5px 20px;
  color: #555;
  border-radius: 3px;
}

.main-panel > .content {
  min-height: calc(100vh - 154px);
}

.copyright {
  white-space: nowrap;
  display: inline-block;
}

.form-check .form-check-input:checked + .form-check-sign .check {
  background: #831418;
}

.alert {
  border-radius: 6px;
}

.fc-select {
  position: relative;
}

.fc-select svg {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 8px;
  top: 12px;
  fill: silver;
}

.fc-select select {
  position: relative;
  min-width: 4em;
  padding-right: 2em;
}

.fc-select:focus-within svg {
  fill: #831418;
}

del {
  color: gray;
  font-weight: normal;
}

.legal-address {
  margin-left: 5em;
}

/* Adressen ohne Filter standardmäßig ausblenden */
.address {
  display: none;
}

.addressfilter {
  margin: 0.5rem 1rem;
}

@keyframes bounce {
  from {
    transform: translate3d(-15px, -30px, 0);
  }
  to {
    transform: translate3d(-15px, -60px, 0);
  }
}
.auto {
  animation: bounce 0.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.zoomimg {
  position: absolute;
  z-index: 10;
  right: 19px;
  top: 34px;
  width: 24px;
  height: 24px;
}

@media (min-width: 768px) {
  .zoomctl {
    cursor: pointer;
  }
}
.zoomtrans {
  transition: 0.2s ease all;
}

.orderbymenu {
  background-color: white;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.orderbymenu li {
  display: inline-block;
  padding: 0.3125rem 1rem;
}
.orderbymenu label {
  vertical-align: bottom;
  margin-right: 1rem;
}
.orderbymenu .fc-select {
  display: inline-block;
}

.listview {
  border-radius: 0.25rem;
  font-size: 90%;
  overflow: hidden;
  background-color: white;
}
.listview tr {
  height: 64px;
}
.listview .lv_icon {
  vertical-align: top;
}
.listview .lv_icon img {
  width: 64px;
}
.listview .lv_nummer {
  vertical-align: top;
  line-height: 22px;
  min-height: 64px;
}
@media screen and (min-width: 768px) {
  .listview .lv_nummer {
    white-space: nowrap;
  }
}
.listview .lv_nummer a {
  display: block;
}
.listview .lv_price {
  white-space: nowrap;
  font-weight: bold;
  line-height: 1.1;
}
.listview .lv_description {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .listview .lv_description {
    display: none;
  }
}
.listview .lv_description div {
  height: 64px;
  overflow: hidden;
  line-height: 22px;
}
.listview .lv_stock {
  white-space: nowrap;
  font-weight: bold;
  line-height: 1.1;
  text-align: right;
}
.listview .va_top {
  vertical-align: top;
}

/* Modaler Dialog */
.modal {
  margin-top: -65px;
}
.modal .modal-body {
  max-height: calc(100vh - 180px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.modal.fade.show {
  background: rgba(0, 0, 0, 0.7);
}

/* IE ... */
.iemsg {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  .form-control {
    background-color: #F8F8F8 !important;
    padding-left: 6px;
  }
  .iemsg {
    display: block;
  }
}
#triggerModal {
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */