.marker-before {
  position: relative;
}
.marker-before:before {
  content: " ";
  display: block;
  width: 25px;
  height: 42px;
  position: absolute;
  left: -30px;
  top: -12px;
  background-image: url("../imgs/icons/icon_marker_purple.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 25px;
  }
}

.content-left {
  max-width: 50vw;
}
.content-left.tagung {
  min-width: 35vw;
}

.content-right {
  margin-left: 5vw;
  position: relative;
}

[aria-tab] {
  display: none;
}

[aria-tab-active=true] {
  display: block;
}

.tabpills-wrapper {
  display: flex;
  justify-content: flex-end;
}
.tabpills-wrapper > .button {
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
}
.tabpills-wrapper > .button:not(:last-of-type) {
  margin-right: 2rem;
}

.breadcrumbs {
  display: flex;
  align-items: center;
}
.breadcrumbs .breadcrumb {
  margin: 0;
  color: #830051;
  font-size: 14px;
}
.breadcrumbs .breadcrumb.active {
  text-decoration: underline;
  cursor: pointer;
}
.breadcrumbs .breadcrumb-arrow {
  margin-left: 7px;
  margin-right: 7px;
}

.util-wrapper {
  margin-top: 3rem;
  background-color: #F4F4F4;
  border-radius: 15px;
  padding: 15px;
}
@media (max-width: 991.98px) {
  .util-wrapper {
    max-width: 90vw;
  }
}
@media (min-width: 992px) {
  .util-wrapper .icon-wrapper {
    width: 50px;
    text-align: center;
  }
}
.util-wrapper > .util-element {
  display: flex;
}
.util-wrapper > .util-element > .icon-wrapper {
  margin-right: 20px;
  flex-shrink: 0;
}

@media (max-width: 991.98px) {
  .hotel-wrapper {
    margin-top: 150px;
    max-width: 85vw;
  }
  .hotel-wrapper > .hotel-element {
    width: 100%;
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
    background-color: #830051;
    border-radius: 15px;
    text-align: center;
    color: #ffffff;
  }
  .hotel-wrapper > .hotel-element:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f0a400;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    border-radius: 15px;
  }
  .hotel-wrapper > .hotel-element:not(:last-of-type) {
    margin-bottom: 125px;
  }
  .hotel-wrapper > .hotel-element > .image-wrapper {
    position: relative;
  }
  .hotel-wrapper > .hotel-element > .image-wrapper > img {
    position: relative;
    z-index: 2;
  }
  .hotel-wrapper > .hotel-element > .image-wrapper:before {
    content: " ";
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    z-index: 1;
    top: -125px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../imgs/hotel_steigenberger.png");
    background-size: contain;
  }
  .hotel-wrapper > .hotel-element > .text-wrapper {
    margin-top: 2rem;
  }
  .hotel-wrapper > .hotel-element > .text-wrapper b {
    line-height: 25px;
  }
}

