/* NOTICIA */
@font-face {
  font-family: "DINReg";
  src: url("/pub/fonts/DinOT-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
/* NOTICIA */
@font-face {
  font-family: "Verlag Compressed Bold";
  src: url("/pub/fonts/VerlagCompressed-BoldItalic.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  --infostripe-blue: rgba(31, 80, 102, 1);
  --infostripe-green: rgba(0, 167, 81, 1);
}
.layout-block.box__block {
  margin: 0;
  z-index: 0;
  /* background-color: var(--infostripe-blue); */
}
/***** info worldcup2022 *****/
.container__row.box__block--section.worldcup .box__block--main {
  max-width: 1140px;
  min-width: 100vw;
}
/* .layout-block.box__block .box-worldcup {
  max-width: 1140px;
} */
.layout-block.box__block .box-worldcup .box__block--outer-wrapper {
  background: #fff;
}
.layout-block.box__block .worldcup__wrapper {
  display: flex;
  color: #fff;
  background-color: transparent;
  width: 100%;
}
.layout-block.box__block .worldcup__wrapper .worldcup__col {
  /* padding: 10px 15px 10px 20px; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.layout-block.box__block .worldcup__wrapper .worldcup__first {
  text-transform: uppercase;
  color: #fff;
  font-family: "Verlag Compressed Bold";
  font-size: 3rem;
  font-weight: 400;
  padding: 0 10px;
  height: inherit;
  background-image: url(/pub/i/qatar2022_logo.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.layout-block.box__block .worldcup__wrapper .worldcup__second {
  text-transform: uppercase;
  color: #8a1538;
  font-family: "DINReg";
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  position: relative;
  height: inherit;
  padding: 10px 20px 10px 25px;
  min-width: 10%;
}

.layout-block.box__block .worldcup__wrapper .worldcup__first p {
  white-space: pre;
  z-index: 2;
}
.layout-block.box__block .worldcup__wrapper .worldcup__third {
  font-family: "DIN Pro";
  font-size: 1.45rem;
  line-height: 28px;
  background-color: #8a1538;
  z-index: 2;
  color: #fff;
  min-width: 81%;
  background-image: url(/pub/i/vb2022_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.layout-block.box__block .worldcup__wrapper .worldcup__third::before {
  content: "";
  display: block;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 100%;
  background-color: rgba(138, 21, 56, 0.8);
}
.layout-block.box__block .worldcup__wrapper .worldcup__third div {
  z-index: 2;
}
.layout-block.box__block .worldcup__wrapper .worldcup__third .tag {
  color: #8a1538;
  background: #eee;
  border: 1px solid #fff;
}

.layout-block.box__block .worldcup__wrapper .worldcup__second p {
  color: var(--infostripe-blue);
  white-space: pre-wrap;
  z-index: 2;
}
.layout-block.box__block .worldcup__wrapper .worldcup__second p span {
  color: #8a1538;
  z-index: 2;
}
.layout-block.box__block .worldcup__wrapper .worldcup__logo {
  background-color: #fff;
  padding: 0;
  min-width: 19%;
  border-right: 1px solid rgba(138, 21, 56, 0.2);
  border-left: 1px solid rgba(138, 21, 56, 0.2);
  background-image: url(/pub/i/qatar2022_logo.webp);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: inherit;
}
.layout-block.box__block .worldcup__wrapper .worldcup__logo:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
}
.toggle__visible svg {
  fill: #8a1538 !important;
}
.toggle__visible svg g {
  stroke: #8a1538 !important;
}
.vb__content-box .date__today {
  font: 600 14px "Open Sans", sans-serif !important;
}
.vb__content-box .vb__content-box--data {
  font: 600 18px "Open Sans", sans-serif !important;
}
.vb__content-box .vb__content-box--schedule {
  font: 600 14px "Open Sans", sans-serif !important;
}
.layout-block.box__block .worldcup__wrapper .worldcup__logo img {
  display: block;
  width: 150px;
  height: auto;
  object-fit: cover;
  z-index: 2;
}

.box__block--section.worldcup .box__block--connected.visible {
  background-color: #fff;

  border-top: 1px solid rgba(138, 21, 56, 0.2);
}
.boxlist__block--link {
  color: rgba(138, 21, 56, 1);
}
.boxlist__block--link:not(:last-child) {
  border-right: 1px solid rgba(138, 21, 56, 0.2);
}
.box__block--section.worldcup .vb__content-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5px 10px;
}
.box__block--section.worldcup .vb__content-box--data {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
}
.box__block--section.worldcup .vb__content-box--schedule {
  text-align: right;
}
/***** info podcast *****/
.layout-block.box__block .podcast__wrapper {
  display: flex;
  justify-content: center;
  color: #fff;
  background-color: transparent;
  width: 100%;
}
.container__row.box__block--section.podcast .box__block--main {
  width: 100%;
}
.layout-block.box__block .podcast__wrapper .podcast__col {
  padding: 10px 15px 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.layout-block.box__block .podcast__wrapper .podcast__first {
  text-transform: uppercase;
  color: #fff;
  font-family: "Verlag Compressed Bold";
  font-size: 3rem;
  font-weight: 400;
  /* padding: 0 10px; */
  height: inherit;
  width: 30vmin;
}

.layout-block.box__block .podcast__wrapper .podcast__first:after {
  left: 10px;
  content: "";
  display: block;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 50vh;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-10deg);
  transform: translateY(-50%) rotate(10deg);
  z-index: 1;
  background-color: var(--infostripe-blue);
}
.layout-block.box__block .podcast__wrapper .podcast__second {
  text-transform: uppercase;
  color: #fff;
  font-family: "DINReg";
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  position: relative;
  height: inherit;
  width: 20vmin;
}
.layout-block.box__block .podcast__wrapper .podcast__second:after {
  left: 0;
  content: "";
  display: block;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 50vh;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-10deg);
  transform: translateY(-50%) rotate(10deg);
  z-index: 1;
  background-color: var(--infostripe-green);
}
.layout-block.box__block .podcast__wrapper .podcast__first p {
  white-space: pre;
  z-index: 2;
}
.layout-block.box__block .podcast__wrapper .podcast__third {
  font-family: "DIN Pro";
  font-size: 1.45rem;
  line-height: 28px;
  background-color: var(--infostripe-blue);
  z-index: 2;
  width: 88vmin;
}
.layout-block.box__block .podcast__wrapper .podcast__third div {
  z-index: 2;
}
.layout-block.box__block .podcast__wrapper .podcast__third a {
  color: #fff;
}
.layout-block.box__block .podcast__wrapper .podcast__third:after {
  left: -3px;
  content: "";
  display: block;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 50vh;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-10deg);
  transform: translateY(-50%) rotate(10deg);
  z-index: -1;
  background-color: var(--infostripe-blue);
  right: -5px;
}
.layout-block.box__block .podcast__wrapper .podcast__second p {
  color: var(--infostripe-blue);
  white-space: pre-wrap;
  z-index: 2;
}
.layout-block.box__block .podcast__wrapper .podcast__second p span {
  color: #fff;
  z-index: 2;
}
.layout-block.box__block .podcast__wrapper .podcast__logo {
  /* background-color: #fff;
  padding: 0;
  width: 11vmin;
  padding: 10px 0 10px 10px; */
  background-color: rgba(31, 80, 102, 1);
  padding: 10px;
  /* width: 11vmin; */
  /* padding: 10px 0 10px 10px; */
  overflow: visible;
  z-index: 9;
}
.layout-block.box__block .podcast__wrapper .podcast__logo:after {
  left: -3px;
  content: "";
  display: block;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 50vh;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-10deg);
  transform: translateY(-50%) rotate(10deg);
  z-index: 2;
  background-color: transparent;
  right: -5px;
}
.box__block--outer-wrapper .toggle__visible {
  min-width: 46px !important;
  width: 3%;
}

.layout-block.box__block .podcast__wrapper .podcast__logo img {
  display: block;
  width: 90%;
  height: 100%;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.box__block--title span {
  position: relative;
}
.box__block--title span:not(:last-child):after {
  content: "";
}

section.box__block {
  width: 100%;
}
.box__block--main {
  width: auto;
  margin: 0 auto;
}
.box__block--outer-wrapper {
  margin: 0 auto;
}
/* .box__block--wrapper, */
.box__block--outer-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: auto;
  max-width: 1140px;
  justify-content: space-around;
  margin: 0 auto;
  /* max-height: 65px; */
}
.box__block--logo {
  width: auto;
  height: auto;
  padding: 0 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box__block--logo img {
  object-fit: contain;
  z-index: 999;
}
.box__block--logo svg {
  width: 15vw;
}
.box__block--title {
  width: 100%;
  height: inherit;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  /* display: flex;
  justify-content: flex-end;
  align-items: center; */
  white-space: pre-line;
  transform: translateX(-3%);
}
.toggle__visible {
  cursor: pointer;
}
.toggle__visible svg {
  pointer-events: none;
  /* fill: #fff; */
}

.toggle__visible:not(.active) svg {
  transition: 400ms all ease;
}
.toggle__visible.active svg {
  transform: rotate(-180deg);
  transition: 400ms all ease;
}
.box__block--connected:not(.visible) {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  height: 0;
  border-top: none;
  transition: 500ms opacity ease, 400ms height ease-in;
}
.box__block--content:not(.visible) {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  height: 0;
  border-top: none;
  transition: 500ms opacity ease, 400ms height ease-in;
}
.toggle__visible svg g circle {
  display: none;
}
.box__block--connected.visible {
  max-width: 1140px;
  visibility: visible;
  opacity: 1;
  display: table;
  /* margin: 5px 0; */
  transition: 500ms opacity ease, 400ms height ease-in;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.box__block--content.visible {
  max-width: 1140px;
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: table;
  /* margin: 5px 0; */
  padding: 0 0 0.75rem 0;
  transition: 500ms opacity ease, 400ms height ease-in;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: auto;
}

.box__block--connected.hidden {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.boxlist__block--link {
  position: relative;
}
.boxlist__block--link:not(:last-of-type)::after {
  content: "";
  position: absolute;
  height: 90%;
  top: 5%;
  right: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.boxlist__block--link:nth-of-type(1):last-child {
  width: auto;
  padding: 10px;
  flex: 1 auto;
  margin: 0;
  display: table-cell;
  align-items: center;
}
.valasztas__row .box__col {
  margin: 1rem 0;
}
.valasztas__row .box__col:not(:first-child) {
  border-left: 1px solid rgba(238, 238, 238, 0.5);
}
/* .boxlist__block--link:not(:last-child) {
  border-right: 1px solid #fff;
} */
.boxlist__block--link:nth-of-type(1):nth-last-of-type(2),
.boxlist__block--link:nth-of-type(2):last-child {
  width: 50%;
  padding: 10px;
  flex: 1 auto;
  margin: 0;
  display: table-cell;
  align-items: center;
}

.boxlist__block--link:nth-of-type(1):nth-last-of-type(3),
.boxlist__block--link:nth-of-type(2):nth-last-of-type(2),
.boxlist__block--link:nth-of-type(3):last-child {
  width: calc(100% / 3);
  flex: 1 auto;
  margin: 0;
  padding: 10px;
  display: table-cell;
  align-items: center;
}
.boxlist__block--link:nth-of-type(1):nth-last-of-type(4),
.boxlist__block--link:nth-of-type(2):nth-last-of-type(3),
.boxlist__block--link:nth-of-type(3):nth-last-of-type(2),
.boxlist__block--link:nth-of-type(4):last-child {
  width: calc(100% / 4);
  flex: 1 auto;
  margin: 0;
  padding: 10px;
  display: table-cell;
  align-items: center;
}

.boxlist__block--link:nth-of-type(1):nth-last-of-type(5),
.boxlist__block--link:nth-of-type(2):nth-last-of-type(4),
.boxlist__block--link:nth-of-type(3):nth-last-of-type(3),
.boxlist__block--link:nth-of-type(4):nth-last-of-type(2),
.boxlist__block--link:nth-of-type(5):last-child {
  width: calc(100% / 5);
  flex: 1 auto;
  margin: 0;
  padding: 10px;
  display: table-cell;
  align-items: center;
}

.layout-block.box__block .ukraine {
  background-image: linear-gradient(#005bbb, #ffd500);
}

.worldcup__logo img {
  width: 100px;
  height: 100px;
}

.vb__content-box--data {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.vb__content-box--data table {
  width: 40%;
}

/* flexbox */
.flexbox {
  width: 100%;
  border: none;
  min-height: 4rem;
}
.flexbox .box-flexbox {
  height: 100%;
  max-height: 6rem;
  /* max-height: 4rem; */
}
.flexbox .box__block--main {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.flexbox .box__block--outer-wrapper {
  height: inherit;
}
.box-flexbox .box__block--wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: inherit;
  background-color: rgb(50, 61, 77);
}
.box-flexbox .box__block--logo {
  height: inherit;
  padding: 0;
  position: relative;
  padding: 0 15px;
}
.box-flexbox .box__block--logo svg {
  max-width: 15rem;
  height: 100%;
  width: 100%;
  z-index: 99;
}
.box-flexbox .box__block--logo svg g text {
  fill: #f2f2f2 !important;
}
.box-flexbox .box__block--title {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  white-space: pre-line;
  padding: 0 2.25rem;
  z-index: 9999;
  text-align: center;
}
.box-flexbox .box__block--title a {
  /* color: #212121; */
  color: #fff;
  font-size: 1.25rem;
}

/* .box-flexbox .box__block--title:after {
  left: 2rem;
  right: -1rem;
  content: "";
  display: block;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 50vh;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-10deg);
  transform: translateY(-50%) rotate(10deg);
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
} */
/* .box-flexbox .box__block--logo:after {
  left: -0.5rem;
  content: "";
  display: block;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 50vh;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-10deg);
  transform: translateY(-50%) rotate(10deg);
  z-index: 1;
  background-color: var(--infostripe-blue);
} */
.box-flexbox .box__block--logo {
  background-color: var(--infostripe-blue);
}
.flexbox .box__block--connected.visible {
  height: max-content;
  padding: 0 0 0.5rem 0;
}

.flexbox .box__block--outer-wrapper .toggle__visible {
  position: relative;
  max-width: 5rem;
  overflow: visible;
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexbox .box__block--outer-wrapper .toggle__visible span {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 9999999;
}
.flexbox .toggle__visible.hidden {
  background-color: gray;
}
.flexbox .toggle__visible:not(.hidden) {
  /* background-color: var(--infostripe-blue); */
  background-color: rgb(50, 61, 77);
}
.dark #chart circle.dot2019 {
  fill: #f2f2f2 !important;
}
.flexbox .box__block--connected.visible {
  border-top: 1px solid #eee;
  padding: 1rem 0 0.5rem 0 !important;
}
.flexbox .toggle__visible svg g {
  stroke: white !important;
}
.flexbox .html__content p {
  display: flex;
  color: #f2f2f2;
  font-family: "Roboto";
}
.flexbox .html__content p a {
  padding: 1rem 0;
}
.box__block--connected.visible:empty {
  padding: 0 !important;
  height: 0;
}
/* eb2024 */
#eb2024 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  background-image: url("/pub/i/eb2024_bg.png");
  width: 100%;
  min-height: 5rem;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.5rem 0 !important;
  font-family: "DIN Pro";
}
.eb2024__logo {
  padding: 0.5rem;
  width: 12rem;
  height: auto;
}
.eb2024__match__type,
.eb2024__match__date {
  color: #fff;
}
.eb2024__match__cardrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin: 0 2rem;
}
.eb2024__match-col {
  height: max-content;
}
.eb2024__matchcard__teams {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* justify-content: start;
  align-items: baseline; */
  justify-content: baseline;
  align-items: center;
  /* margin: 1rem auto 0 auto; */
  padding: 0.5rem;
  min-height: 4rem;
  /* height: 5rem; */
  background-color: rgba(255, 255, 255, 0.1);
}
.eb2024__matchcard__teams tr {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.eb2024__matchcard__teams td {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.eb2024__match__date {
  width: 100%;
  text-align: center;
  /* text-align: left; */
  font-size: 0.75rem;
  padding-bottom: 0.5rem;
}
.eb2024__matchcard__teams--inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  /* justify-content: flex-start; */
  align-items: center;
  width: 100%;
}
.eb2024__team {
  /* display: flex;  */
  /* flex-direction: row;
  flex-wrap: wrap; */
  /* justify-content: center;
  align-items: center;
  max-width: 40%;
  width: 100%; */
}
/* .eb2024__groups__table .table__holder td {
  padding: 0 0 0 0 !important;
} */
.eb2024__team p {
  padding: 0 0.2rem;
  color: #f2f2f2;
  font-weight: 700;
  /* font-size: 0.9rem; */
  /* font-size: clamp(0.9rem, 0.55vw + 0.2rem, 1rem);*/
  font-size: 0.75rem;
}
.eb2024__team img,
.eb2024__tableteam__img {
  /* width: auto;
  height: 1rem; */
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 3px solid #fff;
}
.eb2024__matchResult {
  font-weight: 700;
  font-size: 1rem;
  color: #f2f2f2;
  min-width: 20%;
  /*width: 100%;*/
  text-align: center;
  display: flex;
  justify-content: center;
}
.eb2024__matchday__title {
  width: 100%;
  color: #f2f2f2;
  font-size: 1rem;
  padding: 0.25rem 0 0.5rem 0;
}
.eb2024__matchcard__teams td.eb2024__team--left p {
  order: 1;
}
.eb2024__matchcard__teams td.eb2024__team--left img {
  order: 2;
}
.eb2024__matchcard__teams td.eb2024__team--right {
  justify-content: start;
}
.eb2024__matchcard__teams td.eb2024__team--right p {
  order: 2;
}
.eb2024__matchcard__teams td.eb2024__team--right img {
  order: 1;
}
#eb2024__groups__table {
  /* width: 100%; */
  /* max-width: 1140px; */
  width: -webkit-fill-available;
  width: -moz-available;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /* justify-content: space-between; */
  align-items: baseline;
  background-image: url(/pub/i/eb2024_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "DIN Pro";
  background-attachment: fixed;
  padding: 2rem;
  color: #fff;
}
.table__holder {
  width: 80%;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  margin: 0.5rem;
  padding: 0.25rem;
}
.table__holder table {
  table-layout: fixed;
}
.table__holder th.csapat:nth-of-type(1) {
  text-align: end;
}
.table__holder th.csapat:nth-of-type(2) {
  text-align: start;
}
.table__holder td:not(:first-of-type) {
  text-align: center;
}
.table__holder thead tr:not(:first-of-type) th {
  font-weight: 500;
  font-size: 0.85rem;
}
.table__holder th:first-of-type {
  text-align: left;
  font-weight: 700;
}
.table__holder tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.table__holder td {
  min-height: 30px !important;
}
.eb2024__tableteam__img {
  margin-bottom: 0.25rem;
}
/* .table__holder td p,
.table__holder td div {
  padding: 0.5rem 0 !important;
  height: 100% !important;
  min-height: 30px !important;
} */
.table__holder tbody {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.85rem;
}
.table__holder td:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.eb2024__table--team {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.eb2024__table--team-one {
  order: 1;
  display: flex;
  padding-right: 1rem;
}
.eb2024__table--team-two {
  order: 2;
  display: flex;
  padding-left: 1rem;
}
@media screen and (max-width: 1400px) {
  .eb2024__matchcard__teams td.eb2024__team--right p {
    order: 1;
    justify-content: center;
  }
  .eb2024__matchcard__teams td.eb2024__team--right img {
    order: 2;
  }
  .eb2024__matchcard__teams td.eb2024__team--right {
    justify-content: center;
  }
}

@media screen and (max-width: 1200px) {
  /***** info podcast *****/
  .eb2024__matchcard__teams td.eb2024__team--right {
    justify-content: center;
  }
  /* .table__holder td div,
  .table__holder td p {
    justify-content: end;
  } */
  .table__holder {
    width: 100%;
  }
  .eb2024__matchcard__teams td.eb2024__team--right p {
    order: 1;
  }
  .eb2024__matchcard__teams td.eb2024__team--right img {
    order: 2;
  }

  .layout-block.box__block .podcast__wrapper .podcast__first {
    min-width: 18vmin;
    font-size: 2.5rem;
  }
  .layout-block.box__block .podcast__wrapper .podcast__second {
    min-width: 16vmin;
  }
  .layout-block.box__block .podcast__wrapper .podcast__third {
    width: 70vmin;
  }
  /***** info worldcup2022 *****/
  /* .layout-block.box__block .box-worldcup {
    width: auto;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__first {
    min-width: 18vmin;
    font-size: 2.5rem;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__second {
    min-width: 10vmin;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__third {
    width: 70vmin;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__logo {
    width: 18vmin;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__third:after {
    left: -5px;
  } */
}
@media screen and (max-width: 1150px) {
  /***** info podcast *****/
  .layout-block.box__block .podcast__wrapper .podcast__first {
    width: 16vmin;
    font-size: 1.75rem;
  }
  .layout-block.box__block .podcast__wrapper .podcast__second {
    width: 16vmin;
    font-size: 1.35rem;
  }
  .layout-block.box__block .podcast__wrapper .podcast__second {
    font-size: 1.35rem;
  }
  /***** info worldcup2022 *****/
  /* .layout-block.box__block .worldcup__wrapper .worldcup__first {
    width: 16vmin;
    font-size: 1.75rem;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__second {
    width: 12vmin;
    font-size: 1.35rem;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__third {
    font-size: 1.35rem;
    min-width: 80vmin;
  } */
}
@media screen and (max-width: 1120px) {
  /***** info podcast *****/
  .layout-block.box__block .podcast__wrapper .podcast__first {
    width: 15vmin;
    font-size: 1.45rem;
  }
  .layout-block.box__block .podcast__wrapper .podcast__second {
    width: 15vmin;
    font-size: 1.15rem;
  }
  .layout-block.box__block .podcast__wrapper .podcast__third {
    font-size: 1.15rem;
    width: 63vmin;
  }
  /***** info worldcup2022 *****/
  /* .layout-block.box__block .worldcup__wrapper .worldcup__first {
    width: 15vmin;
    font-size: 1.45rem;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__second {
    width: 10vmin;
    font-size: 1.15rem;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__third {
    font-size: 1.15rem;
    min-width: 70vmin;
  } */
}
@media screen and (max-width: 1000px) {
  .navigation__main .layout-block.box__block.pagewidth.visible {
    margin: 40px 0 0;
    width: auto;
  }
  /* eb2024 table */
  #eb2024__groups__table {
    width: 100%;
    padding: 2rem 0;
  }
  .table__holder {
    width: 100%;
  }
  /* eb2024 */
  #eb2024 {
    flex-direction: column;
  }
  .eb2024__match__cardrow {
    flex-wrap: wrap;
    margin: 0 0.25rem;
  }
  .eb2024__match-col {
    width: 100% !important;
    margin-bottom: 0.25rem;
  }
  .eb2024__team {
    max-width: 40%;
    width: 100%;
    display: flex;
  }

  .eb2024__matchResult {
    max-width: 20%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .eb2024__team p {
    font-size: 0.8rem;
  }
  .eb2024__matchcard__teams td.eb2024__team--left {
    justify-content: end;
  }
  .eb2024__matchcard__teams td.eb2024__team--right {
    justify-content: start;
  }
  /*  */
  .box__block.pagewidth.visible[data-position="0"],
  .box__block.fullwidth.visible[data-position="0"] {
    margin: 30px 0 10px;
    width: auto;
  }
  .eb2024__matchcard__teams td.eb2024__team--right p {
    order: 2;
  }
  .eb2024__matchcard__teams td.eb2024__team--right img {
    order: 1;
  }
  #chart {
    max-width: 20rem;
    width: 100%;
  }
  #chart-holder {
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  #chart-title {
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #chart-title p:first-of-type {
    width: 100%;
    padding-bottom: 1rem;
  }
  .navigation__main
    .box__block.pagewidth.visible[data-position="0"]
    + .banner__top {
    margin: 45px 0 5px 0;
  }
  .navigation__main
    .box__block.box__block.fullwidth.visible[data-position="0"]
    + .banner__top {
    margin: 45px 0 5px 0;
  }
  .box__block--logo svg {
    width: 200px;
  }
  .box__block--main {
    width: 100%;
  }
  .box__block--wrapper {
    padding: 10px 0;
  }
  .box__block--wrapper,
  .box__block--outer-wrapper {
    width: 100%;
    max-width: unset;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .toggle__visible {
    display: none;
  }
  .flexbox .box-flexbox {
    max-height: auto;
    height: auto;
  }
  .flexbox #chart {
    width: 100%;
  }
  .box-flexbox .box__block--title a {
    color: #fff;
  }
  .box-flexbox .box__block--title {
    width: 100% !important;
    background-color: var(--infostripe-blue);
  }
  .box-flexbox .box__block--logo {
    width: 100%;
    height: auto;
  }
  .box__block--title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: auto;
    transform: none;
    padding: 0 10px;
  }
  .box__block--connected.visible {
    width: auto;
    max-width: unset;
    display: flex;
    flex-direction: column;
  }
  .boxlist__block--link {
    width: auto !important;
  }
  .boxlist__block--link::before {
    content: unset;
  }
  /***** info podcast *****/
  .layout-block.box__block .podcast__wrapper .podcast__col {
    padding: 10px;
    width: 100%;
    min-width: unset;
    z-index: 3;
  }
  .layout-block.box__block .podcast__wrapper .podcast__first:after,
  .layout-block.box__block .podcast__wrapper .podcast__second:after,
  .layout-block.box__block .podcast__wrapper .podcast__third:after {
    content: unset;
  }
  .layout-block.box__block .podcast__wrapper .podcast__first {
    background-color: var(--infostripe-blue);
  }
  .layout-block.box__block .podcast__wrapper .podcast__second {
    background-color: var(--infostripe-green);
    width: -webkit-fill-available;
    width: -moz-available;
  }
  /***** info worldcup2022 *****/
  .layout-block.box__block .worldcup__wrapper .worldcup__col {
    padding: 10px;
    width: 100%;
    min-width: unset;
    z-index: 3;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__col.worldcup__logo {
    width: 100%;
    height: 100px;
    padding: 0;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__logo:after {
    height: initial;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__logo img {
    width: 100%;
    height: inherit;
    object-fit: contain;
  }
  .vb__content-box--schedule {
    text-align: center;
    padding: 10px 0;
  }
  .vb__content-box--data {
    padding: 10px 0 0;
  }
  .vb__content-box--data table {
    width: 100%;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__first:after,
  .layout-block.box__block .worldcup__wrapper .worldcup__second:after,
  .layout-block.box__block .worldcup__wrapper .worldcup__third:after {
    content: unset;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__second {
    border-top: 1px solid;
    background-color: #fff;
    width: -webkit-fill-available;
    width: -moz-available;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__second p span {
    color: #8a1538;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__third {
    background-color: #8a1538;
  }
  .flexbox .valasztas__row {
    flex-direction: column !important;
  }
  .flexbox .box__col {
    max-width: unset !important;
  }
  .flexbox .fenykepeslista__col {
    /* flex-direction: row !important; */
    justify-content: space-evenly !important;
  }
  .flexbox .fenykepeslista__inner__col {
    flex-direction: row !important;
  }
  .flexbox .box__col section {
    width: -webkit-fill-available !important;
    width: -moz-available !important;
  }
  .valasztas__row .box__col:not(:last-child) {
    border-bottom: 1px solid rgba(238, 238, 238, 0.5);
  }
  .valasztas__row .box__col:not(:first-child) {
    border-left: unset;
  }
  .flexbox .box-flexbox {
    max-height: unset !important;
  }
  .flexbox .valasztas__layout {
    width: 97vw !important;
    padding: 0 !important;
  }
  .flexbox .valasztas__col h2 {
    width: -webkit-fill-available !important;
    width: -moz-available !important;
    padding: 1rem !important;
  }
  .flexbox .list__card {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .flexbox #feldar {
    padding: 1rem 0 0;
  }
  .extra__content {
    width: -webkit-fill-available !important;
    width: -moz-available !important;
  }
  .swiper-slide .col__left,
  .swiper-slide .col__right {
    max-width: unset !important;
  }
  .valasztas-swiper-pagination {
    transform: translate(-5%, -10%) !important;
  }
}
@media screen and (max-width: 650px) {
  .table__holder {
    width: 100%;
  }
  .table__holder tbody {
    font-size: 0.75rem;
  }
  .eb2024__table--team {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .eb2024__table--team-one {
    padding-bottom: 0.5rem;
    padding-right: 0;
  }

  .eb2024__table--team-two {
    order: 1;
    padding-bottom: 0.5rem;
    padding-left: 0;
  }
  /* .eb2024__tableteam__img {
    padding-bottom: 0.25rem;
  } */
  .eb2024__table--time {
    height: 100%;
  }
  .table__holder td {
    min-height: 80px !important;
    table-layout: fixed;
  }
  .table__holder td div,
  .table__holder td p {
    word-wrap: break-word;
  }
}
