.customer-styles {
  /* START article: themes */
  /* END article: themes */
}

.customer-styles .template_themes {
  font-family: "OpenSans", "DroidSans";
  font-size: 16px;
  line-height: 20px;
}

.customer-styles .template_themes .layer-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 101;
  background: #1a1a1a;
  color: #90a4ae;
  padding: 60px 30px;
  width: 90vw;
  height: 80vh;
  max-width: 1200px;
  overflow-y: auto;
  box-sizing: border-box;
}

.customer-styles .template_themes .layer-container.active {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .customer-styles .template_themes .layer-container.active {
    padding: 80px;
  }
}

.customer-styles .template_themes .layer-item {
  display: none;
}

.customer-styles .template_themes .layer-item.active {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.customer-styles .template_themes .layer-item.active .layer-image-container {
  grid-column: 1 / 13;
  align-self: flex-start;
}

@media (min-width: 768px) {
  .customer-styles .template_themes .layer-item.active .layer-image-container {
    grid-column: 1 / 5;
  }
}

.customer-styles .template_themes .layer-item.active .layer-image-container .layer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.customer-styles .template_themes .layer-item.active .layer-text-container {
  grid-column: 1 / 13;
}

@media (min-width: 768px) {
  .customer-styles .template_themes .layer-item.active .layer-text-container {
    grid-column: 6 / 13;
  }
}

.customer-styles .template_themes .layer-item.active .layer-text-container .link-appearance-default {
  color: #90a4ae;
}

.customer-styles .template_themes .layer-item.active .layer-text-container .layer-headline {
  color: #90a4ae;
  margin-top: 0;
}

.customer-styles .template_themes .layer-item.active .layer-text-container .layer-text ul {
  padding-left: 20px;
}

.customer-styles .template_themes .layer-item.active .layer-text-container .layer-text ul li {
  padding-bottom: 10px;
}

.customer-styles .template_themes .layer-session-info {
  margin-bottom: 1.5rem;
}

.customer-styles .template_themes .layer-session-info p {
  margin: 0;
}

.customer-styles .template_themes .layer-session-date,
.customer-styles .template_themes .layer-session-time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.customer-styles .template_themes .icon-calendar,
.customer-styles .template_themes .icon-clock {
  width: 16px;
  height: 16px;
  fill: #90a4ae;
  flex-shrink: 0;
}

.customer-styles .template_themes .layer-session-date {
  font-weight: bold;
  color: #90a4ae;
}

.customer-styles .template_themes .layer-session-time {
  color: #90a4ae;
}

.customer-styles .template_themes .backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  overflow: hidden;
}

.customer-styles .template_themes .backdrop.active {
  display: block;
}

.customer-styles .template_themes .backdrop.active + body {
  overflow: hidden;
}

.customer-styles .template_themes .button-layer-close {
  border: 1px solid #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #90a4ae;
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}

.customer-styles .template_themes .button-layer-close .icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='%23005E1D' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 4 20 20M20 4 4 20'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='%23005E1D' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 4 20 20M20 4 4 20'/%3E%3C/svg%3E");
  -webkit-mask-size: 20px;
          mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #000;
  display: block;
  width: 100%;
  height: 100%;
}

.customer-styles .template_themes .button-favorite {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  left: 90%;
  top: -6px;
  width: 26px;
  height: 26px;
  padding: 0;
}

.customer-styles .template_themes .button-favorite:focus-visible {
  outline-offset: 2px;
}

.customer-styles .template_themes .button-favorite.is-favorite svg {
  fill: #ff1744;
  stroke: #ff1744;
}

.customer-styles .template_themes .button-favorite svg {
  width: 26px;
  height: 26px;
  stroke: #90a4ae;
}

.customer-styles .template_themes .favorites-filter-container .button-favorites-filter {
  background: #000;
  color: #ff1744;
  border: 1px solid #ff1744;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.customer-styles .template_themes .favorites-filter-container .button-favorites-filter:hover {
  background: #ff1744;
  color: #000;
  border: 1px solid #000;
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.15);
}

.customer-styles .template_themes .favorites-filter-container .button-favorites-filter:hover .count {
  background: rgba(0, 0, 0, 0.3);
}

