.trueltzsch_intro {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+92,000000+100&0+0,0.65+92,0+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 92%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

#g-features {
    background: #f5f5f5;
    color: #424753; 
	padding: 1px;
}

.g-owlcarousel-item-title a {
	font-size: 0.5em;
	line-height: 1.3em;
	
	color: white;
	
	margin: 0 0 20px 0;
	padding: 20px;
	
	background: rgba(0,0,0,0.5);
	background-color: rgba(0, 0, 0, 0.5);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
}

.aludoc-owlcarousel h1 {
	font-size: 0.5em;
	line-height: 1.3em;
	
	color: white;
	
	margin: 0 0 20px 0;
	padding: 10px;
	
	background: rgba(0,0,0,0.5);
	background-color: rgba(0, 0, 0, 0.5);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
}

@media only screen and (max-width: 600px) {
	#owlcarousel-2532-particle {
		visibility: hidden;
		display: none;
	}	
}

.product_overview {
  height: 220px;
  width: 240px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid LightGray;
  word-break: break-word;
}

.product_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 760px) {
  .product_overview {
    width: 150px !important;
	height: 160px;
  }
}

.form_group_overwrite {
	padding-bottom: 20px;
}

.vis_label_overwrite {
	display: block;
    width: 100%;
    margin-bottom: 5px;
}

