.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;
}
a,.a{
  font-size:1rem;
  color:rgba(173,70,29,1);
}
a:hover,.a:hover{
  color:rgba(173,70,29,1);
  text-decoration: none;
  cursor: pointer;
}
h2,.h2{
  font-size:1rem;
  line-height:0px;
}
h3,.h3{
  font-size:2.10rem;
}
.infospot-content{
  float:left;
}
.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-footer{
  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));
}
.infospot-product-description{
  padding:0px 0px 20px 40px;
}
.infospot-product-picture-container{
  width:100%;
  padding:0 10px;
	margin-bottom: 30px;
}
.infospot-product-picture{
  width: 100%;
}
@media (min-width:310px) and (max-width:767px){
  h2,.h2{
    font-size:3.20vw;
  }
  p,.p{
    font-size:1rem;
    line-height: normal;
  }
  a,.a{
    font-size:1rem;
  }
  .infospot-product-picture-container{
    width:100%;
    height: auto;
  }
  .infospot-product-picture{
    width: 100%;
    height: auto;
  }
  .infospot-spacing-55{
    padding:10px 0;
  }
  .infospot-spacing-20{
    padding:10px 0;
  }
  .infospot-left-logo-position{
    padding:0px 0px 5px 20px;
  }
}
