/* Stylesheet für selbsterstellten Rezept-Post-Type




EINZELANSICHT
*/
.rezept-links{
	float:left;
	width:66%;
}

.rezept-rechts{
	float: left;
	width:31%;
	background-color: #eee;
	/*height:400px;*/
	margin-left:25px;
	border-radius: 6px;
}

.rezept-zutaten-header > h3{
	color: #8b0d16;
	text-align:center;
	width:100%;
	margin-top: 25px;
	margin-bottom:0px;
}

.rezept-zutaten-header > p{
	text-align: center;	
}

.rezept-zutaten-headline{
	font-weight: 700;
	font-size: 16px;
	margin-left: 20px;
}

.rezept-zutaten-content{
	margin-left:30px;
	margin-right: 30px;
	/*margin-bottom: 30px;*/
}

.rezept-zutaten-product-line{
	width:100%;
	float:left;
	border-top:1px solid #8b0d16;
	border-bottom: 1px solid #8b0d16;
	margin-bottom:5px;
}

.rezept-zutaten-product-line:hover{
	background-color: #f9f9f9;	
}

.rezept-zutaten-block{
	float:left;
	margin-bottom:20px;
	width:100%;
}

.rezept-zutaten-content-image-container{
	width:50px;
	height:50px;
	float:left;
	padding-top: 1px;
}

.rezept-zutaten-content-image{
	width:48px;
	height:48px;							
	background-size: contain
}

.rezept-zutaten-content-name-container{
	float:left;
	padding-top:12px;
	padding-left:5px;
}

.rezept-zutaten-content-cart-container{
	float: right;
}

.rezept-zutaten-content-cart-container:hover{
}

.rezept-add-to-cart-button{
	background: #e4022e;
	color: #ffffff;
    width: 40px;
    height: 32px;
    font-size: 20px;
    text-align: center;
    padding: 0px;
    line-height: 20px;
    margin-top: 10px;
}

.rezept-add-to-cart-button:hover{
	background:#8b0d16!important;	
}

.rezept-meta{
	width: 100%;
	height: 48px;
	border: 1px solid #8b0d16;
	border-radius: 6px;
	background-color: #f9f9f9;
	font-size: 16px;
	color: #e4022e;
	line-height: 46px;
	text-align: center;
	margin-bottom: 25px;
}

.rezept-kochdauer{
	float: left;
	/*background-color: #f9f9f9;*/
	width:33.33%;
	border-right: 1px solid #8b0d16;

}

.rezept-kochdauer-container{
	width:130px;
	margin: 0 auto;
}

.rezept-kochdauer-icon{
	width:30px;
	height:30px;
	background-image:url('http://frimobil.de/wp-content/themes/laboom/img/stoppuhr.png');
	background-size:contain;
	float:left;
	margin-top:8px;
	margin-right:10px;
}

.rezept-kochdauer-text{
	float:left;
}

.rezept-schwierigkeit{
	float: left;
	width:33.33%;
	border-right: 1px solid #8b0d16;
	height:47px;
}

.rezept-schwierigkeit-container{
	width: 90px;
	margin: 0 auto;
}

.rezept-schwierigkeit-muetze{
	width:30px;
	height:30px;
	background-size: contain;
	margin-top:8px;
	float:left;
}

.rezept-bewertung{
	float: left;
	width:33.33%;
}

#rezept-zurueck-link{
	margin-bottom:40px;
	text-align: right;
	padding-right:20px;
	width:100%;
	float: left;
}


@media (max-width:990px){
	.rezept-links{
		width:98%;
		margin-left: 1%;
	}
	
	.rezept-rechts{
		width:70%;
		margin-left:15%;
	}
	
	br{
		display:inherit!important;
	}
	
	#comments{
		width:98%;
		margin-left:1%;
	}
}

@media (max-width:540px){
	.rezept-links{
		width:98%;
		margin-left:1%;
	}
	
	.rezept-rechts{
		width:98%;
		margin-left:1%;
	}
}

@media (max-width:480px){
	.rezept-meta{
		width:80%;
		margin-left:10%;
		height:148px;
	}
	.rezept-kochdauer,
	.rezept-schwierigkeit,
	.rezept-bewertung{
		width:100%;
		border-right:none;
	}
}













