@charset "ISO-8859-1";
/* CSS Document */


/* ########################################### CARDS  ########################################*/
/* ##########################################################################################*/

/* ITEM - DEFAULT ############################################*/
.bkdesign_cards .bkitem {
	display:inline-block;
}
.bkdesign_cards .bkgroup .bkitem {
	vertical-align: top;
}
.bkdesign_cards .bknogroup .bkitems .bkitem{
	padding:0 20px;
}
.bkdesign_cards .bknogroup .bkitems .bkitem{
	vertical-align: top;
}

.bkdesign_cards .bknogroup .bkitem {
    vertical-align: top;
}


/* SURFTIPP - DEFAULT ########################################*/
.bkdesign_cards .bkentry_surftipp_hint{
	height: 0px;
	display: block;
	position: relative;
	top: 5px;
	right: -25px;
	float: right;
	z-index: 2;
}
.bkdesign_cards .bkentry_surftipp_hint:hover{
	top: -15px;
	margin-right: -30px;
}
/*  surftipp */
.bkdesign_cards .bkentry_surftipp_hint:hover .bkentry_surftipp{
	display: block;
	position: relative;
	right: 70px;
	top: 15px;
	vertical-align: top;
	font-size: 18PX;
	font-weight: bold;
	color: #e1f21c;
	text-shadow: 1px -1px #789303, -1px 1px #789303, 1px 1px #789303, -1px -1px #789303, 2px 2px 0px rgba(0, 0, 0, 0.3), 1px 2px 4px rgba(0, 0, 0, 0.5);
}
/*  star */
.bkdesign_cards .bkentry_surftipp_hint .bksurftipp_image._star{
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	display:block;
}
.bkdesign_cards .bkentry_surftipp_hint:hover .bksurftipp_image._star{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-animation: rotating 5s infinite linear;
	-moz-animation: rotating 5s infinite linear;
	-o-animation: rotating 5s infinite linear;
	-ms-animation: rotating 5s infinite linear;
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#999')";  /* for IE 8 & 9 */
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#999')";      /* For IE 5.5 - 7 */
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
}
/*  arrow */
.bkdesign_cards .bkentry_surftipp_hint:hover .bksurftipp_image._arrow{
	display: block;	
	margin-top: -25px;
	margin-left: 30px;
	height: 35px;
	position:relative;
	z-index:3;
}
@-moz-keyframes rotating { 
	from{ -moz-transform: rotate(0deg); transform: rotate(0deg); }
	to{ -moz-transform: rotate(360deg); transform: rotate(360deg);}
}
@-webkit-keyframes rotating {
	from{ -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	to{ -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes rotating {
	from{ transform: rotate(0deg); }
	to{ transform: rotate(360deg);}
}




/* ENTRY - DEFAULT  ##########################################*/
.bkdesign_cards   .bkitems .bkentry{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-xxwebkit-backface-visibility: hidden;
}
.bkdesign_cards   .bkitems .bkitem:not(#bkbroadcastcard):not([class*="bkezine_"]):not([class*="infocard_"]) .bkentry{
	border-width: 1px;
	border-style: solid;
}
.bkdesign_cards .bknogroup .bkitem.bkgame-entry .bkentry,
.bkdesign_cards   .bkitems .bkitem:not([class^="bkezine_"]):not([class^="bksafety_"]):not([class*="bknews"]):not(#bkbroadcastcard):not([class*="infocard_"]):not(.bkgame-entry) .bkentry{
	border-color: rgba(0, 0, 0, 0.52) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.79) rgba(0, 0, 0, 0.56);
}
.bkdesign_cards [class^="bksafety"].bkitem:not(.infocard_safety) .bkentry{
	border-color: rgba(107, 107, 107, 1) rgba(119, 119, 119, 1) rgba(76, 76, 76, 1) rgba(136, 136, 136, 1);
}

.bkdesign_cards  .bkitems  .bkitem[class*="bknews"] .bkentry{
    border-color: rgba(0, 0, 0, 1);
}
.bkdesign_cards  .bkitems  .bkitem:not(.bknewsentry-group):not(.bkpdfentry):not(.bkgame-entry):not(.bkvideoentry):not(#bkbroadcastcard):not([class*="bkezine_"]):not([class*="infocard_"]):not(.bknews_seitenstark) .bkentry{
	background: #e3e3e3;
}

 .bkdesign_cards .bkitems .bkpdfentry .bkentry,
.bkdesign_cards .bkitems .bkpodcast .bkentry{
	background: #fff;
} 



/* ENTRY-FLIP - DEFAULT ######################################*/
.bkdesign_cards .bkentry_flip{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 40px;
	width: 40px;
	position: absolute;
	z-index: 2;
	right:-11px;
	top:5px;
	overflow:hidden;
	cursor:pointer;
	background-image: url(/global/img/bkentry-flip.png);
}
.bkdesign_cards .bkitem .bkentry._front:hover .bkentry_flip{
	display:block;
}
.bkdesign_cards .bkitem .bkentry._back:hover .bkentry_flip{
	display:block;
}
.bkdesign_cards .bkitem:hover .bkentry_flip:active{
	height: 35px;
	width: 35px;
	right: -9px;
	top: 8px;
}
/* front */
.bkdesign_cards .bkentry_outer.flip_back .bkentry._front {
  	-webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/* back */
.bkdesign_cards .bkentry._back  {
	display:block;
  	-webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.bkdesign_cards .bkentry_outer.flip_back .bkentry._back{
  	-webkit-transform: rotateY(0);
    transform: rotateY(0);
}


/* ENTRY-CHANNEL-PANEL - DEFAULT #############################*/
.bkdesign_cards .bkentry_channel_panel{
	background: rgba(0,0,0,0.0);
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.bkdesign_cards .bkitem:not(#bkbroadcastcard) .bkentry_channel_panel{
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;    
	border-radius: 5px 5px 0 0;
	text-align: left;
}
.bkdesign_cards .bkitem .bkentry_channel_logo{
	background-repeat:no-repeat;
	display: block;
    background-position: left center;
}


/* ENTRY-PUBDATE-PANEL - DEFAULT #############################*/
.bkdesign_cards .bkitem:not([class*="bkezine_"]) .bkentry_pubdate_panel{
	background:#fff;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-ms-border-radius: 7px 7px 0 0;
	-o-border-radius: 7px 7px 0 0;    
	border-radius: 7px 7px 0 0;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12PX;
	padding: 0 0.5em;
}


/* ENTRY-AUTHORS-PANEL- DEFAULT #############################*/
.bkdesign_cards  .bkitem:not([class*="bkezine_"]) .bkentry_authors_panel{
	text-align: left;
	padding: 0.5em;
	margin: 3px 0
}
.bkdesign_cards  .bkitem:not([class*="bkezine_"])  .bkentry_authors{
	line-height:1.2em;
	font-size:12PX;
	color: #fff;
}


/* ENTRY-INNER  - DEFAULT  ###################################*/
.bkdesign_cards .bkentry_inner{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.nojs .bkdesign_cards .bkitems .bkitem:not(.bkpdfentry):not(.bkgame-entry):not(#bkbroadcastcard):not([class*="infocard_"]):not([class*="bkezine_"])  .bkentry_inner,
[data-type="d"] .bkdesign_cards .bkitems .bkitem:not(.bkpdfentry):not(.bkgame-entry):not(#bkbroadcastcard):not([class*="infocard_"]):not([class*="bkezine_"])  .bkentry_inner{
	border-style: solid;
}
.bkdesign_cards  .bkitems .bkitem[class*="bknews"] .bkentry_inner{
	border-color: rgb(255, 255, 255);
}
.bkdesign_cards .bkvideoentry .bkentry_inner{
	box-shadow: inset -1px -1px 0px rgba(255, 255, 255, 0.36), inset 1px 1px 0px rgba(0, 0, 0, 0.19);
}

/* ENTRY-EZINE #############################*/
.bkezine_geschichten .bkentry{
	background-color:#d4cdd7;
    border-color: #8e5b9f;
}
.bkdesign_cards  .bkezine_geschichten  .bkentry_authors{
     color:#8e5b9f;
}
.bkezine_gruselgeschichten .bkentry{
	background-color:#c8dba6
}
.bkdesign_cards  .bkezine_gruselgeschichten  .bkentry_authors{
     color: #618819;
}
.bkezine_berichte .bkentry{
	background-color:#fcd2ae
}
.bkdesign_cards  .bkezine_berichte  .bkentry_authors{
    color:#e97816;
}
.bkezine_reportagen .bkentry{
	background-color:#fce1a4
}
.bkdesign_cards  .bkezine_reportagen  .bkentry_authors{
     color: #fe9513;
}
.bkezine_stars .bkentry{
	background-color:#cae2ff
}
.bkdesign_cards  .bkezine_stars  .bkentry_authors{
    color:#4177b9;
}
.bkezine_manga .bkentry{
	background-color:#c1e4dc
}
.bkdesign_cards  .bkezine_manga  .bkentry_authors{
    color:#309981;
}


/* ENTRY-INNER-EZINE #############################*/
.bkitem[class*="bkezine_"] .bkentry_icon{
    display:block;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 4;
	margin-bottom: -10px;
    margin-left: -3px;
    float: right;
}
.bkezine_geschichten  .bkentry_icon{
	background-image: url(/geschichten/img/bkicon-geschichten.png);
}
.bkezine_gruselgeschichten .bkentry_icon{
	background-image: url(/geschichten/img/bkicon-gruselgeschichten-1.png);
}
.bkezine_berichte  .bkentry_icon{
	background-image: url(/geschichten/img/bkicon-berichte-1.png);
}
.bkezine_reportagen  .bkentry_icon{
    background-image: url(/geschichten/img/bkbutton-reportagen.png);
}
.bkezine_stars .bkentry_icon{
	background-image: url(/geschichten/img/bkicon-stars-1.png);
}
.bkezine_manga .bkentry_icon{
	background-image: url(/geschichten/img/bkicon-manga-1.png);
	transform: rotate(10deg)
}
.bknogroup .bkezine_geschichten  .bkentry_icon{
    height: 39px;
    margin-right: -10px;
    margin-top: -5px;
}
.bknogroup .bkezine_gruselgeschichten .bkentry_icon{
    height: 50px;
    margin-right: -12px;
    margin-top: -2px;
    margin-bottom: -10px;
}
.bknogroup .bkezine_berichte  .bkentry_icon{
    height: 39px;   
    margin-right: -13px;
    margin-top: -8px;
}
.bknogroup .bkezine_reportagen  .bkentry_icon{
    height: 70px;
    margin-right: -16px;
    margin-top: -15px;
}
.bknogroup .bkezine_stars .bkentry_icon{
    height: 58px; 
    margin-right: -18px;
    margin-top: -10px;
}
.bknogroup .bkezine_manga .bkentry_icon{
	height: 40px;
    margin-right: -11px;
    margin-top: -7px;
}


/* ENTRY-INNER-EZINE #############################*/
.bkgroup  .bkitem[class*="bkezine_"] .bkentry_icon{
    width: 75px;
}
.bkgroup .bkezine_geschichten  .bkentry_icon{
    height: 38px;
    margin-right: -6px;
    margin-top: -4px;
}
.bkgroup .bkezine_gruselgeschichten .bkentry_icon{
	height: 47px;
    margin-right: -9px;
    margin-top: -2px;
}
.bkgroup .bkezine_berichte  .bkentry_icon{
    height: 39px;
    margin-right: -10px;
    margin-top: -7px;
}
.bkgroup .bkezine_reportagen  .bkentry_icon{
    height: 73px;
    margin-right: -15px;
    margin-top: -15px;
}
.bkgroup .bkezine_stars .bkentry_icon{
    height: 51px;
    margin-right: -11px;
    margin-top: -8px;
}
.bkgroup .bkezine_manga .bkentry_icon{
	height: 41px;
    margin-right: -4px;
    margin-top: 1px;
}



/* ENTRY-SITE-PANEL - DEFAULT ################################*/
.bkdesign_cards .bkentry_inner_top .bkentry_site_panel{	
	display: block;
}
.bkdesign_cards .bkitem:not(.bknews) .bkentry_site{	
	font-size: 12px;
	line-height: 15px;
}
.bkdesign_cards  .bkitems  .bkitem:not(.bkpdfentry):not(.bknews) .bkentry_site{	
	padding: 0.8em 0;
}
.bkdesign_cards .bkitem.bknews .bkentry_site{	
	padding: 0.3em 0;
	line-height: 17px;
	font-size: 12px;
}
.bkdesign_cards .bkitem.bkpdfentry .bkentry_site{	
	padding-bottom: 0.8em;
}


/* SAFETY-TITLE-PANEL- DEFAULT #############################*/
.bkdesign_cards  .bkentry_title_panel {	
   -webkit-hyphens: auto;
}
.bkdesign_cards [class^="bksafety_"].bkitem .bkentry_title_panel{
	padding: 0.5em 0em;
	margin-bottom: 3px;
	text-align: center;
	border-radius: 5px 5px 0 0;
	color:#fff;
    letter-spacing: 0.04em;
}
.bkdesign_cards [class^="bksafety_"].bkitem .bkentry_title_panel .bkentry_title{
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.bkdesign_cards .bkentry_title_panel .bkentry_subtitle{
	line-height: 1.1em;
}
.bkdesign_cards [class^="bksafety_"].bkitem .bkentry_link_panel{
	border-radius:0 0 7px 7px;
}
[class*="bksafety_card_"] .bkentry_description_panel:before{
	content: "";
	display: block;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 4;
	margin: 0 auto;
}
.bksafety_card_daten .bkentry_description_panel:before{
	background-image: url(/sicherheit/img/bkbutton-daten.png);
}
.bksafety_card_flirten .bkentry_description_panel:before{
	background-image: url(/sicherheit/img/bkbutton-flirten.png);
}
.bksafety_card_foren .bkentry_description_panel:before{
	background-image: url(/sicherheit/img/bkbutton-communities.png);
}
.bksafety_card_rechte .bkentry_description_panel:before{
	background-image: url(/sicherheit/img/bkbutton-rechte.png);
}
.bksafety_card_maedchen .bkentry_description_panel:before{
	background-image: url(/sicherheit/img/bkbutton-maedchen.png);
}
.bksafety_card_bilder .bkentry_description_panel:before{
	background-image: url(/sicherheit/img/bkbutton-bilder.png);
}
.bksafety_card_chatten .bkentry_description_panel:before{
	background-image: url(/sicherheit/img/bkbutton-chatten.png);
}
.bksafety_card_eltern .bkentry_description_panel:before{
	background-position: top center;
	background-image: url(/sicherheit/img/bkbutton-eltern.png);
}
.bksafety_card_spiele .bkentry_description_panel:before{
	background-image: url(/sicherheit/img/bkbutton-spiele.png);
}

/* ENTRY-IMAGE-PANEL - OUTER #############################*/
.bkdesign_cards .bkentry_image_outer> a.bkentry_url{	
	display:block;
}


/* ENTRY-IMAGE-PANEL */
.bkdesign_cards .bkitem:not(.bknewsentry-group) .bkentry_image_panel{	
	text-align: center;
}
.bkdesign_cards .bkitem:not(.bkpdfentry):not(.bkpodcast):not(.bknewsentry-group):not(.bknews):not(.bkgame-entry) .bkentry_image_panel{	
	margin: 3px 0;
	padding: 0.5em;
	overflow:hidden;
}
.bkdesign_cards .newsbundle-group .bknewsentry-group .bkentry_image_panel{
	padding: 3px 0;
}
 .bkdesign_cards .news-group .bknewsentry-group:not(.bknews_nib) .bkentry_image_panel{
	padding: 4px 0;
} 
.bkdesign_cards  .bkitems .bkpodcast .bkentry_inner_podcast >.bkentry_image_panel,
.bkdesign_cards   .bkitems .bkpodcast .bkentry_url >.bkentry_image_panel	{
	text-align: center;
	display: block;
}
.bkdesign_cards .bkpodcast:not(.bksearch_default) .bkentry_inner_podcast >.bkentry_image_panel,
.bkdesign_cards .bkpodcast:not(.bksearch_default) .bkentry_url >.bkentry_image_panel	{
	height: 92px;
}
.bkdesign_cards .bkpodcast.bksearch_default .bkentry_inner_podcast >.bkentry_image_panel,
.bkdesign_cards .bkpodcast.bksearch_default .bkentry_url >.bkentry_image_panel	{
	height: 83px;
}


/* ENTRY-WEBSHOT-PANEL - DEFAULT #############################*/
.bkdesign_cards .bkentry_webshot_panel{	
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* WEBSHOT-PANEL WEGEN NICHT FUNKTIONIERENDEN WEBSHOTTERS AUSGEBLENDET ####*/
.bkpage_catalog .bkentry_webshot-panel,
.bkpage_catalog .bkdesign_cards .bkentry_webshot_panel._card,
.bkpage_catalog .bkdesign_list .bkentry_webshot_panel._list {
	display:none;
}


/* ENTRY-IMAGE - DEFAULT ####################################*/
.bkdesign_cards .bkitem .bkentry_image{	
	vertical-align:middle;	
}
.bkdesign_cards .bkitem.bknewsentry-group:not(.bknews_nib):not(.bknews_seitenstark) .bkentry_image{	
    height:70px;
}
.bkdesign_cards .bkitem:not(.bknewsentry-group):not(.bknews):not(.bkpdfentry):not(.bkpodcast):not(.bkvideoentry):not(.bkgame-entry) .bkentry_image{	
	max-height: 160px;
	max-width: 100%;
}
.bkdesign_cards .bkitem:not(.bkvideoentry):not(.bkpdfentry):not(.bknewsentry-group):not(.bkpodcast):not(.bkgame-entry)  .bkentry_image:active{
	-webkit-transform: scale(0.98);
	-moz-transform: scale(0.98);
	-ms-transform: scale(0.98);
	-o-transform: scale(0.98);
	transform: scale(0.98);
}


/* ENTRY-IMAGE-PANEL - NEWS ####################################*/
.bkdesign_cards .bknews .bkentry_image{	
	max-height: 90px;
    max-width: 198px;
}

/* ENTRY-IMAGE - DEFAULT ####################################*/
.bkdesign_cards .bkitem.bknewsentry-group.bkteaserentry-group .bkentry_image{	
    height:120px;
}



/* ENTRY-IMAGE-PANEL - PDF ####################################*/
.bkdesign_cards .bkitems .bkpdfentry .bkentry_image_panel{	
	min-height: 120px;
	margin: 0.8em 0;
}
.bkdesign_cards .bkitems .bkpdfentry .bkentry_image{	
	box-shadow: 2px 4px 5px -4px rgba(0, 0, 0, 0.8);
	border:1px solid #000;    
    width: 100%;
    max-width: 200px;
}
.bkdesign_cards .bkitems .bkpdfentry .bkentry_image_panel:hover .bkentry_image{	
	box-shadow: 1px 2px 5px -0px rgba(0, 0, 0, 0.5);
}
.bkdesign_cards .bkitems .bkpdfentry .bkentry_image_panel:active .bkentry_image{
	box-shadow: 5px 5px 7px -3px rgba(0, 0, 0, 0);
}


/* ENTRY-IMAGE-PANEL - PODCAST ####################################*/
.bkdesign_cards  .bkitems .bkpodcast  .bkentry_image_outer{	
	border: 1px solid #000;
	overflow: hidden;
	box-shadow: 2px 4px 5px -4px rgba(0, 0, 0, 0.8);
	margin: 0 auto;
	background-color: #000;
} 
.bkdesign_cards  .bkitems .bkpodcast:not(.bksearch_default)  .bkentry_image_outer{	
	width: 90px;
	height: 90px;
}  
.bkdesign_cards .bkpodcast.bksearch_default  .bkentry_image_outer{	
	width: 80px;
	height: 80px;
}
.bkdesign_cards .bkitems  .bkpodcast .bkentry_image_outer:hover{	
	box-shadow: 7px 7px 10px -5px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}
.bkdesign_cards  .bkitems .bkpodcast .bkentry_image_outer:active{
	box-shadow: 5px 5px 7px -3px rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}
.bkdesign_cards  .bkitems .bkpodcast .bkentry_image{	
	height:100%;
} 

/* ENTRY-VIDEO-PREVIEW-PANEL */
.bkdesign_cards .bkentry_videopreview_panel > .bkentry_url{
	display:block;
}

/* ENTRY-VIDEO-OUTER - DEFAULT  ##############################*/
.bkdesign_cards .bkentry_video_outer{
	display:block;
}

/* ENTRY-PLAY - DEFAULT ######################################*/
.bkdesign_cards .bkentry_videopreview_play{
	display:block;
}

/* ENTRY-IMAGERIGHTS - DEFAULT ##############################*/
 .bkdesign_cards .bknews .bkentry_imagerights {
	padding: 0.6em 0em 0;
    color: rgb(173, 173, 173);
    word-break: break-all;
}
.bkdesign_cards .bkentry_video_outer .bkentry_imagerights,
.bkdesign_cards .bkentry_videopreview_panel .bkentry_linktext,
.bkdesign_cards .bkentry_videopreview_panel .bkentry_longdate{
	height:16px;
    line-height: 16px;
	width: 100%;  
	background: rgba(0, 0, 0, 0.8);
	text-decoration: none;
	z-index: 5;
	position: relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing: border-box;
	padding-left: 3px;
	font-family:arial;
	overflow:hidden;
}
.bkdesign_cards .bkentry_imagerights{
	text-align:left;
}
.bkdesign_cards .bkentry_videopreview_panel .bkentry_linktext,
.bkdesign_cards .bkentry_videopreview_panel .bkentry_longdate {
	clear:left;
	float:left;
	margin-top:-16px;
}


/* ENTRY-LONGDATE */
.bkdesign_cards .bkitem:not(.bkpodcast) [class$="_duration"], 
.bkdesign_cards .bkentry_caption  {
    font-size: 10PX;
}
.bkdesign_cards .bkitem:not(.bknews) .bkentry_longdate, 
.bkdesign_cards .bkitem:not(.bkpodcast) [class$="_duration"], 
.bkdesign_cards .bkentry_caption  {
	text-align:center;
}
.bkdesign_cards  .bkitem:not(.bkpodcast) [class$="_duration"]:before {
	content:"Dauer: ";
}


/* ENTRY-WEBSHOT-Domain - DEFAULT ###########################*/
.bkdesign_cards .bkentry_webshot_panel._card .bkentry_domain{	
	font-size: 11PX;
	line-height: 1em;
	text-align: left;
	color: rgb(173, 173, 173);
	margin: 6px 0 9px;
}
.bkdesign_cards .bkcatalog .bkentry_webshot_panel._card .bkentry_domain{	
	color: #026d54;
}

/* ENTRY-NEWS-IMAGERIGHTS - DEFAULT ###########################*/
.bkdesign_cards .bkitem:not(.bknewsentry-group):not(.bknews):not(.bkvideoentry) .bkentry_imagerights{	
	margin-top: 0.6em;
}
.bkdesign_cards .bkitem:not(.bknewsentry-group):not(.bkvideoentry)  .bkentry_imagerights{	
	font-size: 10PX;
    line-height: 13PX;
	text-align: left;
}
.bkdesign_cards .bknewsentry-group:not(.bknews-nib) .bkentry_imagerights{	
	font-size: 9PX;
	line-height: 1.25em;
	display: inline-block;
}
.bkdesign_cards .bknewsentry-group.bknews-nib .bkentry_imagerights{	
    margin-top: 0em;
}

/* ENTRY-NEWS-Longdate - DEFAULT ###########################*/
.bkdesign_cards .bkitem:not(.bknews) .bkentry_panel_inner .bkentry_longdate{		
	font-size: 1.1em;
	font-size:15px;
	line-height: 1.1;
	background:#fff;
    padding: 0.5em;
	margin-bottom:0.2em;
	text-align:left;
	font-weight:bold;
}
.bkdesign_cards .bknews .bkentry_panel_inner .bkentry_longdate{		
	font-size: 11px;
	line-height: 1.1;
	padding: 0.4em 0.8em;
	text-align: left;
}

/* ENTRY-NEWS-Longdate - ext ###########################*/
.bkdesign_cards  .bkitems  .bkentry_type{		
	font-size: 13px;
	line-height: 1.1;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.bkdesign_cards  .bkitems  .bknews_default .bkentry_type{	
	padding:0.5em 0 0.3em;
}
.bkdesign_cards   .bkitems .bksearch_default .bkentry_type{	
	margin-top:0.2em;
}
.bkdesign_cards  .bkitems  .bkentry_type .bkentry_ext{		
	display:block;
}
 
/* ENTRY-NEWS-Longdate - MOFIFIED ###########################*/
.bkdesign_cards .bkitems  .bkpodcast .bkentry_modified {	
	font-size: 12px;
	line-height: 1.1;
	text-align:center;
	padding-bottom: 7px;
}
 
/* ENTRY-NEWS-Longdate - copyright ###########################*/
.bkdesign_cards .bkitems  .bkpodcast .bkentry_copyright  {	
	font-size: 9px;
    line-height: 12px;
}

/* ENTRY-AGING-PANEL - DEFAULT ###############################*/
.bkdesign_cards .bkentry_inner_middle .bkentry_aging_panel{
    display: table;
    width: 100%;
    font-weight: bold;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    vertical-align: bottom;    
	font-family: arial;
}
.bkdesign_cards .bkitem:not(.bkvideoentry) .bkentry_inner_middle .bkentry_aging_panel{
	margin-top:3px;
}
.bkdesign_cards .bkentry_aging_panel .bkentry_agemsg_panel{
    display: table-cell;
    padding: 0px 9px 0px 10px;
    background-color: #fff;
    vertical-align: bottom;
}
.bkdesign_cards .bkvideoentry .bkentry_aging_panel{
display: none;
}
.bkdesign_cards .bkitem.bkvideoentry .bkentry_aging_panel .bkentry_agemsg_panel{
     width: 138px;
}
.bkdesign_cards .bkentry_aging_panel .bkentry_ages{
    display: table-cell;
}

/* ENTRY-INFO-PANEL - DEFAULT ###############################*/
.bkdesign_cards  .bkitems .bkentry_inner_middle > .bkentry_info_panel{
	display: table;
    width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing: border-box;
}
.bkdesign_cards  .bkitems .bkentry_inner_middle > .bkentry_info_panel:not(._first):not(._last){
   	margin: 0.5em 0;
}
.bkdesign_cards .bkitems  .bkentry_inner_middle > .bkentry_info_panel._first{
   	margin-top: 0.5em;
}
.bkdesign_cards  .bkitems .bkitem:not(.bkpodcast) .bkentry_inner_middle > .bkentry_info_panel._last{
   	margin-bottom: 1.1em;
}
.bkdesign_cards  .bkitems .bkentry_pdf_panel >.bkentry_info_panel{
	display: table;
    width: 100%;
	margin-bottom:0.4em;
}
.bkdesign_cards .bkentry_inner_middle > .bkentry_info_panel ._tr,
.bkdesign_cards .bkentry_pdf_panel > .bkentry_info_panel ._tr{
	display:table-row;
}
.bkdesign_cards .bkentry_inner_middle > .bkentry_info_panel ._td,
.bkdesign_cards .bkentry_pdf_panel > .bkentry_info_panel ._td{
    display: table-cell;
}
.bkdesign_cards  .bkentry_info_panel  ._tr._card{
	display: none;
}
.bkdesign_cards .bkentry_type{
	display: block;
}
.bkdesign_cards .bkentry_modified{
	display: block;
}
 
/* ENTRY-INFO-PANEL - GAMES ###############################*/
.bkdesign_cards .bkentry_game_info_panel {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.bkdesign_cards .bkentry_inner_middle > .bkentry_game_info_panel {
    display: block;
}

/* ENTRY-DESCRIPTION-PANEL*/
.bkdesign_cards .bkentry_description_panel{
	-webkit-hyphens:auto;
	hyphens:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.bkdesign_cards .bkentry:not(._back) .bkentry_description_panel{
	width:100%;
	clear: both;
}
.bkdesign_cards .bkpodcast .bkentry_description_panel._last,
.bkdesign_cards .bkpdfentry .bkentry_description_panel._last{
	display:block;
}
.bkdesign_cards .bkentry_germandescription:before{
	content: "";
	background-image: url(/global/img/bklanguage/width-40/lang-de-60-r.png);
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	margin-left: -3px;
	margin-right: 5px;
	top: -8px;
	margin-bottom: -20px;
	position: relative;
	opacity: 0.5;
}

/* EZINE-LINKPANEL - DEFAULT ###################################*/
.bkdesign_cards .bkezine .bkentry_inner>.bkentry_link_panel{
	padding-bottom:0;
}

/*LINKPANEL - DEFAULT ###################################*/
.bkdesign_cards .bkitems .bkpodcast .bkentry_link_panel{
	padding:0.5em 0.5em 0.8em;
}

/* ENTRY-BUTTON - DEFAULT ###################################*/
.bkdesign_cards .bkentry_button,
.bkadult_funnyitems .bkentry_button{
	position:relative;
	height:42px;
    background-image: url(/global/img/bkentry-button-highlight.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.5);
}
.bkdesign_cards .bkentry_button{
	display:block;
	width:100%;
	border:1px solid rgba(0, 0, 0, 0.2);
	background-color: rgba(84, 84, 84, 1);
}
.bkadult_funnyitems .bkentry_button{
    display: inline-block;
    vertical-align: top;
}
.nojs .bkdesign_cards .bkitem .bkentry_button,
.nojs .bkadult_funnyitems .bkentry_button,
[data-type="d"] .bkdesign_cards .bkitem .bkentry_button,
[data-type="d"] .bkadult_funnyitems .bkentry_button{
	-moz-border-radius: 8px;
	-ms-border-radius:8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.bkdesign_cards .bkentry_button:hover,
.bkadult_funnyitems .bkentry_button:hover{
    background-image:none;
    box-shadow: inset 3px 3px 6px 0px rgba(0, 0, 0, 0.4), 1px 1px 2px 0px rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}
.bkdesign_cards .bkentry_button:active{
	  -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.bkdesign_cards  .bkentry_button .bksource_highlight{	
	display: inline-block;
	float:left;
	height: 36px;
	width: 36px;
	position: relative;
	z-index: 1;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	border-radius: 8px;
	margin: 2px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
	overflow: hidden;
	vertical-align: top
}
.bkdesign_cards  .bkpodcast .bksource_highlight{	
	display: none;
}
.bkdesign_cards .bkentry_button .bksource_highlight:before{	
	content: "";
	height: 30px;
	width: 30px;
	display: block;
	position: relative;
	margin:2px auto;
	border-radius: 7px;
	background: rgba(255,255,255,0.66);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.66) 0%, rgba(255,255,255,0.58) 40%, rgba(255,255,255,0.19) 56%, rgba(255,255,255,0.15) 60%, rgba(255,255,255,0.01) 74%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.66)), color-stop(40%, rgba(255,255,255,0.58)), color-stop(56%, rgba(255,255,255,0.19)), color-stop(60%, rgba(255,255,255,0.15)), color-stop(74%, rgba(255,255,255,0.01)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.66) 0%, rgba(255,255,255,0.58) 40%, rgba(255,255,255,0.19) 56%, rgba(255,255,255,0.15) 60%, rgba(255,255,255,0.01) 74%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.66) 0%, rgba(255,255,255,0.58) 40%, rgba(255,255,255,0.19) 56%, rgba(255,255,255,0.15) 60%, rgba(255,255,255,0.01) 74%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.66) 0%, rgba(255,255,255,0.58) 40%, rgba(255,255,255,0.19) 56%, rgba(255,255,255,0.15) 60%, rgba(255,255,255,0.01) 74%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.66) 0%, rgba(255,255,255,0.58) 40%, rgba(255,255,255,0.19) 56%, rgba(255,255,255,0.15) 60%, rgba(255,255,255,0.01) 74%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.bkdesign_cards .bkentry_button .bkentry_source{	
	display: block;
	height: 38px;
	width: 38px;
	margin-top: -36px;
	margin-left: -2px;
}

/* ENTRY-LINKTEXT-BUTTON - DEFAULT  ##########################*/
.bkdesign_cards .bkentry_button:not(._yes):not(._no) [class^="bkentry_linktext"]{
    line-height: 15px;
    text-align: center;
    width: 100%;
    xpadding: 0 0.5em;
    box-sizing: border-box;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}
.bkdesign_cards .bkentry_button {
	color: #fff;
    font-size: 14px;
    FONT-WEIGHT: BOLD;
    FONT-FAMILY: ARIAL;
}
/* .bkdesign_cards .bknews_sportspatz .bkentry_button .bkentry_linktext,
.bkdesign_cards .bknews_baerenblatt .bkentry_button .bkentry_linktext,
.bkdesign_cards .bknews_kiraka .bkentry_button .bkentry_linktext{	
	color: #000; 
    font-size: 14px;
    FONT-WEIGHT: BOLD;
} */
.bkdesign_cards .bkitem .bkentry_button .bkentry_linktext{
    display: block;
}
#bknews_podcast .bkentry_linktext,
#bknews_vodcast .bkentry_linktext{
	display:none;
}
#bknews_podcast  .bkpodcast.audio_cast .bkentry_button .bkentry_linktext._audio,
#bknews_vodcast  .bkpodcast.video_cast .bkentry_button .bkentry_linktext._video{
    display: block;
}
.bkdesign_cards .bkentry_button:hover [class^="bkentry_linktext"]{
	text-shadow:none;
}

/* ENTRY-INNER-BOTTOM - DEFAULT ##############################*/
.bkdesign_cards .bkentry_inner_bottom{
	display: block;
}

/* ENTRY-PANEL-OUTER - INNER-BOTTOM - DEFAULT ################*/
.bkdesign_cards .bkentry_inner_bottom .bkentry_localization_panel{
	white-space: nowrap;
	height: 26px;
    position:relative;
    display: block;
}
.bkdesign_cards .bkentry_inner_bottom .bkentry_localization{
	overflow:visible;
}
.bkdesign_cards .bkitem:not(.bkvideoentry):not(.bkturkweb_default) .bkentry_inner_bottom .bkentry_localization_panel{
    padding: 0.3em 0.5em 0.3em;
}
.bkdesign_cards .bkitem.tuerkischplus  .bkentry_inner_bottom .bkentry_localization_panel{
    padding: 0.3em 0.5em 0.3em;
}
.bkdesign_cards .bkturkweb .bkentry_inner_bottom .bkentry_localization_panel{
	padding: 0.4em 0.5em 0.1em;
	margin-top:0.2em;
}
.bkdesign_cards .bkvideoentry .bkentry_inner_bottom > .bkentry_localization_panel{
	padding: 0.4em 0.5em 0.2em;
	border-top:1px solid #fff;
}

/* ENTRY-TAG-PANEL  - DEFAULT ###############################*/
.bkdesign_cards .bkitem:not(.bkpodcast) .bkentry_tag_panel {
	padding-top : 0.2em ;
}
.bkdesign_cards .bkentry_tag {
	position:relative;
	display:inline-block;
	border:1px solid rgba(0, 0, 0, 0.5);
	font-size: 0.83em;
	font-size: 12px;
    line-height:28px;
    vertical-align: top;
    margin: 5px 0px 0;
    letter-spacing: 0.02em;
    border-radius: 5px;
}
.bkdesign_cards .bkentry_tag._topic:nth-child(1n+2) {
    margin-left: 2px;
}
.bkdesign_cards .bkentry_tag{
	height: 28px;
}
.bkdesign_cards .bkentry_tag:not(._seitenstark) {
	padding: 0px 0.8em;
}
.bkdesign_cards .bkentry_tag._seitenstark>img{
	display:block;
	margin: 8px 2px;
	height: 15px;
}
.bkdesign_cards .bkentry_tag._seitenstarkguetesiegel>img {
	display:block;
	margin:0 2px;
	height: 28px;

}

.bkdesign_cards .bkentry_tag._supertopic {
    background-color: #66af83;
    border-color: #218e4d;
	color: #23704e;
}
.bkdesign_cards .bkentry_tag._topic {
    border-color:  #71bb8f;
    background-color:#92daad;
	color: #088739;
}
.bkdesign_cards .bkentry_tag._seitenstark {
	background-color: #CDCB33;
	opacity: 0.6;
    border-color: #a3a234;
}
.bkdesign_cards .bkentry_tag._seitenstarkguetesiegel {
	background-color: #ffffff;
	opacity: 0.6;
    border-color: #52a3da;
}.bkdesign_cards .bkentry_tag._seitenstarkguetesiegel:hover {
	opacity: 1;
}

.bkdesign_cards .bkentry_tag:hover {	    
    border-color: rgba(0, 0, 0, 0.3);
    box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.2), 1px 1px 1px 0px rgba(255, 255, 255, 0.1);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
	color: #fff;
}
.bkdesign_cards .bkentry_tag._supertopic:hover {
    background-color: #3d945f;
}
.bkdesign_cards .bkentry_tag._topic:hover {
	background-color:#64c488;
}
.bkdesign_cards .bkentry_tag._seitenstark:hover {
	opacity: 1;
}
.bkdesign_cards .bkentry_tag:active {	
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.bkdesign_cards .bkentry_tag._supertopic:active,
.bkdesign_cards .bkentry_tag._topic:active  {
	text-shadow:none;
	color:rgba(0, 0, 0, 0.3);
}

/* NUMBER - DEFAULT #########################################*/
.bkdesign_cards .bkentry_number,
.bkdesign_cards .bkentry_flag{
	position: relative;
	border-width: 1px;
	border-style:solid;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: block;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
	background-color: rgba(84, 84, 84, 1);
} 
.bkitem.random .bkentry_number{
	visibility:hidden;
} 

/* ENTRY-COUNTRY-PANEL INACTIVE ###############################*/
/* ###########################################################*/
.bkdesign_cards .bkentry_language_panel,
.bkdesign_cards .bkentry_country_panel{
	display: inline-block;
	vertical-align: top;
	opacity:0.5;
    position:relative;
    z-index:1;
}
.bkdesign_cards .bkentry_country_panel{
    width: 40px;
}
.bkdesign_cards .bkentry_language_panel:hover,
.bkdesign_cards .bkentry_country_panel:hover{
	opacity:1;
}
.bkdesign_cards .bkentry_localization_panel.language_active .bkentry_language_panel,
.bkdesign_cards .bkentry_localization_panel.country_active .bkentry_country_panel{
	opacity:1;
    z-index: 3;
}

/* flag - klein */
.bkdesign_cards .bkentry_country_icon{
	display:block;
	height: 20px;
	border:1px solid rgba(0,0,0,0.6);
	background-color: #fff;
    min-width:20px;
}
.bkdesign_cards .bkentry_country_outer:hover .bkentry_country_icon{
	box-shadow:1px 2px 2px rgba(0,0,0,0.5);
}
.bkdesign_cards .bkentry_country_outer:active .bkentry_country_icon{
	box-shadow:1px 1px 1px rgba(0,0,0,0.0);
}


/* sprechblasen - klein */
.bkdesign_cards .bkentry_language_icon{
	width: 31px;
	bottom: 1px;
	display: inline-block;
	position: relative;
	margin-right:-4px;
	min-width:20px;
}
.bkdesign_cards .bkentry_language_outer:hover .bkentry_language_icon{
	-webkit-filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.5));
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
}
.bkdesign_cards .bkentry_language_outer:active .bkentry_language_icon{
	-webkit-filter: drop-shadow(1px 2px 2px rgba(0,0,0,0));
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0));	
}


/* ACTIVE ##################################################*/
.bkdesign_cards .bkentry_localization_panel.language_active .bkentry_language_outer,
.bkdesign_cards .bkentry_localization_panel.country_active .bkentry_country_outer{
	background: #fff;
	-webkit-filter: drop-shadow(-1px -0px 0px rgba(0, 0, 0, 0.5)) drop-shadow(-0px -1px 0px rgba(0, 0, 0, 0.5)) drop-shadow(1px -0px 0px rgba(0, 0, 0, 0.5)) drop-shadow(-0px 1px 0px rgba(0, 0, 0, 0.5)) drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(-1px -0px 0px rgba(0, 0, 0, 0.5)) drop-shadow(-0px -1px 0px rgba(0, 0, 0, 0.5)) drop-shadow(1px -0px 0px rgba(0, 0, 0, 0.5)) drop-shadow(-0px 1px 0px rgba(0, 0, 0, 0.5)) drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
	position: absolute;
	bottom: 0px;
}
.bkdesign_cards .bkentry_localization_panel.country_active .bkentry_country_outer{
	min-height: 25px;
	width: 180px;
    left:60px;
	padding: 10px 7px 7px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.bkdesign_cards .bkentry_localization_panel.language_active .bkentry_language_outer{
    height: auto;
    max-width: 200px;
    left: 47px;
    white-space: normal;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* sprechblase inner */
/* sprechblasen - caption */
.bkdesign_cards .bkentry_localization_panel.country_active .bkentry_country_panel .bkentry_caption{
	display: inline-block;
}
.bkdesign_cards .bkentry_localization_panel.language_active .bkentry_language_panel .bkentry_caption{
	display:block;
}
.bkdesign_cards .bkentry_language:after{	
	content:", ";
}
.bkdesign_cards .bkentry_language:last-child:after{	
	content:"";
}
.bkdesign_cards .bkentry_localization_panel.language_active .bkentry_language_panel .bkentry_infotext,
.bkdesign_cards .bkentry_localization_panel.country_active .bkentry_country_panel .bkentry_infotext{
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	font-size: 13PX;
	line-height: 1.3;
	color: rgba(0, 0, 0, 0.9);
	z-index: 1;
}
.bkdesign_cards .bkentry_localization_panel.language_active .bkentry_language_panel .bkentry_infotext{
	padding: 20px 20px 23px;
}

/* sprechblasen - klein */
.bkdesign_cards .bkentry_localization_panel.language_active .bkentry_language_icon,
.bkdesign_cards .bkentry_localization_panel.country_active .bkentry_country_icon{
	display: none;
}

/* sprechblasen -country */
.bkdesign_cards .bkentry_localization_panel.language_active .bkentry_language,
.bkdesign_cards .bkentry_localization_panel.country_active .bkentry_country{
	display: inline-block;
}

/* sprechblasen - location */
.bkdesign_cards .bkentry_localization_panel.country_active [class^="bkentry_location"]{
	display: block;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	margin-top: 5px;
	border: 1px solid rgba(0, 0, 0, 0.6);
	width:180px;
	height:180px;
}
.bkdesign_cards .bkentry_localization_panel.country_active [class^="bkentry_location"]>img{
	width:100%;
}

/* TRIANGLE ########################################*/
.bkdesign_cards .bkentry_localization_panel .triangle{
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 50px solid #fff;
    border-left: 0px solid transparent;
    position: absolute;
}
.bkdesign_cards .bkentry_localization_panel.country_active .bkentry_country_panel .triangle{
    bottom: 35px;
    left: -15px;
    display: block;
}
.bkdesign_cards .bkentry_localization_panel.language_active .bkentry_language_panel .triangle{
	bottom: 20px;
	left: -10px;
	display:block;
}

/* ENTRY-FUNNYITEM ###########################################*/
/* ###########################################################*/
.bkdesign_cards .bkentry_funnyitem>img{
	width: 100%;
}
.bkdesign_cards .bkentry_localization_panel .bkentry_funnyitem{
    left: -14px;
    bottom:-40px;
	height: 83px;
	width: 50px; 
    position: absolute;
    z-index:1;
	-webkit-filter: drop-shadow(-1px -0px 0px rgba(0, 0, 0, 0.2)) drop-shadow(-0px -1px 0px rgba(0, 0, 0, 0.2)) drop-shadow(1px -0px 0px rgba(0, 0, 0, 0.2)) drop-shadow(-0px 1px 0px rgba(0, 0, 0, 0.2)) drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(-1px -0px 0px rgba(0, 0, 0, 0.2)) drop-shadow(-0px -1px 0px rgba(0, 0, 0, 0.2)) drop-shadow(1px -0px 0px rgba(0, 0, 0, 0.2)) drop-shadow(-0px 1px 0px rgba(0, 0, 0, 0.2)) drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}
.bkdesign_cards .bkentry_localization_panel.country_active .bkentry_country_panel>.bkentry_funnyitem,
.bkdesign_cards .bkentry_localization_panel.language_active .bkentry_language_panel>.bkentry_funnyitem{
	display: block;
}

/* ENTRY-FEED-PANEL INACTIVE ##############################*/
/* ###########################################################*/
.bkentry_feed_panel {
    white-space: nowrap;
    height: 26px;
    position: relative;
    width: 100%;
}
.bkentry_feed_panel.abo_active,
.bkentry_feed_panel.rss_active {
    display: table;
}
.bkdesign_cards .bkentry_rss_icon,
.bkdesign_cards .bkentry_abo_icon{
	display: block;
	vertical-align: top;
	opacity:0.4;
	float:right;
	height: 23px;
	bottom: 1px;
	position: relative;
	min-width:20px;
	margin-left:10px;
    cursor: pointer;
    margin-bottom: 10px;
}
.bkdesign_cards .bkentry_rss_icon:hover, 
.bkdesign_cards .bkentry_abo_icon:hover, 
.bkdesign_cards  .bkentry_feed_panel.rss_active .bkentry_rss_icon, 
.bkdesign_cards  .bkentry_feed_panel.abo_active .bkentry_abo_icon{
	opacity:1;
	-webkit-filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.5));
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
}
.bkdesign_cards .bkentry_rss_icon:active,
.bkdesign_cards .bkentry_abo_icon:active{
	-webkit-filter: drop-shadow(1px 2px 2px rgba(0,0,0,0));
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0));	
}
.bkdesign_cards .bkentry_rss_text,
.bkdesign_cards .bkentry_abo_text{
	background: rgba(0, 0, 0, 0.08);
	border-radius: 0 0 5px 5px;	
    clear:right;
}
.bkdesign_cards .bkentry_feed,
.bkdesign_cards .bkentry_abolink{
	word-break: break-word;
	font-size: 10px; 
	white-space: normal;
	padding: 0.5em 0.3em;
	color: #fff;
    display: block;
}
.bkdesign_cards .bkentry_feed_panel .bkentry_caption{
	font-weight: bold;
	text-align: left;
	padding: 0.3em;
	color: #fff;
}

/* ACTIVE ##################################################*/
.bkdesign_cards .bkentry_feed_panel.abo_active .bkentry_abo_text,
.bkdesign_cards .bkentry_feed_panel.rss_active .bkentry_rss_text{
	height:auto;
	display:block;	
}
.bkdesign_cards .bkentry_feed_panel.rss_active .bkentry_rss_text .bkentry_caption,
.bkdesign_cards .bkentry_feed_panel.abo_active .bkentry_abo_text .bkentry_caption{
	display:block;	
}


/* ###################################### Media Query #######################################*/
/* ##########################################################################################*/
@media only screen and (max-width: 1024px){	
	.bkdesign_cards .bkitem:not(.bknewsentry-group):not(.bknews):not(.bkpdfentry):not(.bkpodcast):not(.bkvideoentry):not(.bkgame-entry) .bkentry_image {
		max-width: 194px;
	}
	.bkdesign_cards .bkitem:not(.bkvideoentry) .bkentry_aging_panel .bkentry_agemsg_panel {
		font-family: arial;
	}
	.bkdesign_cards .bkitem.bkvideoentry .bkentry_aging_panel .bkentry_agemsg_panel {
		width: 126px;
		font-size: 11PX;
		font-family: arial;
	}
	.bkdesign_cards .bkentry_button .bksource_highlight {
		display: none;
	}
	.bkdesign_cards [class^="bksafety_"].bkitem .bkentry_title_panel .bkentry_title{
		font-size: 15px;  
	}
	.bkezine_reportagen .bkentry_inner:before {
		height: 48px;
		margin-right: -24px;
		margin-top: 3px;
		margin-bottom: -10px;
	}
	.bkezine_gruselgeschichten .bkentry_icon {
		height: 55px;
		margin-right: -12px;
		margin-top: -7px;
	}
	.bkezine_reportagen .bkentry_icon {
		height: 84px;
	}
	.bkezine_berichte .bkentry_icon {
		height: 48px;
		margin-top: -5px;
	}
	.bkezine_geschichten .bkentry_icon {
		margin-top: -5px;
	}
	.bkdesign_cards .bkitem.bknews .bkentry_site {
		line-height: 11px;
		font-size: 11px;
	}
	.bkdesign_cards .bknews .bkentry_image {
		max-height: 60px;
		max-width: 194px;
	}
}

