@media (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {
	.prp-start-img img{
		margin-top: 100px;
	}
	#g-header{
		background: #1867a9!important;
	}
	#g-showcase{
		background-image: url(http://prp-haarausfall24.de/images/haarausfall/haarausfall-prp.png);
		background-repeat: no-repeat;
		background-position: right;
	}
	.control-group{
		width: 100%;
		overflow: hidden;
	}
	.control-group input{
		box-sizing: border-box;
	}
	#g-showcase .sample-content{
		text-align: left;
	}
	#g-showcase .sample-description{
		padding-left: 0!important;
	}
	.button{
		color: #ffffff!important;
		background: #f6b2b6!important;
	}
	p{
		text-align: justify;
	}
	.prp-center p{
		text-align: center;
	}
}