/* CONTAINER */
.cookienotice-container {font: inherit;background: #cdc6c0;z-index: 9999;padding: 10px;}
.cookienotice-content {margin: 0 auto;display: block;clear: both;overflow: auto;
  font-size: 12px;
  max-width: 900px;
  text-align:left;
  position:relative;
}

/* MESSAGE */
.cookienotice-message {float: left;}
.cookienotice-page-link {}
.cookienotice-page-link:hover {}

/* BUTTON */
.cookienotice-button-container {position:absolute;right:0}
.cookienotice-button {
    background: #e7002e none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}
.cookienotice-button strong {
    font-weight: normal;
    font-family: "ProximanovaR",arial,sans-serif;
}
.cookienotice-container .cookienotice-button:hover {}
.cookienotice-container a.cookienotice-button:active {}

/* BAR */
.cookienotice-bar {clear: both;width: 100%;}
.cookienotice-bar-top {position: absolute;top: 0;left: 0;}
.cookienotice-bar-bottom {position: fixed;top: auto;bottom: 0;left: 0;}
.cookienotice-bar .cookienotice-content {width: 100%;}

/* BOX */
.cookienotice-box {position: fixed;top: 0;left: 0;width: 240px;border-radius: 4px;top: auto;bottom: auto;left: auto;right: auto;}
.cookienotice-box-top-left {left: 30px;top: 30px;}
.cookienotice-box-top-right {right: 30px;top: 30px;}
.cookienotice-box-bottom-right {right: 30px;bottom: 30px;}
.cookienotice-box-bottom-left {left: 30px;bottom: 30px;}
.cookienotice-box .cookienotice-content {}

  /* TITLE */
.cookienotice-message.message-1 {
  margin-bottom: 12px;
  margin-top: 6px;
  color: #000000;
}
.cookienotice-message.message-2 {
    margin-bottom: 10px;
    color:#060000;
}
.cookienotice-page-link {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
