.cookie-message {
/*  position: fixed; */
  top: 0px;
  left: 0px;
  right: 0px;
  color: #fff;
  padding-top: 0px;
  padding-right: 85px;
  padding-bottom: 0px;
  padding-left: 20px;
  background-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
box-shadow: 0px 0px 3px #cccccc;
/*  z-index: 99;*/
}

.cookie-message .cookie-closing-button {
  color: #fff;
/*  position: absolute;
  top: 0px;
  right: 20px;
  cursor: pointer;*/
  float: right;
}

.cookie-message p, .cookie-message a {
/*  color: #333333; */
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 18px;
  font-family: Arial;
  margin-top: 0.6em;
  margin-right: 0px;
  margin-bottom: 0.6em;
  margin-left: 0px;
}

.blue {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #0e83ae;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.blue p, .blue a {
  color: white;
}

.yellow {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: orange;
  background-color: #f88f04;
  background-image: linear-gradient(#b76902, #f88f04, #FFCC33);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.yellow p {
  color: #000;
}

@media screen and (min-resolution: 150dpi) and (orientation: portrait) {
.cookie-message a.cookie-closing-button {  font-size: 33px; }
}

@media screen and (min-resolution: 150dpi) and (orientation: landscape) {
.cookie-message a.cookie-closing-button {  font-size: 15px; }
}
