.button {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 300;
  cursor: pointer;
  white-space: nowrap;
}
.button::after {
  display: none;
}
.button {
  border: 1px solid;
  padding: 0.6666666667rem 1rem;
}
@media (min-width: 600px) {
  .button {
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
  }
}
.button--technology {
  border-color: rgb(185, 202, 0);
}
.button--special-event {
  border-color: rgb(185, 202, 0);
}
.button--innovation {
  border-color: rgb(70, 70, 104);
}
.button--coaching {
  border-color: rgb(255, 236, 0);
}
.button--partner {
  border-color: rgb(198, 199, 200);
}
.button--primary.button--technology {
  background-color: rgb(185, 202, 0);
  color: rgb(26, 23, 27);
}
.button--primary.button--special-event {
  background-color: rgb(185, 202, 0);
  color: rgb(26, 23, 27);
}
.button--primary.button--innovation {
  background-color: rgb(70, 70, 104);
  color: rgb(255, 255, 255);
}
.button--primary.button--coaching {
  background-color: rgb(255, 236, 0);
  color: rgb(26, 23, 27);
}
.button--primary.button--partner {
  background-color: rgb(198, 199, 200);
  color: rgb(255, 255, 255);
}

.form__error {
  width: 100%;
  padding: 0 1.2rem;
}
.form__error__list {
  padding-left: 20px;
}
.form fieldset {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
  padding: 0;
  border: none;
  outline: none;
}
.form__control-group {
  width: 100%;
  padding: 0 1.2rem 2.4rem 1.2rem;
}
@media (min-width: 600px) {
  .form__control-group {
    width: 50%;
  }
}
.form__control-group.er_remark, .form__control-group.eir_remark, .form__control-group.er_data-protection, .form__control-group.eir_data-protection {
  width: 100%;
}
.form__control-group.er_remark .data-protection, .form__control-group.eir_remark .data-protection, .form__control-group.er_data-protection .data-protection, .form__control-group.eir_data-protection .data-protection {
  color: rgb(51, 105, 125);
}
.form__control-group.er_data-protection .form__control-group__input, .form__control-group.eir_data-protection .form__control-group__input {
  margin-top: 10px;
}
.form__control-group input,
.form__control-group textarea,
.form__control-group select {
  width: 100%;
  padding: 0.8rem 1.2rem;
  border: none;
}
.form__control-group.elem_file .form__control-group__input {
  position: relative;
}
.form__control-group.elem_file input {
  cursor: pointer;
}
.form__control-group.elem_file input::file-selector-button {
  position: absolute;
  z-index: -1;
  color: #fff;
  border: none;
  background-color: #fff;
  inset: 0;
}
.form__control-group.elem_radio .radio {
  display: grid;
  grid-template-columns: 48px 1fr;
}
.form__control-group.elem_radio .radio input {
  width: 24px;
  height: 24px;
}
.form__actions {
  width: 100%;
  padding: 1.2rem;
}

.event__header {
  display: flex;
  flex-direction: row;
  padding: 1.2rem 0;
  width: 100%;
}
.event__single--technology .event__header, .events__list--technology .event__header {
  background-color: rgb(51, 105, 125);
  color: rgb(185, 202, 0);
}
.event__single--special-event .event__header, .events__list--special-event .event__header {
  background-color: rgb(51, 105, 125);
  color: rgb(185, 202, 0);
}
.event__single--innovation .event__header, .events__list--innovation .event__header {
  background-color: rgb(255, 133, 51);
  color: rgb(70, 70, 104);
}
.event__single--coaching .event__header, .events__list--coaching .event__header {
  background-color: rgb(55, 168, 219);
  color: rgb(255, 236, 0);
}
.event__single--partner .event__header, .events__list--partner .event__header {
  background-color: rgb(135, 136, 138);
  color: rgb(198, 199, 200);
}
.event__header__date-wrapper {
  width: 6rem;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: rgb(26, 23, 27);
}
.event__header__title-wrapper {
  padding: 1.2rem 1.2rem 1.2rem 0;
  flex: 1;
  max-width: calc(100% - 6rem);
}
@media (min-width: 1260px) {
  .event__header__title-wrapper {
    padding: 1.2rem;
  }
}
.event__header__title-wrapper h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.1rem;
}
@media (min-width: 1260px) {
  .event__header__title-wrapper h2 {
    font-size: 1.5rem;
  }
}
.event__header__image, .event__header__bubbles-wrapper {
  padding: 1.2rem 2.4rem 1.2rem 1.2rem;
  width: 45%;
  display: none;
}
@media (min-width: 1260px) {
  .event__header__image, .event__header__bubbles-wrapper {
    display: block;
  }
}
.event__header__image img, .event__header__bubbles-wrapper img {
  width: 100%;
}
.event__header__start {
  display: block;
  margin-top: 1em;
}

