/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v19-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v19-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v19-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v19-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

@media screen and (max-width: 1199px) {
 body {
      font-size: 90%;
   }
}

@media screen and (max-width: 991px) {
 body {
       font-size: 75%;
   }
}



  /* Farben
    * --------------------------------------- */
	
.AquaComfort{
	color: #005db9;
	margin-top: -0.2em;
}
.B5{
	color: #fbbb21;
	margin-top: -0.2em;
}
.lipostamin{
	color: #a3cf62;
	margin-top: -0.2em;
}
.hyaluron{
	color: #2db3ca;
	margin-top: -0.2em;
}
.wipes{
	color: #39b54a;
	margin-top: -0.2em;
}
.relief{
	color: #3a9948;
	margin-top: -0.2em;
}
.OneStepPlatinum{
	color: #00afab;
	margin-top: -0.2em;
}
.daily{
	color: #003da7;
	margin-top: -0.2em;
}
.white{
	color: #ffffff;
}
	

/*Bewertungen
	* --------------------------------------- */

.bewertungen_name
	{
	font-size: 1em;
	font-weight: 300;
	color: #7f7f7f;
	margin-bottom: 0.4em;
	}

.bewertungen_headline
	{
	font-size: 1.1em;
    line-height: 1.1em;
	font-weight: 600;
	color: #7f7f7f;
	}

            
.bewertungen_text {
	font-size: 1em;
	font-weight: 300;
	color: #7f7f7f;
	margin-bottom: 1.6em;
	}
	
/*Stile
	* --------------------------------------- */	
	
	.vorteile_headline
	{
	font-size: 1.3em;
    line-height: 1.1em;
	font-weight: 600;
	color: #7f7f7f;
	margin-bottom: 0.8em;
	}
	.impressum_headline
	{
	font-size: 1.3em;
    line-height: 1.1em;
	font-weight: 600;
	color: #7f7f7f;
	margin-bottom: 0.2em;
	margin-top: 0.8em;
	}

.Produkteigenschaften li {
	list-style: square;
	margin-left: 1.1em; 
	padding-top: 0.2em;
	padding-left: 0.2em;
}


.myButton {
	box-shadow: 0.4em 0.4em 0.4em -0.2em #bbdaf7;
	background-color:#0088c3;
	border-radius:0.6em;
	border:0.03em solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:1.1em;
	padding:0.5em 1.3em;
	text-decoration:none;
	margin-bottom: 1.2em;
}
.myButton:hover {
	background-color:#378de5;
}
.myButton:active {
	position:relative;
	top:0.1em;
}

.form-control {
  padding: 0.375rem 0.75rem;
  margin-top: 0.8em; 
  width: 19em;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 0.1em solid #0088c3;
  border-radius:0.3em;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-primary {
  padding: 0.8rem 0.5rem;
  margin-top: 1.2em;
  width: 20.6em; 
  font-size: 1rem;
  line-height: 1.1em;
  color: #fff;
  background-color: #0088c3;
  border: none;
  border-radius:0.3em;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #378de5;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.5);
}

/* form valid style */
.contact_form .notification_error,
.contact_form .notification_ok {
    border-radius: 5px;
	-webkit-border-radius:5px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 12px 12px;
	position:relative;
}
.contact_form .notification_ok {
    border: 1px #038bd4 solid;
    color: #038bd4;
	background:#d0e3ea;
}
.contact_form .notification_error {
    border: 1px #c93119 solid;
    color: #c93119;
	background:#ffcfcf;
}

.Preis {
     float: left;
     margin-right: 2.2em;
     box-sizing: border-box;
     margin-bottom: 1.5em;
	}
.Amazon {
     float: left;
     box-sizing: border-box;
	}

 
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#666666;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: "Roboto Condensed", "sans-serif";
	color: #666666;
	color: rgba(0,0,0,0.5);
}

h1{
	font-size: 4em;
	font-weight: 700;
	line-height: 100%;
	color: #3a9948;
    text-shadow: 0.05em 0.05em 0.2em white;
	margin-bottom: 0.4em;
}


/* eye.care */
h2{
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 0em;
	color: #7f7f7f;
}
/* Preis */
h3{
	font-size: 2.5em;
	font-weight: 700;
	color: #7f7f7f;
	line-height: 1em;
}


h4{
	font-size: 1.7em;
	font-weight: 300;
	color: #ffffff;
}

h5
	{
	font-size: 1.3em;
    line-height: 1.1em;
	font-weight: 600;
	margin-bottom: 0.2em;
	color: #7f7f7f;
	}


p{
	font-size: 1em;
	font-weight: 300;
	color: #7f7f7f;
}
.intro p{
	margin: 0 auto;
}



.section{
	text-align:center;
}

a{
	color: #0088c3;
}


 /* kleinesterne
    * --------------------------------------- */

.bewertungen .rating-sterne 
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin-right: 0.6em;
}


.bewertungen .rating-sterne li 
{
  color: #ecbe04;
  font-size: 0.85em;
  text-shadow: 0.05em 0.05em 0.01em grey;
}



  /* sterne
    * --------------------------------------- */
	
.hero-ratings .rating-stars 
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.0em;
}


.hero-ratings .rating-stars li 
{
  color: #ecbe04;
  font-size: 1.5em;
  text-shadow: 0.1em 0.1em 0.2em grey;
}


.fas 
{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-family: "Font Awesome 5 Free";
}	


