@charset "UTF-8";
/*
 *************************************************************************
 * \note Wenn ein Hintergrundbild definiert wird, war es bisher so, 
 * dass die darüber liegenden DIVs eine opacity von 85% bekommen hatten
 * Wird derzeit nichte eingestellt oder genutzt
 *************************************************************************
 */
.test {
  form-color: #287566;
  form-background-color: #effaf7;
  form-background-colorlight: white;
  form-title-background-color: #226255;
}

body {
  background-color: #ffffff;
}

a:link, a:visited, a:active {
  color: #6000c0;
  font-style: italic;
}

a:hover {
  font-weight: bold;
}

H1, H2, H3, H4, H5, H6 {
  text-align: center;
}

input, textarea, select {
  font-family: "Verdana,Helvetica,Arial";
  font-weight: bold;
  font-size: 1em;
  background-color: #6accb9;
  width: 100%;
  padding: 2px;
}

input[name=GesamtPreis] {
  width: initial;
}

textarea {
  overflow: hidden;
}

div.formcontent {
  padding: 0;
  margin: 0 auto;
  max-width: 1024px;
}

div.introheader img {
  width: 100%;
}

div.intromessage .slogan {
  padding: 1.5em;
  font-size: 4em;
  color: #222;
  background-color: #6accb9;
  text-align: center;
}

div.introtable {
  font-family: "Verdana,Helvetica,Arial";
  font-style: normal;
  background-color: #6accb9;
  border: 1px solid #ccc;
  border-radius: 9px;
  margin: 0 auto;
  padding: 9px;
}

div.newsintro {
  text-align: center;
  background-color: #fee25b;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding-top: 2px;
  margin: auto;
  max-width: 1024px;
}

div.newsbereich {
  margin: 50px auto;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border: 1px solid #ccc;
  box-shadow: none;
}

div.newsgroup-title {
  color: #fff;
  background-color: #226255;
  background-image: linear-gradient(to bottom, #6accb9, #287566);
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  padding: 12px;
  min-height: 20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

div.newsgroup-title img {
  margin-right: 6px;
  width: 20px;
  height: 20px;
  margin-bottom: -2px;
}

div.newsgroup-subtitle, div.newsarea-subtitle {
  font-style: italic;
  font-weight: bold;
  text-align: left;
  color: #287566;
  padding-bottom: 20px;
}

div.newsgroup-subtitle {
  background-image: linear-gradient(to bottom, #fff, #fff);
  padding: 12px;
  border-top: 1px solid #ccc;
}

div.newsarea-subtitle {
  padding-top: 12px;
}

div.newsarea {
  font-weight: bold;
  text-align: left;
  padding: 12px;
  background-color: #effaf7;
  border-top: 1px solid #ccc;
}

div.newseintrag {
  display: grid;
  grid-template-columns: 98%;
  border-top: 1px solid #a0a0a0;
  margin-top: 12px;
}

div.introtable div.newseintrag {
  border-top: none;
  font-size: 1em;
}

div.newstype, div.newstype2 {
  color: #287566;
  font-style: normal;
  padding-top: 6px;
  padding-right: 12px;
}

div.introtable div.newstype, div.newstype2 {
  color: #222;
}

.newsdata {
  color: #222;
  padding-top: 6px;
}

.newsdata select {
  width: initial;
}

.newsdata span {
  color: #287566;
}

.ruecktritt {
  color: #6000c0;
}

div.newseintrag-submit {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

div.newseintrag-submit input {
  margin-right: 12px;
  width: initial;
}

@media (min-width: 600px) {
  div.newseintrag {
    grid-template-columns: 49% 49%;
  }

  div.introtable div.newseintrag {
    grid-template-columns: 19% 79%;
  }
}
@media (max-width: 599px) {
  div.intromessage .slogan {
    font-size: 3em;
    padding:0;
  }
}

/*# sourceMappingURL=rt_ostern22.css.map */
