.procookie {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    background: #000000;
    background-color: rgba(0,0,0,0.8);
    color: #ffffff;
    text-align: center;
    z-index: 9999;
    line-height: 3.5em;
}

@media (max-width: 800px) {
	.procookie {
		font-size: 12px !important;
	}
}

.procookie span {
    margin-right: 1em;
}

.procookie a {
   padding: 0.4em;
   font-weight: bold;
   margin-right: 0.6em;
   border-radius: 0.3em;
   cursor: pointer;
   white-space: nowrap;
}

.procookie-close {
    background: #dddddd;
    color: #222222;
}

.procookie-more {
    background: #dddddd;
    color: #222222;
}

