[data-disabled="true"] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  outline: none;
  font-family: inherit;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  /* position: relative; */
  overflow: hidden;
  margin: 0;
  padding: 0;
  min-width: 100%;
  max-width: 100vw;
}

button,
a {
  cursor: pointer;
}
.hidden-lg-up {
  display: none !important;
}
button,
input {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}
.layout-block.boxlist__block.fullwidth.visible {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.page__content {
  max-width: 1140px;
  margin: 0px auto;
  position: relative;
  width: inherit;
  /* max-width: 1140px;
  margin: 0px auto;
  position: relative;
  width: -webkit-fill-available;
  width: -moz-available; */
  /* width: inherit; */
}
.main-content {
  width: auto;
  overflow: visible;
  margin: 0;
  padding: 0 10px;
  min-height: 100vh;
}

.main-content .layout-block.fullwidth {
  width: 100%;
  min-width: 100%;
  flex-basis: 100%;
}
.main-content :not(.ad).layout-block.fullwidth:not(.navigation__block) {
  width: auto;
  min-width: auto;
  flex-basis: auto;
  padding: 10px 0;
}

.side-content {
  width: calc(35.5% - 90px);
  font-family: "DIN Pro";
  font-size: 16px;
  position: absolute;
  top: 30px;
  margin: 10px;
  max-width: 340px;
  right: 0;
}
.side-content:before {
  content: "";
  display: block;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  max-width: 340px;
  height: 100%;
  right: 0;
  /* border-left: 1px solid #eee;
  border-right: 1px solid #eee; */
  top: 25px;
  z-index: -1;
}
.ad.news {
  padding-bottom: 0.781vw;
  margin-bottom: 0.781vw;
  width: auto;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25vw 0.521vw 0.521vw;
  background-color: #e1e1e1;
}
body.dark .ad.news {
  background-color: #212121;
}
.ad {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0 !important;
  background-color: #e1e1e1;
}
/* .ad.adi + .ad.adi div:not(:empty) {
  background-color: transparent;
} */

.moremargin ~ .ad {
  padding: 2.083vw 0;
  position: relative;
  z-index: 800;
  margin: 0 auto;
  /* padding: 45px 0 10px !important; */
}
.moremargin ~ .ad.layout-block.fullwidth.visible .news {
  width: 100% !important;
  color: #fff;
}
a[class$="tag-link"] {
  display: inline-block;
  width: max-content;
  margin-bottom: 5px;
  max-width: 290px;
}
.side-content a:not(.tag) {
  margin-bottom: 10px;
  width: 100%;
  font-size: 0.833vw;
  color: #000;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid rgba(125, 125, 125, 0.3);
  font-family: "DIN Pro";
}
.side-content a:not(.tag) h4 {
  font-family: "DIN Pro";
  letter-spacing: initial;
  line-height: 24px;
  padding: 5px 0;
}
.news-block.friss img {
  display: none;
}

.news-block.news-block.friss,
.news-block.egyeb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 15px;
  height: max-content;
  z-index: 999;
}
/* .side-content a:not(.tag):after {
  content: "";
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #157efc;
  position: absolute;
} */
.news-block.egyeb img {
  display: block;
  width: inherit;
  height: 150px;
  background-color: #999;
  object-fit: cover;
}

.ad.news {
  max-width: 340px;
}

.news,
.news h4 {
  max-width: 340px;
}

/* Tag links */

.adimain {
  display: flex;
  width: 100%;
  margin: 20px 0;
}

@media screen and (max-width: 1000px) {
  .newsactive .main-content {
    display: none;
  }
  .page__content {
    width: calc(100vw - 17px);
    max-width: 100%;
    min-height: calc(100vh - 110px);
  }
  .main-content {
    width: 100%;
  }
  .hidden-lg-up {
    display: block !important;
  }
  body.search .dates .date {
    width: 50%;
  }
  /* .side-content:before {
    border-left: 1px solid #7d7d7d;
    border-right: 1px solid #7d7d7d;
  } */
  .main-content .layout-block.dosszie__block.fullwidth,
  .main-content .layout-block.opinion-break__block.fullwidth,
  .main-content .layout-block.opinions__block.fullwidth,
  .main-content .layout-block.gallery__block.fullwidth {
    margin: 20px auto !important;
  }
  /* .side-content::before {
    content: unset;
  } */
  body.newsactive .header__block,
  body.newsactive .topbox__block,
  body.newsactive .two-and-one__block,
  body.newsactive .single-important__block,
  body.newsactive .dosszie__block,
  body.newsactive .gallery__block,
  body.newsactive .opinions__block,
  body.newsactive .breaking__block,
  body.newsactive .opinion-break__block,
  body.newsactive .ad.adi,
  body.newsactive h6.news,
  .navigation__block__left,
  .navigation__block__right,
  body.newsactive .adimain {
    display: none;
  }

  .search-field.open .search-field--holder {
    padding: 0;
  }
  body.newsactive .layout-block.sixpack__block.fullwidth.visible {
    display: none;
  }
  body.newsactive .side-content {
    display: block;
    width: auto;
    flex-basis: 100%;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    padding: 20px 10px 0;
    max-width: 100%;
    overflow: hidden;
    border: unset;
    position: unset;
  }

  body.newsactive .news-block {
    width: 100%;
    max-width: 100%;
  }
  body.newsactive .news,
  body.newsactive .news h4 {
    width: 100%;
    max-width: 100%;
  }
  body.newsactive .news-block.news-block.friss,
  body.newsactive .news-block.egyeb {
    display: block;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    font-size: 16px;
    color: #000;
    line-height: 21px;
    font-weight: 700;
  }
  body.newsactive .news-block.egyeb img {
    display: block;
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
    background-color: #999;
    object-fit: cover;
  }
  body.article .main-content {
    padding: 0;
  }
  .main-content {
    width: auto;
    padding: 0 10px;
  }
  .layout-block.sixpack__block.fullwidth.visible {
    display: flex;
    overflow-x: hidden;
    flex-basis: 100vw;
    flex-direction: column;
  }

  .side-content {
    display: none;
  }
  .layout-block.single-important__block.visible,
  section.opinion-break__block.row {
    width: 100%;
  }
  h2.single-important__block--title {
    font-size: 1.75em;
    line-height: 28px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 10px;
  }
  h4.single-important__block--lead {
    font-size: 0.95em;
    line-height: 22px;
    font-family: "Roboto";
    padding-bottom: 10px;
  }
  .footer__container--logo-link {
    display: block;
    width: 100%;
    height: 70px;
  }
  .footer__container--logo-link svg {
    width: 100%;
    height: 70px;
  }
  body.article .article__img__info--holder {
    width: auto;
  }
  .footer__container--bottom {
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__container--nav-link {
    font-weight: 700;
    color: #efefef;
    padding: 5px 10px;
  }
  .moremargin ~ .ad {
    padding: 45px 0 10px !important;
  }
}
.goa-embedded span {
  left: 50%;
}
