#cookies_warning {
float: left;
clear: both;
width: 100%;
position: fixed;
/*bottom: 5px;*/
bottom: 0;
left: 0;
/*border: 1px solid #005695;*/
z-index: 1000;
box-shadow: 0 0 15px rgba(0, 86, 149, 0.5);
/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
background-color: #ffffff;
}

.cookies-layout {
float: left;
clear: both;
width: 100%;
/*height: 60px;*/
/*background: #ffffff;*/
background-color: rgba(0, 86, 149, 0.1);
border-radius: 2px 2px 0 0;
position: relative;
}

.cookies-text {
width: 85%;
float: left;
position: relative;
/*padding: 12px 10px 10px 60px;*/
padding: 12px 10px 10px 0;
text-align: left;
}

.cbb {
/*padding: 20px 0px;*/
padding: 15px 0px;
}

.cookies-btn {
  color: #fff;
  text-decoration: none;
  user-select: none;
  background: #005695;
  padding: .7em 1.5em;
  outline: none;
  font-weight: bold;
  float: right;
}
a.cookies-btn:hover { background: #003257; color: #fff; cursor: pointer; }
a.cookies-btn:active { background: rgb(152,15,0); }

.cookies-layout .row { margin-left: 0; margin-right: 0; }

@media screen and (max-width: 800px){
#cookies_warning {
float: left;
clear: both;
width: 100%;
position: fixed;
bottom: 10px;
left: 0;
z-index: 1000;
}

.cookies-layout {
float: left;
clear: both;
width: 100%;
height: 100px;
background: #ffffff;
border-radius: 2px 2px 0 0;
position: relative;
}

.cookies-text {
width: 75%;
float: left;
position: relative;
padding: 10px 10px 10px 7px;
font-size: 10px;
text-align: justify;
}

.cookies-btn {
  padding: .5em .5em;
  font-size: 11px;
}
}
