.cookiecontrol{position:fixed;overflow:auto;width:100%;max-height:calc(100vh - 80px);max-width:600px;top:0;border:0;outline:0;border-radius:5px;padding:20px;font-weight:400;color:#1b331d;background-color:#e1ede2;box-shadow:0 0 20px black;box-shadow:0 0 20px rgba(0,0,0,0.25);box-sizing:border-box}
.cookiecontrol input[type='image']{position:absolute;top:15px;right:15px;height:30px;width:30px;transform:rotate(45deg);outline:0}
.cookiecontrol h1,.cookiecontrol h2,.cookiecontrol h3{margin-bottom:20px}
.cookiecontrol p{font-weight:200;margin-bottom:20px}
.cookiecontrol a{color:inherit;font-weight:400}
.cookiecontrol hr{margin-bottom:20px;height:2px;outline:0;border:0;background:#1b331d}
.cookiecontrol button{padding:12px 20px 10px 20px;border-radius:5px;border:4px solid #1b331d;background-color:#1b331d;color:white;font-weight:600;text-transform:uppercase;cursor:pointer;font-family:inherit;transition:.4s}
.cookiecontrol button:hover{color:#1b331d;background-color:rgba(0,0,0,0);transition:.4s}
@media only screen and (max-width:620px){.cookiecontrol button{padding:8px 10px 8px 10px}
}
@media only screen and (max-width:620px){.cookiecontrol{font-size:.9em}
.cookiecontrol p{margin-bottom:10px}
.cookiecontrol h1,.cookiecontrol h2,.cookiecontrol h3{margin-bottom:10px}
}
.cookiecontrol .cookiecontrol-body{display:none}
.cookiecontrol .cookiecontrol-footer button{margin-right:12px}
.cookiecontrol .cookiecontrol-footer button:last-child{margin-right:0}
@-moz-document url-prefix(){.cookiecontrol{top:50%;transform:translateY(-50%)}
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.cookiecontrol{top:50%;transform:translateY(-50%)}
}