.event__date__bubble {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
}
.event__date__bubble__month {
  font-weight: 700;
  text-transform: uppercase;
}
.event__date__year {
  font-size: 1.35rem;
  margin-top: 0.6rem;
}
.event__single--technology .event__date__year, .events__list--technology .event__date__year {
  color: rgb(255, 255, 255);
}
.event__single--special-event .event__date__year, .events__list--special-event .event__date__year {
  color: rgb(255, 255, 255);
}
.event__single--innovation .event__date__year, .events__list--innovation .event__date__year {
  color: rgb(255, 255, 255);
}
.event__single--coaching .event__date__year, .events__list--coaching .event__date__year {
  color: rgb(26, 23, 27);
}
.event__single--partner .event__date__year, .events__list--partner .event__date__year {
  color: rgb(255, 255, 255);
}

.event__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  margin-top: 1.2rem;
  padding: 0 1.2rem;
}
@media (min-width: 1260px) {
  .event__actions {
    padding: 0;
  }
}
.event__actions__category-name {
  display: none;
}
@media (min-width: 1260px) {
  .event__actions__category-name {
    display: inline;
  }
}

.event__category__title {
  margin-bottom: 1.8rem;
  padding: 0 1.2rem;
}
.event__category__title:before {
  left: 1.2rem;
}
@media (min-width: 1260px) {
  .event__category__title {
    padding: 0;
  }
  .event__category__title:before {
    left: 0;
  }
}
.event__single {
  width: 100%;
  padding: 9.6rem 0;
  margin-bottom: -2.4rem;
  /*&--technology {
      background-color: map-get($map, 'background-light');
  }*/
  /*&--special-event {
      background-color: map-get($map, 'background-light');
  }*/
  /*&--innovation {
      background-color: map-get($map, 'background-light');
  }*/
  /*&--coaching {
      background-color: map-get($map, 'background-light');
  }*/
  /*&--partner {
      background-color: map-get($map, 'background-light');
  }*/
}
.event__banner {
  font-size: 1.5rem;
  font-weight: 500;
  width: 100%;
  padding: 1.2rem 1.2rem 1.2rem 7.2rem;
  background: rgb(255, 255, 255);
}
.event__banner .event__banner__text--technology {
  color: rgb(51, 105, 125);
}
.event__banner .event__banner__text--special-event {
  color: rgb(51, 105, 125);
}
.event__banner .event__banner__text--innovation {
  color: rgb(255, 133, 51);
}
.event__banner .event__banner__text--coaching {
  color: rgb(55, 168, 219);
}
.event__banner .event__banner__text--partner {
  color: rgb(135, 136, 138);
}
.event__section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.event__section__theme, .event__section__program, .event__section__messe {
  padding: 0 1.2rem;
}
@media (min-width: 1260px) {
  .event__section__theme, .event__section__program, .event__section__messe {
    padding: 0;
  }
}
.event__section__message {
  padding: 0 1.2rem 2.4rem 1.2rem;
}
.event__section + .event__section {
  margin-top: 3.6rem;
}
.event__section__title {
  position: relative;
  width: 100%;
  text-transform: uppercase;
}
@media (min-width: 1260px) {
  .event__section__registration, .event__section__location {
    margin: 0 -1.2rem;
  }
}
.event__section__registration .event__section__title, .event__section__location .event__section__title {
  width: 100%;
  padding: 0 1.2rem;
}
.event__section__registration .event__section__title::before, .event__section__location .event__section__title::before {
  left: 1.2rem;
}
.event__section__registration {
  display: block;
}
.event__theme__main {
  width: 100%;
}
@media (min-width: 1260px) {
  .event__theme__main {
    width: 66.6666666667%;
  }
}
.event__theme__sub {
  font-weight: 500;
  width: 100%;
  margin-top: 1.2rem;
}
@media (min-width: 1260px) {
  .event__theme__sub {
    width: 33.3333333333%;
    margin-top: 0;
    padding-left: 1.2rem;
  }
}
@media (min-width: 600px) {
  .event__location__text, .event__location__right {
    width: 50%;
  }
}
.event__location__text, .event__location__right {
  padding: 0 1.2rem;
}
.event__location__image img {
  width: 100%;
}
.event__location__box {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
  background-color: rgb(255, 255, 255);
}
.event__location__box__inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 1.2rem;
}
.event__organizer__box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1.2rem 0;
  background-color: rgb(255, 255, 255);
}
.event__organizer__box__inner {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 1.2rem;
}
@media (min-width: 900px) {
  .event__organizer__box__inner {
    width: 70%;
  }
}
@media (min-width: 1260px) {
  .event__organizer__box__inner {
    width: 50%;
  }
}
.event__organizer__image {
  width: 100%;
  margin-bottom: 1.2rem;
}
@media (min-width: 900px) {
  .event__organizer__image {
    width: 30%;
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .event__organizer__image {
    width: 50%;
  }
}
.event__organizer__image {
  padding: 0 1.2rem;
}
.event__organizer__image img {
  width: 100%;
}

.program__list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  column-gap: 2.4rem;
}
@media (min-width: 600px) {
  .program__list {
    column-count: 2;
  }
}
@media (min-width: 900px) {
  .program__list {
    column-count: 3;
  }
}
.program__list__element {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  break-inside: avoid-column;
}
.program__list__element::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 1px;
  content: "";
  background-color: rgb(26, 23, 27);
}
.program__list__element--last::after {
  display: none;
}
.program__list__element--go2registration {
  display: block;
}
.program__list__element--go2registration::after {
  display: none;
}
.program__list__element--go2registration a {
  font-size: 0.85rem;
  display: inline-block;
}
.program__time {
  font-style: italic;
}
.program__title {
  font-weight: 700;
}
.program__title + .program__person__text {
  padding-top: 1.2rem;
}
.program__text + picture {
  padding-top: 1.2rem;
}
.program__person__name {
  font-weight: 700;
  padding-top: 1.2rem;
  color: rgb(51, 105, 125);
}
.program__person__image img {
  width: 100%;
}
.program__person__text {
  color: rgb(51, 105, 125);
}

