@media (min-width: 1024px) {
  body {
    background-image: url("./images/bg-bild-1920x1080px.jpg");
  }
}

body {
  /* background-image: url("./images/bg-bild-1920x1080px.jpg"); */
  /* background-color: #d0d0f0;  */
  background-color: rgba(230, 230, 240, 1.0);
  background-size: 1920px 1080px;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  width: 100%;
  padding-bottom: 40px;
  clear: both;
  margin: 0;
  font-family: "aileronlight", Helvetica, Arial, sans-serif;
}

h3 {
  margin-bottom: 3px;
}

.logo {
  background-color: rgba(230, 230, 240, 0.0);
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  height: 40px;
  text-align: center;
  justify-content: center;
  z-index: 2;
}

.content {
  position: absolute;
  top: 60px;
  /* margin-top: 100px; */
  width: 100%;
}

.textcont {
  position: absolute;
  top: 60px;
  padding: 0px 15px 60px 15px;
  margin: 0 20px 0 20px;
  background-color: rgba(255, 255, 255, 1.0);
  font-weight: 300;
}

.textwall {
  font-weight: 300;
}

.textheader {
  font-family: "aileronsemibold", Helvetica, Arial, sans-serif;
  font-size: 120%;
  font-weight: 600;
}

.flexcont {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .white-box {
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  max-width: 600px;
  color: #0E52B4;
  padding: 20px 15px 60px 15px;
  margin: 0 auto 0 auto;
}

.centered {
  text-align: center;
}

.infotext {
  color: #555;
  margin: 10px 10px 10px 10px;
  line-height: 1.4;
}

.newstext {
  color: #00c;
  margin: 10px 10px 10px 10px;
  line-height: 1.4;
}

.inputform {
  width: auto;
  margin-left: 20;
  margin-right: 20;
}

.sendButton {
  text-align: center;
  width: 150px;
  min-height: 50px;
  color: white;
  background-color: #0E52B4;
  border-radius: 20px;
  display: block;
  margin: 30px;
}

.legalinfo {
  padding-top: 40px;
}

.formgrid {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 16px;
}

.formlabel {
  grid-column: 1 / 2;
}

.forminput {
  grid-column: 2 / 3;
}

input:focus {
  border: 2px solid red;
}

.formbut {
  grid-column: 1 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

button {
  grid-column: 2 / 2;
}

.fehler {
  color: red;
  width: 100%;
  display: flex;
  text-align: center;
}

.name {
  font-size: 110%;
}