@charset "UTF-8";
/*!
	cookie-note-actions

	Copyright (c) 2017 fiveandfriends GmbH
*/

.cookie-opt-out {
	background-color: rgba(246,246,246,0.95);
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 11000;
	left: 0;
	bottom: 0;
	width: 100%;
}

.cookie-opt-out .cookie-text {
	display: block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	max-width: 1280px;
}

.cookie-opt-out .cookie-text p {
	color: #555;
	font-size: 12px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	text-align: left;
	letter-spacing: .4px;
	line-height: 32px;
	margin: 0;
	padding: 15px 30px;
}

.cookie-opt-out .cookie-text a.text {
	color: inherit;
	text-decoration: underline;
}

.cookie-opt-out .cookie-text a.text:hover {
	text-decoration: none;
}

.cookie-opt-out .cookie-text a.btn {
	background-color: #666;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	margin: 2px 0 0 15px;
	padding: 6px 15px;
	float: right;
	width: auto;
}
