.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    max-height: 50px
}

.footer.with-livechat .footer-wrapper {
    padding-bottom: 35px
}

.footer-wrapper > .container {
    position: relative
}

.footer p {
    color: #999;
    line-height: 24px;
    margin: 0;
    font-size: 12px;
    line-height: 50px
}

#page-wrapper.absolute .footer {
    margin-left: auto;
    margin-right: auto;
    box-shadow: 4px 0 6px -4px rgba(0, 0, 0, .1), -4px 0 6px -4px rgba(0, 0, 0, .1)
}

.footer .footer-wrapper {
    background-color: #f6f4f5
}

.footer .cookie-infobox {
    min-height: 50px
}

.footer .cookie-infobox p {
    padding: 12px 0;
    line-height: 2.5rem
}

.footer p a {
    color: inherit !important;
    text-decoration: none
}

.footer p a:hover {
    text-decoration: underline
}

.scrolltotop {
    position: fixed;
    bottom: -50px;
    right: 20px;
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 3px;
    background-clip: padding-box;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease-out;
    opacity: 0
}

.cookie-infobox {
    background-color: #fff;
    text-align: center
}

.cookie-accept {
    margin: 0 20px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 3px
}

.footer p a.cookie-accept:hover {
    text-decoration: none;
    border-color: #bbb
}

.footer .copyright {
    font-size: 22px;
    position: relative;
    top: 3px;
    line-height: 21px;
    padding-right: 10px;
    font-weight: 300
}

.footer .divider {
    padding: 0 20px
}

.footer p:first-child {
    float: left
}

.footer p:last-child {
    float: right
}

#page-wrapper .footer .btn.cookie-accept {
    background-color: #efefef;
    padding: 3px 17px;
    font-size: 11px;
    line-height: 16px;
    position: relative;
    top: -1px;
    margin: 0 10px;
    border-radius: 4px
}

.footer a.underline {
    text-decoration: underline
}

#privacy ol li {
    font-weight: 700;
    list-style-type: upper-roman
}

#privacy ol li li {
    font-weight: 400;
    list-style-type: decimal
}

#privacy ol li li li {
    list-style-type: lower-latin
}

#page-wrapper.relative {
    padding-bottom: 0
}

.relative .footer {
    position: relative;
    height: auto;
    max-height: none
}

iframe [name=google_conversion_frame] {
    display: none
}

@media (max-width: 800px) {
    .footer.with-livechat .footer-wrapper {
        padding-bottom: 0
    }

    .footer p {
        font-size: 12px
    }

    #privacy ol {
        padding-left: 15px
    }

    #privacy ol ol {
        padding-left: 0
    }
}

@media (max-width: 600px) {
    #page-wrapper {
        padding-bottom: 60px
    }

    .footer {
        height: 60px;
        max-height: 60px
    }

    .footer .right {
        float: none;
        display: block;
        margin-top: 0
    }

    .footer p {
        float: none !important;
        text-align: center;
        line-height: 2.5rem
    }

    .footer .pull-right {
        float: none !important;
        display: block
    }
}

@media (max-width: 480px) {
    #page-wrapper {
        padding-bottom: 85px
    }

    .footer {
        height: 85px;
        max-height: 85px
    }

    .footer .link-privacy {
        display: block
    }

    .footer .divider {
        display: none
    }

    .footer-wrapper p {
        text-align: center
    }
}