﻿.verlauf_proMainimage {
	height: 350px;
	width: 100%;
	background: -webkit-linear-gradient(to right, rgba(217, 217, 217, 1) 10%, rgba(255, 255, 255, 0) 40%), url('../images/products/sanocare/03_Sanocardio_Header_1280_278.jpg');
  	background: linear-gradient(to right, rgba(217, 217, 217, 1) 10%, rgba(217, 217, 217, 0) 40%), url('../images/products/sanocare/03_Sanocardio_Header_1280_278.jpg');
  	background-repeat:no-repeat;
  	background-size: cover;
  	background-position: 70% center;
    }
/* Products Einzelansicht Linie mit Kreis */
.linie {
	border: 1px #c88d0c solid;
	background-color: #c88d0c;
}
.einzelansichttext h3 {
	color: #c88d0c;
	}
.plus_yellow, .plus_yellow:before {
	background: #c88d0c;
}
.einzelansichttext h3 {
font-size: .9em;
	}
@media screen and (min-width:400px) {
.einzelansichttext h3 {
	font-size: 1.1em;
	}
}
@media screen and (min-width:520px) {
.einzelansichttext h3 {
	font-size: .8em;
	}
}
@media screen and (min-width:600px) {
.einzelansichttext h3 {
	font-size: 1em;
	}
}
@media screen and (min-width:720px) {
.einzelansichttext h3 {
	font-size: .9em;
	}
}

