iframe html {
  background-color: #aaccdd;
  overflow: hidden;
}

html {
  background-position: bottom;
  font-size: 12px;
  height: 100%;
  overflow: auto;

  --black_to_grey: 0.75;
}

body {
  height: 100%;
  background-attachment: fixed;
  background-image: linear-gradient(
    bottom,
    rgb(230, 237, 242) 21%,
    rgb(150, 212, 245) 56%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgb(230, 237, 242) 21%,
    rgb(150, 212, 245) 56%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgb(230, 237, 242) 21%,
    rgb(150, 212, 245) 56%
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgb(230, 237, 242) 21%,
    rgb(150, 212, 245) 56%
  );
  background-image: -ms-linear-gradient(
    bottom,
    rgb(230, 237, 242) 21%,
    rgb(150, 212, 245) 56%
  );
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.21, rgb(230, 237, 242)),
    color-stop(0.56, rgb(150, 212, 245))
  );
}

* {
  font-family: font2, sans-serif;
  color: #383838;
}

h1 {
  font-family: font1, cursive;
  text-align: center;
  margin: 0;
}

#logo {
  width: 100%;
  height: auto;
  margin: -12px;
  opacity: var(--black_to_grey);
}

.heart {
  height: 24px;
  top: 7px;
  position: relative;
  margin: 0 6px;
  opacity: var(--black_to_grey);
}

.caveat {
  font-family: "Caveat";
}

#covid {
  background-color: white;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 128px;
}

#covid p {
  margin: 0;
}

#covid-card h3 {
  margin: 8px;
}

.covid-menu {
  display: grid;
  grid-template-columns: 90% 10%;
}

.covid-menu p {
  font-family: "Caveat", cursive;
  font-size: 14px;
  margin: 8px;
}

.covid-menu .preis {
  margin: 8px 8px 8px 0;
  text-align: right;
}

.new-divider {
  background-image: -webkit-linear-gradient(left, #f0f0f0, #646464, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #646464, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #646464, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #646464, #f0f0f0);
  border: 0;
  height: 1px;
  margin: 18px auto;
  width: 36%;
}

.new-maincontent {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #f5e9af;
  border-radius: 5px;
  flex-direction: column;
  margin: auto;
  margin-bottom: 12px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  width: 620px;
}

.new-borderbox {
  background: radial-gradient(
    circle,
    rgba(255, 255, 248, 1) 0%,
    rgba(250, 250, 250, 1) 100%
  );
  border-radius: 5px;
  box-shadow: 0 0 2px #9f8e39;
  padding: 12px;
  margin-bottom: 8px;
}

.new-text-large {
  font-size: 24px;
}

.new-text-medium {
  font-size: 14px;
}

.new-text-small {
  font-size: 12px;
}

.new-text-extra-small {
  font-size: 10px;
}

.new-text-dark,
.new-text-dark a,
.new-text-dark p {
  color: #444;
}

.new-text-bright,
.new-text-bright a,
.new-text-bright p {
  color: #646464;
}
.new-footer {
  text-align: center;
  margin-bottom: 0px;
}

.covid-text {
  margin: auto;
  text-align: center;
  width: 100%;
}

.questionset {
  width: 560px;
  margin: 0 auto;
}

.row {
  display: table-row;
}

.question {
  display: table-cell;
  text-align: center;
  width: 200px;
}

.answer {
  display: table-cell;
  text-align: center;
  width: 290px;
}

@font-face {
  font-family: font1;
  src: url(IurY6Y5j_oScZZow4VOBDpxNhLBQ4Q.ttf);
}
@font-face {
  font-family: font2;
  src: url(memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4nY1M2xLER.ttf);
}