.customer-styles .template_themes .favorites-filter-container .button-favorites-filter.active .count {
  display: none;
}

.customer-styles .template_themes .favorites-filter-container .button-favorites-filter svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.customer-styles .template_themes .favorites-filter-container .button-favorites-filter .count {
  background: rgba(255, 255, 255, 0.3);
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
}

.customer-styles .template_themes .favorites-empty-message {
  display: none;
  text-align: center;
  padding: 40px 20px;
  color: #90a4ae;
}

.customer-styles .template_themes .favorites-empty-message svg {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  opacity: 0.5;
}

.customer-styles .template_themes .favorites-empty-message h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #90a4ae;
}

.customer-styles .template_themes .theme-scroll {
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
  max-height: 100vh;
  position: relative;
}

.customer-styles .template_themes .theme-container {
  position: relative;
  margin-bottom: -20px;
  display: flex;
}

@media (max-width: 600px) {
  .customer-styles .template_themes .theme-container {
    width: 100%;
  }
}

.customer-styles .template_themes .theme-container-header-row, .customer-styles .template_themes .theme-container-room-row, .customer-styles .template_themes .theme-container-content-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
}

.customer-styles .template_themes .theme-container.favorites-mode {
  flex-direction: column-reverse;
}

.customer-styles .template_themes .theme-container.favorites-mode .theme-item-information-day-session:not(.is-favorite-session) {
  display: none;
}

.customer-styles .template_themes .theme-container.favorites-mode .theme-item-information-day:not(
:has(.theme-item-information-day-session.is-favorite-session)
) {
  display: none;
}

.customer-styles .template_themes .theme-container.favorites-mode .favorites-empty-message {
  display: block;
}

.customer-styles .template_themes .theme-container.favorites-mode .theme-item-information-day-session:not(.is-favorite-session) {
  opacity: 0;
  transform: scale(0.95);
}

.customer-styles .template_themes .theme-container-header-row {
  position: sticky;
  top: 0px;
  z-index: 20;
  background: #000;
}

.customer-styles .template_themes .theme-container-room-row {
  position: sticky;
  z-index: 10;
  background: #000;
}

.customer-styles .template_themes .theme-container-inner {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  width: inherit;
}

.customer-styles .template_themes .theme-item {
  width: 100%;
  max-width: 300px;
  min-width: 250px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 600px) {
  .customer-styles .template_themes .theme-item {
    margin: 0 5px;
    max-width: calc(100% - 40px);
    min-width: calc(100% - 120px);
  }
  .customer-styles .template_themes .theme-item:first-child {
    margin-left: 20px;
  }
  .customer-styles .template_themes .theme-item:last-child {
    padding-right: 20px;
  }
}

.customer-styles .template_themes .theme-item-header {
  color: #000;
  background-color: #90a4ae;
  position: relative;
}

.customer-styles .template_themes .theme-item-header:nth-child(even) {
  background-color: #ff1744;
}

.customer-styles .template_themes .theme-item-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 10px;
  background: #000;
}

.customer-styles .template_themes .theme-item-room {
  color: #90a4ae;
  border: 2px solid #90a4ae;
  background: #000;
}

.customer-styles .template_themes .theme-item-room:nth-child(even) {
  color: #ff1744;
  border: 2px solid #ff1744;
}

.customer-styles .template_themes .theme-item-room:nth-child(even) .theme-item-room-text,
.customer-styles .template_themes .theme-item-room:nth-child(even) .theme-item-room-text-link {
  color: #ff1744;
}

.customer-styles .template_themes .theme-item-room:nth-child(even) .theme-item-room-text svg,
.customer-styles .template_themes .theme-item-room:nth-child(even) .theme-item-room-text-link svg {
  fill: #ff1744;
}

.customer-styles .template_themes .theme-item-information-day {
  color: #90a4ae;
  border: 2px solid #90a4ae;
}

.customer-styles .template_themes .theme-item-information-day-session {
  border-bottom: 1px solid #90a4ae;
  position: relative;
}

.customer-styles .template_themes .theme-item-information:nth-child(even) .theme-item-information-day {
  color: #ff1744;
  border: 2px solid #ff1744;
}

.customer-styles .template_themes .theme-item-information:nth-child(even) .theme-item-information-day .theme-item-information-day-session {
  color: #ff1744;
  border-bottom: 1px solid #ff1744;
}

