.modal-body{
  padding:0;
  padding-top:0 !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
}
p,.p{
  font-size:1rem;
  line-height: 14px;
	text-align: right;
}

.infospot-content{
  float:left;
	padding-bottom:120px;
}
.infospot-spacing-55{
  padding:55px 0;
}
.infospot-spacing-20{
  padding:20px 0;
}
.infospot-header{
  height:40px;
  float:left;
  width:100%;
}
.infospot-inner-content{
  width: 100%;
}
.infospot-product-title{
  padding-right:10px;
  float:right;
}

.infospot-bold-title{
  font-weight:bold;
}
.infospot-schweif{
  width: 20%;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none !important;
}
.infospot-product-description{
  padding:0px 0px 20px 40px;
}
.infospot-product-picture{
  width: 100%;
}





.infospot-content{
  float:left;
}
.infospot-content .container{
	width: 100%;
	float: left;
	overflow-x: hidden;
}
.infospot-content .row{
	display: block;
	width: 100%;
	float: left;
}
.infospot-content .col-12{
	width: 100%;
	position: relative;
	float: left;
}
.infospot-content .col-10{
	width: 80%;
	position: relative;
	margin: auto;
}
.infospot-content .col-6{
	width: 50%;
	position: relative;
	float: left;
}
.infospot-content .col-3{
	width: 33.33%;
	position: relative;
	float: left;
} 
.infospot-content .text-center{
	text-align: center !important;
}
.infospot-content .text-justify{
	text-align: justify !important;
}
.infospot-content .text-left{
	text-align: left !important;
}
.infospot-content .text-right{
	text-align: right !important;
}
.infospot-content .infospot-product-picture-container{
    width:100%;
    height: auto;
  	padding:0 10px;
	margin-bottom: 30px;
  }
.infospot-content .img-responsive{
	width: 100%;
	margin: auto;
	height: auto;
}
.infospot-content video{
	width: 100%; 
	display: block;
	margin: auto;
}
.infospot-content p{
	margin-top: 10px; 
	font-size: 14px; 
	line-height: 18px;
}
.infospot-content a, .infospot-content .a{
  font-size:1rem;
  color:rgba(173,70,29,1);
}
.infospot-content a:hover, .infospot-content .a:hover{
  color:rgba(173,70,29,1);
  text-decoration: none;
  cursor: pointer;
}
.infospot-content h2,.infospot-content .h2{
  font-size:1rem;
  line-height:0px;
}
.infospot-content h3, .infospot-content .h3{
  font-size:2.10rem;
}
.infospot-content .box{
	position: relative;
	padding: 10px
}
.infospot-content .box.feature-box img{
	width: 100%;
	display: block;
	margin: auto;
}
.infospot-content .box.feature-box p{
	padding: 5px;
}
.infospot-footer{
	background-color: inherit;
	box-shadow: 0 -5px 5px rgba(255,255,255,0.1);
	padding-top: 10px;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
 	position:fixed;
  	left:0;
  	bottom:0;
  	width:100%
}
.infospot-footer-right-container{
  width:50%;
  float:left;
}
.infospot-footer-left-container{
  width:50%;
  padding-right:40px;
}
.infospot-left-logo-position{
  padding:0px 0px 5px 40px;
}
.infospot-left-logo-position > a > img{
  width: 30%;
  max-width: 50px;
  filter: drop-shadow(1px 0px 2px rgba(0,0,0,0.5));
}
.infospot-footer-right-container > img{
  width: 30%;
  position: absolute;
  right: 0.9vw;
  bottom: 0vh;
  filter: drop-shadow(1px 3px 2px rgba(0,0,0,0.7));
}
@media (min-width:310px) and (max-width:767px){
  .infospot-content h2, .infospot-content .h2{
    font-size:3.20vw;
  }
  .infospot-content p,.infospot-content .p{
    font-size:1rem;
    line-height: normal;
  }
  .infospot-content a,.infospot-content .a{
    font-size:1rem;
  }
  .infospot-spacing-55{
    padding:10px 0;
  }
  .infospot-spacing-20{
    padding:10px 0;
  }
  .infospot-left-logo-position{
    padding:0px 0px 5px 20px;
  }
}
@media(max-width: 360px){
	.infospot-content .col-6{
		width: 100%;
		position: relative;
		float: left;
	}
	.infospot-content .col-3{
		width: 50%;
		position: relative;
		float: left;
	} 
}