﻿/* Products Einzelansicht MainImage */

.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/nutramins/01_Nutractive_Header_1280_278.jpg');
  	background: linear-gradient(to right, rgba(217, 217, 217, 1) 10%, rgba(217, 217, 217, 0) 40%), url('../images/products/nutramins/01_Nutractive_Header_1280_278.jpg');
  	background-repeat:no-repeat;
  	background-size: cover;
  	background-position: 70% center;
    }





.mainproducts {
	background: #fff;
	
	
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	}


.containereinzelansicht {
	position: relative;
}


/* Products Einzelansicht Linie mit Kreis */

.linie {
	border: 1px #fcbf00 solid;
	transform: skewY(1deg);
	height: 66px;
	width: 100%;
	background-color: #fcbf00;
	margin-top: -18px;
}
	
	


/* Products Einzelansicht Product Tablets */
.plus_white {
	background: #fff;
    width: 2px;
    height: 38px;
    position: relative;
    margin-left: 20px;
     margin-top: 164px;
}
 
 .plus_white:before {
	background: #fff; 
 	content: "";
    width: 38px;
    height: 2px;
    position: absolute;
    top: 17px;
    left: -17px;
}

.product_text {
	position: relative;
	width: 80%;
	max-width: 280px;
	height: auto;
	margin-top: 0px;
	margin-left: 20px;
	background: rgba(255,255,255, .6);
	border-radius: 2px;
	padding-top: 4px;
	padding-left: 10px;
}
.product_text h4 {
	line-height:1em;
	display: block;
    margin-block-start: 1em;
    margin-block-end: .6em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;	
    margin-top: 8px;
}
.product_bild {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 360px;
	margin-top: -60px;
	}

.product_bild img {
	width: 80%;
	height: auto;
	margin-left: 10%;
	}
.yellow {
	width: 100%;
	height: 40px;
}
.plus_yellow{
	background: #fcbf00;
    width: 2px;
    height: 38px;
    position: relative;
    margin-left: 20px; 
}
 
 .plus_yellow:before{
	background: #fcbf00; 
 	content: "";
    width: 38px;
    height: 2px;
    position: absolute;
    top: 17px;
    left: -17px;
}

.plus_yellow {
	float: left;
	margin-left: 20px;
}

.plus_yellow:nth-of-type(2) {
	float: right;
	margin-right: 20px;
}

.einzelansichttext {
	margin: 0 auto;	
	width: 100%;
	max-width: 360px;
	height: auto;
	padding: 1em;
	}
	
.einzelansichttext h4 {	
	font-size: 1.6em;
	color: #025493;
	line-height: .1em;
	font-weight:100;
	}
.einzelansichttext h1 {	
	font-size: 1.6em;
	color: #025493;
	line-height: .1em;
	font-weight:800;
	}
.einzelansichttext h3 {
font-size: 1.6em;
	color: #fcbf00;
	line-height: .2em;
	}
.einzelansichttext p {
	font-size:1em;
	}

.clear2 {
	clear: both;
}
/* Products Einzelansicht Pfeile */	
.container_arrow {
	
}	
.right, .left {
  position: absolute;
  top: 670px;
  border: solid #025493;
  border-width: 0 6px 6px 0;
  display: inline-block;
  padding: 8px;
}

.right {
right: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
left: 10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Products Einzelansicht Triangle */

#products_triangle {
border-style: solid;
border-width: 20px 0 0 100px;
border-color: transparent transparent transparent #80c141;
}
@media screen and (min-width:200px) {
#products_triangle {
	border-width: 20px 0 0 200px;
	}
}

@media screen and (min-width:270px) {
.right, .left {
	top: 580px;
	}
}

@media screen and (min-width:300px) {
#products_triangle {
	border-width: 20px 0 0 300px;
	}
}

@media screen and (min-width:400px) {
#products_triangle {
	border-width: 20px 0 0 400px;
	}
}

@media screen and (min-width:520px) {
.product_bild {
	width: 50%;
	float: left;
	margin-top: 0;
	}
.einzelansichttext {
	width: 50%;
	float: right;
	}
.right, .left {
	top: 600px;
	}

#products_triangle {
	border-width: 20px 0 0 520px;
	}

}
@media screen and (min-width:600px) {
	.product_bild {
	margin-top: -10%;
	}
	.product_bild img {
	margin-bottom: 10%;
	}
#products_triangle {
	border-width: 20px 0 0 600px;
	}
}
@media screen and (min-width:720px) {
.product_bild {
	max-width: 450px;
	}
.einzelansichttext {
	width: 40%;
	margin-right: 10%;
	margin-top: 6%; 
	}
.right, .left {
	top: 640px;
	}

#products_triangle {
	border-width: 20px 0 0 720px;
	}

}
@media screen and (min-width:900px) {
.product_bild {
	width: 40%;
	margin-left: 10%;
	margin-top: -4%;
	}
.einzelansichttext {
	width: 30%;
	margin-right: 20%; 
	}
.plus_white, .product_text {
	margin-left: 10%;	
}
#products_triangle {
	border-width: 20px 0 0 900px;
	}
}
@media screen and (min-width:1000px) {
#products_triangle {
	border-width: 20px 0 0 1000px;
	}
}
@media screen and (min-width:1240px) {
#products_triangle {
	border-width: 20px 0 0 1240px;
	}
}




