#pnscookie{
background: #fff;
color:#fff;
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: #444;
  margin: 7px 0px;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
}
#pnscookie .pnscookietekst a{
color:#313543;
text-decoration:none;
font-size: 13px;
}
#pnscookie .pnscookietekst a:hover{
color:#313543;
}
#pnscookie b{
color:#313543;
font-size: 17px;
}
#pnscookie #cookieyes{
  float: left;
  background: #313543;
  color: #fff;
  border: 0px;
  cursor: pointer;
  width: 255px;
  height: 140px;
  font-size: 20px;
  position: relative;
  padding: 0px;
  font-weight: bold;
}
#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: #dc00a1;
  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%;
}
}    