.anmeldung__detail, .auswahl__zahlungsweisen, .anmeldungen--legende, form .teilnehmer .teilnehmer__entry, form > div.form-field__radio div, form > div.form__checkbox {
  *zoom: 1;
}
.anmeldung__detail::before, .auswahl__zahlungsweisen::before, .anmeldungen--legende::before, form .teilnehmer .teilnehmer__entry::before, form > div.form-field__radio div::before, form > div.form__checkbox::before, .anmeldung__detail::after, .auswahl__zahlungsweisen::after, .anmeldungen--legende::after, form .teilnehmer .teilnehmer__entry::after, form > div.form-field__radio div::after, form > div.form__checkbox::after {
  content: " ";
  display: table;
}
.anmeldung__detail::after, .auswahl__zahlungsweisen::after, .anmeldungen--legende::after, form .teilnehmer .teilnehmer__entry::after, form > div.form-field__radio div::after, form > div.form__checkbox::after {
  clear: both;
}

* {
  margin: 0;
  padding: 0;
}

body, td, input, textarea {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #404040;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  -webkit-text-size-adjust: none;
}

main {
  max-width: 1400px;
  max-width: 758px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 4rem;
  background: #fff;
  padding: 0;
}

h1 {
  margin: 0 0 2rem 0;
  line-height: 130%;
  color: #00b4f1;
}

h3 {
  margin: 2rem 0 1rem 0;
  color: #00b4f1;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2rem 0;
}

p {
  margin: 1rem 0;
}

a {
  color: #a92b31;
  text-decoration: underline;
  outline: none;
}

