
html,
body {
  height: 100%;
  overflow-x: hidden;
  background: rgb(198, 149, 8);
  background: linear-gradient(
    90deg,
    rgba(198, 149, 8, 1) 0%,
    rgba(255, 255, 224, 1) 35%,
    rgba(198, 149, 8, 1) 100%
  );
  color: white;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 120%;
  line-height: 1.4;
}

body {
  margin: 0;
}

footer {
  font-size: 75%;
  margin: 0;
  padding: 0;
}

.band-image {
  width: 100%;
  height: auto;
}

.presse-image {
  border: solid 1rem #fff;
  width: 100%;
  height: auto;
}

.legaltext {
  font-size: 75%;
  line-height: 1.5;
}

.legaltext h2 {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.4;
}

.legaltext h3 {
  font-size: 110%;
  font-weight: bold;
  line-height: 1.4;
}

.legaltext h4 {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.4;
}

@media (min-width: 1199.98px) {
  .band-image {
    width: 660px;
  }
}

@media (max-width: 596px) {
  .fliesstext {
    font-size: 85%;
  }
}
