/*
    Document   : CookieNotice
    Created on : 04.07.2015, 14:39:54
    Author     : Manuela v.d.Decken <manuela@isteam.de>
    Description:
        Purpose of the stylesheet follows.
*/
#CookieNoticeInfo {}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#CookieNotice{box-sizing:border-box;position:fixed;left:0;top:0;right:0;bottom:0;padding:15px;background-color:rgba(120,120,120,.6);display:none;z-index:9999;}
#CookieNoticeBar{position:relative;top:0%;background-color:rgba(0,0,0,.7);text-align:center;color:#fff;font-size:2em;padding:10px;border-radius:6px;border:1px solid black;}
#CookieNoticeBar a {color: #fff}
#CookieNoticeClose{float:right;background:green;color:#fff;font-weight:700;width:auto;cursor:pointer;border-radius:4px;padding:0 10px;}

