.bg-arxlight {
    background-color: #ef3340!important;
    color: #ffffff;
}
.bg-arxlight-green {
    background-color: #205C40!important;
    color: #ffffff;
}
.bg-arxlight a, .bg-arxlight-green a {
    color: rgba(255,255,255,.90);
    text-decoration: none;
}
.bg-arxlight a:hover, .bg-arxlight-green a:hover {
    color: rgba(255,255,255,1);
    text-decoration: underline;
}
.nav-link {
    color: rgba(255,255,255,.8)!important;
}
.nav-link:hover {
    color: rgba(255,255,255,1);
    text-decoration: underline;
}
.text-arxlight, .text-arxlight-green {
    color: #205C40!important;
}
.text-arxlight-red {
    color: #ef3340!important;
}
.arxlight-matristabell td:first-child {
  text-align: left;
}
.arxlight-matristabell td:not(:first-child), .arxlight-matristabell th {
  text-align: center;
}
.page-link {
  color: #333;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #205C40!important;
    border-color: #205C40!important;
}
hr {
    border-top: 2px solid #ef3340;
}
.hr-grey {
    border-top: 2px solid #ced4da;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}
.carousel-item {
  height: 45vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.no-js #carousel-item-1 {
  background-image: url(/images/winter_arctic_light.jpg);
}
.no-webp #carousel-item-1 {
  background-image: url(/images/winter_arctic_light.jpg);
}

.webp #carousel-item-1 {
  background-image: url(/images/winter_arctic_light.webp);
}

.no-js #carousel-item-2 {
  background-image: url(/images/desert.jpg);
}
.no-webp #carousel-item-2 {
  background-image: url(/images/desert.jpg);
}
.webp #carousel-item-2 {
  background-image: url(/images/desert.webp);
}

.no-js #carousel-item-3 {
  background-image: url(/images/car_mud.jpg);
}
.no-webp #carousel-item-3 {
  background-image: url(/images/car_mud.jpg);
}

.webp #carousel-item-3 {
  background-image: url(/images/car_mud.webp);
}


.table-bordered.cards {
	border: 0 !important;
}

.cards tbody tr {
   float: left;
   width: 19rem;
   margin: 0.5rem;
   border: 0.0625rem solid rgba(0, 0, 0, .125);
   border-radius: .25rem;
   box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.cards tbody td {
   display: block;
}

.cards thead {
   display: none;
}

.cards td:before {
   content: attr(data-label);
   position: relative;
   float: left;
   color: #808080;
   min-width: 4rem;
   margin-left: 0;
   margin-right: 1rem;
   text-align: left;
}

.productItem {page-break-after: always;}
/*.cards thead {
	display: none;
}

.cards tbody tr {
  float: left;
}
@media (min-width: 576px) {
  .cards tbody tr {
    float: left;
  	width: 100%;
    margin: 0.5em;
  	border: 1px solid #bfbfbf;
  	border-radius: 0.1em;
  	background-color: transparent !important;
  	box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 768px) {
  .cards tbody tr {
    float: left;
  	width: 50%;
    margin: 0.5em;
  	border: 1px solid #bfbfbf;
  	border-radius: 0.1em;
  	background-color: transparent !important;
  	box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 992px) {
  .cards tbody tr {
    float: left;
  	width: 25%;
    margin: 0.5em;
  	border: 1px solid #bfbfbf;
  	border-radius: 0.1em;
  	background-color: transparent !important;
  	box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 1200px) {
  .cards tbody tr {
  	width: 25%;
  }
}
.cards tbody tr td {
	display: block;
	border: 0;
  margin-left: 15px;
  margin-right: 15px;
}
*/
