#bkvideoteasering h1,
#bkvideoteasering h2,
#bkvideoteasering h3 {
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;

-moz-margin-before: 0;
-moz-margin-after: 0;
-moz-margin-start: 0;
-moz-margin-end: 0;

 margin:0;
}
 
#bkvideoteasering.bkaura {
 margin: 10px 0 10px 0;
}

#bkvideoteasering.bkvideoteasering_panel {
 border:1px solid #D5D6D8;
 border-color: #ffffff #d3d3d3 #d3d3d3 #ffffff;

 -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 -o-border-radius: 20px;
 -ms-border-radius: 20px;
 border-radius: 20px;
 vertical-align:middle;
 width:auto;	

 -moz-box-shadow: 6px 6px 30px #525252;
 -webkit-box-shadow: 6px 6px 30px #525252;
 -o-box-shadow: 6px 6px 30px #525252;
 -ms-box-shadow: 6px 6px 30px #525252;
 box-shadow: 6px 6px 30px #525252;
 
 -moz-border-bottom-colors: none;
 -moz-border-left-colors: none;
 -moz-border-right-colors: none;
 -moz-border-top-colors: none;
}

.bkwidget_scheme-grey #bkvideoteasering {
 background-color: #F2F2F2;
 color:#808080;
}

.bkwidget_scheme-green #bkvideoteasering{
 background-color: #dcffab;
 color:#355406;
}
.bkwidget_scheme-red #bkvideoteasering{
 background-color: #f9cac5;
 color:#A01306;
}
.bkwidget_scheme-yellow  #bkvideoteasering{
 background-color: #f7f3c6;
 color:#DBCB1C;
}
.bkwidget_scheme-blue #bkvideoteasering{
 background-color: #d7e4ff;
 color: #0F3582;
}

#bkvideoteasering a:link {
 text-decoration:none;
}

#bkvideoteasering .h3 {
 font: bold 24px verdana, arial, helvetica;
 margin: 0 6px 0 6px;
}

#bkvideoteasering .bkteasering_top {
 min-height: 30px;
}


#bkvideoteasering .bkteasering_headline {
 color: #808080;
 display: inline-block;
 font: bold 24px Verdana,Arial,sans serif !important;
 letter-spacing: 0 !important;
 margin: 0 6px !important;
 padding: 0 !important;

}

#bkvideoteasering  figure {
 
 -webkit-margin-before:0;
 -webkit-margin-after:0;
 -webkit-margin-start:0;
 -webkit-margin-end:0;
	
 -moz-margin-before:0;
 -moz-margin-after:0;
 -moz-margin-start:0;
 -moz-margin-end:0;
 padding: 0;
 margin: 0;
}

#bkvideoteasering .video_panel {
 background-image: url("http://www.blinde-kuh.de/bkimages/tvrauschen.gif");
 border-color: #999999 #EEEEEE #EEEEEE #999999;
 border-image: none;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 -ms-border-radius: 15px;
 -o-border-radius: 15px;
 border-radius: 15px;
 
 border-style: solid;
 border-width: 2px;
 margin: 0 5px 0 5px;
 min-height: 320px;

 -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.7);
 -o-box-shadow: inset 0 0 10px rgba(0,0,0,0.7);
 -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.7);
 box-shadow: inset 0 0 10px rgba(0,0,0,0.7);
}


#bkvideoteasering .channel_item_outer {
 box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

#bkvideoteasering .channel_item {
 display: inline-block;
 background: #ffffff;
 border-radius: 5px;
 padding: 1px;
 box-shadow: inset 0 0 4px rgba(0,0,0,0.7);
}

#bkvideoteasering .channel_icon {
 height: 25px;
 margin: 2px;
}

/* EINTRAGE */

#bkvideoteasering .bkitem_alignment {
 display:inline-block;
 vertical-align:middle;
 padding:7px; 
}

#bkvideoteasering .bkitem_outer {
 border: 2px solid rgba(0,0,0,1);
 border-color: #f3f3f3 #888888 #888888 #f3f3f3;
 border-radius: 12px;
 padding: 0;
}

#bkvideoteasering .bkitem_outer:hover {
 margin: 0;
 padding: 0;
}

#bkvideoteasering .bkitem {
 background: rgba(195,195,195,0.9);
 width: 220px;
 border-radius: 10px;

 -moz-box-shadow: 4px 4px 16px rgba(0,0,0,0.5);
 -webkit-box-shadow: 4px 4px 16px rgba(0,0,0,0.5);
 -o-box-shadow: 4px 4px 16px rgba(0,0,0,0.5);
 box-shadow: 4px 4px 16px rgba(0,0,0,0.5);
 border: 4px solid rgba(0,0,0,0.1);
}

