.footer {
	margin-top:20px;
}

#cookie_hinweis {
   position:fixed;
   top:0px;
   width:100%;
   background-color:#ddd;
   border:1px solid #666;
   display:none;
   z-index:2000;
}
#cookie_hinweis table {
   margin:21px auto;
}
#cookie_hinweis {
   color:#000;
}
#cookie_hinweis .left {
   width:380px;
   height:auto;
}
#cookie_hinweis .right {
   width:180px;
   height:auto;
}
.btn_cookie_zustimmen, .btn_activateYTV {
   width:192px;
   height:30px;
   font-size:13px;
   background-image: url(../assets/css/btn_zustimmen.png);
   display:block;
   color:#000;
   text-align:center;
   line-height:30px;
}
.btn_cookie_ablehnen {
  width: 192px;
  height: 30px;
   font-size:13px;
   display:block;
   color:#000;
   text-align:center;
   line-height:30px;  
}
.btn_recommandation {
   width:192px;
   height:30px;
   font-size:13px;
   background-image: url(../assets/css/btn_zustimmen.png);
   background-color: transparent;
   border:none;
   display:block;
   color:#000;
   font-weight:bold;
   text-align:center;
   line-height:30px;
   cursor:pointer;
}
//#cookie_hinweis a {
//   font-size:13px;
//}

.vid { width:100%; height:auto; }
.vid video { width:100%; /*height:calc(0.56*width);*/ }
}

/*----debug----*/
/*td { border:1px solid #f33; }
table { border:1px solid #555; }*/