.gdprcookie {
    background: #243958;
    max-width: 35vw;
    z-index: 9999;
}

.gdprcookie h1,
.gdprcookie p,
.gdprcookie label {
  color:#FFF;
  font-size: 1.6em;
  line-height: 1.5em;
}

.gdprcookie h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

.gdprcookie button {
  font-size: 2em;
}

.gdprcookie-intro {
  margin-bottom: 20px;
}

.gdprcookie button:first-child {
  background-color: #00a2d3;
  color: #FFF;
  transition: all ease 0.3s;
}

.gdprcookie button:first-child:hover {
  background-color: #2d7c3a;
}

.gdprcookie button:last-child {
  transition: all ease 0.3s;
}

.gdprcookie button:last-child:hover {
  background-color: white;
  color: #243958;
}

.gdprcookie-types ul {
  display: flex;
}
.gdprcookie-types li {
    display: flex;
    align-items: center;
}
.gdprcookie a.gdpr-details,
.gdprcookie a.gdpr-details span {
  color: #FFF;
}

.gdprcookie .gdprcookie-type-description {
  color: #FFF;
  font-size: 1.5em;
}


@media screen and (max-width: 768px){
  .gdprcookie {
    max-width: 95%;
    left: 1.5rem;
  }
}

@media screen and (max-width: 360px){
  .gdprcookie-types ul {
    flex-direction: column;
  }
}
