/* Responsive Cookie Consent
======================================== */

.cookie-hint::after {
    content: "";
    display: table;
    clear: both;
}

.cookie-hint {
    display: none;
    width: 100%;
    background: #fff;
    position: fixed;
    max-width: 300px;
    bottom: 15px;
    right: 20px;
    margin: 0 0 0 auto;
    padding-right: 10px;
    z-index: 10000;
    text-align: left;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.2);
}

.cookie-hint .wrapper {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px 20px;
    background: transparent !important;
}

.cookie-hint .headline {
    display: block;
    position: relative;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    background-color: transparent;
    padding: 0;
    bottom: auto;
    margin: 0;
}

.cookie-hint p {
    color: #000;
    line-height: 1.2;
    font-size: 13px;
    margin: 8px 0;
}

.cookie-hint a {
    color: #000;
    text-decoration: underline;
    display: inline-block;
    font-size: 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.cookie-hint a:hover {
    color: #000 !important;
}

.cookie-hint .accept-btn {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    margin: 0;
    padding: 6px 9px;
    background: #000;
}

.accept-btn img {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
}

.cookie-hint .accept-btn:hover {
    background: #777777 !important;
}

a#optout {
    color: #fff !important;
    background: red;
    padding: 3px 10px;
    display: inline-block;
    cursor: pointer;
}

button#kaoptout {
    display: inline-block;
    position: relative;
    padding: 5px 15px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 17px;
}