#bkvideoteasering .bkitem_inner {
 border:2px solid black;
 border-color:#c3c3c3 #F2F2F2 #F2F2F2 #c3c3c3;
 
 -webkit-border-radius: 0 0 6px 6px;
 -moz-border-radius: 0 0 6px 6px;
 -ms-border-radius: 0 0 6px 6px;
 -o-border-radius: 0 0 6px 6px;  
 border-radius: 0 0 6px 6px;    
}

#bkvideoteasering .bkitem_channel_panel {
 display:none;
 background: rgba(0,0,0,0.1);
 -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;
 padding: 2px 6px 2px 6px;
}

#bkvideoteasering .bkitem_headline {
    margin-top:2px;
}

#bkvideoteasering .bkitem_title {
 display: block;
 font: bold 14px Verdana;
 color: #626262;
 min-height: 30px;
 margin: 0 10px 5px 10px;
 overflow-x: hidden;
}

#bkvideoteasering .bkitem_title  A {
 text-decoration:none;
}

#bkvideoteasering .bkitem_subtitle {
 display: block;
 font: bold 11px Verdana;
 color: #3F3F3F;
 margin: 0 10px 0 10px;
}

#bkvideoteasering .bkitem_subtitle  A {
 text-decoration:none;
}


/*#bkvideoteasering .bkteasering_headline {
    margin: 0 6px 0 6px;
	padding: 0 0 0 0 !important;
    font: bold 24px Verdana;

}*/

#bkvideoteasering .bkitem_link { 
 text-decoration:none;
}

#bkvideoteasering .bkitem_image_panel {
 display:block; 
}

#bkvideoteasering .bkitem_videopreview {
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: box;
 
 box-orient: vertical;
 box-pack: center;
 box-align: center;
 
 -webkit-box-orient: vertical;
 -webkit-box-pack: center;
 -webkit-box-align: center;
 
 -moz-box-orient: vertical;
 -moz-box-pack: center;
 -moz-box-align: center;
 
 -ms-flex-orient: vertical;
 -ms-flex-pack: center;
 -ms-flex-align: center;
 
 -ms-box-orient: vertical;
 -ms-box-pack: center;
 -ms-box-align: center;
 
 background-color:#000000;
 height:150px;
 width:200px;
 margin-left:10px;
 box-shadow:2px 2px 8px rgba(0,0,0,0.6);
 overflow:hidden;
  
}

#bkvideoteasering .bkitem_videopreview_panel {
  position: relative;
}

#bkvideoteasering .bkitem_videopreview_info {
 position:absolute;
 width:200px;
}

#bkvideoteasering .bkitem_videopreview_play {
 margin-left: 10px;
 margin-top: -130px;
 opacity: 0.5;
 position: absolute;
}

#bkvideoteasering .bkitem_image {
 display:block;
 width: 200px;
}

.bkpage.firefox #bkvideoteasering .bkitem_image {
     margin-top: 19px;
}

#bkvideoteasering .bkitem_imagerights {
 display:block;
 position:absolute;
 text-align:left;
 margin-left:10px;
 margin-top:-150px;
 width:194px;
 font:11px  Verdana, Arial, Helvetica;
 color: rgba(255,255,255,0.5);
 padding: 3px;
 background: rgba(0,0,0,0.4);
 text-decoration: none;
}

#bkvideoteasering .bkitem_imagerights A { text-decoration: none; }
#bkvideoteasering .bkitem_imagerights A:link { text-decoration: none; }

#bkvideoteasering .bkitem_linktext {
 display:block;
 position:absolute;
 text-align:center;

 width: 194px;
 min-width: 194px;
 height: auto;
 font:11px  Verdana, Arial, Helvetica;
 color: rgba(255,255,255,0.8);
 padding: 0 3px 0 3px;
 text-decoration: none;
 background: rgba(0,0,0,0.4);
}

#bkvideoteasering .bkitem_videopreview_play:hover .bkitem_linktext {
 color: rgba(255,255,255,1);
}

#bkvideoteasering .bkitem_linktext A{
 text-decoration: none
}
 
#bkvideoteasering .bkitem_linktext A:link {
 text-decoration: none 
}

#bkvideoteasering .bkitem_longdate {
 display:block;
 font: 11px Verdana, Arial, Helvetica;
 padding: 3px;
 margin:3px 13px 3px 13px;
 color: rgba(140,140,140,1);
 z-index: 10;
 text-align:center;
}

#bkvideoteasering .bkitem_user {
 font:12px  Verdana, Arial, Helvetica;
 color:#ffffff;
 padding: 2px;
}