form button,
a.button {
  background: #972622;
  background: #00b4f1;
  color: white;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  padding: 0.5rem 2rem 0.6rem;
  border: 0 none;
  cursor: pointer;
}
form button:hover,
a.button:hover {
  background: #25c8ff;
}
@media only screen and (max-width: 600px) {
  form button,
  a.button {
    width: 100%;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
}

.flying-anmelde-button {
  float: right;
}

form {
  line-height: 100%;
}
form > div {
  margin-bottom: 1rem;
}
form > div label {
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 5px;
}
form > div input[type=text], form > div input[type=email], form > div textarea {
  width: 100%;
  padding: 4px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
}
form > div input[type=text].middle, form > div input[type=email].middle, form > div textarea.middle {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  form > div input[type=text].middle, form > div input[type=email].middle, form > div textarea.middle {
    width: 100%;
  }
}
form > div textarea {
  padding-left: 8px;
  padding-right: 8px;
}
form > div select {
  padding: 4px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form > div select.middle {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  form > div select.middle {
    width: 100%;
  }
}
form > div.form__checkbox label {
  display: inline-block;
  float: left;
  margin: 10px 0 0 10px;
  font-size: 1rem;
  font-weight: 500;
  width: calc(100% - 40px);
}
form > div.form__checkbox input {
  margin-top: 10px;
  float: left;
  clear: left;
  width: 18px;
}
form > div.form__checkbox ul {
  clear: left;
  margin: 10px 0 10px 27px;
}
form > div.form-field__radio div label {
  display: inline-block;
  float: left;
  margin: 5px 0 5px 10px;
  font-size: 1rem;
  font-weight: normal;
}
form > div.form-field__radio div input {
  float: left;
  clear: left;
  margin-top: 5px;
}
form > div.form-field__radio ul {
  margin: 5px 0 0 27px;
}
form p.hint {
  margin: -0.7rem 0 1rem 0;
  font-size: 0.75rem;
  color: #777;
}
form button.add_teilnehmer_link {
  padding: 3px 10px;
  font-size: 12px;
}
form buttonxxx {
  background: #999;
  color: #fff;
  border: 1px solid #666;
  padding: 5px 20px;
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: 600;
}
form buttonxxx[type=submit] {
  padding: 5px 40px;
  font-size: 0.9rem;
}
form ul.errors {
  list-style-type: none;
  color: #A7211E;
  font-size: 0.7rem;
  font-weight: 600;
  margin: -2px 0 5px;
}
form .teilnehmer .teilnehmer__entry {
  margin-bottom: 10px;
}
form .teilnehmer .teilnehmer__entry .teilnehmer__entry--vorname {
  width: calc(50% - 30px - 1%);
  float: left;
  margin-right: 1%;
}
form .teilnehmer .teilnehmer__entry .teilnehmer__entry--nachname {
  width: calc(50% - 30px - 1%);
  float: left;
  margin-right: 1%;
}
form .teilnehmer .teilnehmer__entry .button {
  float: left;
  width: 30px;
  padding-top: 2px;
}
form .teilnehmer .teilnehmer__entry .button button.delete-button {
  padding: 2px 10px;
  font-weight: bold;
}
form .teilnehmer .teilnehmer__entry label {
  display: none;
}
form .teilnehmer .teilnehmer__entry:nth-of-type(1) label {
  display: block;
}
form .anmeldung__summe_anmeldegebuehr {
  font-weight: 600;
}
form img.logo {
  max-width: 200px;
  height: auto;
  max-height: 200px;
  border: 1px solid #999;
  padding: 5px;
}

p.datenschutz-kenntnisnahme {
  font-size: 0.85rem;
  margin: -10px 0 0 27px;
  line-height: 160%;
}

.anmeldung__preisinfo {
  font-size: 0.9rem;
}
.anmeldung__preisinfo span.label {
  display: inline-block;
}
.anmeldung__preisinfo span.preis {
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .anmeldung__preisinfo span.label {
    width: auto;
    display: inline;
  }
  .anmeldung__preisinfo span.preis {
    white-space: nowrap;
  }
}

.anmeldungen--liste {
  xoverflow: hidden;
}
@media all and (min-width: 450px) {
  .anmeldungen--liste {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: space-between;
    align-items: stretch;
  }
}
.anmeldungen--liste .anmeldung {
  flex: 0 0 32%;
  line-height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid blue;
  margin: 0 0 5% 0;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 550px) {
  .anmeldungen--liste .anmeldung {
    flex: 0 0 49%;
  }
}
@media all and (min-width: 450px) {
  .anmeldungen--liste .anmeldung {
    margin-bottom: 3%;
  }
}
.anmeldungen--liste .anmeldung.branche-Bildung {
  border-color: #ffd625;
  border-color: #b9b9b9;
  border-right: 7px solid #ffd625;
}
.anmeldungen--liste .anmeldung.branche-Dienstleistung {
  border-color: #009ee0;
  border-color: #b9b9b9;
  border-right: 7px solid #009ee0;
}
.anmeldungen--liste .anmeldung.branche-Handel {
  border-color: #b578f7;
  border-color: #b9b9b9;
  border-right: 7px solid #b578f7;
}
.anmeldungen--liste .anmeldung.branche-Handwerk {
  border-color: #e2001a;
  border-color: #b9b9b9;
  border-right: 7px solid #e2001a;
}
.anmeldungen--liste .anmeldung.branche-Produktion {
  border-color: #92d700;
  border-color: #b9b9b9;
  border-right: 7px solid #92d700;
}
.anmeldungen--liste .anmeldung.branche-Sonstiges {
  border-color: #999999;
  border-color: #b9b9b9;
  border-right: 7px solid #999999;
}
.anmeldungen--liste .anmeldung .anmeldedaten {
  width: 100%;
  font-size: 0.7rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.anmeldungen--liste .anmeldung .anmeldedaten div.logo {
  max-width: 95%;
  width: 150px;
  margin: 0px auto 15px;
  display: block;
  text-align: center;
}
.anmeldungen--liste .anmeldung .anmeldedaten div.logo img.logo {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 3rem;
  margin: auto;
}
.anmeldungen--liste .anmeldung .anmeldedaten h3 {
  margin: 0 0 0.5rem;
  color: #222;
  text-align: center;
  line-height: 120%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.anmeldungen--liste .anmeldung .anmeldedaten p.adresse {
  min-height: 2.5rem;
  margin: 0;
}
.anmeldungen--liste .anmeldung .anmeldedaten p.infotext {
  margin: 0;
  display: none;
}
.anmeldungen--liste .anmeldung div.kontaktdaten {
  line-height: 140%;
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  font-size: 0.6rem;
  display: flex;
  gap: 10px;
}
.anmeldungen--liste .anmeldung div.kontaktdaten a {
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #009FE3;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 900;
  text-decoration: none;
  padding: 5px 10px;
  flex: 1 0 auto;
}
.anmeldungen--liste .anmeldung div.kontaktdaten a:hover {
  background: #007bb0;
}

.anmeldungen--legende {
  min-height: 2rem;
}
.anmeldungen--legende div {
  line-height: 10px;
  padding: 0 20px 0 7px;
  float: left;
}
.anmeldungen--legende .branche-bildung {
  border-left: 10px solid #ffd625;
}
.anmeldungen--legende .branche-dienstleistung {
  border-left: 10px solid #009ee0;
}
.anmeldungen--legende .branche-handel {
  border-left: 10px solid #b578f7;
}
.anmeldungen--legende .branche-handwerk {
  border-left: 10px solid #e2001a;
}
.anmeldungen--legende .branche-produktion {
  border-left: 10px solid #92d700;
}
.anmeldungen--legende .branche-sonstiges {
  border-left: 10px solid #999999;
}

.paypal-wrapper {
  text-align: center;
}
.paypal-wrapper #paypal-button-container {
  max-width: 500px;
  margin: 0 auto;
}

.auswahl__zahlungsweisen {
  margin-top: -1rem;
}
.auswahl__zahlungsweisen h3 {
  text-align: center;
  margin: 0 0 2rem 0;
}
.auswahl__zahlungsweisen h4 {
  text-align: center;
  margin-top: -1rem;
}
.auswahl__zahlungsweisen .zahlung__option {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
  width: 50%;
  float: left;
}
.auswahl__zahlungsweisen .zahlung__option:nth-of-type(2) {
  border-left: 1px dotted #ddd;
}
@media only screen and (max-width: 600px) {
  .auswahl__zahlungsweisen .zahlung__option {
    width: 100%;
    float: none;
  }
  .auswahl__zahlungsweisen .zahlung__option:nth-of-type(2) {
    border: none;
    border-top: 1px solid #ddd;
    padding-top: 10px !important;
    margin-top: 2.5rem;
  }
  .auswahl__zahlungsweisen .zahlung__option:nth-of-type(2) h4 {
    margin-top: 1rem;
  }
}
.auswahl__zahlungsweisen .zahlung__option p {
  text-align: center;
}
.auswahl__zahlungsweisen .zahlung__option p.buttons {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 800px) {
  .auswahl__zahlungsweisen .zahlung__option p.buttons a.button {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .auswahl__zahlungsweisen .zahlung__option p.buttons a.button {
    font-size: 1rem;
  }
}

.anmeldung__detail {
  margin-top: 2rem;
  margin-bottom: 3rem;
  background: #f0f0f0;
  padding: 1rem 2rem;
  line-height: 140%;
}
@media only screen and (max-width: 600px) {
  .anmeldung__detail {
    padding: 0.5rem 1rem;
  }
}
.anmeldung__detail td {
  line-height: 110%;
}
.anmeldung__detail p b {
  font-weight: 600;
}
.anmeldung__detail div > h3:first-child {
  margin-top: 0;
}
.anmeldung__detail div.logo {
  width: 200px;
}
.anmeldung__detail div.logo img {
  max-width: 100%;
  height: auto;
  max-height: 200px;
}
.anmeldung__detail .anmeldung__unternehmen {
  width: 60%;
  margin-right: 2%;
  float: left;
}
@media only screen and (max-width: 800px) {
  .anmeldung__detail .anmeldung__unternehmen {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 2rem;
  }
}
.anmeldung__detail .anmeldung__unternehmen h3 {
  margin-bottom: -1rem;
}
.anmeldung__detail .anmeldung__unternehmen h3 + p {
  font-size: 0.8rem;
}
.anmeldung__detail .anmeldung__unternehmen p.unternehmensname {
  font-weight: 600;
}
.anmeldung__detail .anmeldung__unternehmen p.telefon, .anmeldung__detail .anmeldung__unternehmen p.fax, .anmeldung__detail .anmeldung__unternehmen p.email, .anmeldung__detail .anmeldung__unternehmen p.www {
  margin: 0;
}
.anmeldung__detail .anmeldung__teilnehmer {
  width: 38%;
  float: left;
}
@media only screen and (max-width: 800px) {
  .anmeldung__detail .anmeldung__teilnehmer {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
.anmeldung__detail .anmeldung__teilnehmer ol {
  margin-left: 1rem;
}
.anmeldung__detail .anmeldung__teilnehmer ol li {
  padding-left: 0.5rem;
}

table.kontaktinformationen td.label,
table.anmeldegebuehren td.label {
  padding-right: 30px;
}

@media only screen and (max-width: 600px) {
  table.kontaktinformationen td {
    display: block;
  }
  table.kontaktinformationen td.label {
    padding-right: 0;
  }
  table.kontaktinformationen td.value {
    padding-bottom: 0.5rem;
  }
}

table.kontaktinformationen td.label {
  color: #666;
}

table.anmeldegebuehren {
  width: 100%;
  border-collapse: collapse;
}
table.anmeldegebuehren td {
  padding-top: 5px;
  padding-bottom: 5px;
}
table.anmeldegebuehren td.value {
  text-align: right;
}
table.anmeldegebuehren tr.brutto td {
  border-top: 1px solid #ccc;
}
table.anmeldegebuehren tr.brutto td.value {
  font-weight: 600;
}

body.backend header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 90%;
}
body.backend main {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 98%;
  width: 100%;
  margin: 0 auto 4rem;
  padding: 1rem;
}
body.backend main h1 {
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}
body.backend .anmeldung__detail {
  margin-bottom: 1rem;
}

.be__anmeldungen--liste table {
  border-collapse: collapse;
  width: 100%;
}
.be__anmeldungen--liste th, .be__anmeldungen--liste td {
  font-size: 0.8rem;
  line-height: 120%;
  vertical-align: top;
  padding: 3px 15px;
}
.be__anmeldungen--liste th {
  font-weight: 500;
  font-size: 0.6rem;
  text-align: left;
  border-bottom: 1px solid #999;
}
.be__anmeldungen--liste td {
  border-bottom: 1px solid #ddd;
}
.be__anmeldungen--liste td.preis, .be__anmeldungen--liste td.rechts {
  text-align: right;
}
.be__anmeldungen--liste td.zentriert {
  text-align: center;
}
.be__anmeldungen--liste tr:nth-child(2n) td {
  background: #f9f9f9;
}
.be__anmeldungen--liste b {
  font-weight: 600;
}
.be__anmeldungen--liste i {
  color: #999;
}

table.zahlung__info td {
  vertical-align: top;
}
table.zahlung__info td.label {
  color: #777;
  padding-right: 30px;
}