/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/static/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/static/fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('/static/fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/static/fonts/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('/static/fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/static/fonts/open-sans-v34-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local(''),
       url('/static/fonts/open-sans-v34-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/static/fonts/open-sans-v34-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

* {
    font-family: 'Open Sans', sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
}

/* Chrome-on a scrollbar eltunese es megjelenitese az elemek elmozdulasat eredmenyezte, ezzel mar nincs elmozdulas */
html {
    scrollbar-gutter: stable;
}

h2, .h2 {
    color: #8d232f;
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 30px;
}

h3, .h3 {
    color: #8d232f;
    font-size: 1.3rem;
    margin-top: 10px;
    margin-bottom: 15px;
}

h4, .h4 {
    color: #8d232f;
    font-size: 1.1rem;
    margin-top: 5px;
    margin-bottom: 10px;
}

p {
    text-align: justify;
}

/*
LOADER
*/
#loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999;;
    background: white;
    width: 100%;
    height: 100%;
    transition: .2s all;
    opacity: 0;
}

#loader i {
    position: absolute;
    left: 50%;
    top: 50%;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .col-print-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*
	HOME PAGE
*/
.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
}

div.navbar-brand {
    position: relative;
    padding-left: 90px;
    color: black !important;
}

div.navbar-brand img {
    position: absolute;
    z-index: 1;
    width: 170px;
    left: -90px;
    top: -10px;
    border-bottom-right-radius: 150px;
}

div.navbar-brand a, div.navbar-brand a:hover {
    color: inherit;
}

#home-header .fb * {
    color: white;
}

#home-header .fb {
    background: #1f48a1;
    border-radius: 50%;
    width: 40px;
    padding: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
	display: inline-block;
}

#home-header .fb:hover i {
    color: #1f48a1;
}
#home-header .fb:hover {
    color: #1f48a1;
    background: white;
    border: 1px solid #1f48a1;
}

#header-middle-nav .nav-link {
    color: black;
}

#header-middle-nav .nav-link:hover {
    color: #8d232f;
}

.navbar-expand-lg .navbar-nav .nav-link.button {
    padding: .5rem 1rem;
    color: white;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #8d232f;
}

#home-main-image input#search {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

div#search-holder {
    width: 100%;
}

#home-main-image .search-input {
    position: relative;
}

#home-main-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    -webkit-clip-path: polygon( 50% 100%, 100% calc(100% - 3vw), 100% 0, 0% 0%, 0 calc(100% - 3vw) );
    clip-path: polygon( 50% 100%, 100% calc(100% - 3vw), 100% 0, 0% 0%, 0 calc(100% - 3vw) );
}

#main-content {
    width: 1000px;
    max-width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

#image-source {
    color: rgba(255, 255, 255, .6);
    position: absolute;
    right: 0;
    transform-origin: calc(100% - 25px) 0%;
    transform: rotate(270deg) translatex(50%);
    top: 50%;
    font-size: 12px;
}

#home-links a {
    color: white;
    text-decoration: underline;
    font-size: 15pt;
    font-weight: bold;
}

#main-home-links {
    text-align: right;
}

#other-home-links {
    text-align: left;
}

#main-home-links #main-link1 {
    font-size: 70pt;
}

#main-home-links #main-link2 {
    font-size: 30pt;
}

#main-home-links #main-link3 {
    font-size: 20pt;
}

#home-links #other-home-links a {
    color: #ffedc5;
}

#download-holder {
    background: #222e46;
    margin-top: -100px;
    padding-top: 150px;
    padding-bottom: 80px;
    color: white;
}

#os-icons a, #copyright-holder a {
    color: white;
}

.button.full-width {
    width: 100%;
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    font-size: 21px;
    text-decoration: none;
    background: #fac600;
    color: #8d232f;
    line-height: 1em;
    font-weight: bold;
    border-radius: 50px;
}

.button.full-width span {
    transition: .2s all;
    font-size: 70%;
    color: #8d232f;
    font-weight: normal;
}

.button.full-width:hover {
    background: #8d232f;
    color: #fac600;
}

.button.full-width:hover span {
    color: #fac600;
}

.app-href img {
    width: 70px;
    margin-top: 60px;
}

.app-href p {
    margin-bottom: 0;
    margin-top: 10px;
}

@media (max-width: 575px) {
    #home-main-image {
        -webkit-clip-path: polygon(50% 100%, 100% calc(100% - 5vw), 100% 0, 0% 0%, 0 calc(100% - 5vw));
        clip-path: polygon(50% 100%, 100% calc(100% - 5vw), 100% 0, 0% 0%, 0 calc(100% - 5vw));
    }
    #download-holder {
        padding-bottom: 0;
    }
    .hidden-in-mobile {
        display: none;
    }
    #other-home-links > div {
        flex-direction: column !important;
    }
}

/* FOOTER */

footer * {
    color: white!important;
}

footer {
    background: #627271;
    color: white!important;
    padding-top: 30px;
}

#copyright-holder {
    background: #222e46;
    color: white;
    margin-top: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#copyright-holder p {
    margin: 0;
}

#copyright-holder * {
    font-size: 13px;
}

#copyright-holder .nav .nav-item:after {
    content: "|";
    color: white;
    font-size: 15px;
}

#copyright-holder .nav .nav-item:last-child:after {
    content: "";
}

footer img {
    max-width: 100%;
    width: 170px;
}

footer h2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

#copyright-holder a.nav-link.disabled {
    color: white;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1100px) {
    #home-header .nav-link {
        font-size:13px;
    }

    #home-header .button {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 575px) {
    footer .col-sm.mr-auto:not(.col-6), #copyright-holder {
        text-align: center!important;
    }

    footer .col-sm {
        margin-bottom: 50px;
    }

    #copyright-holder .row {
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }

    #copyright-holder .row .mr-auto {
        margin-right: initial!important;
    }
}

