@charset "UTF-8";
/**
 * google-material-color v1.3.1
 * https://github.com/danlevan/google-material-color
 */
/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
#home-key-figures {
    padding-top: 25px;
}
#home-key-figures .accordion-trigger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    font: inherit;
    color: #333;
    display: -ms-inline-flexbox;
    -ms-flex-direction: column;
    -ms-flex-wrap: nowrap;
    -ms-flex-pack: start;
    -ms-flex-line-pack: start;
    -ms-flex-align: stretch;
    display: -webkit-inline-flex;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -webkit-align-content: flex-start;
    -webkit-align-items: stretch;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
}
#home-key-figures .accordion-trigger > * {
    -ms-flex: 0 1 auto;
    -ms-flex-item-align: auto;
    -ms-flex-order: 0;
    -webkit-flex: 0 1 auto;
    -webkit-align-self: auto;
    -webkit-order: 0;
    flex: 0 1 auto;
    align-self: auto;
    order: 0;
}
#home-key-figures .accordion-trigger:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom-color: #999;
    z-index: 1;
    display: none;
}
#home-key-figures .accordion-trigger:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-bottom-color: white;
    z-index: 2;
    display: none;
}
#home-key-figures .accordion-trigger.active:before, #home-key-figures .accordion-trigger.active:after {
    display: block;
}
#home-key-figures .accordion-trigger .title {
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    margin: 0;
}
#home-key-figures .accordion-trigger .value {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #666;
}
#home-key-figures .accordion-trigger .value span {
    font-size: 16px;
    margin-left: 3px;
}
#home-key-figures .accordion-trigger .ref-time-sm {
    font-size: 90%;
    color: #666;
    margin: 0 0 20px 0;
}
#home-key-figures .accordion-trigger:hover .title,
#home-key-figures .accordion-trigger:hover .ref-time-sm,
#home-key-figures .accordion-trigger:hover .value {
    color: #FB8C00;
}
#home-key-figures .accordion-panel {
    border-top: 2px solid #999;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}
#home-key-figures .accordion-panel.active {
    display: block;
}
#home-key-figures .accordion-panel .chart {
    min-height: 320px;
}
#home-key-figures .accordion-panel .description {
    padding-left: 10px;
}
#home-key-figures .accordion-panel .description h4 {
    margin-top: 0;
    margin-bottom: 0;
}
#home-key-figures .accordion-panel .description .text {
    margin-top: 0.5em;
}
#home-key-figures .accordion-panel .description .ref-time {
    margin-top: 0.5em;
}
#home-key-figures .accordion-panel .description .source {
    margin-top: 0.5em;
}
@media (max-width: 767px) {
    #home-key-figures .accordion-trigger:nth-of-type(1),
#home-key-figures .accordion-trigger:nth-of-type(2) {
        order: 1;
    }
    #home-key-figures section:nth-of-type(1),
#home-key-figures section:nth-of-type(2) {
        order: 2;
    }
    #home-key-figures .accordion-trigger:nth-of-type(3),
#home-key-figures .accordion-trigger:nth-of-type(4) {
        order: 3;
    }
    #home-key-figures section:nth-of-type(3),
#home-key-figures section:nth-of-type(4) {
        order: 4;
    }
    #home-key-figures .accordion-trigger:nth-of-type(5),
#home-key-figures .accordion-trigger:nth-of-type(6) {
        order: 5;
    }
    #home-key-figures section:nth-of-type(5),
#home-key-figures section:nth-of-type(6) {
        order: 6;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #home-key-figures .accordion-trigger:nth-of-type(1),
#home-key-figures .accordion-trigger:nth-of-type(2),
#home-key-figures .accordion-trigger:nth-of-type(3) {
        order: 1;
    }
    #home-key-figures section:nth-of-type(1),
#home-key-figures section:nth-of-type(2),
#home-key-figures section:nth-of-type(3) {
        order: 2;
    }
    #home-key-figures .accordion-trigger:nth-of-type(4),
#home-key-figures .accordion-trigger:nth-of-type(5),
#home-key-figures .accordion-trigger:nth-of-type(6) {
        order: 3;
    }
    #home-key-figures section:nth-of-type(4),
#home-key-figures section:nth-of-type(5),
#home-key-figures section:nth-of-type(6) {
        order: 4;
    }
}
@media (min-width: 992px) {
    #home-key-figures .accordion-panel {
        order: 1;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./slick/fonts/slick.eot");
    src: url("./slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./slick/fonts/slick.woff") format("woff"), url("./slick/fonts/slick.ttf") format("truetype"), url("./slick/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #4266a1;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}
[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir=rtl] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}
[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir=rtl] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #4266a1;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #FB8C00;
    opacity: 0.75;
}

