#SefhCookieAcceptance {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, .64);
  z-index: 999999;
}
#SefhCookieAcceptance, #SefhCookieAcceptance * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 0;
  user-select: none;
  border: 0;
  font-family: sans-serif;
}
#SefhCookieAcceptance > div {
  min-width: 480px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  margin: 0;
  padding: 32px;
  overflow: auto;
}
#SefhCookieAcceptance > div > span {
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 18px;
  float: right;
}
#SefhCookieAcceptance > div > p, #SefhCookieAcceptance > div > form > p {
  display: block;
  clear: both;
  margin: 24px 0 8px 0 !important;
  text-align: left;
  font-size: 15px;
  line-height: 20px
}
#SefhCookieAcceptance > div > p > a {
  color: #39f;
  font-size: 15px
}
#acceptAllCookies {
  float: right;
  display: inline-block;
  position: relative;
  height: auto;
  margin: 24px 0 0 0;
  padding: 8px 16px;
  border: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 24px;
  color: #fff;
  background-color: #ce009f;
  cursor: pointer;
  font-family: sans-serif;
}
#buttonreject {
  float: right;
  display: inline-block;
  position: relative;
  height: auto;
  margin: 24px 0 0 0;
  padding: 8px 16px;
  border: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 24px;
  color: #fff;
  background-color: #00bbb4;
  cursor: pointer;
  font-family: sans-serif;
}
#buttonmoreinfo {
  float: right;
  display: inline-block;
  position: relative;
  height: auto;
  margin: 24px 0 0 0;
  padding: 8px 16px;
  border: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 24px;
  color: #fff;
  background-color: #c5b000;
  cursor: pointer;
  font-family: sans-serif;
}
#SefhCookieAcceptance > div.complex {
  display: none
}
#SefhCookieAcceptance > div.complex > form {
  text-align: left;
  margin: 0 0 8px 0
}
#SefhCookieAcceptance > div.complex > form > span.title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 24px 0 8px 0;
  display: table;
}
#SefhCookieAcceptance > div.complex > form > input {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin: 8px 8px 0 0;
  color: #39f
}
#SefhCookieAcceptance > div.complex > form > label {
  border: 1px solid #f00;
  display: block;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  padding: 8px 8px 8px 40px;
  margin: -29px 0 0 -8px;
}
#SefhCookieAcceptance > div.complex > form > input:checked + label {
  border: 1px solid transparent;
}
#SefhCookieAcceptance > div.complex > form > .list {
  border-bottom: 1px solid #ddd;
  padding: 8px 0 16px 0;
}
#SefhCookieAcceptance > div.complex > form > .list > .see {
  color: #39f;
  font-size: 14px;
  margin: 8px 0;
  line-height: 14px;
  cursor: pointer;
}
#SefhCookieAcceptance > div.complex > form > .list > .more {
  color: #39f;
  font-size: 24px;
  line-height: 14px;
  float: right;
  cursor: pointer;
}
#SefhCookieAcceptance > div.complex > form > .list > table {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  margin: 16px 0 -17px 0;
  display: none
}
#SefhCookieAcceptance > div.complex > form > .list > table th, #SefhCookieAcceptance > div.complex > form > .list > table td {
  font-size: 15px;
  padding: 8px;
  border: 1px solid #ddd
}
#SefhCookieAcceptance > div.complex > form > .list > table th {
  padding: 8px;
}
#SefhCookieAcceptance > div.complex > form > .list.show > .more {
  transform: rotate(45deg)
}
#SefhCookieAcceptance > div.complex > form > .list.show > table {
  display: table
}
#SefhCookieAcceptance table{margin: 0 0 0 auto;}

@media only screen and (max-width:600px) {
  #SefhCookieAcceptance > div > svg {
    width: 128px;
    height: 36px;
  }
  #SefhCookieAcceptance > div > span {
    line-height: 20px;
    text-align: left;
  }
  #SefhCookieAcceptance > div > form > span.title {
    font-size: 20px !important
  }
  #SefhCookieAcceptance > div > p, #SefhCookieAcceptance > div > form > p {
    margin: 0
  }
}
@media only screen and (max-width:1023px) {
	button{min-height: 64px;}
}
#saveCookiesSetup {
  float: right;
  display: inline-block;
  position: relative;
  height: auto;
  margin: 24px 0 0 0;
  padding: 8px 16px;
  border: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 24px;
  color: #fff;
  background-color: #ce009f;
  cursor: pointer;
  font-family: sans-serif;
}