#bkvideoteasering .bkitem_user A {
 text-decoration: none;
}

#bkvideoteasering .bkitem_videopreview_play {
 position:absolute;
 text-align:center;
 opacity: 0.5;
}

#bkvideoteasering .bkitem_videopreview_play:hover {
 opacity: 1;
}

/* BUTTONS */
#bkvideoteasering .browse_button {
 display: inline-block;
 background: rgb(122,188,255); /* Old browsers */
 background: -moz-linear-gradient(-45deg,  rgba(122,188,255,1) 0%, rgba(64,150,238,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg,  rgba(122,188,255,1) 0%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg,  rgba(122,188,255,1) 0%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg,  rgba(122,188,255,1) 0%,rgba(64,150,238,1) 100%); /* IE10+ */
 background: linear-gradient(135deg,  rgba(122,188,255,1) 0%,rgba(64,150,238,1) 100%); /* W3C */
    
 border-radius: 20px;
 -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 -o-border-radius: 20px;
    
 -moz-box-shadow: 3px 3px 9px rgba(0,0,0,0.4);
 -o-box-shadow: 3px 3px 9px rgba(0,0,0,0.4);
 -webkit-box-shadow: 3px 3px 9px rgba(0,0,0,0.4);
 box-shadow: 3px 3px 9px rgba(0,0,0,0.4);
    
 font: bold 14px Verdana,Arial,sans serif;
 margin: 10px 3px;
 padding:0 8px 0 8px;
 overflow: hidden;
    
 text-align: center;
 vertical-align: middle;
 width: 90px;
 height:40px;

 cursor: pointer;
}



#bkvideoteasering .browse_button:hover {
    box-shadow: 3px 3px 9px rgba(0,0,0,0.7);
}

#bkvideoteasering .bkitem_browse_buttons {
 display: block;
 margin:auto;
 text-align:center;
}

#bkvideoteasering .browse_button_back_arrow {
 display: inline-block;
 vertical-align:middle;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 10px 15px 10px 0;
 border-color: transparent #ffffff transparent transparent;
 line-height: 0;
 _border-color: #000000 #ffffff #000000 #000000;
 _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
 margin: 10px;
}

#bkvideoteasering .browse_button_random {
 background:#e7e7e7;
 display: inline-block;
 position:relative;
 vertical-align:middle;
 padding: 3px;
 margin:4px -15px 4px -23px;
 background: #e7e7e7;
 box-shadow: 0 0 0 rgba(0,0,0,0);
 width: 70px;
 height:60px;

 -moz-border-radius: 35px;
 -webkit-border-radius: 35px;
 -o-border-radius: 35px;
 border-radius: 35px;
}


#bkvideoteasering .browse_button_random_image {
 height: 25px;
 margin: 7px 0 5px 0;
}

#bkvideoteasering .browse_button IMG.teaser-expand {
 height: 25px;
 margin-top:8px;

}

#bkvideoteasering .browse_button.teaser-expand {
 width: 60px;
}

#bkvideoteasering .bkitem_browse_buttons .browse_button.random {
 width: 60px;
}


#bkvideoteasering .browse_button_forward_arrow {
 display: inline-block;
 vertical-align:middle;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 10px 0 10px 15px;
 border-color: transparent transparent transparent #ffffff;
 line-height: 0;
 _border-color: #000000 #000000 #000000 #ffffff;
 _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
 margin: 10px;
}

#bkvideoteasering .browsebutton_linktext {
 display:inline-block;
 font: bold 13px verdana, arial, helvetica;
 color: #ffffff;
}

#bkvideoteasering  .browse_button_forward .browsebutton_linktext {
 margin-right:5px
}

#bkvideoteasering .browsebutton_linktext A {
 text-decoration:none;
}


#bkvideoteasering.canbrowseback0 .browse_button.prev,
#bkvideoteasering.canbrowseforward0 .browse_button.next,
#bkvideoteasering .browse_button.next.canbrowseforward0,
#bkvideoteasering .browse_button.prev.canbrowseback0 { 
 opacity:0.2;
 cursor:none;
 
 -moz-box-shadow: none;
 -o-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
}

#bkvideoteasering.canbrowseback0 .browse_button.prev:hover,
#bkvideoteasering.canbrowseforward0 .browse_button.next:hover,
#bkvideoteasering .browse_button.next.canbrowseforward0:hover,
#bkvideoteasering .browse_button.prev.canbrowseback0:hover { 
 -moz-box-shadow: none;
 -o-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
}


/* ENDE BUTTONS */

/* JUKI-VIDEOS */

#bkvideoteasering .bkitemtoken_jukivideo .bkitem_outer {
 border-color: #24B8FF #197DAF #197DAF #24B8FF; 
}

