/* CONTAINER */
.cookienotice-container {font: inherit;background: #ad9571;z-index: 9999;padding: 10px;}
.cookienotice-content {margin: 0 auto;display: block;clear: both;}

/* MESSAGE */
.cookienotice-message {float: left;}
.cookienotice-page-link {float:right;
    color: white;
    margin-top: 15px;
    text-decoration: underline;}
.cookienotice-page-link:hover {}

/* BUTTON */
.cookienotice-button {cursor: pointer;background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    height: 30px;
    margin-right: 13px;
    text-transform: uppercase;
    width: 70px;    display: block;
    text-align: center;
    margin-top: 10px;
}
.cookienotice-container .cookienotice-button:hover {}
.cookienotice-container a.cookienotice-button:active {}
.cookienotice-button-container {float: left}

/* 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: 960px;}

/* BOX */
.cookienotice-box {position: fixed;top: 0;left: 0;width: 300px;top: auto;bottom: auto;left: auto;right: auto; color: white;}
.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 {}