/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cookie-bar-container {
  position: fixed;
  width: 100%;
  height: 70px;
  background-color: rgba(255, 245, 229, 0.9);
  bottom: 0;
}

@media screen and (max-width: 320px) {
  .cookie-bar-container {
    height: 90px;
  }
}

@media screen and (min-width: 768px) {
  .cookie-bar-container {
    height: 50px;
  }
}

.cookie-bar-container .cookie-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px 10px;
}

@media screen and (min-width: 768px) {
  .cookie-bar-container .cookie-bar {
    width: 768px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .cookie-bar-container .cookie-bar {
    width: 990px;
    margin: 0 auto;
  }
}

.cookie-bar-container .cookie-bar > img {
  display: none;
}

@media screen and (min-width: 768px) {
  .cookie-bar-container .cookie-bar > img {
    display: block;
    margin-top: -15px;
    margin-right: 10px;
  }
}

.cookie-bar-container .cookie-bar > p {
  font-size: 13px;
  color: #1b1b1b;
  letter-spacing: 0.5px;
  line-height: 1.54;
  margin-right: 10px;
}

.cookie-bar-container .cookie-bar > p > a {
  text-decoration: underline;
  color: #1b1b1b;
  font-weight: bold;
}

.cookie-bar-container .cookie-bar .consent {
  font-size: 14px;
  min-width: 74px;
  height: 26px;
  color: #683604;
  border-radius: 6px;
  border: solid 1px #683604;
  cursor: pointer;
}

.cookie-bar-container .cookie-bar .consent:hover {
  background-color: rgba(104, 54, 4, 0.8);
  border: solid 1px rgba(104, 54, 4, 0.8);
  color: #fff;
}

.cookie-bar-container .cookie-bar .close {
  position: absolute;
  right: 0;
  top: -24px;
  width: 24px;
  height: 24px;
  background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzY4MzYwNCI+PHBhdGggZD0iTTE3LjY1NyA2LjM0M2ExIDEgMCAwIDEgLjA3OCAxLjMyN2wtLjA3OC4wODctOS45IDkuOWExIDEgMCAwIDEtMS40OTItMS4zMjdsLjA3OC0uMDg3IDkuOS05LjlhMSAxIDAgMCAxIDEuNDE0IDB6Ii8+PHBhdGggZD0iTTE3LjY1NyAxNi4yNDNhMSAxIDAgMCAxLTEuMzI3IDEuNDkybC0uMDg3LS4wNzgtOS45LTkuOUExIDEgMCAwIDEgNy42NyA2LjI2NWwuMDg3LjA3OCA5LjkgOS45eiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-color: rgba(255, 245, 229, 0.9);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .cookie-bar-container .cookie-bar .close {
    position: static;
    margin-left: 16px;
  }
}

.cookie-bar-container button {
  padding: 0;
  border: none 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}
