.tx-cookiebanner{
	position: fixed;
	left: 0;
	right: 0;

	height: auto;
	z-index:1000000;
	animation-name: show;
	animation-duration: 3s;
}
@keyframes show {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

.tx-cookiebanner .container{
	opacity: 1!important;
}
.tx-cookiebanner.top{
	top: 0;
}
.tx-cookiebanner.full{
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	right: 0;
}
.cookie-inner{
	padding: 20px 0 10px;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	z-index: 3;
}
@media (min-width: 768px) {
	.cookie-inner {
		max-width: 750px;
	}
}
@media (min-width: 992px) {
	.cookie-inner {
		max-width: 970px;
	}
}
@media (min-width: 1200px) {
	.cookie-inner {
		max-width: 1170px;
	}
}
.tx-cookiebanner.full .cookie-inner{
	z-index: 3;
	padding: 20px;
	margin: 15% auto;
	max-width: 600px;
	position: relative;

}


.tx-cookiebanner.full .btn-default{
	margin-top: 10px;
}
.cookie-background{
	background: #343434;
	opacity: 0.4;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 2;
}
.tx-cookiebanner.bottom{
	bottom: 0;
}
.cookie-btn-accept.btn-default{
	background: #3f3f3f;
	color: #fff;
}
.cookie-title{
	color: inherit;
	margin-bottom: 20px;
}
.cookie-title h2{
	margin: 0;
}
.cookie-text {
	font-size: 16px;
}
.cookie-text a:hover {
		color: inherit!important;
}
.cookie-text p{
	color: inherit;
	font-size: inherit;
}
.cookie-text a {
	color: inherit;
	text-decoration: underline;

}
.cookie_analytics {
	display: none;
}
.cookie-buttons{
	text-align: center;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: 10px;
}
.cookie-btn{
	margin-right: 15px;
	width: 60px;
}

.cookie-btn-decline{
	width: 60px;
}


.tx-cookiebanner .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;

	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
}
.btn.cookie-btn-decline{
	background: #fff;
	color: #000;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #333;
	text-decoration: none;
}