html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.wrap {
    min-height: 100%
}
    .wrap p {
        line-height: normal;
    }

.wrap:after {
    display: block;
    height: 200px;
    content: '';
}

.footer {
    /*    background-color: #343434;*/
   /* margin-top: -200px; */
   /* position: absolute; */
    left: 0;
    right: 0;
    bottom: 0;
}
    .footer h4 {
/*        color: #ccc;*/
        text-transform: uppercase;
        font-size: 16px;
/*        border-bottom: 1px solid #666;*/
        padding-bottom: 3px;
        text-align: center;
    }
    .footer a {
        text-decoration: none;
        transition: all .3s;
        font-size: 16px;
    }
    .footer a, .footer li {
        color: #c8c8c8;
        line-height: normal;
    }
.footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer li a{
    display: block
}
.footer-icons a {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
}
/*.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
}*/
#cookie_notification {
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 900px;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 25px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

    #cookie_notification p {
        margin: 0;
        font-size: 0.7rem;
        text-align: left;
        color: $color_text;
    }


@media (min-width: 576px) {
    #cookie_notification.show {
        display: flex;
    }

    .cookie_accept {
        margin: 0 0 0 25px;
    }
}

@media (max-width: 575px) {
    #cookie_notification.show {
        display: block;
        text-align: left;
    }

    .cookie_accept {
        margin: 10px 0 0 0;
    }
}
