@media screen and (min-width: 481px){
.cookielayer{
  display:none;
  
  z-index: 9000;
  max-width: 320px;
  min-height: 150px;
  height: auto;
  position: fixed;
  top: 35px;
  right: 38px;
  background: #798794 url(cookiebar-bg.gif) top right no-repeat;    
  
  font-size: 17px;
  line-height:  135%;
  color: #fff;
  padding: 65px 20px 15px 20px;  
}

.cookielayer a{
  color: #fff!important;
  text-decoration: underline;
}

.cookielayer a.cookielayer-btn{
  display: block;
  
  padding: 5px;
  margin-top: 20px;
  background: #aeb7bf;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
}


@media screen and (max-width: 480px){
  
  .cookielayer{
  display:none;
  
  z-index: 9000;
  max-width: 100%;
  min-height: auto;
  height: auto;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #798794 url(cookiebar-bg.gif) top right no-repeat;  
  background-size: 30px;
  font-size: 13px;
  line-height:  135%;
  color: #fff;
  padding: 30px 10px 10px 10px;  
}  


.cookielayer a{
  color: #fff!important;
  text-decoration: underline;
}

.cookielayer a.cookielayer-btn{
  display: block;
  
  padding: 3px;
  margin-top: 10px;
  background: #aeb7bf;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
  
  
}




