@charset "utf-8";
/* CSS Document */
    #footer-cookie,
    #footer-cookie * {
    }

    #footer-cookie {
      display: none;
      z-index: 20;
      position: fixed;
      bottom: -5px;
      left: 0px;
      width: 100%;
      height: 130px;
      padding-left: 10px;
      padding-right: 10px;
      line-height: 60px;
      background: #555555;
      color: #FFFFFF;
    }
    
    #footer-cookie a {
      color: #EEEEEE;
    }

    #footer-cookie #description {
      float: center;
    }
    #footer-cookie #descriptiond {
      float: center;
    }

    #footer-cookie #accept {
      float: center;
    }
    #footer-cookie #acceptd {
      float: center;
    }

    #footer-cookie #accept a {
      border: 1px solid #E5BD6C;
      padding: 5px 10px;
      text-decoration: none;
    }
    #footer-cookie #acceptd a {
      border: 1px solid #E5BD6C;
      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 #acceptd {
        width: 100%;
        margin-top: 15px;
      }

      #footer-cookie #accept a {
        width: 100%;
        display: block;
        text-align: center;
      }
    }