.page-title {
    background: #222e46;
    padding-bottom: 30px;
	overflow: hidden;
    -webkit-clip-path: polygon( 50% 100%, 100% calc(100% - 3vw), 100% 0, 0% 0%, 0 calc(100% - 3vw) );
    clip-path: polygon( 50% 100%, 100% calc(100% - 50px), 100% 0, 0% 0%, 0 calc(100% - 50px) );
}
.page-title h1 {
    color: white;
    text-align: center;
    margin-top: 15px;
    font-size: 2rem;
}
.page-title + :not(.page-content) {
	margin-top:-50px;
	padding-top:80px;
}

.page-main {
    background-color: #f4f4f4;
    padding-bottom: 80px;
}

.page-main.alert {
    background-color: #f8d7da;
}

.page-main p {
    color: #8d232f;
}

.page-main ul {
    color: #8d232f;
}

.page-main p.step {
    color: #9c9c9c!important;
    font-size: 91px;
    font-weight: bold;
}

.page-main a {
    color: #721c24;
    font-weight: 700;
}

.page-main a:hover {
    text-decoration: underline;
}

.page-content {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.button {
    border-radius: 20px;
    background: #8d232f;
    color: white !important;
    transition: .2s all;
    padding: 0.5rem 1rem;
    display: inline-block;
    text-decoration: none!important;
}

.button:hover {
    background: #fac600;
    color: #8d232f !important;
}

/*
	Scroll to top
*/

.scroll-to-top {
    position: fixed;
    right: 10px;
    bottom: -200px;
    background: #192f47;
    color: white;
    padding: 15px 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: .3s all;
}

.scroll-to-top.shown {
    bottom: 10px;
}

.scroll-to-top.shown.bottom {
    bottom: 55px !important;
}

.scroll-to-top p {
    margin: 0;
}

.scroll-to-top i {
    font-size: 27px;
}

.scroll-to-top span {
    margin-left: 10px;
}

img.screen {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 18px 0px rgba(0,0,0,0.3);
    max-width: 100%;
}

figure {
    text-align: center;
}

figcaption {
    font-size: .8em;
    font-style: italic;
}

.select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}

.mw-100 {
    max-width:100%;
}

.closeable {
    border: 1px solid silver;
    padding: 10px;
}

.closeable .closeable-title {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: -10px -10px 10px -10px;
    padding: 10px 10px 10px 40px;
    position: relative;

    color: #8d232f;
    font-size: 1.1rem;
}

.closeable .closeable-title:hover {
    background-color: #f0f0f0;
}

.closeable.closed .closeable-title {
    margin-bottom: -10px;
}

.closeable .closeable-title .dropdown {
    width: 32px;
    text-align: center;
    margin-left: -32px;
}

.closeable.closed p, .closeable.closed ol, .closeable.closed hr, .closeable.closed div {
    display: none;
}

.tipp {
    color: #8d232f;
    font-size: 90%;
}

/*
    TOP BANNER
*/

#top-banners {
    z-index: 10;
    background: #e3e3e3;
    padding: 2px 0;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
    display: flex;
    height: 150px;
    overflow: hidden;
}

/* Mivel a bannereket tartalmazo div fix meretu, ezert a tartalmanak be kell allitani a 100%-os magassagot */
#top-banners .slick-list, #top-banners .slick-track, #top-banners img {
    height: 100%;
}

#top-banners .banner-element {
    padding: 5px 5vw;
    position: relative;
}

#top-banners .banner-element:first-child {
    padding-left: 50px;
    position: relative;
}

#top-banners img {
    transition: .2s all;
}

#top-banners .slick-active img {
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

#top-banners .banner-element:not(.slick-active) img {
    filter: grayscale(1);
    opacity: 0.4;
}

#top-banners i.fa.slick-arrow {
    color: #636d6e;
    font-size: 40px;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    cursor: pointer;
}

#top-banners i.fa.fa-chevron-left.slick-arrow {
    left: 10px;
}

#top-banners i.fa.fa-chevron-right.slick-arrow {
    right: 10px;
}

@media all and (max-width: 575px) {
    #top-banners {
        box-shadow: none;
        display: none;
    }
}

/*
 Cookie
 */

#cookie-modal {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    background: rgba(255, 202, 55, .9);
    padding: 15px;
    color: black;
    z-index: 9999;
    text-align: center;
}

#cookie-modal a.btn {
    margin-left: 10px;
}

#application-download {
    height: 66px;
}

:target::before {
    content: '';
    display: block;
    height:      10px;
    margin-top: -10px;
}

li {
    margin-bottom: .25em;
}

/*
 Download bar
 */

#download-bar {
    position: fixed;
    bottom: 0;
    left: 50%;
    transition: .3s all;
    transform: translateX(-50%);
    z-index: 10;
}

#download-bar a {
    display: block;

    background-color: #8d232f;
    color: white;

    text-align: center;
    user-select: none;

    padding: 10px 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;

    box-shadow: 0 -3px 5px rgb(0, 0, 0, .24)
}

#download-bar a:hover {
    text-decoration: none;

    box-shadow: 0 -3px 5px rgb(0, 0, 0, .5);
    border-top: 1px solid darkred;
}

#download-bar.hide {
    bottom: -50px;
}

#download-bar strong {
    color: #fac600;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.page-title h1:after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: 'FIGYELEM: Az oldalon található más oldalra mutató hivatkozások mindig új lapon nyílnak meg!';
}

a i[class="fas fa-arrow-circle-right"] {
    text-decoration: none;
    margin-right: .5rem;
}