.customer-styles .template_themes .theme-item-information:nth-child(even) .theme-item-information-day .theme-item-information-day-session:last-child {
  border-bottom: none;
}

.customer-styles .template_themes .theme-item-header {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 25px;
  margin-bottom: 10px;
  color: #000;
}

.customer-styles .template_themes .theme-item-header-image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.customer-styles .template_themes .theme-item-header-image-wrapper {
  height: auto;
  min-height: 165px;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.customer-styles .template_themes .theme-item-header-text-wrapper {
  flex: 1 1 50%;
  box-sizing: border-box;
}

.customer-styles .template_themes .theme-item-header-title,
.customer-styles .template_themes .theme-item-header-title p {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.customer-styles .template_themes .theme-item-header-title p {
  padding: 0;
  margin: 0;
}

.customer-styles .template_themes .theme-item-header-speaker, .customer-styles .template_themes .theme-item-header-admin {
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.customer-styles .template_themes .theme-item-header-speaker svg, .customer-styles .template_themes .theme-item-header-admin svg {
  width: 25px;
  height: 25px;
  fill: #000;
  margin-right: 20px;
  min-width: 25px;
}

.customer-styles .template_themes .theme-item-header-speaker-text,
.customer-styles .template_themes .theme-item-header-speaker-text p, .customer-styles .template_themes .theme-item-header-admin-text,
.customer-styles .template_themes .theme-item-header-admin-text p {
  line-height: 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.customer-styles .template_themes .theme-item-header-speaker-text p, .customer-styles .template_themes .theme-item-header-admin-text p {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}

.customer-styles .template_themes .theme-item-header-speaker a, .customer-styles .template_themes .theme-item-header-admin a {
  color: #000;
  text-decoration: underline;
}

.customer-styles .template_themes .theme-item-header-admin {
  margin-bottom: 0;
}

.customer-styles .template_themes .theme-item-room {
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 10px;
}

.customer-styles .template_themes .theme-item-room-text,
.customer-styles .template_themes .theme-item-room-text p {
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  font-family: "DroidSans-Bold";
  min-height: 35px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.customer-styles .template_themes .theme-item-room-text p,
.customer-styles .template_themes .theme-item-room-text p p {
  margin: 0;
  min-height: auto;
  display: block;
  text-align: left;
}

.customer-styles .template_themes .theme-item-room-text-link,
.customer-styles .template_themes .theme-item-room-text p-link {
  display: flex;
  color: #90a4ae;
  text-decoration: underline;
}

.customer-styles .template_themes .theme-item-room-text svg,
.customer-styles .template_themes .theme-item-room-text p svg {
  width: 20px;
  min-width: 20px;
  height: auto;
  fill: #90a4ae;
  margin-right: 10px;
  align-self: flex-start;
  margin-top: 7px;
}

.customer-styles .template_themes .theme-item-room-space-max, .customer-styles .template_themes .theme-item-room-space-current, .customer-styles .template_themes .theme-item-room-space-free {
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.customer-styles .template_themes .theme-item-room-space-max span, .customer-styles .template_themes .theme-item-room-space-current span, .customer-styles .template_themes .theme-item-room-space-free span {
  padding-left: 10px;
}

.customer-styles .template_themes .theme-item-room-space-max svg, .customer-styles .template_themes .theme-item-room-space-current svg, .customer-styles .template_themes .theme-item-room-space-free svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.customer-styles .template_themes .theme-item-room-space-max svg.cross .poly-one, .customer-styles .template_themes .theme-item-room-space-current svg.cross .poly-one, .customer-styles .template_themes .theme-item-room-space-free svg.cross .poly-one {
  fill: #e0230d;
}

.customer-styles .template_themes .theme-item-room-space-max svg.cross .poly-two, .customer-styles .template_themes .theme-item-room-space-current svg.cross .poly-two, .customer-styles .template_themes .theme-item-room-space-free svg.cross .poly-two {
  fill: #ff5440;
}

.customer-styles .template_themes .theme-item-room-space-max svg.check, .customer-styles .template_themes .theme-item-room-space-current svg.check, .customer-styles .template_themes .theme-item-room-space-free svg.check {
  enable-background: new 0 0 512 512;
}

.customer-styles .template_themes .theme-item-room-space-max svg.check .path-one, .customer-styles .template_themes .theme-item-room-space-current svg.check .path-one, .customer-styles .template_themes .theme-item-room-space-free svg.check .path-one {
  fill: #a5eb78;
}

.customer-styles .template_themes .theme-item-room-space-max svg.check .group-one, .customer-styles .template_themes .theme-item-room-space-current svg.check .group-one, .customer-styles .template_themes .theme-item-room-space-free svg.check .group-one {
  opacity: 0.1;
}

.customer-styles .template_themes .theme-item-information-day {
  padding: 25px;
  margin-bottom: 10px;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}

.customer-styles .template_themes .theme-item-information-day.invisible {
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.customer-styles .template_themes .theme-item-information-day-date {
  margin-bottom: 25px;
  font-weight: bold;
  font-family: "DroidSans-Bold";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.customer-styles .template_themes .theme-item-information-day-date p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.customer-styles .template_themes .theme-item-information-day-session {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.customer-styles .template_themes .theme-item-information-day-session-actions {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.customer-styles .template_themes .theme-item-information-day-session-actions .button-favorite {
  padding-bottom: 10px;
  padding-left: 0;
}

.customer-styles .template_themes .theme-item-information-day-session-time, .customer-styles .template_themes .theme-item-information-day-session-title, .customer-styles .template_themes .theme-item-information-day-session-impulse, .customer-styles .template_themes .theme-item-information-day-session-moderator {
  line-height: 20px;
  padding-bottom: 10px;
  font-weight: normal;
  overflow-wrap: break-word;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.customer-styles .template_themes .theme-item-information-day-session-time p, .customer-styles .template_themes .theme-item-information-day-session-title p, .customer-styles .template_themes .theme-item-information-day-session-impulse p, .customer-styles .template_themes .theme-item-information-day-session-moderator p {
  line-height: 20px;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

.customer-styles .template_themes .theme-item-information-day-session-time-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.customer-styles .template_themes .theme-item-information-day-session-time {
  font-weight: bold;
  font-family: "DroidSans-Bold";
  padding-right: 14px;
}

.customer-styles .template_themes .theme-item-information-day-session-impulse, .customer-styles .template_themes .theme-item-information-day-session-moderator {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.customer-styles .template_themes .theme-item-information-day-session-impulse svg, .customer-styles .template_themes .theme-item-information-day-session-moderator svg {
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  fill: #90a4ae;
  margin-right: 10px;
}

.customer-styles .template_themes .theme-item-information-day-session:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.customer-styles .template_themes .theme-item-information-day-session .open-layer {
  background: none;
  border: none;
  font-size: 16px;
  padding-bottom: 10px;
  cursor: pointer;
  padding-left: 0;
}

.customer-styles .template_themes .theme-item-information-day-session .open-layer .info-icon {
  font-style: normal;
  font-size: 18px;
  color: #90a4ae;
  transition: color 0.2s;
}

.customer-styles .template_themes .theme-item-information-day-session .open-layer:hover .info-icon {
  color: #bcc8ce;
}

.customer-styles .template_themes .theme-item-information:nth-child(even) .theme-item-information-day-session-title svg,
.customer-styles .template_themes .theme-item-information:nth-child(even) .theme-item-information-day-session-impulse svg,
.customer-styles .template_themes .theme-item-information:nth-child(even) .theme-item-information-day-session-moderator svg {
  fill: #ff1744;
}

.customer-styles .template_themes .theme-item-information:nth-child(even) .theme-item-information-day-session-title a,
.customer-styles .template_themes .theme-item-information:nth-child(even) .theme-item-information-day-session-impulse a,
.customer-styles .template_themes .theme-item-information:nth-child(even) .theme-item-information-day-session-moderator a {
  color: #ff1744;
}

.customer-styles .template_themes .theme-item-information:nth-child(even) .theme-item-information-day-session-title {
  color: #ff1744;
}

.customer-styles .template_themes .theme-item-information:nth-child(even) .info-icon {
  color: #ff1744;
}

.customer-styles .template_themes .theme-item-information:nth-child(even) .open-layer:hover .info-icon {
  color: #ff6482;
}
