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

.bkpodcasts .bkentry_description {
    display: none;
}
.bkpodcasts .bkentry_keys {
	display:none;
}
.bkentry_url{
	color:inherit;
}
.bkcatalog_entries:empty{
display: none;
}
.bkcatalog_entries .break{
	display:none;
}
.bkdropshadow{
	-webkit-filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.4));
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.4));
}

/* placeholder */
.placeholder{
	display:none;
}
figure.bkitem *{
	margin:0;
	padding:0;
}

figure.bkitem {
    white-space:normal;
	font-family:verdana, arial;
    text-align: left;
}

.bkentry_url_panel .bkentry_link{
	word-break:break-word;
}

.bkentry_line {
    display:none;
}

/* entry-back */
.bkentry._back{
	display:none;
}


/* flip-pfeil */ 
.bkentry_flip,
.nojs .bkentry_flip{
	display:none;
}


/* number */
.bkentry_number_outer{
	display:none;
    cursor: default;
}

#bkpage_ezine_index .bkentry_number_outer._top{
	display:none;
}
.bkentry_number_outer._top{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

/* surftipp */
.bkentry_surftipp_hint{
	display:none;
}
.bksurftipp_image{
	display:none;
}
.bkentry_surftipp{
	display:none;
}

/*.bkentry_inner_top{
	display:none;
}*/

/* site-panel */
.bkentry_site_panel{
	display:none;
	cursor:default;
}


 /* title-panel */
.bkgroup .bkentry_title_panel{
	display:none;
}
.bkentry_subtitle{
	color: rgba(138, 138, 138, 1);
}

/* Image-Panel | Webshot-Panel | Videopreview-Panel*/
.bkentry_image_panel {
 	display:none;
 }
 .bkentry_videopreview_panel {
 	display:none;
 }
 .bkspace {
 	display:none;
 }
.bkentry_webshot_panel {
	display:none;
}
.bkentry_webshot_panel .bkentry_url>img {
	display:none;    
	WIDTH: 100%;
    height: 100%;
}
.bkentry_imagerights{
	display:none;
	cursor:default;
}



/* ENTRY-VIDEO-OUTER - DEFAULT  ##############################*/
.bkentry_video_outer{
	width: 100%;
	height: 100%;
	background-color:#000000;
	overflow:hidden;
	float:left;
	position: relative;
	border: 1px solid #000;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


/* ENTRY-VIDEO - DEFAULT ####################################*/
.bkentry_video_outer .bkentry_image{
    max-height: 100%;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}


/* ENTRY-PLAY - DEFAULT ######################################*/
.bkentry_videopreview_play{
	display:none;
	position:relative;
	width:100%;
	background: url(/videos/bkimages/play.png) center center no-repeat;
	background-size:auto 100%;
	opacity: 0.4;
}
.bkitem:hover .bkentry_videopreview_play{
	opacity: 0.8;
}

/* ENTRY-INFO-GAME-PANEL - DEFAULT ###############################*/
.bkentry_game_info_panel{
	display: none;
}


/* ENTRY-INFO-PANEL - DEFAULT ###############################*/
.bkentry_info_panel{
	display: none;
    font-size: 0.7em;
	border-spacing: 0 0.1em;
}

.bkentry_type{
	display: none;
	cursor:default;
}
.bkentry_modified{
	display: none;
	cursor:default;
}
[class*="bkdesign_"]:not(.bkdesign_textonly):not(.bkdesign_text) .bkitems  .bkentry_info_panel ._tr:nth-child(odd) ._td{
	background: rgba(255, 255, 255, 1); 
}


[class*="bkdesign_"]:not(.bkdesign_textonly):not(.bkdesign_text) .bkitems  .bkentry_info_panel ._td._key{
    padding: 5px;
}
[class*="bkdesign_"]:not(.bkdesign_textonly):not(.bkdesign_text) .bkitems  .bkentry_info_panel ._td[class*="bkentry_"]{
    padding: 5px;
}
.bkentry_info_panel ._td._value{
	-webkit-hyphens: auto;
	hyphens: auto;
	padding: 5px 0;
}
.bkentry_info_panel ._td.bkentry_agemsg{
    padding-right:0px;
}
.bkentry_info_panel ._td.bkentry_ages{
	width:50px;
}
.bkentry_info_panel .bkentry_age{
	float: left;
	height: 27px;
}
.bkentry_info_panel .bkentry_age>img{
	height:100%;
}




/* URL-Panel */
.bkentry_url_panel {
 	display:none;
 }
.bkentry_url_panel .bkentry_url{
 	word-break: break-word;
 }

 




/* DESCRIPTION-PANEL */
.bkpdfentry .bkentry_description_panel {
 	display:none;
	cursor:default;
 }
.bkpodcast .bkentry_description_panel {
 	display:none;
	cursor:default;
 }
.bkentry_description_panel {
	cursor:default;
 }
 
 
/* Longdate */
.bkentry_longdate {
 	display:none;
	cursor:default;
 }
  
/* duration */
[class$="_duration"]{
 	display:none;
	cursor:default;
 }
   
/* EXT */
.bkentry_ext{
 	display:none;
 }
 
 

 
 
/* Button*/
.bkvideoentry .bkentry_link_panel{
 	display:none;
}
.bkentry_link_panel{
 
	cursor:pointer;
}
.bkbutton_highlight{
 	display:none;
}
.bkentry_source{
 	display:none;
}


.bkdesign_cards .bkentry_button:hover,
.bkdesign_list .bkentry_button:hover,
.bkadult_funnyitems .bkentry_button:hover{
	-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,
.bkdesign_list  .bkentry_button:active,
.bkadult_funnyitems .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);
}




/* Aging-Panel */
.bkentry_aging_panel{
	display: none;
    cursor: default;
}
.bkentry_agemsg_panel{
	color:#000;
    font-size: 11PX;
	font-weight:bold;
	xline-height: 9px;
    width: 60%;
}
.bkentry_age {
    float: left;
    text-align: center;
    text-transform: uppercase;
    -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-weight: bold;
    font-size: 12PX;
    font-family: arial;
    vertical-align: bottom;
	width: 25%;
}
.bkentry_age._x  { 
	background-color: #fff; 
    color: #000;    
}
.bkentry_age._0  { 
	color:#fff; 
	xbackground-color:rgba(255,255,255,0.7);
}



 /* Anpassung der Farben mit Marker */
 /*SEARCH*/
 x.bkdesign_cards .bksearch_default .bkentry_aging_panel .bkentry_agemsg_panel { background-color: #035c93; }
.bksearch_default .bkentry_age._x { color: #035c93; }
 
 /* SAMMLUNG */
 x.bkdesign_cards .bksammlung_default .bkentry_aging_panel .bkentry_agemsg_panel { background-color: #007545; }
 .bksammlung_default .bkentry_age._x { color: #007545; }
 
 /* KATALOG */
 x.bkdesign_cards .bkcatalog_default .bkentry_aging_panel .bkentry_agemsg_panel { background-color: #007545; }
 .bkcatalog_default .bkentry_age._x { color: #007545; }
 
  /* BEAMER  */
 x.bkdesign_cards .bkbeamer_default .bkentry_aging_panel .bkentry_agemsg_panel { background-color: #b183d7; }
 .bkbeamer_default .bkentry_age._x {color: #b183d7; }

/* AKTUELL */ 
 x.bkdesign_cards .bknews_default .bkentry_aging_panel .bkentry_agemsg_panel { background-color:  #2a9398; }
 .bknews_default .bkentry_age._x {color: #2a9398; }
 
 /* SPIELE */
 x.bkdesign_cards .bkgame_default .bkentry_aging_panel .bkentry_agemsg_panel { background-color: #88c01c; }
.bkgame_default .bkentry_age._x {color: #569400 }
 
 /* TUERKISCH WEB */
 xxx.bkdesign_cards .bkturkweb_default .bkentry_aging_panel .bkentry_agemsg_panel { background-color:  #a30303; }
 .bkturkweb_default .bkentry_age._x {color: #a30303; }
 
  /* SEITENSTARK */
 x.bkdesign_cards .bkseitenstark_default .bkentry_aging_panel .bkentry_agemsg_panel { background-color: #a9bd3f; }
 .bkseitenstark_default .bkentry_age._x { color: #a9bd3f;}


/* Language | Country | Selection  */
.bkentry_funnyitem{
	display:none;
} 
.triangle{
	display:none;
}
.bkentry_caption{
	display:none;
}

.bkentry_language_icon{
	display:none;
}
.bkentry_language{
	display:none;
}
.bkentry_language_panel{
	cursor:pointer;
}
.bkentry_country_icon{
	display:none;
}
.bkentry_country{
	display:none;
}
.bkentry_country_panel{
	cursor:pointer;
}
[class^="bkentry_location"]{
	display:none;
}
.bkentry_collection_panel{
	display:none;
	cursor:pointer;
} 

.bkentry_feed_icon{
	display:none;
}
.bkentry_rss_text{
	display:none;
	cursor:pointer;
}

.bkentry_abo_icon{
	display:none;
}
.bkentry_abo_text{
	display:none;
	cursor:pointer;
}

/* Seitenstark-Tag soll auf der Seitenstark-Seite nicht angezeigt werden  */
#bkseitenstark .bkentry_tag._seitenstark {
display:none;
}

/* Topic-Tag-img  */
.bkentry_tag>img {
	display:none;
}
.bkentry_tag._seitenstark>img,
.bkentry_tag._seitenstark ._hashtag,
.bkentry_tag._seitenstark .bkentry_seitenstark,
.bkentry_tag._seitenstark ._komma,
.bkentry_tag._seitenstarkguetesiegel>img,
.bkentry_tag._seitenstarkguetesiegel ._hashtag,
.bkentry_tag._seitenstarkguetesiegel .bkentry_seitenstarkguetesiegel,
.bkentry_tag._seitenstarkguetesiegel ._komma{
	display:none;
	cursor:pointer;
}




/* Hint-Panel */
.bkentry_hint_panel,
.bkentry_format_panel{
	display:none;
	cursor:pointer;
}
.bkentry_format {
	background-repeat: no-repeat;
	background-position:center center;
	background-size:100%;
	height:100%;
}
.bkentry_format._flash{
	background-image:url('//www.blinde-kuh.de/global/img/bkentry-format-flash.png');
}
.bkentry_format._feed{
	background-image:url('//www.blinde-kuh.de/global/img/bkentry-format-feed.png');
}
.bkentry_format._bigtext{
	background-image:url('//www.blinde-kuh.de/global/img/bkentry-format-bigtext.png');
}
.bkentry_format._mp3{
	background-image:url('//www.blinde-kuh.de/global/img/bkentry-format-mp3.png');
}