#bkvideoteasering .bkitemtoken_jukivideo .bkitem {
 background:rgba(36,184,255,0.9); border-color: #1F9CDA;
}

#bkvideoteasering .bkitemtoken_jukivideo .bkitem_inner {
 border-color: #197DAF #24B8FF #24B8FF #197DAF;
}

#bkvideoteasering .bkitemtoken_jukivideo .bkitem_headline {
 margin-top:18px;
}

#bkvideoteasering .bkitemtoken_jukivideo .bkitem_title  {
 color: #016C9E; 
}

#bkvideoteasering .bkitemtoken_jukivideo .bkitem_subtitle  {
 color: #014E72;
}

#bkvideoteasering .bkitemtoken_jukivideo .bkitem_channel_panel {
 display: block; height: 53px; 
}

#bkvideoteasering .bkitemtoken_jukivideo .bkitem_channel_image {
 margin:-5px 0 30px -5px; 
}

#bkvideoteasering .bkitemtoken_jukivideo .bkitem_longdate {
    color:rgba(25,131,181,0.9); 
}

/* CHECK-EINS-VIDEOS */

#bkvideoteasering .bkitemtoken_checkeinsvideo .bkitem_outer  {
 border-color: #E2E2E2 #BBBBBB #BBBBBB #E2E2E2; 
}

#bkvideoteasering .bkitemtoken_checkeinsvideo .bkitem  { 
 background:url(http://www.blinde-kuh.de/bkimages/icons/checkeins.png);
 border-color: #B0B0B0;
}

#bkvideoteasering .bkitemtoken_checkeinsvideo .bkitem_inner  {
 border-color: #BBBBBB #E2E2E2 #E2E2E2 #BBBBBB; 
}

#bkvideoteasering .bkitemtoken_checkeinsvideo .bkitem_title  {
 color:#034278; 
}

#bkvideoteasering .bkitemtoken_checkeinsvideo .bkitem_subtitle  {

 color: #17619E; 
}

#bkvideoteasering .bkitemtoken_checkeinsvideo .bkitem_channel_panel {
 display: block;
 margin-left: -6px;
 margin-top: -3px;
}

#bkvideoteasering .bkitemtoken_checkeinsvideo .bkitem_longdate  {
 color:rgba(126,126,126,0.6); 
}

/* KIKAPLUS-VIDEOS */

#bkvideoteasering .bkitemtoken_kikaplusvideo .bkitem_outer {
    border-color: #42B4BF #0D7882 #0D7882 #42B4BF; 
}

#bkvideoteasering .bkitemtoken_kikaplusvideo .bkitem {
    background:rgba(138, 203, 218, 0.9);
    border-color: #1197A3; 
}

#bkvideoteasering .bkitemtoken_kikaplusvideo .bkitem_inner {
    border-color:#0D7882 #42B4BF #42B4BF #0D7882 ; 
}

#bkvideoteasering .bkitemtoken_kikaplusvideo .bkitem_title  {
    color: #005C63; 
}

#bkvideoteasering .bkitemtoken_kikaplusvideo .bkitem_subtitle  {
    color: #065960; 
}

#bkvideoteasering .bkitemtoken_kikaplusvideo .bkitem_channel_panel {
    display: block; 
}

#bkvideoteasering .bkitemtoken_kikaplusvideo .bkitem_channel_image {
    margin: -5px 0 -5px -5px; 
}

#bkvideoteasering .bkitemtoken_kikaplusvideo .bkitem_longdate {
    color:rgba(17,151,163,0.8);
}

/* KIKA-VIDEOS */

#bkvideoteasering .bkitemtoken_kikavideo .bkitem_outer {
    border-color: #42B4BF #0D7882 #0D7882 #42B4BF; 
}

#bkvideoteasering .bkitemtoken_kikavideo .bkitem {
    background:url(http://www.blinde-kuh.de/bkimages/icons/bg-kika.png);
    border-color: #1197A3; 
}

#bkvideoteasering .bkitemtoken_kikavideo .bkitem_inner {
    border-color:#0D7882 #42B4BF #42B4BF #0D7882 ; 
}

#bkvideoteasering .bkitemtoken_kikavideo .bkitem_title  {
 color: #00282B; 
}

#bkvideoteasering .bkitemtoken_kikavideo .bkitem_subtitle  {
 color: #005C63; 
}

#bkvideoteasering .bkitemtoken_kikavideo .bkitem_channel_panel {
    display: block; 
}

#bkvideoteasering .bkitemtoken_kikavideo .bkitem_channel_image {
    margin: 8px 10px 10px 2px; 
}

