.tx-cookiebanner{
	position: fixed;
	left: 0;
	right: 0;
	opacity: 1;
	height: auto;
	z-index:1000000;
	padding: 20px 0 10px;
	border-top: 1px solid #fff;
}
.tx-cookiebanner .container{
	opacity: 1!important;
}
.tx-cookiebanner.top{
	top: 0;
}
.tx-cookiebanner.bottom{
	bottom: 0;
}
.cookie-title{
	color: inherit;
	display: none;
}
.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-btn{
	float: right;
}

.cookie-btn-decline{
	float: right;
	margin-right: 15px;
}

.tx-cookiebanner .container {
	left: 0 !Important;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background: #50971F;
	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;
}