/* Only for Backup reasons. Currently used file in "fileadmin/templates/ext/sg_cookieaccept" */
.sg_cookieaccept {
	position: relative;
	width: 100%;
	display: none;
	z-index: 5000;
	line-height: 100%;
	font-family: Arial;
}
.sg_cookieaccept,
.sg_cookieaccept div {
	box-sizing: border-box;
}
.sg_cookieaccept .inner {
	display: table;
	width: 100%;
	padding: 10px;
	background: #f2eebd;
	color: #6f7187;
	font-size: 80%;
}
.sg_cookieaccept .inner .left {
	display: table-cell;
	padding-right: 5px;
	text-align: left;
	vertical-align: middle;
}
.sg_cookieaccept .inner .right {
	display: table-cell;
	padding-left: 5px;
	text-align: right;
	vertical-align: middle;
}
.sg_cookieaccept .inner a {
	color: #2534dd;
	background: transparent;
	text-decoration: none;
}
.sg_cookieaccept .inner a:hover {
	text-decoration: underline;
}
.sg_cookieaccept .inner a.button {
	display: inline-block;
	padding: 4px 8px;
	border-radius: 2px;
	color: #fff !important;
	cursor: pointer;
	background: #006DCB;
	text-decoration: none;
	text-align: center;
}
.sg_cookieaccept .inner.dark {
	background: #2b2b2b;
	color: #eee;
}
.sg_cookieaccept .inner.dark a,
.sg_cookieaccept .inner.dark a.button {
	color: #3e93cb;
}