#bkvideoteasering .bkitemtoken_kikavideo .bkitem_longdate {
    color:rgba(17,151,163,0.8);
}

/* KINDERFILMWELT-VIDEOS */

#bkvideoteasering .bkitemtoken_kinderfilmwelt .bkitem_outer {
    border-color:  #206D93 #569DBF #569DBF #206D93;
 }

#bkvideoteasering .bkitemtoken_kinderfilmwelt .bkitem {
    background-image:url(http://www.blinde-kuh.de/bkimages/icons/kfw-bg.png);
    border-color: #569DBF #206D93 #206D93 #569DBF;
 }

#bkvideoteasering .bkitemtoken_kinderfilmwelt .bkitem_inner {
    border-color:  #569DBF #206D93 #206D93 #569DBF;
 }

#bkvideoteasering .bkitemtoken_kinderfilmwelt .bkitem_title  {
    color: #17619E;
 }

#bkvideoteasering .bkitemtoken_kinderfilmwelt {
 }

#bkvideoteasering .bkitemtoken_kinderfilmwelt .bkitem_channel_panel {
    display: block;
 }
 
 #bkvideoteasering .bkitemtoken_kinderfilmwelt .bkitem_longdate {
    color:rgba(10, 117, 74, 0.7);
}

/* TOGGO-VIDEOS */

#bkvideoteasering .bkitemtoken_toggovideo .bkitem_outer  {
    border-color: #FCE3BF #DD8500 #DD8500 #FCE3BF; 
}

#bkvideoteasering .bkitemtoken_toggovideo .bkitem  {
    background: rgba(255,255,255,0.9);
    border-color: #FDA929;
}

#bkvideoteasering .bkitemtoken_toggovideo .bkitem_inner  {
    border-color: #DD8500 #FCE3BF #FCE3BF #DD8500; 
}

#bkvideoteasering .bkitemtoken_toggovideo .bkitem_title  {
 color: #E8740F; 
}

#bkvideoteasering .bkitemtoken_toggovideo .bkitem_subtitle  {
 color: #F7AA02; 	
}

#bkvideoteasering .bkitemtoken_toggovideo .bkitem_channel_panel {
    display: block;
	background: rgb(255,170,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,170,0,1) 0%, rgba(241,138,0,1) 71%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,170,0,1)), color-stop(71%,rgba(241,138,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,170,0,1) 0%,rgba(241,138,0,1) 71%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,170,0,1) 0%,rgba(241,138,0,1) 71%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,170,0,1) 0%,rgba(241,138,0,1) 71%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,170,0,1) 0%,rgba(241,138,0,1) 71%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#f18a00',GradientType=0 ); /* IE6-9 */

}

#bkvideoteasering .bkitemtoken_toggovideo .bkitem_channel_image {
    margin: 0;
}

#bkvideoteasering .bkitemtoken_toggovideo .bkitem_longdate {
	color: #F2C39B;
    color:rgba(232,116,15,0.4);
}

/* SESAMSTRASSE */

#bkvideoteasering .bkitemtoken_sesamstrassevideo .bkitem_outer  { 
    border-color: #F9E890 #F2C900 #F2C900 #F9E890; 
}

#bkvideoteasering .bkitemtoken_sesamstrassevideo .bkitem  {
    background: rgba(0,171,103,0.9);
    border-color: #FEDF39;
}

#bkvideoteasering .bkitemtoken_sesamstrassevideo .bkitem_inner  {
    border-color: #F2C900 #F9E890 #F9E890 #F2C900;
}

#bkvideoteasering .bkitemtoken_sesamstrassevideo .bkitem_title  {
    color: #ffe119; 
}

#bkvideoteasering .bkitemtoken_sesamstrassevideo .bkitem_subtitle  {
    color:#FCF5CF; 
}

#bkvideoteasering .bkitemtoken_sesamstrassevideo .bkitem_channel_panel {
    display: block; 
}

#bkvideoteasering .bkitemtoken_sesamstrassevideo .bkitem_channel_image {
    margin-left:-17px;
    margin-top:-10px;
    width:240px;
}

#bkvideoteasering .bkitemtoken_sesamstrassevideo .bkitem_longdate {
    color:rgba(10, 117, 74, 0.7);
}

/*clixmix */
#bkvideoteasering .bkitemtoken_clixmixvideo .bkitem_outer  {
    border-color: #5A9ACE #01335B #01335B #5A9ACE; 
}