@media (max-width: 991.98px) {
  .tab-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.tab-wrapper .tab[aria-tab=presentations__] .presentations-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.tab-wrapper .tab[aria-tab=presentations__] .day-switch-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .tab-wrapper .tab[aria-tab=presentations__] .day-switch-wrapper {
    justify-content: flex-end;
  }
}
.tab-wrapper .tab[aria-tab=presentations__] .programm-tag-wrapper .programm-punkt {
  display: flex;
}
@media (max-width: 991.98px) {
  .tab-wrapper .tab[aria-tab=presentations__] .programm-tag-wrapper .programm-punkt {
    background-color: #F2E5ED;
    flex-direction: column;
    border: 2px solid #830051;
    border-radius: 15px;
    padding: 15px;
    max-width: 90vw;
  }
  .tab-wrapper .tab[aria-tab=presentations__] .programm-tag-wrapper .programm-punkt.white {
    background-color: #ffffff;
  }
  .tab-wrapper .tab[aria-tab=presentations__] .programm-tag-wrapper .programm-punkt .programm-punkt-bagde-wrapper {
    display: flex;
    justify-content: flex-end;
    font-size: 13px;
  }
  .tab-wrapper .tab[aria-tab=presentations__] .programm-tag-wrapper .programm-punkt .programm-punkt-bagde-wrapper > * {
    padding: 5px 20px;
    border-radius: 15px;
  }
  .tab-wrapper .tab[aria-tab=presentations__] .programm-tag-wrapper .programm-punkt .programm-punkt-bagde-wrapper > .programm-punkt-infos-badge {
    background-color: #ffffff;
    border: 1px solid #830051;
    color: #830051;
  }
  .tab-wrapper .tab[aria-tab=presentations__] .programm-tag-wrapper .programm-punkt .programm-punkt-infos {
    border: none !important;
    background-color: transparent !important;
    padding: 20px 10px !important;
  }
  .tab-wrapper .tab[aria-tab=presentations__] .programm-tag-wrapper .programm-punkt .referent {
    font-size: 16px !important;
  }
}
.tab-wrapper .tab[aria-tab=presentations__] .programm-tag-wrapper .programm-punkt:not(:last-of-type) {
  margin-bottom: 2rem;
}
.tab-wrapper .tab[aria-tab=presentations__] .programm-tag-wrapper .programm-punkt > .programm-punkt-uhrzeit {
  background-color: #830051;
  color: #ffffff;
  width: 175px;
  font-size: 15px;
  padding: 20px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.tab-wrapper .tab[aria-tab=presentations__] .programm-tag-wrapper .programm-punkt > .programm-punkt-infos {
  background-color: #F2E5ED;
  flex: 1;
  padding: 20px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 2px solid #830051;
  position: relative;
}
.tab-wrapper .tab[aria-tab=presentations__] .programm-tag-wrapper .programm-punkt > .programm-punkt-infos > .programm-punkt-infos-text {
  display: flex;
  flex-direction: column;
  color: #343434;
}
.tab-wrapper .tab[aria-tab=presentations__] .programm-tag-wrapper .programm-punkt > .programm-punkt-infos > .programm-punkt-infos-text > .title {
  font-weight: 700;
  font-size: 20px;
}
.tab-wrapper .tab[aria-tab=presentations__] .programm-tag-wrapper .programm-punkt > .programm-punkt-infos > .programm-punkt-infos-text > .text {
  font-size: 15px;
  margin-bottom: 1rem;
}
.tab-wrapper .tab[aria-tab=presentations__] .programm-tag-wrapper .programm-punkt > .programm-punkt-infos > .programm-punkt-infos-text > .referent {
  color: #830051;
  font-size: 18px;
}
.tab-wrapper .tab[aria-tab=presentations__] .programm-tag-wrapper .programm-punkt > .programm-punkt-infos > .programm-punkt-infos-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 15px;
  line-height: 20px;
  background-color: #ffffff;
  color: #830051;
  border: 1px solid #830051;
  border-radius: 20px;
  padding: 2px 20px;
  cursor: pointer;
}
.tab-wrapper .tab[aria-tab=presentations] .agenda-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.tab-wrapper .tab[aria-tab=presentations] .day-switch-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .tab-wrapper .tab[aria-tab=presentations] .day-switch-wrapper {
    justify-content: flex-end;
  }
}
.tab-wrapper .tab[aria-tab=presentations] .day-switch-wrapper > .day-switch {
  border: 2px solid #830051;
  color: #343434;
  font-size: 14px;
  width: 150px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
.tab-wrapper .tab[aria-tab=presentations] .day-switch-wrapper > .day-switch[data-day="1"] {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.tab-wrapper .tab[aria-tab=presentations] .day-switch-wrapper > .day-switch[data-day="2"] {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.tab-wrapper .tab[aria-tab=presentations] .day-switch-wrapper > .day-switch.active {
  background-color: #830051;
  color: #ffffff;
  font-weight: 700;
}
.tab-wrapper .tab[aria-tab=presentations] .programm-tag-wrapper .programm-punkt {
  display: flex;
}
@media (max-width: 991.98px) {
  .tab-wrapper .tab[aria-tab=presentations] .programm-tag-wrapper .programm-punkt {
    background-color: #F2E5ED;
    flex-direction: column;
    border: 2px solid #830051;
    border-radius: 15px;
    padding: 15px;
    max-width: 90vw;
  }
  .tab-wrapper .tab[aria-tab=presentations] .programm-tag-wrapper .programm-punkt.white {
    background-color: #ffffff;
  }
  .tab-wrapper .tab[aria-tab=presentations] .programm-tag-wrapper .programm-punkt .programm-punkt-bagde-wrapper {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
  }
  .tab-wrapper .tab[aria-tab=presentations] .programm-tag-wrapper .programm-punkt .programm-punkt-bagde-wrapper > * {
    padding: 5px 20px;
    border-radius: 15px;
  }
  .tab-wrapper .tab[aria-tab=presentations] .programm-tag-wrapper .programm-punkt .programm-punkt-bagde-wrapper > .programm-punkt-uhrzeit {
    background-color: #830051;
    color: #ffffff;
  }
  .tab-wrapper .tab[aria-tab=presentations] .programm-tag-wrapper .programm-punkt .programm-punkt-bagde-wrapper > .programm-punkt-infos-badge {
    background-color: #ffffff;
    border: 1px solid #830051;
    color: #830051;
  }
  .tab-wrapper .tab[aria-tab=presentations] .programm-tag-wrapper .programm-punkt .programm-punkt-infos {
    border: none !important;
    background-color: transparent !important;
    padding: 20px 10px !important;
  }
  .tab-wrapper .tab[aria-tab=presentations] .programm-tag-wrapper .programm-punkt .referent {
    font-size: 16px !important;
  }
}
.tab-wrapper .tab[aria-tab=presentations] .programm-tag-wrapper .programm-punkt:not(:last-of-type) {
  margin-bottom: 2rem;
}
.tab-wrapper .tab[aria-tab=presentations] .programm-tag-wrapper .programm-punkt > .programm-punkt-uhrzeit {
  background-color: #830051;
  color: #ffffff;
  width: 175px;
  font-size: 15px;
  padding: 20px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.tab-wrapper .tab[aria-tab=presentations] .programm-tag-wrapper .programm-punkt.white > .programm-punkt-infos {
  background-color: #ffffff;
}
.tab-wrapper .tab[aria-tab=presentations] .programm-tag-wrapper .programm-punkt > .programm-punkt-infos {
  background-color: #F2E5ED;
  flex: 1;
  padding: 20px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 2px solid #830051;
  position: relative;
}
.tab-wrapper .tab[aria-tab=presentations] .programm-tag-wrapper .programm-punkt > .programm-punkt-infos > .programm-punkt-infos-text {
  display: flex;
  flex-direction: column;
  color: #343434;
}
.tab-wrapper .tab[aria-tab=presentations] .programm-tag-wrapper .programm-punkt > .programm-punkt-infos > .programm-punkt-infos-text > .title {
  font-weight: 700;
  font-size: 20px;
}
.tab-wrapper .tab[aria-tab=presentations] .programm-tag-wrapper .programm-punkt > .programm-punkt-infos > .programm-punkt-infos-text > .text {
  font-size: 15px;
  margin-bottom: 1rem;
}
.tab-wrapper .tab[aria-tab=presentations] .programm-tag-wrapper .programm-punkt > .programm-punkt-infos > .programm-punkt-infos-text > .referent {
  color: #830051;
  font-size: 18px;
}
.tab-wrapper .tab[aria-tab=presentations] .programm-tag-wrapper .programm-punkt > .programm-punkt-infos > .programm-punkt-infos-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 15px;
  line-height: 20px;
  background-color: #ffffff;
  color: #830051;
  border: 1px solid #830051;
  border-radius: 20px;
  padding: 2px 20px;
  cursor: pointer;
}

.mobile-small-images img {
  max-height: 50px;
}

.button-wrapper {
  display: flex;
  flex-direction: column;
  width: 80vw;
}
.button-wrapper > .button {
  text-align: center;
}
.button-wrapper > .button:not(:last-of-type) {
  margin-bottom: 30px;
}

.video-wrapper {
  display: flex;
  justify-content: center;
}
.video-wrapper .video-playable {
  position: relative;
}
.video-wrapper .video-playable video {
  max-width: 750px;
  border: 2px solid #830051;
  border-radius: 15px;
}
@media (max-width: 991.98px) {
  .video-wrapper .video-playable video {
    max-width: 90vw;
  }
}
.video-wrapper .video-playable .video-poster {
  display: none;
}
.video-wrapper .video-playable:not(.active) {
  display: grid;
}
.video-wrapper .video-playable:not(.active) .video-poster {
  display: block;
  filter: blur(2px);
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F4F4F4;
  opacity: 0.4;
  border-radius: 15px;
}
.video-wrapper .video-playable:not(.active):before {
  content: " ";
  display: block;
  background-image: url("../media/videos/video_play_button.png");
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}

.image-headline-wrapper {
  max-width: 1580px;
  margin: 0 auto;
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.image-headline-wrapper > .button {
  padding: 0.5rem 2rem;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .image-headline-wrapper {
    flex-direction: column;
    margin-top: 5rem;
  }
  .image-headline-wrapper h1 {
    margin-bottom: 0.5rem !important;
  }
}

.image-wrapper {
  max-width: 1580px;
  margin: 0 auto;
}
.image-wrapper .button-holder {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.image-wrapper .button-holder > .button {
  padding: 0.5rem 5rem;
  font-size: 14px;
}
.image-wrapper .images {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
.image-wrapper .images .image-col {
  max-height: 220px;
}
.image-wrapper .images img {
  border-radius: 15px;
  max-width: 100%;
  width: 330px;
  object-fit: cover;
  cursor: pointer;
  height: 100%;
  object-position: top center;
}
@media (max-width: 991.98px) {
  .image-wrapper .images img {
    max-width: 650px;
    width: 80vw;
  }
}
@media (max-width: 991.98px) {
  .image-wrapper .images {
    margin-top: 4rem;
  }
  .image-wrapper .images .image-col {
    max-height: none;
  }
}

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