@charset "UTF-8";
/* CSS Document */

@media screen and (max-width:720px) {
  #cookiebanner a.c-button { 
    width:100%; 
    box-sizing:border-box; 
    text-align:center; 
    margin-bottom:20px;} 
  #c-right { 
    float:none;
  }
  #c-left { 
    float:none;
  }   
  #cookiebanner p.c-message { 
    margin-bottom:20px;
  }   
}    

@media screen and (min-width:720px) {
  #cookiebanner #c-left { 
    float:left; 
    max-width:80%;
  }
  #cookiebanner #c-right { 
    float:right; 
  }
}

#cookiebanner { 
  box-sizing: border-box; 
  background-color: #333333; 
  opacity: 0.9; width:100%; 
  padding:20px 50px; 
  position: fixed; 
  z-index: 2147483645; 
  bottom:-800px
}
#cookiebanner p { 
  font-size:14px; 
  line-height:1.4;
}
#cookiebanner .c-header { 
  text-transform:uppercase; 
  color:#fff; 
  font-weight:bold; 
  margin-bottom:4px;
}
#cookiebanner p.c-message {
  font-size:14px; 
  color:#ccc;
}
#cookiebanner a { 
  font-weight:bold; 
  color:#ccc;
  text-decoration:none;
}

#cookiebanner span, #cookiebanner strong {  
  color:#ccc;
}

#cookiebanner a:hover { 
  color:#fc0;
}

#cookiebanner a.c-button { 
  border-radius: 5px;
  background-color: #FFCC00;
/*  box-shadow: 0 2px 0 0 rgb(221,221,221);  
  border:1px solid #F90;  */
  padding:8px 40px;
  text-decoration:none;
  display:inline-block;
  vertical-align:middle;
  margin-top:10px;
  color:#333;
  font-size:16px;
  -o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  transition:.2s;
}

#cookiebanner a.c-button:hover { 
  box-shadow:none; 
  background-color:#ffe700;
}