#home-ajanlo {
    position: relative;
    padding-bottom: 0px;
    margin: 25px 0 55px 0;
}
#home-ajanlo #slick-carousel {
    background-color: #ECEFF1;
}
#home-ajanlo .slick-dots {
    bottom: -30px;
}
#home-ajanlo .ajanlo-picture img {
    width: 100%;
}
#home-ajanlo .ajanlo-details {
    padding: 0 15px;
    position: relative;
}
#home-ajanlo .ajanlo-details h2 {
    margin: 18px 0 12px;
    font-weight: normal;
    font-size: 18px;
    font-weight: 400;
    font-family: Roboto, Arial, sans-serif;
}
#home-ajanlo.paused #slick-progress div {
    animation-play-state: paused;
}
#home-ajanlo.paused .slick-pause:before {
    content: "▶";
}
#home-ajanlo #slick-controls {
    position: absolute;
    left: 0;
    bottom: -30px;
}
#home-ajanlo .slick-pause {
    background: #4266a1;
    font: 11px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 50%;
    color: white;
    opacity: 0.75;
    border: none;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    text-align: center;
}
#home-ajanlo .slick-pause:before {
    content: "❙❙";
}
#home-ajanlo .slick-pause:focus {
    outline: none;
    background: #757575;
}
#home-ajanlo .slick-pause:hover {
    opacity: 1;
}
#home-ajanlo .slick-item {
    display: none;
}
#home-ajanlo .slick-item:first-child {
    display: block;
}
#home-ajanlo .slick-initialized .slick-item {
    display: block;
}
@media print {
    #home-ajanlo .ajanlo-picture {
        display: none;
    }
}

#home-buttonbar ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
#home-buttonbar a {
    display: block;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}
#home-buttonbar a:hover {
    text-decoration: none;
}
#home-buttonbar svg.icon {
    width: 32px;
    height: 32px;
    margin: 5px auto 10px;
    display: inline-block;
    fill: #5a7fbc;
}
#home-buttonbar span.label {
    display: block;
    text-align: center;
    color: #666;
    font: 14px/14px Roboto, Arial, sans-serif;
    letter-spacing: 1px;
}
#home-buttonbar a:hover span.label {
    color: #333;
}
#home-buttonbar a:hover svg.icon {
    fill: #4266a1;
}

#home-gyorstajekoztatok h1 {
    margin-bottom: 0;
}
#home-gyorstajekoztatok table {
    width: 100%;
}
#home-gyorstajekoztatok table tr td {
    vertical-align: middle;
    padding: 8px 0 8px 10px;
    border-top: 1px solid #CFD8DC;
    font-family: Roboto, Arial, sans-serif;
}
#home-gyorstajekoztatok table tr td b {
    font-weight: 300;
}
#home-gyorstajekoztatok table tr td:first-child {
    width: 60px;
    padding: 5px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    background-color: #ECEFF1;
    color: #333;
}
#home-gyorstajekoztatok table tr td:first-child span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-top: 5px;
}
#home-gyorstajekoztatok table tr:first-child td {
    border-top: none;
}

#home-hirek h1 {
    margin: 0;
}
#home-hirek ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#home-hirek ul li {
    margin: 0;
    padding: 7px 0px;
    border-top: 1px solid #CFD8DC;
}
#home-hirek ul li:first-child {
    border-top: none;
}

#home-het-kerdese p {
    margin: 0 0 0.3rem;
    text-align: left;
}
#home-het-kerdese p.kerdes {
    margin-bottom: 10px;
}
#home-het-kerdese form {
    margin-bottom: 10px;
}
#home-het-kerdese form ul {
    margin: 0.5em 0;
    padding: 0;
    list-style: none;
    text-align: left;
    line-height: 1.5;
}
#home-het-kerdese form ul input {
    margin: 0;
    padding: 0;
}
#home-het-kerdese form ul label {
    display: inline;
    padding-left: 8px;
}
#home-het-kerdese #btn_tipp,
#home-het-kerdese #btn_back_to_kerdes {
    display: block;
    margin: 10px auto 0;
    width: 80px;
    padding: 2px 10px;
    font-weight: bold;
    color: #fff;
    background: #225A9A;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
#home-het-kerdese #btn_tipp:hover,
#home-het-kerdese #btn_back_to_kerdes:hover {
    background: #23375A;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#home-het-kerdese #btn_tipp:focus-visible,
#home-het-kerdese #btn_back_to_kerdes:focus-visible {
    outline: 2px solid black;
	outline-offset: 7px;
}

#home-highlights svg.icon {
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	margin-right: 1rem;
	fill: #5a7fbc;
}

#home-highlights span.label {
	flex-grow: 1;
	font-size: 1.2rem;
	color: #666;
}

#home-highlights a:hover {
	text-decoration: none;
}
#home-highlights a:hover svg.icon {
	fill: #4266a1;
}

#home-highlights a:hover span.label {
	color: #333;
}

#home-highlights a:hover img.ad-logo {
	filter: brightness(90%);
}

#logobar {
    /* border-top: 1px solid #CFD8DC; */
    min-height: 100px;
}
#logobar > div {
    text-align: center;
}
#logobar > div.align-self-center {
    padding: 20px 0;
}
#logobar > div img {
    vertical-align: bottom;
    max-height: 119px;
    max-width: 100%;
}

@media (max-width: 991px) {
    #logobar > div {
        padding-top: 15px;
    }
}
/*
// IE11 fix
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #page {
        #home-key-figures .accordion-trigger {
            flex-basis: 1%;
        }
    }
}
*/