* {
  font-family: Arial, Helvetica, sans-serif;
}

body {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.logo {
  width: 33vw;
  margin-top: 33vh;
  margin-bottom: 2rem;
}

.teaser {
  font-size: 2rem;
}

#mc_embed_signup {
  margin-top: 50vh;
  background: #fff;
  clear: left;
  width: 100%;
}

form {
  display: flex;
}

#mc-embedded-subscribe-form input[type=checkbox] {
  display: inline;
  width: auto;
  margin-right: 10px;
}

#mergeRow-gdpr {
  margin-top: 20px;
}

#mergeRow-gdpr fieldset label {
  font-weight: normal;
}

#mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  min-height: 0px;
  padding-bottom: 0px;
}

ul {
  padding: 0;
}


.content__gdpr,
.content__gdprLegal {
  font-size: 50%;
}

.submit-wrapper {
  display: flex;
  justify-content: center;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .logo {
    width: 90%;
  }

  #mc_embed_signup {
    width: 100%;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .logo {
    width: 60%;
  }

  #mc_embed_signup {
    width: 60%;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .logo {
    width: 33%;
  }

  #mc_embed_signup {
    width: 33%;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
/* @media (min-width: 1200px) {} */