#pnscookie{
background: #fff;
color:#555;
transition:all 0.2s ease;
position: fixed;
bottom: 50px;
border-radius: 10px;
margin: 0 auto;
z-index: 99999;
max-width: 900px;
margin: 0 auto;
left: 0;
right: 0;
overflow: hidden;
}
#pnscookie.hide{
opacity:0;
pointer-events: none;
bottom:30px;
}
#pnscookie .pnscookietekst{
float: left;
width: 55%;
padding: 19px 30px;
padding-left: 120px;
background-image: url(icocookie.png);
background-repeat: no-repeat;
background-position: 30px;
}
#pnscookie .pnscookietekst p{
  color: #555;
  margin: 10px 0px;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 5px;
}
#pnscookie .pnscookietekst a{
color:#555;
text-decoration:none;
font-size: 13px;
}
#pnscookie .pnscookietekst a:hover{
color:#555;
}
#pnscookie b{
color:#555;
font-size: 14px;
}
#pnscookie #cookieyes{
  float: left;
  background: #001249;
  color: #fff;
  border: 0px;
  cursor: pointer;
  width: 255px;
  height: 140px;
  font-size: 20px;
  position: relative;
  padding: 0px;
}
#pnscookie #cookieyes:hover{
}
#pnscookie #cookieyes:hover .pnscookiespan1{ 
opacity:0;
  margin-top:15px
}
#pnscookie #cookieyes:hover .pnscookiespan2{ 
opacity:1;
margin-top: -10px;
}
#pnscookie #cookieyes.progress .pnscookiespan3{
width:100%;
}
#pnscookie .pnscookiespan1{
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  top: 50%;
  margin: 0 auto;
  margin-top: -10px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 6px;
  transition:all 0.3s ease;
}
#pnscookie .pnscookiespan2{
  position: absolute; 
  left: 0;
  right: 0;
  display: block;
  top: 50%;
  margin: 0 auto;
  margin-top: -25px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 6px;
  transition:all 0.3s ease;
  opacity:0;
  z-index: 9;
}
#pnscookie .pnscookiespan3{
  background: #00baff;
  position: absolute;
  left: 0;
  width: 0px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s linear;
}
@media screen and (max-width: 950px) {
#pnscookie{
max-width:300px;
}
#pnscookie .pnscookietekst {
    width: 62%;
    padding: 20px 30px;
    padding-left: 85px;
    background-position: 25px;
    background-size: 35px;
}
#pnscookie #cookieyes{
width:100%;
}
}