#bkvideoteasering .bkitemtoken_clixmixvideo .bkitem  {
    background: rgb(36,90,135); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(36,90,135,0.9) 0%, rgba(96,180,211,0.9) 51%, rgba(36,90,135,0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,90,135,0.9)), color-stop(51%,rgba(96,180,211,0.9)), color-stop(100%,rgba(36,90,135,0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(36,90,135,0.9) 0%,rgba(96,180,211,0.9) 51%,rgba(36,90,135,0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(36,90,135,0.9) 0%,rgba(96,180,211,0.9) 51%,rgba(36,90,135,0.9) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(36,90,135,0.9) 0%,rgba(96,180,211,0.9) 51%,rgba(36,90,135,0.9) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(36,90,135,0.9) 0%,rgba(96,180,211,0.9) 51%,rgba(36,90,135,0.9) 100%); /* W3C */
    border-color: #155284;
}

#bkvideoteasering .bkitemtoken_clixmixvideo .bkitem_inner  {
    border-color: #01335B #5A9ACE #5A9ACE #01335B;
}

#bkvideoteasering .bkitemtoken_clixmixvideo .bkitem_title  {
    color: #ffffff; 
}

#bkvideoteasering .bkitemtoken_clixmixvideo .bkitem_subtitle  {
    color:#e2e2e2; 
}

#bkvideoteasering .bkitemtoken_clixmixvideo .bkitem_channel_panel {
    display: block;
}

#bkvideoteasering .bkitemtoken_clixmixvideo .bkitem_channel_image {
    margin:-2px;
}

#bkvideoteasering .bkitemtoken_clixmixvideo .bkitem_longdate {
    color:rgba(43,159,211,0.8);
}

/*ELEFANTENVIDEOS */

#bkvideoteasering .bkitemtoken_elefantenvideo .bkitem_outer  {
    border-color: #4B89E5 #2A4C7F #2A4C7F #4B89E5; 
}

#bkvideoteasering .bkitemtoken_elefantenvideo .bkitem  {
    background: rgba(85,161,199,0.9);
    border-color: #4E91C9; 
}

#bkvideoteasering .bkitemtoken_elefantenvideo .bkitem_inner  {
    border-color: #2A4C7F #4B89E5 #4B89E5 #2A4C7F; 
}

#bkvideoteasering .bkitemtoken_elefantenvideo .bkitem_title  {
    color: #ffffff;
}

#bkvideoteasering .bkitemtoken_elefantenvideo .bkitem_subtitle  {
    color:#e2e2e2;
}

#bkvideoteasering .bkitemtoken_elefantenvideo .bkitem_channel_panel {
    display: block;
    overflow:hidden;
    padding: 0;
}

#bkvideoteasering .bkitemtoken_elefantenvideo .bkitem_channel_image {
    margin-top:-5px;
}

#bkvideoteasering .bkitemtoken_elefantenvideo .bkitem_longdate {
    color:rgba(63, 138, 199, 0.9);
}

/*MAUSVIDEOS */

#bkvideoteasering .bkitemtoken_mausvideo .bkitem_outer  {
    border-color: #FFC000 #EA7304 #EA7304 #FFC000; 
}

#bkvideoteasering .bkitemtoken_mausvideo .bkitem  {
    background: rgba(255, 192, 0, 0.9);
    border-color: #FF7E00; 
}

#bkvideoteasering .bkitemtoken_mausvideo .bkitem_inner  {
    border-color: #EA7304 #FFC000 #FFC000 #EA7304; 
}

#bkvideoteasering .bkitemtoken_mausvideo .bkitem_title  {
    color: #ffffff;
}

#bkvideoteasering .bkitemtoken_mausvideo .bkitem_subtitle  {
    color:#e2e2e2;
}

#bkvideoteasering .bkitemtoken_mausvideo .bkitem_channel_panel {
    display: block;
    overflow:hidden;
    padding: 0;
}

#bkvideoteasering .bkitemtoken_mausvideo .bkitem_channel_image {
    margin-top:-5px;
}

#bkvideoteasering .bkitemtoken_mausvideo .bkitem_longdate {
    color:rgba(255, 126, 0, 0.6);
}

/* Wissen macht Ah */
#bkvideoteasering .bkitemtoken_wissenmachtahvideo .bkitem_outer  {
    border-color: #B2DD04 #547000 #547000 #B2DD04;
}

#bkvideoteasering .bkitemtoken_wissenmachtahvideo .bkitem  {
    background: url(http://www.blinde-kuh.de/bkimages/icons/bg-wissenmachtahvideo.png);
    border-color: #82A701;
}

#bkvideoteasering .bkitemtoken_wissenmachtahvideo .bkitem_inner  {
    border-color: #547000 #B2DD04 #B2DD04 #547000;
}

#bkvideoteasering .bkitemtoken_wissenmachtahvideo .bkitem_title  {
    color: #FFFF01;
}

