@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

#cookie-banner {
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.consent-container {
  background-color: #00000099;
  width: 100%;
}

.consent-container-line-1 {
  text-align: center;
  margin: 2em;
}

.consent-container-line-1 h1 {
  color: white;
  font-family: Roboto;
  font-weight: 100;
  font-size: 1.5em;
}

.consent-container-line-2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: none;
}

.consent-container-line-2 button {
  background-color: #e3b02899;
  color: white;
  flex-grow: 1;
  border: none;
  padding: 0.2em;
  font-family: Roboto;
  font-weight: 900;
  font-size: 1.8em;
  letter-spacing: 0.05em;
}

.consent-container-line-2 button a {
  color: white;
}

.consent-container-line-3 {
  height: 8em;
}

.change-lang-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.2em;
}

.change-lang-container h3 {
  color: white;
  padding: 0.5em;
  font-family: Roboto;
  font-weight: 900;
  font-size: 1.2em;
}

.change-lang-container img {
  width: 4em;
  padding: 0.5em;
}

@media only screen and (max-width: 1140px) {
  .change-lang-container h3 {
    font-size: 1em;
  }

  .change-lang-container img {
    width: 3.5em;
    padding: 0.5em;
  }

  .consent-container-line-2 button {
    font-size: 1.5em;
  }
}
