/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */

p {
    margin-top: 0px;
    margin-bottom: 0px;
}
.productbox-title {
    text-align: center;
    font-size: 0.70rem;
    border-top: 1px solid #C0C0C0;
    padding-top: 5px;
    line-height: 1.3;
}
.productbox-price {
    font-size: 0.875rem;
	text-align:center;
	color: #525252;
}
.price_wrapper {
    margin-top: 0rem;
	margin-bottom: 0.5rem;
    text-align: center;
}
#product-list .product-wrapper:not(:last-child) {
    margin-bottom: 10px;
}
header {
    box-shadow: none;
	border-bottom: 1px solid #C0C0C0;
    position: relative;
    z-index: 1020;
}
@media (min-width: 992px) {
      #jtl-nav-wrapper .navbar-brand img {
        height: 70px;
    }
    #jtl-nav-wrapper .navbar-expand-lg {
        height: 90px;
    }
}
#header-top-bar a:hover:not(.dropdown-item):not(.btn), header a:hover:not(.dropdown-item):not(.btn) {
    color: #000000;
}
header .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 0 6px;
    border-color: #C0C0C0;
    border-style: solid;
    transition: width 0.4s;
    width: 0;
}
.nav-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: bold;
}
#content-wrapper:not(.has-fluid) {
    padding-top: 0rem;
}
.breadcrumb-wrapper {
    border-width: 0 0;
    margin-bottom: 0;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 10px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.form-control {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #C0C0C0;
    border-radius: 0rem;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out;
}
.form-control:focus {
    background-color: #fff;
    color: #333333;
	border: 1px solid #E5E5E5;
	box-shadow: none;
}
.product-title {
	border-bottom: 1px solid #C0C0C0;
	font-size: 1rem;
	text-align: center;
	padding-bottom: 4px;
	margin-bottom: 0;
}
#product-offer .product-info ul.info-essential {
    margin: 0.25rem 0;
}
.product-sku {
    color: #C0C0C0;
	font-size: 0.75rem;
}
#product-offer .product-info .stock-information {
    border-top: 0px solid #ebebeb;
    border-bottom: 0px solid #ebebeb;
    align-items: center;
}
#product-offer .product-info .stock-information.stock-information-p {
    padding-top: 0.25rem; 
    padding-bottom: 0.25rem;
}
@media (max-width: 767.98px) {
  #product-offer .product-info .stock-information {
    margin-top: 0.25rem;
  }
	.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.7rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #525252;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

}
.longdesc {
    margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}
#product-offer .product-info .product-offer > .row {
    margin-bottom: 0.5rem;
}
.variations dt {
    font-weight: 600;
    margin-bottom: 0.15rem;
}
.btn-light {
    color: #333;
}
.btn-light:hover {
    color: #000;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .bs-placeholder[data-toggle="collapse"]:not(.navbar-toggler), .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
	color: #333;
	border-color: #C0C0C0;
}
.bootstrap-select.custom-select.show button.dropdown-toggle, .bootstrap-select.custom-select.show button[data-toggle="collapse"]:not(.navbar-toggler) {
	background: #ffffff;
	border-color: #333;
	outline: 0;
}
.bootstrap-select.custom-select button.dropdown-toggle:focus, .bootstrap-select.custom-select button[data-toggle="collapse"]:focus:not(.navbar-toggler) {
    border-color: #333;
}
#image_wrapper #gallery {
    margin-bottom: 0rem;
}
.slick-dots {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    line-height: 0;
    padding: 0;
    height: 1rem;
    width: 100%;
    margin: 0rem 0 0;
}
.vat_info {
    color: #C0C0C0;
	font-size: 80%;
}
.product-price {
    color: #333;
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1.25rem;
}
#add-to-cart .btn .btn-basket-check span {
    display: inline-block;
}
#product-offer .product-info {
    border: 0;
    padding: 0 0;
}
.question-on-item {
    margin-top:0.30rem;
	text-align: right;
	padding-right: 35px;
}
.delivery-status {
	text-align: right;
}
.form-group {
    margin-bottom: 0.825rem;
}
#add-to-cart {
    margin-top: 1.6rem;
}
.hr-sect {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  align-items: center;
  color: #333;
  margin: 4px 0;
  font-size: 1rem;
  font-family: Montserrat, sans-serif; 
}
.slick-slider-other .hr-sect {
    margin-bottom: 0.7rem;
}
.slick-slider-other.is-not-opc {
    margin-bottom: 0.7rem;
}
#product-offer .product-info .product-offer {
    margin-bottom: 0.7rem;
}
.basket-form-inline {
    text-align: center;
    margin-bottom: 0.5rem;
}
#footer {
    margin-top: auto;
    padding: 1rem 0 0;
	background-color: #F8F8F8;
    border-top: 1px solid #eee;
}
#footer .productlist-filter-headline {
    text-transform: uppercase;
	font-size: 0.875rem;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
