.top-bar .name h1 {
    display: inline;
}

.top-bar .name h1 a {
    display: inline!important;
}

.cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    z-index: 999999;
}
.cookie-notice .text-container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    padding: 20px;
    position: relative;
}
.cookie-notice .text-container a {
    text-decoration: underline;
    color: #fff;
}

.cookie-notice .text-container a:hover {
    text-decoration: none;
}

.cookie-notice .cookie-close {
    position: absolute;
    top: 5px;
    right: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
    width: 15px;
    height: 15px;
    text-align: center;
    color: #000;
    cursor: pointer;
}