.cookie_notification {
    position: fixed;
    width: 100%;
    min-width: 990px;
    padding: 1rem 0;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font: 12px/100% arial, sans-serif;
    box-shadow: 0px 2px 2px rgba(127, 127, 127, 0.5);
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    vertical-align: middle;
    z-index: 10;
    box-sizing: content-box;
}
.cookie_notification > span{margin-left: 1rem}
.cookie_notification a.close_notification{margin-right: 1rem}


.cookie_notification.mobile {
    bottom: 0;
    min-width: initial;
    border-top: solid 2px #e2e2e2;
}
.cookie_notification + div {
    background-color: #40affa;
    padding: 5px;
}
.cookie_notification span {
    color: #333;
    padding-top: 5px;
    display: inline-block;
    text-shadow:0 1px 0 #fff;
    padding: 5px;
}
.cookie_notification a {
    font-weight: normal;
}
.cookie_notification.mobile span {
    max-width: 80%;
}

.close_notification {font-size: 14px; float: right; top: 2px; right: 12px; color:  #777; padding: 4px 6px; transition: background-color 400ms linear; background:#0070bb; color:#fff; border-radius: 2px;}
.close_notification:hover{text-decoration: none; background-color: #333; color:#fff;}
.close_notification:active{background: #000;}


@media handheld {
    .cookie_notification {
        bottom: 0px;
        min-width: auto;
    }
    .cookie_notification span {
        font-size: 12px;
        font-weight: normal;
    }
}
@media handheld and (max-width: 80em) {
    .cookie_notification,
    .cookie_notification + div {
        width: 100%;
        height: 76px;
    }
}