.registration__information {
  width: 100%;
}
@media (min-width: 900px) {
  .registration__information {
    width: 33.3333333333%;
  }
}
.registration__information {
  padding: 0 1.2rem;
}
.registration__formular {
  width: 100%;
  margin-top: 2.4rem;
}
@media (min-width: 900px) {
  .registration__formular {
    margin-top: 0;
    width: 66.6666666667%;
  }
}
.registration__formular {
  padding: 0 1.2rem;
}
.registration__formular .er_live {
  display: flex;
}
.registration__formular .er_live input {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 24px;
  position: relative;
}
.registration__formular .er_live input:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255, 255, 255);
}
.registration__formular .er_live input:checked:after {
  content: "";
  display: block;
  position: absolute;
  left: 25%;
  top: 25%;
  right: 25%;
  bottom: 25%;
  /*border-radius: 50%;*/
  background-color: rgb(26, 23, 27);
}
.registration__title {
  font-weight: 700;
}
.registration__text__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.registration__text__list__item {
  display: flex;
  flex-direction: column;
}
.registration__text__list__item + .registration__text__list__item {
  margin-top: 1.2rem;
}

.logo__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -0.6rem;
  padding: 0;
  list-style: none;
}
.logo__list__element {
  display: flex;
  width: 50%;
  padding: 0.6rem;
}
@media (min-width: 600px) {
  .logo__list__element {
    width: 33.3333333333%;
  }
}
@media (min-width: 900px) {
  .logo__list__element {
    width: 25%;
  }
}
@media (min-width: 1260px) {
  .logo__list__element {
    width: 20%;
  }
}
.logo__list__element__link {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  width: 100%;
  height: 6rem;
  padding: 1.2rem;
  background-color: rgb(255, 255, 255);
}
.logo__list__element__link::after {
  display: none;
}
.logo__list__element__link img {
  max-width: 100%;
  max-height: 3.6rem;
}

.checkbox {
  display: flex;
}
.checkbox input {
  margin-right: 20px;
  width: 20px;
}
.checkbox__label__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 20px;
}
.checkbox__label__title {
  font-weight: bolder;
}
.checkbox__label__text {
  font-size: 0.8em;
}

.register-type {
  width: 100%;
}

.location__logo {
  padding-bottom: 1.2rem;
}
.location__phone__link::after {
  display: none;
}
.location__mail {
  margin-bottom: 0.3rem;
}

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