#cookieAgree {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 100px; }
  #cookieAgree p, #cookieAgree a, #cookieAgree {
    color: #666; }
  @media screen and (max-width: 500px) {
    #cookieAgree {
      padding-top: 5px; } }
  #cookieAgree .cookieWrap {
    position: relative;
    background-color: #fefefe;
    width: 800px;
    margin: 0 auto;
    border: 1px solid #888; }
    @media screen and (max-width: 799px) {
      #cookieAgree .cookieWrap {
        width: 100vw; } }
    @media screen and (max-width: 500px) {
      #cookieAgree .cookieWrap {
        max-height: calc(100vh - 50px);
        overflow-y: scroll; } }
  #cookieAgree .cookieContent {
    padding: 20px; }
    #cookieAgree .cookieContent p, #cookieAgree .cookieContent a, #cookieAgree .cookieContent {
      font-size: 13px;
      line-height: 1.5; }
    #cookieAgree .cookieContent .cookieHeader p {
      font-weight: bold;
      font-size: 20px; }
    #cookieAgree .cookieContent .cookieHeader hr {
      border: none;
      border-top: 1px solid #888;
      margin: 6px 0; }
    #cookieAgree .cookieContent .cookieCheckbox {
      margin-bottom: 20px; }
      #cookieAgree .cookieContent .cookieCheckbox input {
        margin-right: 5px; }
  #cookieAgree .cookieButtons {
    margin-top: 20px; }
    #cookieAgree .cookieButtons .button {
      background-color: grey;
      padding: 6px 16px;
      color: #fff;
      border: none;
      cursor: pointer;
      text-decoration: none;
      margin-right: 10px; }
  #cookieAgree .cookieFooter {
    background-color: #f7f7f7;
    padding: 10px 20px;
    display: flex;
    flex-direction: row; }
    #cookieAgree .cookieFooter p, #cookieAgree .cookieFooter a, #cookieAgree .cookieFooter {
      font-size: 11px;
      line-height: 1.5; }
    #cookieAgree .cookieFooter .cookieInfo {
      width: 60%; }
    #cookieAgree .cookieFooter .cookieLinks {
      width: 40%; }
    #cookieAgree .cookieFooter .cookieLinks {
      text-align: right; }

/*# sourceMappingURL=cookie.css.map */
