#cookies_warning { float: left; clear: both; width: calc(100% - 40px); margin: 0 20px; position: fixed; bottom: 20px; left: 0; z-index: 1000; box-shadow: 0 0 20px rgba(1, 82, 104, 0.5); background-color: #ffffff; border-radius: 20px; }
.cookies-layout { float: left; clear: both; width: calc(100% - 40px); position: relative; padding: 20px; }
.cookies-text { line-height: 1.5; width: 100%; float: left; position: relative; text-align: left; }
.cbb { width: 15%; float: right; }
.cookies-btn { color: #fff; text-decoration: none; user-select: none; background: rgba(37, 122, 13, 0.8); padding: .7em 1.5em; outline: none; font-weight: bold; float: right; transition: all 0.1s ease-out 0s; border-radius: 10px; margin-left: 20px; }
a.cookies-btn:hover { background: rgba(37, 122, 13, 1); color: #fff; cursor: pointer; text-decoration: none; }
a.cookies-btn:active { background: rgba(37, 122, 13, 1); }
@media screen and (max-width: 800px){
#cookies_warning { width: calc(100% - 20px); margin: 0 10px; bottom: 10px; }
.cookies-layout { width: 100%; padding: 15px; }
.cookies-text { width: 100%; font-size: 14px; }
.cbb { width: calc(25% - 15px); }
.cookies-btn { margin: 0 0 10px 10px; }
}
