/******************************************
 * @package     CMO EU Cookie-Plugin
 * @author      CMO Internet Dienstleistungen GmbH
 * @copyright   2015 CMO Internet Dienstleistungen GmbH
 * @date        29.11.2015
*******************************************/

.clearfix {
	clear: both;
}

.eucookie-container {
	background-color: rgba(25, 25, 25, 0.9);
	color: #efefef;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
}

.eucookie-container-top,
.eucookie-container-fixedtop {
	position: absolute;
	top: 0; left: 0; right: 0;
}

.eucookie-container-fixedtop {
	position: fixed;
}

.eucookie-container-bottom {
	position: fixed;
	bottom: 0; left: 0; right: 0;
}

.eucookie-container-bottomleft {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 300px;
}

.eucookie-container-bottomright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 300px;
}

.eucookie-closebutton {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	color: #a2a2a2;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 0; right: 0;
	padding: 5px 10px;
}
.eucookie-closebutton:hover,
.eucookie-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eucookie-head {
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px;
	color: #fff;
}

.eucookie-body {
	color: #a2a2a2;
}

.eucookie-buttons {
	padding: 7px 0 5px 0;
}

.eucookie-button_1 {
	color: #f6a21d;
	font-weight: bold;
	font-size: 14px;
}

.eucookie-button_2 {
	color: #f6a21d;
	font-weight: normal;
	font-size: 12px;
}

.eucookie-button {
	margin: 0 10px;
}

.eucookie-button:hover,
.eucookie-button:focus {
	text-decoration: underline;
	color: #f6a21d;
}

body .eucookie-color-inverse {
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
}

body .eucookie-color-inverse .eucookie-head {
	color: #000;
}

body .eucookie-style-compact {
	text-align: left;
	padding: 8px 30px 7px 20px;
	line-height: 15px;
}

body .eucookie-style-compact .eucookie-head,
body .eucookie-style-compact .eucookie-body,
body .eucookie-style-compact .eucookie-buttons {
	display: inline;
	padding: 0;
	margin: 0;
}

body .eucookie-style-compact .eucookie-button {
	margin: 0 5px;
}
