#cookiebanner {
	box-sizing: border-box;
	background-color: #fff;
	border-top: 1px solid #ccc;
	color: #333;
	opacity: 0;
	padding: 0;
	font-size: .875rem;
	-webkit-box-shadow: 8px 8px 6px 0 rgba(0,0,0,.4);
	-moz-box-shadow: 8px 8px 6px 0 rgba(0,0,0,.4);
	box-shadow: 8px 8px 6px 0 rgba(0,0,0,.4);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1200;
	width: 100%;
	height: auto;
	transition: all 300ms;
}

#cookiebanner.show {
	display: block;
	opacity: 1;
	transition: transform 1s ease-in-out;
}
#cookiebanner.hide {
	display: none;
}

#cookiebanner p {
	font-size: 16px;
	line-height: 1.4;
	color:#333;
	font-weight: 100;
}
#cookie-tab{
	position: relative;
}

#cookiebanner .c-header {
	color:#333;
	font-weight:bold;
	margin-bottom:4px;
}
#cookiebanner p.c-message {
	font-size: 16px;
	color:#333;
}
#cookiebanner a {
	text-decoration: none;
	color:#666;
	font-weight: 100;
}
#cookiebanner .lnk,
.accept-btn #CybotCookiebotDialogBodyButtonAccept {
	font-size: 16px;
	color: #78b90f;
	font-weight: 100;
}
#cookiebanner .lnk:hover,
.accept-btn #CybotCookiebotDialogBodyButtonAccept:hover {
	color: #669d0c;
	text-decoration: underline;
}
#cookiebanner a.c-button {
	background-color: #78b90f;
	padding:8px 25px;
	text-decoration:none;
	display:inline-block;
	vertical-align:middle;
	margin-top:35px;
	border-radius: 2rem;
	border: none;
	color:#000;
	font-size:16px;
	font-weight: 600;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}
#cookiebanner a.c-button:hover {
	color: #fff;
	background-color: #669d0c;
	text-decoration: none;
}
#cookie-settings {
	cursor: pointer;
	margin: 0 auto 20px;
	display: block;
	text-align: center;
}

#cookiebanner a.c-button.d-button {
	background-color: #fff;
	border: 1px solid #78b90f;
	color:#000;
	display: block;
	text-align: center;
	margin-top: 1rem;
}

#cookiebanner a.c-button.d-button:hover {
	color: #fff;
	background-color: #669d0c;
	text-decoration: none;
	border: 1px solid #669d0c;
}

#tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#tabs li {
	float: left;
	line-height: 50px;
	width: 60%;
}
#tabs li:first-child {
	width: 40%;
}
#tabs li:first-child a {
	border-right: 1px solid #CCCCCC;
}
#tabs li:first-child span:first-child {
	padding-left: 45px;
}
#tabs li:last-child span {
	padding-left: 20px;
}
#tabs li a {
	border-bottom: 1px solid #CCCCCC;
	color: #333;
	display: block;
	float: left;
	font-size: 18px;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}
