.tooltipster-content p{color:#262626;}
.privacybutton a:hover{color:#000;}
.gdprcookie input{
	width: unset;
}
.gdprcookie{
	font-size: 15px;
	right: 0;
	bottom: 0;
	max-width: 100%;
	left: 0;
  z-index: 100000;
}
.gdprcookie p{
  margin-bottom: 20px;
}
.gdprcookie .gdprcookie-intro{
	float: left;
}
.gdprcookie .gdprcookie-buttons{
	float: right;
}
.gdprcookie .gdprcookie-advance{
	display: inline-block;
	width: 100%;
}
.gdprcookie .gdprcookie-advance button{
	background-color: transparent;
	border: none;
	padding: 0;
  font-size: 15px;
}
.gdprcookie .gdprcookie-advance button:focus {
    outline: none;
}
.gdprcookie .gdprcookie-buttons button{
	padding: .5625rem 1rem;
}
.gdprcookie .container{
	display: flex;
	align-items: center;
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
.gdprcookie-first{
	width: 80%;
}
.gdprcookie-last{
	width: 38%;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.gdprcookie-buttons a{
	margin-right: 2rem;
	text-decoration: underline;
}
.gdprcookie-buttons a:hover{
	text-decoration: none;
}

.gdprcookie-types input[type=checkbox]{
	margin-right: 1.2rem;
}
.gdprcookie-types li{
	display: inline-block;
	width: inherit;
	margin-right: 1.5rem;
}
.gdprcookie-intro p a{
	text-decoration: underline;
}
.gdprcookie-intro p a:hover{
	text-decoration: none;
}
.gdprcookie-types li img {
  margin-bottom: -9px;
}


.gdprcookie i {
  border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 9px;
}
.gdprcookie i.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.gdprcookie-advance.up i{
	transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.gdprcookie-types li:nth-child(1) input[type="checkbox"]{
	display: none;
}
.gdprcookie-types li:nth-child(2) input[type="checkbox"]{
	display: none;
}
.gdprcookie-types li:nth-child(1){

	opacity: .6;
}
.gdprcookie-types{
	margin-top: .5rem;
}
.gdprcookie-types label{
	font-weight: normal;
  display: inline-block;
}
.gdprcookie-types li:nth-child(1) input[type="checkbox"] + label:before {
  border: 1px solid #000;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0 .25em 0 0;
  padding: 0;
  /*vertical-align: top;*/
  width: 16px;
  margin-right: 1rem;
}
.gdprcookie-types li:nth-child(1) input[type="checkbox"]:checked + label:before {
  background: transparent;
  color: #000;
  content: "\2713";
  text-align: center;
  margin-right: 1rem;
}
.gdprcookie-types li:nth-child(2) input[type="checkbox"] + label:before {
  border: 1px solid #000;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0 .25em 0 0;
  padding: 0;
  /*vertical-align: top;*/
  width: 16px;
  margin-right: 1rem;
}
.gdprcookie-types li:nth-child(2) input[type="checkbox"]:checked + label:before {
  background: transparent;
  color: #000;
  content: "\2713";
  text-align: center;
  margin-right: 1rem;
}
.gdprcookie-buttons button.onyonecookie{
  /*background:transparent;*/
  /*color:#000;*/
  border: 0;
  /*text-decoration: underline;*/
  text-decoration: none;
  margin: 0;
  border-radius: 0;
  margin-bottom: 10px;
}
/*.gdprcookie-buttons button.onyonecookie:hover{
  color:#000;
  text-decoration: none;
}*/
.gdprcookie-advance .close-icon {
  position: absolute;
  right: 9%;
  top: 0px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.gdprcookie-advance .close-icon:hover {
  opacity: 1;
  cursor: pointer;
}
.gdprcookie-advance .close-icon:before, .gdprcookie-advance .close-icon:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.gdprcookie-advance .close-icon:before {
  transform: rotate(45deg);
}
.gdprcookie-advance .close-icon:after {
  transform: rotate(-45deg);
}