@charset "UTF-8";
@font-face {
  font-family: "DIN W01 Regular";
  src: url("5426089/a397c752-ee83-47cf-b8a8-b476511dd2c9.eot?#iefix");
  src: url("5426089/a397c752-ee83-47cf-b8a8-b476511dd2c9.eot?#iefix") format("eot"), url("5426089/53fb9c60-2054-4c31-9283-5562244b4935.woff2") format("woff2"), url("5426089/45831ca8-93bd-4808-aa5f-3c915944f727.woff") format("woff"), url("5426089/429a3e29-88da-4603-94ff-c1450c089c88.ttf") format("truetype");
}

@font-face {
  font-family: "DIN W01 Bold";
  src: url("5426089/a397c752-ee83-47cf-b8a8-b476511dd2c9.eot?#iefix");
  src: url("5426089/a397c752-ee83-47cf-b8a8-b476511dd2c9.eot?#iefix") format("eot"), url("5426089/53fb9c60-2054-4c31-9283-5562244b4935.woff2") format("woff2"), url("5426089/45831ca8-93bd-4808-aa5f-3c915944f727.woff") format("woff"), url("5426089/429a3e29-88da-4603-94ff-c1450c089c88.ttf") format("truetype");
}

@font-face {
  font-family: "DINOT";
  src: url("5426089/DINOT.ttf") format("truetype");
}

body {
  color: #555;
  background-image: url(../media/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  font-family: 'DIN W01 Regular',Helvetica,Arial,sans-serif;
}

a {
  color: #337b52;
}

a:hover, a:active, a:focus {
  color: #235638;
  text-decoration: none;
  outline-color: #337b5244;
}

h1, h2, h3, h4 {
  color: #337b52;
  font-weight: bold;
  font-family: 'DIN W01 Bold',Helvetica,Arial,sans-serif;
}

.meta-nav {
  background-color: #262626;
  color: #e1e1e1;
}

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

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

.pagination > .page-item.active > a, .pagination > .page-item.active > a:hover, .pagination > .page-item.active > a:focus {
  background-color: #337b52;
  border-color: #235638;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.even {
  background-color: #eee;
}

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

.nav-item {
  margin-right: 15px;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.center {
  margin: 0 auto;
}

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

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

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

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

.btn-primary {
  background-color: #337b52;
  border-color: #337b52;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #235638;
  -webkit-box-shadow: 0 0 0 0.2rem #23563840;
          box-shadow: 0 0 0 0.2rem #23563840;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  -webkit-box-shadow: 0 0 0 0.2rem #23563840;
          box-shadow: 0 0 0 0.2rem #23563840;
}

.form-control:focus {
  border-color: #235638;
  -webkit-box-shadow: 0 0 0 0.2rem #23563840;
          box-shadow: 0 0 0 0.2rem #23563840;
}

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

.footer {
  background: #337b52;
  color: white;
  min-height: 240px;
}

.footer a {
  color: inherit;
}

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

.lang img {
  width: 30px;
}

.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 {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}

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

#breadcrumb {
  font-size: 1.5rem;
  color: #337b52 !important;
  padding: 5px;
  border-radius: 4px;
}

#breadcrumb a {
  font-weight: bold;
  font-size: 120%;
}

#shippingoptions .form-check {
  cursor: pointer;
  margin-bottom: 6px;
  -webkit-transition: color linear 0.2s;
  transition: color linear 0.2s;
}

#shippingoptions .form-check:hover {
  color: #222;
}

#shippingoptions .form-check:hover .head {
  color: #222;
}

#shippingoptions .form-check input {
  cursor: pointer;
}

#shippingoptions .form-check label {
  cursor: pointer;
}

#shippingoptions .form-check label .head {
  color: #337b52;
  display: block;
  -webkit-transition: color linear 0.2s;
  transition: color linear 0.2s;
}

#shippingoptions .form-check label .text {
  font-size: 90%;
}

.short-desc {
  color: #555;
  margin: 10px auto;
  overflow: hidden;
  height: 100px;
  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;
}

.section {
  margin-top: 15px;
}

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

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

.price_status {
  font-size: 75%;
}

.hidden-link {
  color: #e1e1e1;
}

#main-menu {
  background-color: white;
}

#content {
  padding-top: 30px;
  padding-bottom: 20px;
  z-index: 1;
  position: relative;
  background-color: white;
}

#page {
  min-height: calc(100vh - 60px);
  position: relative;
}

.navbar {
  padding: 10px 0;
}

.navbar-header {
  line-height: 140px;
}

.navbar-header .navbar-brand img {
  height: 80px;
}

.navbar-light {
  background: #337b52;
  padding: 0;
  line-height: 60px;
  height: 60px;
}

.navbar-light .container {
  padding: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
  padding: 0 10px;
  margin-right: 5px;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active, .active-categorie {
  background-color: #262626;
  color: white;
}

.navbar-light .fa-bars {
  color: white;
}

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

#mobile-nav .container {
  background: #337b52;
  padding: 10px 15px;
  z-index: 9;
  position: relative;
}

#desktop-nav {
  display: block;
}

.second-menu {
  display: block;
  background-color: #eee;
}

.second-menu .card-header {
  background-color: #337b52;
  color: white;
  padding-top: 1rem;
}

.second-menu .card-body {
  padding: 0;
}

.second-menu .card-body .nav .nav-item {
  border-bottom: 1px solid darkgray;
  width: 100%;
  padding: 10px 5px;
}

.second-menu .card-body .nav .nav-item a {
  color: #222;
}

.second-menu .card-body .nav .nav-item:hover {
  background-color: silver;
  -webkit-transition: .2s;
  transition: .2s;
}

.second-menu .card-body .nav .nav-item.sel, .second-menu .card-body .nav .nav-item.sel:hover {
  background-color: #337b52;
}

.second-menu .card-body .nav .nav-item.sel a, .second-menu .card-body .nav .nav-item.sel:hover a {
  color: white;
}

@media screen and (max-width: 991px) {
  #mobile-nav {
    display: block;
  }
  #desktop-nav {
    display: none;
  }
  .second-menu {
    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: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}

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

.slide img {
  width: 100%;
  display: block;
}

.picture {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  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 #262626;
  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%;
}

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

#slogan {
  background-color: transparent;
  line-height: 60px;
  text-align: center;
  font-weight: 200;
  color: #337b52;
  font-size: 24px;
  font-family: DINOT, Arial, Helvetica, sans-serif;
}

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

.item-description .card-body p, .item-description .card-body ul, .item-description .card-body ol {
  margin-bottom: 0;
}

.item-description .card-body h6 {
  font-size: 1rem;
  margin-top: 0.5rem;
}

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

.zoomimg {
  position: absolute;
  z-index: 10;
  right: 24px;
  top: 9px;
  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;
}

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

.listview tbody tr {
  height: 64px;
}

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

#quantityInline input {
  width: 85px;
}

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

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

.warning {
  background-color: #ffc107;
}
/*# sourceMappingURL=style.css.map */