#content {
    padding-bottom: 0rem;
}
.box-normal .box-normal-link {
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 0.85rem;
	text-transform: uppercase;
	font-size: 0.875rem;
}
#footer .nav-link {
    padding: 0.2rem 0;
	text-transform: none;
	font-size: 0.8rem;
}
.blog-title {
    border-bottom: 1px solid #C0C0C0;
    font-size: 1rem;
    text-align: center;
    padding-bottom: 0.25rem;
    margin-top: 1rem;
}
.footnote-vat {
    text-align: center;
    padding-bottom: 0.25rem;
    padding-top: 1.5rem;
}
.blog-overview .blog-overview-main {
    align-items: end;
    margin-top: 0.5rem;
    margin-bottom: 0rem;
}
.blog-overview .blog-overview-preview {
    margin-top: 0rem;
}
.newsbox-body {
    flex: 1 1 auto;
    padding: 0.25rem 0;
}
.newsbox {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 0rem;
    position: relative;
}
.blog-overview .blog-overview-preview .blog-overview-preview-item {
    margin-bottom: 1rem;
}
.newsbox-headline {
    font-weight: 600;
    margin: 0rem 0;
    display: block;
	font-size: 0.85rem;
}
.newsbox-footer{
	text-align: right;
 	border-top: 1px solid #C0C0C0;
	padding-right: 0.5rem;
}
.blog-details .blog-details-content {
    margin-bottom: 1.5rem;
	margin-top: 1rem;
}
#image_wrapper {
    margin-bottom: 1rem;
    text-align: right;
}
.card-header {
    padding: 1rem 0.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #C0C0C0;
	font-size: 1.15rem;
	font-weight: 600;	
}
.card-headline {
    padding: 0.50rem 0rem 0rem 0rem;
    margin-bottom: 0;
    border-bottom: 0px solid #f5f7fa;
	font-size: 0.85rem;
	font-weight: 400;
	text-align: center;
}
#pushed-success .pushed-success-image-wrapper {
    margin-bottom: 0rem;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.5rem 0.5rem 0rem 0.5rem;
}
.cart-items-body .cart-items-name {
    display: block;
    margin-bottom: 0.2rem;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.basket-heading {
 	border-bottom: 1px solid #C0C0C0;
	font-size: 1rem;
	text-align: center;
	padding-bottom: 4px;
	margin-bottom: 0.75rem;
}
.cart-items-body .cart-items-price {
    margin-left: auto;
    white-space: nowrap;
	margin-top: 0.75rem;
}
.cart-items-body .cart-items-delete {
    margin-left: auto;
    margin-top: 0rem;
	text-align: right;
}
.cart-items-body {
    padding-bottom: 1.5rem;
}
.basket .basket-items {
    margin-bottom: 0rem;
}
.basket .basket-summary {
    margin-top: 0rem;
}
.card-gray .card-body {
    padding: 0rem 1rem 0rem 1rem;
}
.basket .basket-summary .basket-summary-total {
    margin-top: 0rem;
    padding-top: 0rem;
    font-size: 1rem;
    border-top: 0px solid #C0C0C0;
}
.card-gray {
    background: #fff;
    border: 0;
}
.shipping-costs {
    padding-top: 1rem;
}
.basket-heading2 {
	font-size: 1rem;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0rem;
	border-bottom: 1px solid #C0C0C0;
}
.dropdown-body {
     padding-top: 1.5rem;
     padding-right: 1.5rem;
     padding-bottom: 1.5rem;
     padding-left: 1.5rem;
}
.dropdown-item-total {
     border-top: 1px solid #C0C0C0;
	padding-top: 0.5rem;
}
.checkout-steps {
    margin-bottom: 1.5rem;
}
.checkout-existing-customer .checkout-existing-customer-hr > div {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.checkout-existing-customer {
    margin-bottom: 0.5rem;
}
.checkout-button-row {
    margin-top: 1rem;
}
.checkout-shipping-form fieldset {
    margin-bottom: 0rem;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 0px solid #f5f7fa;
    border-radius: 0rem;
}
.checkout-confirmation .card {
    margin-bottom: 0rem;
}
.checkout-confirmation .checkout-confirmation-legal-notice {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
.card-products .card-header .btn {
    background: #fff;
    padding: 0.375rem 0.5rem;
}
.checkout-items-total {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: auto;
	font-size: 1rem;
}
.basket #cart-checkout-btn {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.order-details-date {
    font-size: 0.8125rem;
    font-weight: 700;
    padding-bottom: 0.25rem;
}
.gallery, .list {
    align-items: baseline;
}
#footer #copyright {
    background-color: #ffffff;
    color: #C0C0C0;
    margin-top: 1rem;
    border-top: 1px solid #eee;
}
#footer li {
    margin-bottom: 0.85rem;
}
.box-nav-item {
    margin-top: 1rem;
}
.swatches-text {
    padding: 0.625rem 0.9rem;
    border: 1px solid #COCOCO;
    transition: all 0.2s ease-in-out;
}
.ribbon-2 {
    background-color: #FFFFFF;
    color: #D90003;
}
.ribbon::before, .ribbon::after {
    content: none;
    width: 0;
    height: 0;
    position: absolute;
    font-size: 0;
    line-height: 0;
    z-index: 5;
    border-top: 0 solid transparent;
    border-bottom: 0.5rem solid transparent;
    bottom: -0.5rem;
}
.ribbon {
    position: relative;
    display: inline-block;
    padding: 0.15rem 0.5rem;
    font-size: 0.70rem;
    text-transform: uppercase;
    font-weight: 700;
	border: 1px solid #D90003;
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
    box-shadow: none;
}
.breadcrumb {
  font-size: 0.9rem;
  font-weight: bold;
}
#tabAccordion, .tab-navigation {
  margin-bottom: 2.0rem;
}
.tab-content {
  margin: 0.5rem 0;
}
#result-wrapper .desc {
  margin-bottom: 0.5rem;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #000;
  background-color: transparent;
  border-color: #c0c0c0;
}
.tab-navigation .nav-link {
  border: 0;
  font-size: 0.8125rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
	color: #525252;
}.tab-navigation .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 0 4px;
  border-color: #c0c0c0;
  border-style: solid;
  transition: width 0.4s;
  width: 0;
}
#tabAccordion > .card .card-header {
  margin-bottom: 0rem;
	margin-top: 0rem;
  font-size: 0.8125rem;
	font-family: Montserrat, sans-serif;
font-weight: 600;
	text-transform: uppercase;
}
.dropdown-toggle::after, :not(.navbar-toggler)[data-toggle="collapse"]::after {
  content: '\f078' !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  margin-left: 0.5rem;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  transition: transform 0.2s;
  will-change: transform;
  border-top: 0;
  font-size: 0.8125em;
}
#tabAccordion > .card .collapse {
  margin-bottom: 0rem;
}
#tabAccordion > .card, #tab-downloads .card {
  margin-bottom: 0rem;
}