#bkvideoteasering .bkitemtoken_wissenmachtahvideo .bkitem_subtitle  {
    color:#3F5900; 
}

#bkvideoteasering .bkitemtoken_wissenmachtahvideo .bkitem_channel_panel {
    display: block;
    overflow:hidden;
    padding: 0;
}

#bkvideoteasering .bkitemtoken_wissenmachtahvideo .bkitem_image {
margin-top: 0;

}

#bkvideoteasering .bkitemtoken_wissenmachtahvideo .bkitem_linktext {
letter-spacing: -1px;
}

#bkvideoteasering .bkitemtoken_wissenmachtahvideo .bkitem_longdate {
    color:rgba(255,255,1,0.6);
}

/* Blaubaer */
#bkvideoteasering .bkitemtoken_blaubaervideo .bkitem_outer  {
    border-color: #990000 #6D0101 #6D0101 #990000;
}

#bkvideoteasering .bkitemtoken_blaubaervideo .bkitem  {
    background: rgba(188,54,72,0.9);
    border-color: #730000;
}

#bkvideoteasering .bkitemtoken_blaubaervideo .bkitem_inner  {
    border-color: #6D0101 #990000 #990000 #6D0101;
}

#bkvideoteasering .bkitemtoken_blaubaervideo .bkitem_title  {
    color: #002F9C;
}

#bkvideoteasering .bkitemtoken_blaubaervideo .bkitem_subtitle  {
    color:#350000;
}

#bkvideoteasering .bkitemtoken_blaubaervideo .bkitem_channel_panel {
    display: block;
    overflow:hidden;
    padding: 0;
}

#bkvideoteasering .bkitemtoken_blaubaervideo .bkitem_channel_image {
    margin-top:-5px;
}

#bkvideoteasering .bkitemtoken_blaubaervideo .bkitem_longdate {
    color:rgba(62, 0, 0, 0.6);
}

/* Sandmaennchen */
#bkvideoteasering .bkitemtoken_sandmannvideo .bkitem_outer {
    border-color: #9CC5E9 #3989E5 #3989E5 #9CC5E9;
}

#bkvideoteasering .bkitemtoken_sandmannvideo .bkitem  {
    background: rgba(156,197,233,0.9);
    border-color: #6A9ACF;
}

#bkvideoteasering .bkitemtoken_sandmannvideo .bkitem_inner  {
    border-color: #3989E5 #9CC5E9 #9CC5E9 #3989E5;
}

#bkvideoteasering .bkitemtoken_sandmannvideo .bkitem_title  {
    color: #DA3921;
}

#bkvideoteasering .bkitemtoken_sandmannvideo .bkitem_subtitle  {
    color:#0D3C73; 
}

#bkvideoteasering .bkitemtoken_sandmannvideo .bkitem_channel_panel {
    display: block;
    padding: 0;
}

#bkvideoteasering .bkitemtoken_sandmannvideo .bkitem_channel_image {
 margin:2px 5px;
}

#bkvideoteasering .bkitemtoken_sandmannvideo .bkitem_longdate {
    color: rgba(80, 139, 201, 0.9);
}

/* Kindernetz */

 #bkvideoteasering .bkitemtoken_kindernetzvideo .bkitem_outer  {
 border-color: #F4E070 #F4D00 #F4D004 #F4E070;
 }


#bkvideoteasering .bkitemtoken_kindernetzvideo .bkitem  {
 background:rgba(252, 231, 82, 0.9);
 border-color: #F7D91B;
 }
 
 #bkvideoteasering .bkitemtoken_kindernetzvideo .bkitem_inner  {
 border-color: #F4D004 #F4E070 #F4E070 #F4D004;
 }


#bkvideoteasering .bkitemtoken_kindernetzvideo .bkitem_title  {
 color:#ff7200;
 }
 
 #bkvideoteasering .bkitemtoken_kindernetzvideo .bkitem_subtitle  {
  color:#C65600;
 }
 
 #bkvideoteasering .bkitemtoken_kindernetzvideo .bkitem_channel_panel {
    display: block;
    padding: 0;
}
 
 #bkvideoteasering .bkitemtoken_kindernetzvideo .bkitem_longdate {

  color: rgba(216, 174, 3, 0.9);
  }
  
/* Tivi */

 #bkvideoteasering .bkitemtoken_tivivideo .bkitem_outer  {
 border-color: #FCB053 #FC8B02 #FC8B02 #FCB053;
 }

 
#bkvideoteasering .bkitemtoken_tivivideo .bkitem  {

 background:rgba(230, 61, 0, 0.9);
 border-color: #FEA12D;
 }
 
 #bkvideoteasering .bkitemtoken_tivivideo .bkitem_inner  {
 border-color: #FC8B02 #FCB053 #FCB053 #FC8B02;
 }


