#cookies_warning { font-family: 'Segoe UI', Calibri, Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif; float: left; clear: both; width: calc(100% - 40px); margin: 0 20px; position: fixed; bottom: 20px; left: 0; z-index: 9999999999; box-shadow: 0 0 20px rgba(109,110,113, 0.6); 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 .8em; 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: calc(100% - 30px); padding: 15px; }
.cookies-text { width: 100%; font-size: 14px; }
.cbb { width: calc(25% - 15px); }
.cookies-btn { margin: 0 0 10px 10px; }
}
