.tooltipster-content p{color:#262626;}
.privacybutton a{color:#000 !important;}
.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;
}
.gdprcookie .gdprcookie-advance button:focus {
    outline: none;
}
.gdprcookie .gdprcookie-buttons button{
  padding: .5625rem 1rem;
}
.gdprcookie .container{
  display: flex;
  align-items: center;
  position: relative;
}
.gdprcookie-first{
  width: 80%;
}
.gdprcookie-last{
  width: 38%;
  position: absolute;
  right: 0;
  bottom: 25px;
}

.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 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);
}

/*.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

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

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}*/

/*.arrowup:before {
  content: '';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-bottom: 5px solid black;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #f00;
}*/


/**/
/*.gdprcookie-types li:nth-child(1) input[type="checkbox"]{
  display: none;
}*/
/*.gdprcookie-types li:nth-child(1) input[type="checkbox"] + label:before { {
  border: 1px solid #333;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0 .25em 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
}
.gdprcookie-types li:nth-child(1) input[type="checkbox"]:checked + label:before {
  background: transparent;
  color: #333;
  content: "\2713";
  text-align: center;
}*/

.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;
  margin: 0;
}
.gdprcookie-buttons button.onyonecookie:hover{
  color:#000;
  text-decoration: none;
 
}