#tabs li .selected {
	border-bottom: 1px solid white;
}
.tabContent {
	position: relative;
}
#details-tab {
	max-height: 275px;
	overflow-y: scroll;
}
.disabled {
	color: lightgrey;
}
.hide {
	display: none;
}
.lft-side {
	float: left;
	width: 40%;
}
.lft-side div, .cookie-lft .p-lft {
	padding-left: 45px;
}
.lft-side p {
	font-weight: bold;
}
.rgt-side {
	float: left;
	width: 60%;
}
.rgt-side table {
	padding-left: 18px;
	display: block;
}
.rgt-side table thead {
	background: lightgray;
}
#details-tab p {
	font-weight: 700;
	padding: 0;
}
.conceal {
	height: 25px;
	width: 25px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.conceal:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: 'x';
	font-size: 20px;
	font-weight: 100;
	color: #999999;
	line-height: 25px;
	text-align: center;
	display:inline-block;
	-webkit-transform:scale(1.5,1); /* Safari and Chrome */
	-moz-transform:scale(1.5,1); /* Firefox */
	-ms-transform:scale(1.5,1); /* IE 9 */
	-o-transform:scale(1.5,1); /* Opera */
	transform:scale(1.5,1); /* W3C */
}
.ex-lnks {
	padding: 10px 0 10px;
}
#cookieintro {
	height: auto !important;
	padding: 20px 15px 10px 45px;
}
#cookieselection {
	padding-top: 20px;
}
#c-right > div {
	display: flex;
	text-align: center;
	flex-direction: column;
	padding-right: 45px;
}
.cookie-lft {
	float: left;
	width: 57%;
}
.cookie-rgt {
	float: left;
	width: 27%;
}
.bw-form-checkbox {
	position: relative;
	margin: 0 0 16px;
	display: inline-block !important;
	width: 100%;
}
.bw-form-checkbox span {
	float: left;
	line-height: 1.563rem;
}
.bw-form-checkbox input[type=checkbox] {
	float: left;
}
.bw-form-checkbox input {
	width: 1.563rem;
	height: 1.563rem;
	margin: 0 1.063rem 0 0;
	position: relative;
	display: inline-block;
}
.bw-form-checkbox label {
	cursor: pointer;
	position: absolute;
	width: 1.563rem;
	height: 1.563rem;
	top: 0;
	left: 0;
	margin: 0!important;
	background: white;
	border: 0.063rem solid grey;
	padding: 0;
	vertical-align: unset;
	display: block;
}
.bw-form-checkbox label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 0.813rem;
	height: 0.813rem;
	background: #78b90f;
	top: 0.313rem;
	left: 0.313rem;
}
.bw-form-checkbox input[type=checkbox]:checked ~ label:after {
	opacity: 1;
}
.bw-form-checkbox .disabled {
	border-color: #D8D8D8;
}
.bw-form-checkbox .disabled:after {
	background: #D8D8D8;
}
.bw-form-checkbox .disabled ~ span {
	color: #D8D8D8;
}


@media screen and (max-width: 1279px) {
	#details-tab {
		max-height: 300px;
	}
}

@media screen and (max-width:850px) {
	#tabs span.small-hidden {
		display: none;
	}
	#tabs li:first-child span:last-child {
		padding-left: 45px;
	}
	#cookie-settings{
		margin: 5px auto 10px;
		display: block;
		text-align: center;
	}
}
@media screen and (max-width:767px) {

	#cookiebanner {
		min-height: 441px;
	}

	#cookiebanner p.c-message {
		font-size: 14px;
	}
	#cookiebanner a.c-button {
		width:100%;
		box-sizing:border-box;
		text-align:center;
		margin: 0 0 20px;
		font-weight: 600;
	}
	#CybotCookiebotDialogBodyButtonAccept {
		display:block;
		margin-bottom: 20px;
	}
	#details-tab {
		max-height: 330px;
	}
	#c-right {
		float:none;
	}
	#c-right div {
		padding: 0 35px;
	}
	#c-left {
		float:none;
	}
	#cookiebanner p.c-message {
		margin-bottom:20px;
	}
	#cookie-settings{
		margin: 5px auto 10px;
		display: block;
		text-align: center;
	}
	.lft-side, .rgt-side {
		float: left;
		width: 100%;
	}
	.rgt-side {
		padding-bottom: 10px;
	}
	.rgt-side table {
		padding-left: 14px;
	}
	.cookie-lft, .cookie-rgt {
		width: 100%;
	}
	.lft-side div,
	.ex-lnks,
	#cookieintro,
	#tabs li:first-child span:last-child,
	.p-lft,
	.cookie-lft .p-lft {
		padding-left: 15px;
	}
	.accept-btn {
		display: block;
		float: left;
		width: 100%;
		text-align: center;
		margin: 10px 0 0 0;
	}
}
@media screen and (min-width:768px) {
	#cookiebanner #c-left {
		float:left;
		width:70%;
	}
	#cookiebanner #c-right {
		float:right;
		max-width: 30%;
	}
	#CybotCookiebotDialogBodyButtonAccept {
		display: block;
		padding-top: 25px;
	}
}
@media screen and (max-width:480px) {
	#details-tab {
		max-height: 499px;
	}
}
