@charset "UTF-8";
#newsletter_title_text {
  padding: 0 1.5% 3% 1.5%;
  font-size: 14px; }

/* Styles für Newsletter */
#newsletter_anmelden_ueberschrift {
  font-size: 30px;
  font-family: "Open Sans";
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0; }

#newletter_text {
  margin-top: 0.4em; }

#danke_fuer_anmeldung {
  font-size: 25px;
  font-family: "Open Sans Bold";
  /* font-weight: 400; */
  line-height: normal; }

#form1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -1.5% 0 -1.5%; }

#form1 .form_item {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 50%;
  /* Geht bei manchen browsern nicht, (z.B. Edge) müssen feste Pixel sein,  keine Prozente!
  margin-bottom: 3%;  */
  margin-bottom: 20px;
  padding: 0 1.5% 0 1.5%; }

#form1 .form_item input {
  width: 100%;
  padding: 16px;
  border-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #999;
  background-color: #eee;
  font-size: 14px; }

#form1 .form_item select {
  width: 100%;
  padding: 16px;
  border-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #999;
  background-color: #eee;
  font-size: 14px; }

#form1 .form_item textarea {
  width: 100%;
  padding: 16px;
  border-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #999;
  background-color: #eee;
  font-size: 14px;
  font-family: "Open Sans", Arial, sans-serif; }

#form1 .email_form_item {
  width: 100%; }

#form1 #form_item_strasse {
  width: 100%; }

#form1 #captcha_hinweis {
  width: 250px;
  align-self: flex-start;
  font-family: "Open Sans";
  font-size: 14px;
  padding-top: 7px; }

#form1 #spam_img_wrapper {
  width: calc(55px + 0.8vw);
  height: 48px;
  align-self: flex-end; }

#form1 #spam_img_wrapper img {
  height: 100%; }

#form1 #equal_sign {
  width: 20px;
  height: 48px;
  align-self: flex-end;
  padding: 10px 1% 0 2%;
  text-align: right; }

#form1 #check_nr_item {
  width: 100px;
  height: 48px;
  align-self: flex-end; }

#form1 #form_submit_item {
  width: 199px;
  min-width: 199px;
  max-width: 199px;
  height: 48px;
  align-self: flex-end;
  border-radius: 3px; }

#form1 #form_submit_item input {
  height: 100%;
  width: 100%;
  padding: 0 5% 0 5%;
  padding: 16px 0 16px 0;
  color: white;
  background-color: #650f2d;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 18px;
  cursor: pointer;
  border-radius: 3px; }

@media screen and (max-width: 767px) {
  #form1 .email_form_item {
    width: 100%; }
  #form1 .name_form_item {
    width: 100%; }
  #form1 .vorname_form_item {
    width: 100%; }
  #form1 #spam_img_wrapper img {
    margin-left: -5.5%; } }

@media screen and (max-width: 520px) {
  #form1 #captcha_hinweis {
    width: 100%;
    align-self: flex-start;
    font-family: "Open Sans";
    font-size: 14px; } }

@media screen and (max-width: 443px) {
  #form1 #form_submit_item {
    width: 178px;
    min-width: 178px;
    max-width: 178px; } }
