
/* cookietool */
.cookietool-message {
    position: fixed;
    width: 100%;
    height: 200px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    left: 0px;
    bottom: 0px;
    z-index: 999990;
    padding: 20px;
    text-align: left;

}

@media (max-width: 768px) {
   .cookietool-message { height: 250px; } 
}

.cookietool-message-top {
    border-bottom-width: 1px;
    top: 0;
}

.cookietool-message-bottom {
    border-top-width: 1px solid;
    bottom: 0;

}

.cookietool-message p {
    margin: 0;
    margin-bottom: 12px;
    color: #fff;
}

.tab-cookies {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 100002;
    width: 120px;
    text-align: center;
    font-size:12px;
    line-height: 18px;
    padding: 5px 0;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
        background: rgba(0,0,0, 0.8);
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}

/*
* mac
*/

.buttons-p {
    text-align: right;
}

.cookie-button {
    color: #fff;
    border: 1px solid #fff;
    width: 90px;
}

.cookie-button hover{
    border: 1px solid #ebecb2;
}

.agree {
    background-color: #bcbf00;
}

.decline {
    background-color: #4c4b47;
}