@charset "UTF-8";
:root {
  --button-chevron: url("../../images/icons/chevron-right.svg");
}
:root .ujszo-sunday {
  --button-chevron: url("../../images/icons/chevron-right--sunday.svg");
}

.c-block-aprohirdetes-feladasa,
.c-block-aprohirdetes-feladasa-sunday-front {
  position: relative;
  height: 12rem;
  overflow: hidden;
  margin-bottom: 3rem;
}
.c-block-aprohirdetes-feladasa:not(:first-child),
.c-block-aprohirdetes-feladasa-sunday-front:not(:first-child) {
  margin-top: 2rem;
}
.c-block-aprohirdetes-feladasa::before, .c-block-aprohirdetes-feladasa::after,
.c-block-aprohirdetes-feladasa-sunday-front::before,
.c-block-aprohirdetes-feladasa-sunday-front::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  transition: all 0.5s ease;
}
.c-block-aprohirdetes-feladasa::before,
.c-block-aprohirdetes-feladasa-sunday-front::before {
  background: url("../../images/backgrounds/aprohirdetes_bgr.png") center;
  filter: grayscale(100%);
}
.c-block-aprohirdetes-feladasa::after,
.c-block-aprohirdetes-feladasa-sunday-front::after {
  background: #dedede;   
  background: linear-gradient(to right, #dedede 0%, #f6f6f6 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color2, GradientType=1 ); 
  opacity: 0.9;
}
.c-block-aprohirdetes-feladasa:hover::before, .c-block-aprohirdetes-feladasa:active::before,
.c-block-aprohirdetes-feladasa-sunday-front:hover::before,
.c-block-aprohirdetes-feladasa-sunday-front:active::before {
  filter: grayscale(0);
}
.c-block-aprohirdetes-feladasa:hover::after, .c-block-aprohirdetes-feladasa:active::after,
.c-block-aprohirdetes-feladasa-sunday-front:hover::after,
.c-block-aprohirdetes-feladasa-sunday-front:active::after {
  opacity: 0;
}
.c-block-aprohirdetes-feladasa .c-block__content,
.c-block-aprohirdetes-feladasa-sunday-front .c-block__content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.c-block-aprohirdetes-feladasa .c-block__content a,
.c-block-aprohirdetes-feladasa-sunday-front .c-block__content a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease;
  display: inline-flex;
  background-color: #5ba4ff;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 1.2rem 3rem;
  font-size: 1.4rem;
}
.ujszo-sunday .c-block-aprohirdetes-feladasa .c-block__content a,
.ujszo-sunday .c-block-aprohirdetes-feladasa-sunday-front .c-block__content a {
  background-color: #fa4b35;
}
.c-block-aprohirdetes-feladasa .c-block__content a:after,
.c-block-aprohirdetes-feladasa-sunday-front .c-block__content a:after {
  content: var(--button-chevron);
  padding-left: 0.7rem;
}