#bkvideoteasering .bkitemtoken_tivivideo .bkitem_title  {
 color:#ffffff;
 }
 
 #bkvideoteasering .bkitemtoken_tivivideo .bkitem_subtitle  {
  color:#ffffff;
 }
 
 #bkvideoteasering .bkitemtoken_tivivideo .bkitem_channel_panel {
    display: block;
    padding: 0;
	background: rgba(96, 0, 0, 0.3);
}


 #bkvideoteasering .bkitemtoken_tivivideo .bkitem_channel_panel img{
margin-bottom: 0;
    margin-left: 4px;
    margin-top: 2px;
	
	}
 
 #bkvideoteasering .bkitemtoken_tivivideo .bkitem_longdate {
  color: rgba(255,255,255, 0.7);
  }
 
 /* Planet Schule */

 #bkvideoteasering .bkitemtoken_planetschulevideo .bkitem_outer  {
 border-color: #B3C3DD #042D75 #042D75 #B3C3DD;
 }

 
#bkvideoteasering .bkitemtoken_planetschulevideo .bkitem  {

 background:url(http://www.blinde-kuh.de/bkimages/icons/bg-planetvideo.png);
 border-color: #1a54ba;
 }
 
 #bkvideoteasering .bkitemtoken_planetschulevideo .bkitem_inner  {
 border-color: #042D75 #B3C3DD #B3C3DD #042D75;
 }


#bkvideoteasering .bkitemtoken_planetschulevideo .bkitem_title  {
 color:#0B27AD;
 }
 
 #bkvideoteasering .bkitemtoken_planetschulevideo .bkitem_subtitle  {
 color: #5275AA;
 }
 
 #bkvideoteasering .bkitemtoken_planetschulevideo .bkitem_channel_panel {
 display: block;
 padding:0px;
 background: rgba(255,255,255,0.5);
}

 #bkvideoteasering .bkitemtoken_planetschulevideo .bkitem_channel_panel img{
 margin: 6px;
	}
 
 #bkvideoteasering .bkitemtoken_planetschulevideo .bkitem_longdate {
  color: rgba(4, 45, 117, 0.3);
  }
  
 /* Historixxvideo */
  #bkvideoteasering .bkitemtoken_historixxvideo .bkitem_outer  {
 border-color: #737160 #000000 #000000 #737160;
 }

 
#bkvideoteasering .bkitemtoken_historixxvideo .bkitem  {

 background:url(http://www.blinde-kuh.de/videos/historixx_bg.png);
 border-color: #2C2B29;
 }
 
 #bkvideoteasering .bkitemtoken_historixxvideo .bkitem_inner  {
 border-color: #042D75 #B3C3DD #B3C3DD #042D75;
 }


#bkvideoteasering .bkitemtoken_historixxvideo .bkitem_title  {
 color:#0B27AD;
 }
 
 #bkvideoteasering .bkitemtoken_historixxvideo .bkitem_subtitle  {
 color: #5275AA;
 }
 
 #bkvideoteasering .bkitemtoken_historixxvideo .bkitem_channel_panel {
 display: block;
 padding:0px;
 background: #2C2B29;
 background: rgba(44, 43, 41, 0,.9);
}

 #bkvideoteasering .bkitemtoken_historixxvideo .bkitem_channel_panel img{
 margin: 6px;
	}
 
 #bkvideoteasering .bkitemtoken_historixxvideo .bkitem_longdate {
  color: rgba(4, 45, 117, 0.3);
  }
 
  
 
  
  /* ANPASSUNGEN FÜR UNTERSCHIEDLICHE GROESSEN */
	
@media(max-width:500px) {	
 #bkvideoteasering .browse_button_text { display:none; }
  #bkvideoteasering .bkitem_browse_buttons { width: auto; }
 #bkvideoteasering .browse_button { width: 50px; padding: 0 3px 0 3px;}
  #bkvideoteasering .browse_button_random_image {
  width: 45px;
  margin-top:10px;
  }
 }
	
@media(max-width:400px) {

 #bkvideoteasering .bkteasering_headline { font: bold 14px Verdana,Arial,sans serif !important;}
 #bkvideoteasering .video_panel { padding: 0 1px 0 1px;}

}	


 
  .bkvlc-hint {
   text-align:right;
   font:14px Verdana,Arial,sans serif;
   color: #c3c3c3;
   padding: 5px;
   display:none;
   }
  
  .istablet .bkvlc-hint,
  .isphone .bkvlc-hint {display:block;}