.T3693 { margin: 20px 0px; }

.T3693 .header {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.T3693 .header .headline { margin: 0px; text-align: center; }

.T3693 .header .tag_select { margin: 20px 0px; display: inline-block; }
.T3693 .header .tag_select .tag {
	float: left;
	display: inline-block;
	margin: 0px 15px 0px 0px;
	font-weight: 600;
	text-align: center;
	padding: 8px 25px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	border: 2px solid #3041fd;
	color: #000;
	cursor: pointer;
}

.T3693 .header .tag_select .tag.youtube { margin-right: 0px; }

.T3693 .header .tag_select .tag:hover {
	background-color: #3041fd;
	color: #FFF;
}

.T3693 .header .tag_select .tag.active { background-color: #3041fd; color: #FFF; }


.T3693 .content .story {
	width: 25%;
	height: auto;
	border-radius: 4px;
	cursor: pointer;
}

.T3693 .content .story.hide { display: none; }
.T3693 .content .story:hover { background-color: #eee; }

.T3693 .content .story .wrapper { position: relative; }
.T3693 .content .story .wrapper > a > span { 
	position:absolute; 
	width:100%;
	height:100%;
	top:0;
	left: 0;
	z-index: 1;
}


.T3693 .content .story .inner { padding: 8px; }
.T3693 .content .story .inner .bild {
	margin: 0px 0px 15px 0px;
	position: relative;
}

.T3693 .content .story .inner .bild img {
	width: 100%;
	height: auto;
	border-radius: 4px; 
}

.T3693 .content .story .inner .bild .new {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 8px;
	left: 8px;
	border-radius: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}


.T3693 .content .story .inner h2 { 
	margin: 0px 0px 15px 0px;
	padding: 0px 3px;
	font-size: 24px;
	line-height: 28px;
}

.T3693 .content .story .inner .intro { padding: 0px 3px; font-weight: 600; line-height: 1.3; }


.T3693 .content .story .user .pic {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-top: 1px;
	float: left;
}

.T3693 .content .story .user .pic img { border-radius: 15px; }

.T3693 .content .story .user {
	padding: 0px 3px;
	margin-top: 20px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
}

.T3693 .content .story .user .info { float: left; }


@media all and (min-width: 1024px) and (max-width: 1279px) {


	.T3693 .header .tag_select .tag {
		margin: 0px 12px 0px 0px;
		padding: 6px 23px;
	}
}

@media all and (min-width: 768px) and (max-width:1023px) {

}

@media all and (min-width: 585px) and (max-width: 767px) {

	.T3693 .header .tag_select .tag {
		font-size: 16px;
		padding: 5px 15px;
		margin: 0px 12px 0px 0px;
	}

	.T3693 .content .story { width: 33%; }

}

@media all and (max-width: 584px) {

	.T3693 .header .tag_select .tag {
		float: none;
		margin: 0px auto;
		display: block;
		width: auto;
		margin-bottom: 10px;
	}


	.T3693 .content .story { width: 50%; }
}

