.rounded-box.dblue {
  background: #153c5133;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  backdrop-filter: blur(3px);
}
.dblue h2 {
  font-size: 25px;
}
.lblue {
  color: #0fa5f8 !important;
}
.rounded-box {
  margin: 10px auto !important;
  max-width: 1000px;
}
#content:has(.program-row) {
  background:
    url(/img/bg-06.png) center top,
    url(/img/bg-03.jpg) center top;
  background-repeat: no-repeat, repeat-y;
  background-attachment: scroll, fixed;
  max-width: 1920px;
  margin: 0px auto;
  background-size: 100%;
}
.rounded-box.list-box {
  padding: 24px 16px;
  background: transparent;
  color: white;
}
.program-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 24px;
  position: relative;
}
.program-row.noborder {
  border-bottom: none;
}
.program-row span.time {
  color: white;
  font-weight: 400;
  width: 110px;
}
.program-row span {
  color: white;
  width: calc(100% - 110px);
}
.program-row:has(.eloado_block)
  span:not(.time):not(.eloado_block):not(.eloado):not(.program-row span span) {
  width: calc(100% - 340px);
}
.program-row span.eloado_block {
  width: 230px;
  float: right;
}
.program-row span.eloado_block span {
  width: auto !important;
}
.program-row span.eloado_block span.eloado {
  width: 230px !important;
}
.clear {
  display: block !important;
}
.program-row.hlight {
  color: black;
  background: #fc9523;
  border-radius: 0px;
  padding: 8px;
  font-weight: 600;
  width: fit-content;
  position: relative;
  margin-left: 16px;
  margin-bottom: 0px;
}
.program-row.hlight:before {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 37px 15px;
  border-color: transparent transparent #fc9523 transparent;
  position: absolute;
  top: -1px;
  left: -14px;
}
.program-row.hlight:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 37px 15px;
  border-color: transparent transparent #fc9523 transparent;
  position: absolute;
  top: -1px;
  right: -14px;
  transform: scale(-1, 1);
}
.hlighted {
  border: 1px solid rgba(252, 149, 35, 0.2);
  border-radius: 8px;
  width: calc(100% + 8px);
  margin-left: -16px;
  padding: 16px;
  background: #2a4a39;
  background: linear-gradient(
    120deg,
    rgba(42, 74, 57, 1) 0%,
    rgba(30, 26, 17, 1) 50%,
    rgba(53, 66, 39, 1) 100%
  );
  margin-bottom: 16px;
}
.hlighted .program-row:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.grayback {
  background: transparent;
}
.flex-box-item:nth-child(1),
.flex-box-item-third:nth-child(1) {
  padding-left: 0px;

  border-right: 1px solid rgba(130, 136, 139, 0.2);
}
.flex-box-item-third:nth-child(2) {
  border-right: 1px solid rgba(130, 136, 139, 0.2);
}
.grayback h2 {
  border-bottom: none;
  color: black !important;
  font-weight: 400;
  font-size: 14px;
  background: #fc9523;
  width: fit-content;
  padding: 3px 5px;
  position: relative;
}
.grayback h2:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 24px 8px;
  border-color: transparent transparent #fc9523 transparent;
  position: absolute;
  top: 0px;
  right: -7px;
  transform: scale(-1, -1);
}
.grayback .cim {
  font-weight: 400;
}
.grayback ol {
  font-weight: 400;
}
.grayback .szekciovezeto {
  border-bottom: none;
}
.grayback ol li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 8px;
  position: relative;
}
.grayback ol li:last-child {
  border-bottom: none;
}
.onlymobile-item {
  display: none !important;
}
.szekciovezeto span.eloado,
.program-row span.eloado,
.grayback ol .eloado {
  color: #747474 !important;
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 5px 0px;
  font-size: 13px;
}
.program-row span.eloado span {
  color: #747474;
}
.flex-box .eloado img.ea_pic {
  width: 32px;
  margin-right: 8px;
}
.eloado_block .eloado img.ea_pic {
  width: 40px;
  margin-right: 8px;
}
.eloado .szekciovezeto_nev,
.program-row span.eloado span.szekciovezeto_nev {
  display: block;
  color: white;
  font-size: 14px;
  width: auto;
}
.programinfo {
  cursor: pointer;
  margin-left: 10px;
  color: white !important;
  font-size: 8px;
  border: 1px solid white;
  width: 16px !important;
  height: 16px;
  padding: 3px 0px 5px 6px;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  right: 0px;
  top: 0px;
}
.grayback.bordergray {
  border: none;
}
.days {
  display: none;
}
.days.aktiv-day {
  display: block;
}
.rounded-box.day-select {
  background: transparent;
  padding: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.day-select-elem {
  display: inline-block;
  background: transparent;
  color: #687678;
  padding: 8px 16px;
  cursor: pointer;
}
.day-select-elem.day-aktiv {
  border-bottom: 1px solid #fc9523;
  background: rgba(252, 149, 35, 0.1);
  backdrop-filter: blur(3px);
  color: white;
}
.list-box h2:not(.grayback h2) {
  display: none;
}
.mobilescroll + .mobilescroll {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .program-row:has(.eloado_block)
    span:not(.time):not(.eloado_block):not(.eloado):not(.programinfo),
  .program-row span:not(.programinfo) {
    width: calc(100% - 20px) !important;
  }
  .onlymobile-item {
    display: block !important;
  }
  .onlydesktop-item {
    display: none !important;
  }
  .program-row span.programinfo {
    width: 16px !important;
  }
  .program-row span.time {
    font-size: 13px;
    margin-bottom: 8px;
    display: block;
  }
  .program-ablak {
    width: calc(100% - 30px);
  }
  .program-row span.eloado_block {
    float: none;
  }
  .hlighted {
    width: 100%;
  }
  .program-row .programinfo {
    top: 25px;
  }
  .mobilescroll {
    width: 100%;
    overflow: auto;
  }
  .mobilescroll .flex-box {
    flex-direction: row;
    width: max-content;
  }
  .mobilescroll .flex-box-item,
  .mobilescroll .flex-box-item-third {
    width: 75vw !important;
  }
  .grayback ol li {
    padding-right: 22px;
  }
  h1 {
    font-size: 30px !important;
  }
}
@media (max-width: 400px) {
  .day-select-elem {
    font-size: 14px;
  }
}
