@media all and (min-device-width: 320px) {
	.top5wettbonusfullwidthHeader {
		background-position: bottom center;
		padding-bottom: 340px;
	}
	#frontpagecontent {
		line-height: 1.8em;
		padding: 10px;
		width: 100%;
	}
	
	#frontpagecontent ul li {
		display: block;
	 	background: url(../images/list/check-orange-large_rgb-3-153-153.png) left top no-repeat; 	
	 	margin-bottom: 5px;
	 	padding-left: 30px;
	  	width: 100%;
	}
}

@media all and (min-width: 550px) {
	.top5wettbonusfullwidthHeader {
		/*For Safari*/
		background-position: right bottom;
		/*For all others*/
		background-position: right -10px bottom 0;
	
		padding-bottom: 0;
	}
	#frontpagecontent {
		margin-top: 0;
		width: 60%;
	}
}

@media all and (min-width: 800px) {
	#frontpagecontent {
		width: 70%;
	}
}

@media all and (min-width: 1000px) {
	#frontpagecontent {
		width: 77%;
	}
}

#frontpagecontent blockquote
{
	font-family: Georgia, serif;
	font-size: 24px;
	font-style: italic;
	width: 100%;
	margin: 0.25em 0;
	padding: 0.25em 0 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
}

#frontpagecontent blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: -20px;
	color: #7a7a7a;
}

#frontpagecontent ul {
  	display: block;
  	font-size: 17px;
  	margin-bottom: 20px;
  	padding: 10px 20px;
  	overflow: hidden;
}
/*
#frontpagecontent ul li {
	display: block;
 	background: url(../images/list/check-orange-large_rgb-3-153-153.png) left 50% no-repeat; 	
 	padding-left: 30px;
  	width: 100%;
}*/

/**
 * New style frontpage content
 *
 * @since #2587 2016-10-08
 *
 */
.homepage-feature{
	margin: 30px auto 10px auto;
}

.homepage-feature-main{
	float: left;
	margin-right: 47px;
	width: 606px;
}

.homepage-feature-main p{
	line-height: 22px;
	margin-bottom: 15px;	
}

.homepage-feature-main-content{
	/* removed #3301
	margin-top: 15px;
	*/
}

.homepage-feature-aside{
    background: #fff;
    border-bottom: 4px solid #f88c00;
    box-shadow: 0 0 3px #cacaca;
	float: left;
	margin-top: 7px;
	padding-top: 44px;	
	position: relative;	
	width: 357px;
}

.homepage-feature-aside blockquote {
	background-color: rgb(237, 237, 237);
	color: #383838;	
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 1.45;
	margin-top: 16px;
	padding: 15px 120px 15px 15px;
	position: relative;
	width: 100%;
}

.homepage-feature-aside blockquote h1{
	display: inline-block;
	font-size: 15px;
	text-indent: 35px;
	position: relative;
}

.homepage-feature-aside blockquote h1:before {
	color: #919191;
	content: "\201C";
	display: inline-block;
	font-size: 80px;
	left: -40px;
	position: absolute;
	top: -30px;
}

.homepage-feature-aside blockquote h1:after {
	color: #919191;
	content: "\201D";
	display: inline-block;
	font-size: 80px;
	right: 2px;
	position: absolute;
	top: 25px;
}

.homepage-feature-aside ul {
  	display: block;
  	font-size: 15px;
  	margin-bottom: 10px;
  	padding: 10px 15px;
  	overflow: hidden;
}

.homepage-feature-aside ul li {
	background: url("../images/list/check-orange-large_rgb-3-153-153.png") left top no-repeat; 	
	background-size: 15px 15px;
	display: block;	
	margin-bottom: 15px;
	padding-left: 25px;
	width: 100%;
}

.homepage-feature-aside ul li:last-child{
	margin-bottom: 0;
}

.homepage-feature-aside-mark{
	background: url("../images/frontpage/home-feature-mark.png") center top no-repeat;
	color: #fff;
	display: block;	
	font-family: BebasNeueRegular, arial, Georgia, serif;
	font-size: 1.5em;
	height: 68px;
	left: 0;
	line-height: 44px;
	position: absolute;
	margin: 0 auto;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: -10px;
	width: 160px;
}

.homepage-feature-aside-figure-wrap{
	bottom: 0;
	position: absolute;
	right: 0;
	height: 332px;
	width: 160px;
}

.homepage-feature-aside-figure{
	background-image: url("../images/top5/Mann_Vergleich2.png");
    background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	display: block;
    height: 332px;	
	width: 190px;
}

@media (max-width: 1086px){
	.homepage-feature-main{
		width: calc(100% - 444px);
	}
	
	.homepage-feature-aside{
		margin-right: 40px;
	}
}


@media (max-width: 900px){
	.homepage-feature-br{
		display: none;
	}
	
	.homepage-feature-main{
		float: none;
		margin-right: 0;
		width: 100%;
	}
	
	.homepage-feature-aside{
		float: none;
		margin: 30px 50px 0 50px;
		padding-top: 70px;
		width: calc(100% - 100px);
	}
	
	.homepage-feature-aside ul li{
		margin-bottom: 20px;
	}
	
	.homepage-feature-aside blockquote{
		margin-top: 30px;
	}
	
	.homepage-feature-aside blockquote h1{
		margin-right: 60px;
	}
	
	.homepage-feature-aside blockquote h1:after {
		right: -30px;
		top: -20px;
	}	
}

@media (max-width: 800px){
	.homepage-feature-aside blockquote h1:after {
		right: -20px;
		top: 0;
	}		
}

@media (max-width: 662px){
	.homepage-feature-br{
		display: block;
	}
	
	.homepage-feature-aside blockquote h1{
		margin-right: 0;
	}
	
	.homepage-feature-aside blockquote h1:after {
		right: 2px;
		top: 25px;
	}
}

@media (max-width: 480px){
	.homepage-feature{
		overflow: hidden;
	}
	
	.homepage-feature-aside{
		margin: 50px 0 0 0;
		width: 100%;
	}
}

@media (max-width: 354px){
	.homepage-feature-aside-figure-wrap{
		width: 155px;
	}
	
	.homepage-feature-aside-figure{	
		width: 190px;
	}

	.homepage-feature-aside ul{
		padding-left: 5px;
	}
	
	.homepage-feature-aside blockquote{
		padding-left: 5px;
	}
	
	.homepage-feature-aside blockquote h1{
		font-size: 14px;
		text-indent: 30px;
	}	
}