@charset "utf-8";
/* CSS Document */
    body {
      font-family:  "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";  
      font-size: 1.48rem;
    }

    #footer-cookie,
    #footer-cookie * {
    }

    #footer-cookie {
      display: none;
      z-index: 20;
      position: fixed;
      bottom: -5px;
      left: 0px;
      width: 100%;
      height: 130px;
      padding-left: 30px;
      padding-right: 30px;
      line-height: 60px;
      background: #000000;
      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;
      }
    }

