.cookie-notice {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 80px;
    padding: 15px;
    padding-right: 210px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

.cookie-notice .text a {
	font-weight: bold;
}

.cookie-notice button {
    position: absolute;
    top: 15px;
    right: 15px;
}

@media (max-width: 567px) {
    .cookie-notice {
        padding-right: 15px;
    }

    .cookie-notice button {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin-top: 15px;
    }
}
