@charset "UTF-8";
body {
  color: #555;
  background: white;
}

a {
  color: #0080E1;
}

a:hover, a:active {
  color: #0071c8;
  text-decoration: none;
}

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

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

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

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

.alert.alert-warning {
  background-color: transparent;
  color: #555;
  -webkit-box-shadow: 0 4px 20px 0 #f55145A0, 0 7px 10px -5px #f55145A0;
          box-shadow: 0 4px 20px 0 #f55145A0, 0 7px 10px -5px #f55145A0;
}

#main-menu {
  padding: 10px 0;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.center {
  margin: 0 auto;
}

.navbar.navbar-expand-lg.navbar-light {
  z-index: 100;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
}

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

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

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

.dropdown-menu {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
}

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

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

.footer {
  background-color: #f2f2f2;
  margin-top: 20px;
  color: black;
  min-height: 240px;
}

.footer a {
  color: inherit;
}

.footer .container {
  padding-top: 10px;
}

.lang img {
  width: 30px;
}

.row {
  margin-top: 10px;
}

.sidebar {
  background: white;
}

.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;
}

.card-title {
  text-align: center;
}

.article-listing {
  margin-bottom: 30px;
  height: 575px;
  border: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.article-listing:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
}

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

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

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

.price {
  font-weight: bold;
  color: black;
}

.section {
  margin-top: 15px;
}

.btn-primary {
  background-color: #323231;
  border-color: #5a5a5a;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #5a5a5a;
  border-color: #323231;
}

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

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

.add-to-cart.fullwidth {
  width: 100%;
  border-radius: 20px;
}

.price_status {
  font-size: 75%;
}

.hidden-link {
  color: #e1e1e1;
}

#content {
  margin-top: 30px;
}

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

.navbar {
  padding: 0;
}

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

@media screen and (max-width: 1220px) {
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 580px) {
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

#mobile-nav {
  display: none;
}

#desktop-nav {
  display: block;
}

@media screen and (max-width: 992px) {
  #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 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 25% !important;
          flex: 0 0 25% !important;
  max-width: 25% !important;
}

.slide {
  display: none;
  padding: 10px;
  border: 2px solid #555;
  border-radius: 4px;
}

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

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

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

.picture img {
  width: 100%;
}

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

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

.vat-info {
  background-color: white;
  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 black;
  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%;
}

.copyright {
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

.partner img {
  width: 100%;
}

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

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

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

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

textarea {
  min-height: 100%;
}

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

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

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

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

@media (min-width: 768px) {
  .zoomctl {
    cursor: pointer;
  }
}

.zoomtrans {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.mb-20 {
  margin-bottom: 20px;
}

#navbarSupportedContent ul {
  width: 100%;
}

#navbarSupportedContent li {
  margin: 0;
}

#navbarSupportedContent li:hover {
  background-color: #E8E8E8;
  -webkit-transition: .4s;
  transition: .4s;
}

.navigation li a:hover {
  -webkit-transition: .2s;
  transition: .2s;
}

#navbarSupportedContent .nav-link {
  padding: 8px 12px;
  display: block;
}

.navbar-toggler {
  background-color: white;
}

.dropdown-item.active, .dropdown-item:active {
  color: #0080E1;
  text-decoration: none;
  background-color: transparent;
}

.orderbymenu {
  background-color: white;
  margin-bottom: 1rem;
  border-radius: .25rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.orderbymenu li {
  display: inline-block;
  padding: .3125rem 1rem;
}

.orderbymenu label {
  vertical-align: bottom;
  margin-right: 1rem;
}

.orderbymenu select {
  display: inline-block;
  width: auto;
}

.listview {
  border-radius: .25rem;
  font-size: 90%;
  overflow: hidden;
  background-color: white;
}

.listview tbody tr {
  height: 64px;
}

.listview tbody tr:nth-of-type(odd) {
  background-color: #F8F8F8;
}

.listview tbody td {
  border: none;
}

.listview .lv_icon {
  vertical-align: top;
}

.listview .lv_icon img {
  width: 64px;
}

.listview .lv_nummer {
  vertical-align: top;
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  .listview .lv_nummer {
    white-space: nowrap;
  }
}

.listview .lv_nummer a {
  display: block;
  height: 64px;
}

.listview .lv_price {
  vertical-align: middle;
  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_button {
  vertical-align: middle;
}

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

.specialText {
  color: white;
  padding: 0 4px;
  border-radius: 4px;
}

.success {
  background-color: #4caf50;
}

.warning {
  background-color: #ffc107;
}

.navbar-brand {
  max-width: 225px;
}

.navbar-brand img {
  max-width: 100%;
}

#categoryWrapper {
  background-color: #f2f2f2;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
/*# sourceMappingURL=style.css.map */