body form.chronoform {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  display: block;
  overflow: hidden;
  box-shadow: none;
}
body form.chronoform h2 {
  color: #849833;
  font-size: 46px;
  font-style: normal;
  font-family: "open_sansextrabold";
  margin: 0 0 20px 0;
  text-transform: uppercase;
  line-height: 55px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  body form.chronoform h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
body form.chronoform div.gcore-line-tr {
  margin-bottom: 20px;
  float: left;
  display: block;
  width: 100% !important;
}
body form.chronoform div.gcore-line-tr div.gcore-line-td {
  padding: 0;
  width: 100%;
  float: left;
  /*label.required_label {
      &:after {
          content: '*';
          font-size:12px;
          vertical-align:top;
      }
  }*/
}
body form.chronoform div.gcore-line-tr div.gcore-line-td label.gcore-label-left,
body form.chronoform div.gcore-line-tr div.gcore-line-td label.gcore-label-top {
  display: block;
  float: left;
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 0;
  width: 28%;
  max-width: 28%;
}
body form.chronoform div.gcore-line-tr div.gcore-line-td label.gcore-label-left span,
body form.chronoform div.gcore-line-tr div.gcore-line-td label.gcore-label-top span {
  font-size: 12px;
  vertical-align: top;
  color: #6A7733 !important;
  margin: 0 0 0 -4px;
  line-height: 12px;
}
@media only screen and (max-width: 768px) {
  body form.chronoform div.gcore-line-tr div.gcore-line-td label.gcore-label-left,
body form.chronoform div.gcore-line-tr div.gcore-line-td label.gcore-label-top {
    margin: 0 0 10px 0;
    width: 100%;
    max-width: 100%;
  }
}
body form.chronoform div.gcore-line-tr div.gcore-line-td label.gcore-label {
  float: left;
  margin: 0 20px 0 5px;
  font-size: 1em;
}
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-subinput-container {
  display: inline-block;
  width: 100%;
}
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table {
  float: right;
  margin-left: 0;
  width: 70%;
}
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table select {
  background: #f1f3e8 none repeat scroll 0 0;
  height: 60px;
  padding: 2%;
  width: 100%;
  background-color: #f1f3e8;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #eee inset;
  color: #849833;
  font-size: 20px;
  font-family: "open_sansitalic";
}
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table input[type=checkbox],
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table input[type=radio] {
  float: left;
}
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table input.btn {
  background: #849833 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  clear: both;
  font-style: normal;
  color: white;
  display: table;
  font-size: 18px;
  font-family: "open_sanssemibold";
  margin-top: 1em;
  min-width: 200px;
  padding: 20px;
  text-decoration: none;
  height: auto;
  text-shadow: none;
}
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table input.btn:hover {
  background: #92A845;
  transition: background 0.3s;
  text-decoration: none;
}
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table textarea, body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table input[type=text],
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table input[type=password],
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table input[type=datetime],
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table input[type=datetime-local],
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table input[type=date],
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table input[type=month],
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table input[type=time],
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table input[type=week],
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table input[type=number],
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table input[type=email],
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table input[type=url],
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table input[type=search],
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table input[type=tel],
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table input[type=color] {
  background-color: #F1F3E8;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #eee inset;
  padding: 2.5%;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  width: 94%;
  color: #849833;
  font-family: "open_sansitalic";
  font-size: 20px;
  max-width: 95%;
}
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table div.gcore-radio-item {
  width: auto;
  display: inline-block;
  margin: 0 0 10px 0;
}
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table div.gcore-multiple-column {
  display: flex;
  align-items: start;
  flex-direction: row;
  flex-wrap: wrap;
}
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table div.gcore-multiple-column div.gcore-radio-item {
  display: flex;
  align-items: start;
  flex-direction: row;
}
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table div.gcore-multiple-column label {
  width: auto;
}
@media only screen and (max-width: 768px) {
  body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table {
    float: left;
    width: 100%;
  }
}
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table.datenschutz {
  margin-left: 30%;
}
@media only screen and (max-width: 768px) {
  body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table.datenschutz {
    margin: 0;
  }
}
body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table.datenschutz label {
  font-family: "open_sanssemibold";
  font-size: 20px;
  line-height: 26px;
  top: -2px;
  width: 94%;
  margin: 0 0 0 5px;
  position: relative;
  float: left;
}
@media only screen and (max-width: 768px) {
  body form.chronoform div.gcore-line-tr div.gcore-line-td div.gcore-display-table.datenschutz label {
    font-size: 18px;
    width: 90%;
  }
}
body form.chronoform div.gcore-form-row {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
body form.chronoform div.gcore-form-row label {
  width: 28%;
  float: left;
}
body form.chronoform div.gcore-form-row div.gcore-display-table {
  width: 70%;
  float: right;
  margin: 0;
}
body form.chronoform div.gcore-form-row div.gcore-checkbox-item label {
  width: 88%;
  line-height: 1.2;
  margin: 0 0 0 5px !important;
}
@media only screen and (max-width: 768px) {
  body form.chronoform div.gcore-form-row label {
    width: 100%;
    margin: 0 0 10px 0;
  }
  body form.chronoform div.gcore-form-row div.gcore-display-table {
    width: 100%;
    float: left;
  }
}

body.view-week div#jevents_body {
  overflow-x: scroll;
}
body.view-week div#jevents_body div#weekview {
  min-width: 870px;
}
@media (max-width: 767px) {
  body.view-week div#jevents_body div#weekview {
    width: 100%;
    min-width: unset;
    overflow: hidden;
  }
}
body.view-week div#jevents_body div#weekview div.daynames-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  body.view-week div#jevents_body div#weekview div.daynames-wrapper {
    display: inline-block;
    width: 500%;
    position: relative;
    height: 50px;
  }
}
body.view-week div#jevents_body div#weekview div.daynames-wrapper > * {
  flex-basis: 20%;
  font-size: 1rem;
  font-family: "open_sansbold";
  padding: 10px;
  border-right: 1px solid #ccc;
}
body.view-week div#jevents_body div#weekview div.daynames-wrapper > *:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  body.view-week div#jevents_body div#weekview div.daynames-wrapper > * {
    width: 20%;
    position: absolute;
    padding: 0;
  }
}
body.view-week div#jevents_body div#weekview div.daynames-wrapper span:nth-of-type(1) {
  left: 0;
}
body.view-week div#jevents_body div#weekview div.daynames-wrapper span:nth-of-type(2) {
  left: 20%;
}
body.view-week div#jevents_body div#weekview div.daynames-wrapper span:nth-of-type(3) {
  left: 40%;
}
body.view-week div#jevents_body div#weekview div.daynames-wrapper span:nth-of-type(4) {
  left: 60%;
}
body.view-week div#jevents_body div#weekview div.daynames-wrapper span:nth-of-type(5) {
  left: 80%;
}
body.view-week div#jevents_body div#weekview div.reihe-container {
  width: 100%;
}
body.view-week div#jevents_body div#weekview div.reihe-container div.reihe-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  color: white;
}
@media (max-width: 767px) {
  body.view-week div#jevents_body div#weekview div.reihe-container div.reihe-head {
    flex-direction: column;
    align-items: flex-end;
  }
}
body.view-week div#jevents_body div#weekview div.reihe-container div.reihe-head h3 {
  font-family: "open_sansbold";
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  body.view-week div#jevents_body div#weekview div.reihe-container div.reihe-head h3 {
    font-size: 1.25rem;
    line-height: 1.75;
    margin: 0;
  }
}
body.view-week div#jevents_body div#weekview div.reihe-container div.reihe-head p {
  font-size: 1rem;
  margin: 0;
}
body.view-week div#jevents_body div#weekview div.reihe-container div.reihe-body {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  body.view-week div#jevents_body div#weekview div.reihe-container div.reihe-body {
    display: unset;
    float: left;
    width: 1000%;
  }
}
body.view-week div#jevents_body div#weekview div.reihe-container div.reihe-body > * {
  flex-basis: 20%;
  border-right: 1px solid #fff;
  padding: 20px 0;
}
body.view-week div#jevents_body div#weekview div.reihe-container div.reihe-body > *:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  body.view-week div#jevents_body div#weekview div.reihe-container div.reihe-body > * {
    width: 10%;
    float: left;
  }
}
body.view-week div#jevents_body div#weekview div.reihe-container div.reihe-body .MO {
  left: 10px;
}
body.view-week div#jevents_body div#weekview div.reihe-container div.reihe-body .TU {
  left: 20%;
}
body.view-week div#jevents_body div#weekview div.reihe-container div.reihe-body .WE {
  left: 40%;
}
body.view-week div#jevents_body div#weekview div.reihe-container div.reihe-body .TH {
  left: 60%;
}
body.view-week div#jevents_body div#weekview div.reihe-container div.reihe-body .FR {
  left: 80%;
}
body.view-week div#jevents_body div#weekview div.reihe-container div.reihe-body div.event {
  padding: 0 10px;
  margin-bottom: 15px;
}
body.view-week div#jevents_body div#weekview div.reihe-container div.reihe-body div.event:last-child {
  margin: 0;
}
body.view-week div#jevents_body div#weekview div.reihe-container div.reihe-body div.event a span {
  display: block;
}
body.view-week div#jevents_body div#weekview div.reihe-container div.reihe-body div.event a strong {
  font-family: "open_sansbold";
}
body.view-week div#jevents_body div#weekview div.reihe-container.kritzelklax div.reihe-head {
  background-color: #f47c3d;
}
body.view-week div#jevents_body div#weekview div.reihe-container.kritzelklax div.reihe-body {
  background-color: rgba(244, 124, 61, 0.25);
}
body.view-week div#jevents_body div#weekview div.reihe-container.kritzelklax div.reihe-body strong {
  color: #f47c3d;
}
body.view-week div#jevents_body div#weekview div.reihe-container.kidsbits div.reihe-head {
  background-color: #20c4f4;
}
body.view-week div#jevents_body div#weekview div.reihe-container.kidsbits div.reihe-body {
  background-color: rgba(32, 196, 244, 0.25);
}
body.view-week div#jevents_body div#weekview div.reihe-container.kidsbits div.reihe-body strong {
  color: #20c4f4;
}
body.view-week div#jevents_body div#weekview div.reihe-container.artlab div.reihe-head {
  background-color: #5e246b;
}
body.view-week div#jevents_body div#weekview div.reihe-container.artlab div.reihe-body {
  background-color: rgba(94, 36, 107, 0.25);
}
body.view-week div#jevents_body div#weekview div.reihe-container.artlab div.reihe-body strong {
  color: #5e246b;
}

.cmpmore {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.cmpmore span.cmpmoredivider:nth-of-type(3) {
  display: none;
}

span.cmpboxbtnspan {
  width: 100%;
  margin: 0;
}
