/* Default values definition */
body {
min-height: 100vh;
width: -webkit-fill-available;
overflow: hidden;
margin: 0;
padding: 0;
min-width: auto;
max-width: 100vw;
margin-top: 0;
}
html,
body {
width: 100%;
overflow-x: hidden;
}
:root {
color: #020202;
}
:root a {
text-decoration: none;
}
:root a:hover {
cursor: pointer;
}
.footer__container.sticky-footer {
width: 100%;
}
p a {
color: inherit;
}
:root {
padding: 0px 0px 0px 0px;
}
span.live {
width: 26px;
height: 26px;
border-radius: 50%;
margin: 5px 5px 0 5px;
box-shadow: 0 0 0 rgb(102 187 106 / 80%);
animation: pulse 2s infinite;
display: flex;
justify-content: center;
align-items: center;
float: left;
}
span.live svg {
width: 20px;
height: 20px;
}
span.live svg {
fill: #d32f2f;
}
@-webkit-keyframes pulse {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(102, 187, 106, 0.4);
}
70% {
-webkit-box-shadow: 0 0 0 10px rgba(102, 187, 106, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(102, 187, 106, 0);
}
}
@keyframes pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(102, 187, 106, 0.4);
box-shadow: 0 0 0 0 rgba(102, 187, 106, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 10px rgba(102, 187, 106, 0);
box-shadow: 0 0 0 5px rgba(102, 187, 106, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(102, 187, 106, 0);
box-shadow: 0 0 0 0 rgba(102, 187, 106, 0);
}
}
/* onkormanyzati valasztas */
.onkormanyzat-box:not(open) {
background-color: #f0f0f0;
border: 1px solid #ccc;
max-width: 1140px;
width: 100%;
padding: 20px 40px;
position: relative;
margin: 0 auto;
overflow: hidden;
transition: max-height 2s;
max-height: 150px;
}
.onkormanyzat-box.open {
height: 100%;
max-height: max-content;
}
.onkormanyzat-box.open .toggle-icon {
transform: rotate(90%);
transition: rotate 4s;
}
/* Element defaults */
.loader-holder {
width: 100%;
margin: 2vw 0;
width: 100%;
margin-top: 2vw;
margin-bottom: 4vw;
display: none;
justify-content: center;
font-size: 14px;
line-height: 1.5rem;
font-family: "Roboto";
}
#loader {
width: 50px;
height: 50px;
border: 3px solid rgba(21, 126, 252, 0.6);
border-radius: 50%;
border-top-color: #eee;
animation: spin 1s ease-in-out infinite;
-webkit-animation: spin 1s ease-in-out infinite;
margin: 80px auto;
}
@keyframes spin {
to {
-webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
to {
-webkit-transform: rotate(360deg);
}
}
.page-404 .content__main div.error-wrapper {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: auto;
}
.page-404 .content__main div {
width: 100%;
}
.page-404 .content__main p {
padding: 10px 0;
text-align: center;
width: 100%;
}
.page-404 .content__main a {
height: 40px;
padding: 0 30px;
display: block;
background-color: #157efc;
color: #fff;
text-transform: uppercase;
}
.banner__top {
position: relative;
z-index: 1;
display: flex;
}
.banner__top .ad.adi > .banner__top .ad.adi div:empty {
display: none;
}
.ad.adi + .ad.adi div[data-empty] {
display: none;
}
.content__main {
z-index: 1;
position: relative;
min-height: 100vh;
}
.content__left {
position: relative;
}
.layout-block {
margin: 10px 0;
z-index: 10;
position: relative;
}
.layout-block:first-of-type:not(.box__block):not(.navigation__block) {
margin: 0 0 10px 0;
}
.swiper-slide {
text-align: center;
}
figure {
margin: 0;
}
img {
/* width: auto; */
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
img.author--img {
display: block;
overflow: hidden;
background-color: #999;
filter: grayscale(100%);
width: 120px;
height: 120px;
border-radius: 50%;
overflow: hidden;
object-fit: cover;
margin: 0 20px;
}
.tags {
margin-bottom: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
text-align: center;
width: 100%;
}
.tag {
display: inline-block;
width: max-content;
margin: 0 5px 5px 0;
background-color: #157efc;
padding: 2px 5px;
text-transform: uppercase;
word-break: break-all;
}
.publish-date {
display: flex;
padding: 5px 0 !important;
width: max-content;
border-bottom: none;
}
.modify-date {
padding: 5px 0 !important;
width: max-content;
text-align: left !important;
}
.quote-icon {
position: absolute;
top: 20px;
right: 20px;
}
.photo-icon {
width: 80px !important;
height: 80px;
min-height: 80px !important;
margin-bottom: 30px;
border-radius: 40px;
background-color: #fff;
z-index: 2;
display: flex;
justify-content: center;
align-items: center;
}
.photo-icon svg {
fill: #157efc;
}
.ad div:empty:before {
/*content: "Hirdetés";*/
}
.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;
flex-direction: column;
font-size: 9px;
padding: 10px 0 0;
background-color: rgba(238, 238, 238, 0.1);
overflow: initial;
}
body.article .ad.adi {
padding: 20px 0 0;
}
body.article .article--left .ad.adi {
padding: 27px 0;
}
/* .ad div:not(:empty) {
background-color: rgba(238, 238, 238, 0.1);
} */
.ad:not(.fullwidth) {
padding: 0;
margin: 0 0 27px 0;
}
.moremargin ~ .ad {
position: relative;
z-index: 800;
margin: 10px auto;
display: flex;
flex-direction: column;
font-size: 9px;
padding: 10px 0 0;
}
.moremargin ~ .ad.layout-block.fullwidth.visible .news {
width: 100% !important;
color: #fff;
}
.news-block.friss img {
display: none;
}
button,
input {
-webkit-appearance: none !important;
border-radius: 0 !important;
}
.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;
}
.news-block.egyeb img {
display: block;
width: 291px;
height: 150px;
background-color: #999;
object-fit: cover;
}
.ad.news {
max-width: 340px;
}
h6.news {
display: inline-block;
width: max-content;
margin: 0 5px 5px 0;
max-width: 290px;
background-color: #157efc;
padding: 2px 5px;
text-transform: uppercase;
}
.news,
.news h4 {
max-width: 340px;
}
.adi.extra {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 0;
opacity: 0;
margin: 10px auto !important;
visibility: hidden;
position: relative;
overflow: hidden;
padding: 15px 0 0;
}
.adi.art-extra {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 0;
opacity: 0;
margin: 10px auto 0 !important;
visibility: hidden;
position: relative;
overflow: hidden;
padding: 15px 0 0;
}
.adi.extra div.goa-embedded,
.adi.art-extra div.goa-embedded {
display: flex;
justify-content: center;
align-items: center;
height: inherit;
flex-direction: column;
flex-wrap: nowrap;
position: absolute;
width: 100%;
-webkit-animation: bounce-in-top 2000ms both;
animation: bounce-in-top 2000ms both;
}
.adi.extra div.goa-embedded div,
.adi.art-extra div.goa-embedded div {
width: inherit;
}
.adi.extra div.goa-embedded div span,
.adi.art-extra div.goa-embedded div span {
left: 50 !important;
padding: 5px 0;
}
.adi.extra a,
.adi.art-extra a {
height: inherit;
}
.adi.extra.animate,
.adi.art-extra.animate {
height: 600px;
padding: 20px 0;
opacity: 1;
visibility: visible;
transition: 500ms all;
}
.ad-close g {
fill: #212121;
}
.adi.extra.animate-sripe,
.adi.art-extra.animate-sripe {
height: 90px;
opacity: 1;
visibility: visible;
transition: 500ms all;
}
@-webkit-keyframes bounce-in-top {
0% {
-webkit-transform: translateY(-500px);
transform: translateY(-500px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
38% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
opacity: 1;
}
55% {
-webkit-transform: translateY(-65px);
transform: translateY(-65px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
72% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
81% {
-webkit-transform: translateY(-28px);
transform: translateY(-28px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
90% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
95% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
}
@keyframes bounce-in-top {
0% {
-webkit-transform: translateY(-500px);
transform: translateY(-500px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
38% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
opacity: 1;
}
55% {
-webkit-transform: translateY(-65px);
transform: translateY(-65px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
72% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
81% {
-webkit-transform: translateY(-28px);
transform: translateY(-28px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
90% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
95% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
}
@media screen and (max-width: 1000px) {
.newsactive .content__left,
.ad.adi.extra,
.adi.art-extra {
display: none;
}
:not(.newsactive) .content__right {
display: none;
min-height: 0;
}
.newsactive .content__right {
display: block;
}
.news,
.news h4,
.ad.news {
width: auto;
max-width: unset;
}
}