﻿/* 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;
}
.container-kreis{
	width: auto;
	float: right;
	margin-right: 10px;
}

.kreis{
	border: 1px #fcbf00 solid;
	height: 132px;
	width: 132px;
	border-radius: 64px 64px 64px 64px;
	background-color: #fcbf00;
	margin-top:-32px;	
	background-image: url('../images/products/nutramins/01_Nutractive_Flavour_116_116.png');
	background-repeat: no-repeat;
	background-position: center;
	}
	
	
.flavour {
float: left;
	font-size: .9em;
	text-transform: uppercase;
	color: #fff;
	margin-top: 24px;
	margin-left:10%;
	transform: skewY(-1deg);
	width: auto;
}


/* Products Einzelansicht Product Tablets */

.product_text {
	width: 280px;
	margin-top: -180px;
	margin-left: 20px;
	background: rgba(255,255,255, .6);
	border-radius: 2px;
	padding-top: 10px;
	padding-left: 10px;
}

.plus_white{
	background: #fff;
    width: 2px;
    height: 38px;
    position: relative;
    margin-left: 17px;
    margin-top: -100px; 
}
 
 .plus_white:before{
	background: #fff; 
 	content: "";
    width: 38px;
    height: 2px;
    position: absolute;
    top: 17px;
    left: -17px;
}



.einzelansicht{
	height: auto;
	width: auto;
	position: absolute;
	top: -350px;
	left: -80px;

	}
	
.product_bild {
width: 200px;

	}

.product_bild img {
	height: 160px;
	margin-top: 130px;
	margin-left: 20px;
	float: left;
	}
	
/* Products Einzelansicht Product Text */
	
.einzelansichttext {	
	width: 200px;
	float: right;
	height: auto;
	padding-top: 2em;
	padding-right: 10px;
	}

.einzelansichttext h1 {	
	font-size: 1.1em;
	}

.einzelansichttext h4, h1 {
	color: #025493;
	line-height: .1em;
	}
	
.einzelansichttext h4 {
	font-weight:100;
	}	
.einzelansichttext h1 {
	font-weight:800;
	}
.einzelansichttext h3 {
	color: #fcbf00;
	line-height: .2em;
	}
.einzelansichttext p {
	font-size:.8em;
	}

.clear2 {
	clear: both;
}

.plus_yellow{
	background: #fcbf00;
    width: 2px;
    height: 38px;
    position: relative;
    margin-left: 17px; 
}
 
 .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) {
	margin-left: 80px;
}

.product_text h4 {
	line-height:0px;
	display: block;
    margin-block-start: 1em;
    margin-block-end: .6em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;	
    margin-top: 8px;
}
	
	
	
/* Products Einzelansicht Pfeile */	
.container_arrow {
	
}	
.right, .left {
  position: absolute;
  top: 680px;
  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 300px;
border-color: transparent transparent transparent #80c141;
}



@media screen and (min-width:380px) {
	.flavour {
	margin-left: 24%;
	}
	.einzelansichttext {	
	width: 260px;
	}
	.einzelansichttext h1 {	
	font-size: 1.3em;
	}
	#products_triangle {
	border-width: 20px 0 0 360px;
	}

.plus_yellow {
	float: left;
	margin-left: 20px;
}

.plus_yellow:nth-of-type(2) {
	margin-left: 110px;
}
	




}
@media screen and (min-width:450px) {
	.flavour {
	margin-top: 24px;
	}
	.einzelansichttext {	
	width: 260px;
	margin-right: 30px;
	}
	.product_bild img {
	margin-left: 60px;
	}
	.plus_yellow:nth-of-type(2){
	margin-left: 178px;
	}

	#products_triangle {
	border-width: 20px 0 0 430px;
	}
i {
  border-width: 0 6px 6px 0;
  padding: 20px;
}

	.right {
right: 20px;
}

.left {
left: 20px;
}

}
@media screen and (min-width:550px) {
	.flavour {
	margin-left:36%;
	font-size: 1em;
	}
	.container-kreis{
	margin-right: 50px;
	}

	.einzelansichttext {	
	width: 300px;
	margin-right: 60px;
	}
	.einzelansichttext h1 {	
	font-size: 1.6em;
	}

	.product_bild img {
	margin-left: 60px;
	}
	#products_triangle {
	border-width: 20px 0 0 530px;
	}

}
@media screen and (min-width:650px) {
	.product_text {
	width: 280px;
	margin-top: -280px;
}
.container-kreis{
	float: left;
	margin-left: 48%;
	margin-top: -50px;
}	
.flavour {
	float: right;
	font-size: 1em;
	margin-right: 10%;
}
.product_bild img {
	height: 300px;
	margin-top: -60px;
	position: relative;
	}
.einzelansichttext {
    width: 354px;
}
.einzelansichttext h4, h3 {
    font-size: 1.4em;
}
.einzelansichttext p {
    font-size: 1em;
}
	.plus_yellow:nth-of-type(2){
	margin-left: 226px;
	}
	#products_triangle {
	border-width: 20px 0 0 630px;
	}

}

@media screen and (min-width:800px) {
.plus_white{
    margin-left: 66px;
    }

.product_text {
    margin-left: 66px;
}
	.product_bild img {
	margin-left: 120px;
	}
	.container-kreis{
	margin-top: -40px;
}
.flavour {
	margin-top: 22px;
	margin-right: 16%;
	font-size: 1.1em;
}
.product_bild img {
	height: 500px;
	margin-top: -160px;
	margin-left: 80px;
	}

.einzelansichttext {
    margin-right: 7%;
}
	.plus_yellow:nth-of-type(1){
	margin-left: 66px;
	}

	.plus_yellow:nth-of-type(2){
	margin-left: 320px;
	}


	#products_triangle {
	border-width: 20px 0 0 780px;
	}

}
@media screen and (min-width:950px) {
.plus_white{
    margin-left: 120px;
    }

.product_text {
    margin-left: 120px;
}
	.product_bild img {
	margin-left: 120px;
	}
.flavour {
	margin-right: 22%;
}
.einzelansichttext {
    margin-right: 16%;
}
	.plus_yellow:nth-of-type(1){
	margin-left: 120px;
	}

	.plus_yellow:nth-of-type(2){
	margin-left: 294px;
	}


	#products_triangle {
	border-width: 20px 0 0 930px;
	}

}
@media screen and (min-width:1050px) {
.plus_white{
    margin-left: 160px;
    }

.product_text {
    margin-left: 160px;
}
	.product_bild img {
	margin-left: 160px;
	}
.flavour {
	margin-right: 26%;
	
}
.einzelansichttext {
    margin-right: 20%;
}

	.plus_yellow:nth-of-type(1){
	margin-left: 160px;
	}

	.plus_yellow:nth-of-type(2){
	margin-left: 310px;
	}


	#products_triangle {
	border-width: 20px 0 0 1030px;
	}

}

@media screen and (min-width:1280px) {


.plus_white{
    margin-left: 250px;
    }

.product_text {
    margin-left: 250px;
}
	.product_bild img {
	margin-left: 250px;
	}
.einzelansichttext {
    margin-right: 25%;
}

	.plus_yellow:nth-of-type(1){
	margin-left: 250px;
	}

	.plus_yellow:nth-of-type(2){
	margin-left: 310px;
	}


	#products_triangle {
	border-width: 20px 0 0 1030px;
	}




.flavour {
	margin-right: 29%;	
}
	#products_triangle {
	border-width: 20px 0 0 1280px;
	}

}


