.enews-article-slider {
  height: 100%;
}

.enews-article-slider .slider-hide {
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.enews-article-slider .slider-show {
  opacity: 1;
  transition: opacity 0.2s;
  pointer-events: all;
}

.enews-article-slider .slider-article {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.enews-article-slider .slider-article .slider-title-box {
  position: absolute;
  bottom: 0%;
  left: 0%;
  max-width: 80%;
  padding: 10%;
}

.enews-article-slider .slider-article .slider-title-box .enews-article-offerer-pretitle {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.enews-article-slider .slider-article .slider-title-box .enews-article-offerer-slash {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.enews-article-slider .slider-article .slider-title-box .slider-text-title {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  font-family: 'Raleway-Regular';
  font-size: 24px;
}

.enews-article-slider .slider-article .slider-title-box .slider-text-lead {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  font-family: 'Arial-Regular';
  font-size: 20px;
}

@media (max-width: 478px) {
  .enews-article-slider .slider-article .slider-title-box {
    padding: 10%;
  }
}

@media (min-width: 768px) {
  .enews-article-slider .slider-article .slider-title-box {
    padding: 40px;
  }
}

.enews-article-slider .arrow.slider-display-left {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  min-width: 10%;
  cursor: pointer;
}

.enews-article-slider .arrow.slider-display-right {
  position: absolute;
  top: 0%;
  right: 0%;
  height: 100%;
  min-width: 10%;
  cursor: pointer;
}

@media (max-width: 478px) {
  .enews-article-slider .arrow.slider-display-left {
    min-width: 10%;
  }
  .enews-article-slider .arrow.slider-display-right {
    min-width: 10%;
  }
}

@media (min-width: 768px) {
  .enews-article-slider .arrow.slider-display-left {
    min-width: 40px;
  }
  .enews-article-slider .arrow.slider-display-right {
    min-width: 40px;
  }
}

.enews-article-slider .slider-button {
  position: relative;
  top: 50%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  color: #fff;
}

.enews-article-slider .slider-display-bottom-middle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  font-size: 18px !important;
}

.enews-article-slider .slider-display-bottom-middle .slider-dots-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.enews-article-slider .slider-display-bottom-middle .slider-dots-container .dots.slider-badge {
  display: inline-block;
  background-color: #fff;
  height: 13px;
  width: 13px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: transparent;
}

.enews-article-slider .slider-display-bottom-middle .slider-dots-container .dots.slider-badge:first-of-type:not(:last-of-type) {
  margin-left: 10px;
}

.enews-article-slider .slider-display-bottom-middle .slider-dots-container .dots.slider-badge:last-of-type:not(:first-of-type) {
  margin-right: 10px;
}

.enews-article-slider .slider-display-bottom-middle .slider-dots-container .dots.slider-badge.slider-active-dot {
  background-color: #fff;
}

/*-------- Slider mellett a Kiemelt cikk ---------------*/
.et_pb_equal_columns .slider-sidebar {
  background-color: #888888;
}

.slider-sidebar h2 {
  padding: 5px 0 15px 0;
}

.slider-sidebar h3 {
  font-family: SourceSansPro-Regular;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}

.slider-sidebar .et_pb_text p {
  font-size: 16px;
  line-height: 125%;
}

.et_pb_slides .et_pb_slide .et_pb_button_wrapper {
  max-width: 80%;
}

.slider-sidebar .enews-article-offerer-layout-layover_square {
  margin: 0 20px;
}

.slider-sidebar .enews-article-offerer-layout-layover_square h2 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.enews-article-offerer-layout-layover_square > h2 > span {
  font-weight: bold;
}

.slider-sidebar .enews-article-offerer-content-container > a,
.slider-sidebar .enews-tax-article > a {
  width: 25%;
}

.slider-sidebar .enews-article-offerer-content-container > .enews-article-offerer-info {
  width: calc(75% - 10px);
  margin-left: 10px;
}

.slider-sidebar .enews-article-offerer .enews-article-offerer-info > .enews-article-offerer-title > a {
  color: #fff;
  font-size: 16px;
  line-height: 125%;
  vertical-align: top;
}

.slider-sidebar .enews-article-offerer-content-container:hover,
.slider-sidebar .enews-tax-article:hover {
  background: #888888aa;
  color: #888888;
}

.slider-sidebar .enews-article-offerer-content-container,
.slider-sidebar .enews-tax-article {
  margin-bottom: 20px;
}
