/*
	CSS for the new cookie hint box

	colors from: http://www.rapidtables.com/web/color/Yellow_Color.htm;
*/
/* line 9, ../../cookiehint.scss */
header {
  height: auto;
}

/* line 13, ../../cookiehint.scss */
#cookieHint {
  background: #f5f5f5;
  color: #666600;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  z-index: 5000;
}
/* line 26, ../../cookiehint.scss */
#cookieHint .wrapper p {
  position: relative;
  width: 940px;
  margin: 0 auto;
  padding: 8px 30px 8px 10px;
  text-align: left;
}
/* line 33, ../../cookiehint.scss */
#cookieHint .wrapper p i {
  width: 15px;
  height: 15px;
  background: #3b5998;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 2px;
  border-radius: 2px;
}
/* line 43, ../../cookiehint.scss */
#cookieHint .wrapper p i:before {
  content: "\f09a";
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: 200;
  display: block;
  font-style: normal;
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 4px;
}
/* line 58, ../../cookiehint.scss */
#cookieHint .wrapper a.action-cookiehint-close {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  background: #666666;
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  line-height: 19px;
  margin-left: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 75, ../../cookiehint.scss */
#cookieHint .wrapper a.action-cookiehint-close:hover {
  background: #000000;
  color: #ffffff;
}

/* line 84, ../../cookiehint.scss */
.mobile #cookieHint {
  font-size: 11px;
}
/* line 88, ../../cookiehint.scss */
.mobile #cookieHint .wrapper p {
  width: auto;
}
/* line 89, ../../cookiehint.scss */
.mobile #cookieHint .wrapper a.action-cookiehint-close {
  right: 0.6em;
}

/* line 98, ../../cookiehint.scss */
body.publicPage #cookieHint {
  position: absolute;
  width: 100%;
  min-width: 770px;
}
/* line 103, ../../cookiehint.scss */
body.publicPage #cookieHint p {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 110, ../../cookiehint.scss */
body.publicPage.showCookieHint #cookieHint {
  position: relative;
}
