    body {
      font-family: Georgia, serif;
      background: #eee;
      font-size: 16px; 
    }

    #footer-cookie,
    #footer-cookie * {
      box-sizing: border-box;
    }

    #footer-cookie {
      display: none;
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 60px;
      padding-left: 30px;
      padding-right: 30px;
      line-height: 60px;
      /* background: #303030; */
      background: #C0C0C0;
      /* color: #fff; */
      color: #303030;
    }

    #footer-cookie a {
      /* color: #fff; */
      color:  #303030;
    }

    #footer-cookie #description {
      float: left;
    }

    #footer-cookie #accept {
      float: right;
    }

    #footer-cookie #accept a {
      /* border: 1px solid #fff; */
      border: 1px solid #303030;
      padding: 5px 10px;
      text-decoration: none;
    }

    @media (max-width: 1200px) {
      #footer-cookie {
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: inherit;
        height: auto;
      }

      #footer-cookie #description {
        width: 100%;
      }

      #footer-cookie #accept {
        width: 100%;
        margin-top: 15px;
      }

      #footer-cookie #accept a {
        width: 100%;
        display: block;
        text-align: center;
      }
    }


@media only screen and ( max-width: 50em ) {

/*     body {
      font-family: Georgia, serif;
      background: #eee;
      font-size: 10px;
      background-color: red;
    }
 */
    #footer-cookie #accept a {
      /* border: 1px solid #fff; */
      border: 1px solid #303030;
      padding: 4px 8px;
      text-decoration: none;
    }

    #footer-cookie #accept {
      width: 100%;
      margin-top: 12px;      
    }

    #footer-cookie {
      padding-top: 12px;
      padding-bottom: 12px;
      /* background-color: #FF0000; */
    }
    
      #footer-cookie #description {
        width: 100%;
        font-size: 10px;
    }
    
    #footer-cookie #accept a {
       font-size: 10px;    
    }
      
}


