body {
    /*font-family: 'TypoRing', sans-serif;*/
    font-family: 'Andes', sans-serif;
}

.font-classic{
    /*font-family: Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif !important;*/
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

blockquote{
    border-left: 4px solid #332c6c;
    font-style: italic;
    padding-left: 30px;
    margin: 25px 0;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

/* Egyediek */
.margin-bottom-150 {
    margin-bottom: 150px
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.no-margin-left-right {
    margin-left: 0;
    margin-right: 0;
}

.no-padding-left-right {
    padding-left: 0;
    padding-right: 0;
}

.border-radius-15 {
    border-radius: 15px;
}

.border-bottom-radius-15 {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px ;
}

.padding-0-25 {
    padding: 0 25px;
}

.padding-0-15 {
    padding: 0 15px !important;
}

.cursor-pointer:hover {
    cursor: pointer;
}
/* ----- */

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-yellow {
    color: #fecc00;
}

.text-red {
    color: #332c6c;
}

.text-brown {
    color: #3E1F1A;
}

.text-black {
    color: #000;
}

.text-link:hover {
    color: inherit;
    text-decoration: none;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-50 {
    font-size: 50px !important;
}

.font-h-rg {
    font-family: "Halvar", sans-serif;
    font-weight: normal;
}

.font-h-md {
    font-family: "Halvar", sans-serif;
    font-weight: bold;
}

.font-h-bd {
    font-family: "Halvar", sans-serif;
    font-weight: 800;
}

.lh-1 {
    line-height: 1;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-bt-red-md {
    border-bottom: 3px solid #332c6c;
}

.border-bt-red-bld {
    border-bottom: 5px solid #332c6c;
}

.footer-box {
    padding: 25px 0 15px 0;
    font-size: 18px;
    border-top: 2px solid #332c6c;
    background-color: #fff;
}

.footer-contact-link {
    color: #000;
}

.footer-contact-link:hover {
    color: #3E1F1A;
    text-decoration: none;
}

.footer-categories {
    padding-left: 20px
}

.footer-categories li a{
    color: #000;
}

.footer-categories li a:hover{
    color: #3E1F1A;
    text-decoration: none;
}

.footer-categories li::marker{
    color: #332c6c;
}

@media (max-width: 768px) {
    .footer-box {
        text-align: center !important;
    }

    .footer-box li{
        list-style: none !important;
    }

    .footer-categories {
        padding-left: 0;
    }
}

.cim-box {
    text-align: center;
}

.cim-box__cim {
    font-weight: 800;
    margin-top: 50px;
    font-size: 50px;
    font-family: "Halvar", sans-serif;
    color: #3E1F1A;
}

.registration-box, .login-box {
    width: 100%;
    max-width: 620px;
    margin: 60px auto 100px auto;
    background-color: #fff;
    border: 3px solid #332c6c;
    border-radius: 15px;
    /*border-top: 5px solid #3E1F1A;*/
    padding: 40px 15px 20px 15px;
}

.login-box {
    max-width: 500px;
}

.registration-box__input {
    width: 100%;
    margin: 0 0 30px 0;
    /*height: 60px;*/
    font-family: Nunito, sans-serif;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 10px 15px !important;
    transition: all 0.25s ease-in-out;
}

.registration-box__input:focus {
    border: 2px solid #b77746;
}

.registration-box__btn-reg {
    width: 100%;
    height: 40px;
    border: none;
    background: none;
    font-weight: 700;
    background-color: #0000FF !important;
    padding: 5px 30px 5px 30px;
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 30px;
    color: white;
}

.registration-box__btn-log {
    display: inline-block;
    text-align: center;
    font-weight: 700;
    padding: 8px 30px 0 30px;
    font-size: 18px;
    margin: 10px auto 0 auto;
    font-family: "Halvar", sans-serif;
    color: #3E1F1A;
    text-decoration: none;
}

.registration-box__btn-log--overflow {
    color: #332c6c;
    transition: all 0.25s ease-in-out;
}

.registration-box__btn-log--overflow:hover {
    color: #992b14;
    text-decoration: none;
}

.status-bar {
    display: flex;
    display: -ms-flex;
    padding: 5px 0 5px 0;
    font-size: 11px;
    border-bottom: 1px solid #D2D2FF;
}

.status-bar--flex {
    display: flex;
    display: -moz-flex;
}

.status-bar__box-info {
    text-decoration: none;
    color: black;
}

.status-bar__box-info--location {
    padding-right: 5px;
    text-decoration: none;
    color: black;
}

.status-bar__box-info--weather {
    text-decoration: none;
    color: black;
}

.status-bar__box-info--weather-value {
    padding-right: 5px;
    text-decoration: none;
    color: black;
    border-right: 1px solid #0000FF;
}

.status-bar__btn {
    border: none;
    background: none;
}

.status-bar__btn-login {
    border-right: 3px solid #332c6c;
    padding-right: 5px;
    margin-right: 10px;
}

.status-bar__social-icon {
    padding: 0;
}

.status-bar__social-icon--padding {
    padding-right: 5px;
}

.important-news {
    background-color: #0000FF;
    align-content: center;
    text-align: center;
    padding: 30px 0 30px 0;
}

.important-news__title {
    font-size: 30px;
    font-weight: 800;
    color: white;
}

.important-news__text-box {
    width: 50%;
    margin: 0 auto 0 auto;
}

.important-news__text {
    font-size: 14px;
    color: white;
}

.nav-bar {
    display: flex;
    display: -moz-flex;
    border-bottom: 2px solid #332c6c;
}

.navbar-nav {
    font-size: 18px;
}

.content-box {
    margin-top: 30px;
}

.side-box {
    padding-left: 32px;
    padding-bottom: 20px;
}

.main-title-box {
    margin-bottom: 30px;
    padding-right: 8px;
}

.news-card {
    padding: 0 8px 0 0;
    margin-bottom: 30px;
}

.news-text {
    font-size: 14px;
}

.news-text--margin {
    margin-left: 20px;
}

.news-box {
    padding-left: 15px;
}

.news-box__title {
    color: black;
    text-decoration: none;
    line-height: 25px;
    font-size: 22px;
    font-weight: 800;
}

.news-box__title:hover {
    color: #3E1F1A;
    text-decoration: none;
}

.news-box__description {
    padding-top: 5px;
}

.banner {
    margin: 30px 0 60px 0;
}

.category {
    font-size: 18px;
    font-weight: 700;
    /*line-height: 20px;*/
}

.link--text {
    font-size: 16px;
    margin-top: 10px;
}

.article__author {
    display: flex;
    display: -moz-flex;
    margin-bottom: 25px;
}

.article__author--date {
    padding-left: 15px;
    margin-bottom: 5px;
}

.article__title {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 800;
}

.article__description {
    font-size: 17px;
    margin-bottom: 15px;
}

.article__paragraph {
    font-size: 17px;
    margin: 15px 0 35px 0;
}

.article__sub-title {
    font-size: 30px;
    margin: 30px 0;
    font-weight: 800;
}

.article__img {
    width: 100%;
    margin-bottom: 10px;
}

.bga-logo {
    width: 150px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
}

.article__img-desc {
    display: flex;
    display: -moz-flex;
    margin-bottom: 25px;
}

.article__img-src {
    float: left;
}

.article__img-social {
    margin-left: auto;
    margin-right: 10px;
    padding-right: 15px;
}

.img-padding-r-5px {
    padding-right: 5px;
}

.margin-t--20px {
    margin-top: 20px;
}

.margin-bt--30px {
    margin-bottom: 30px;
}

.margin-vertical--bt-25-t-25 {
    margin: 25px 0;
}

.margin-vertical--bt-60-t-40px {
    margin: 40px 0 60px 0;
}

.margin-sm--20px {
    margin-left: 20px;
}

.margin-l--fixed {
    margin-left: auto;
}

.margin-horizontal--10px {
    margin: 0 10px 0 10px;
}

.margin-lr--no {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.padding-t-16px {
    padding-top: 16px;
}

.padding-t-20px {
    padding-top: 20px;
}

.padding-l-20px {
    padding-left: 20px;
}

.padding-t-40px {
    padding-top: 40px;
}


.padding-bt-20px {
    padding-bottom: 20px;
}


.padding-l--responsive {
    padding-left: 15px;
}

.padding-l--30px {
    padding-left: 30px;
}


.padding-r-30px {
    padding-right: 30px;
}

.padding-horizontal--0 {
    padding-left: 0;
    padding-right: 0;
}

.padding-horizontal--5px {
    padding: 0 5px;
}

.padding-horizontal--10px {
    padding: 0 10px;
}

.row__card--padding {
    padding: 5px 0 16px 15px;
}

.col-md-8--padding-l-20px {
    padding-left: 20px;
}

.col-md-4--padding-horizontal-8px {
    padding: 0 8px;
}


.col-md-4--padding-right-res {
    padding-right: 7%;
}


.navbar-brand--hirportal {
    color: #0000FF !important;
    font-size: 30px;
    font-weight: 800;
}

.link--navbar {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 11px 24px 11px;
}

.link--navbar:hover {
    color: #0000FF;
    text-decoration: none;
    border-bottom: 5px solid #0000FF;
}

.link--news {
    color: black;
    text-decoration: none;
}

.link--news:hover {
    color: black;
    text-decoration: none;
}

.link--news--white {
    color: white;
}

.link--news--white:hover {
    color: white;
}

.link--news--title {
    line-height: 25px;
    font-size: 22px;
    font-weight: 800;
    word-break: break-word;
}

.link--news--black {
    color: black;
}

.link--news--black:hover {
    color: black;
}

.link--bg-blue {
    background-color: #0000FF !important;
    padding: 0 5px 0 5px;
    line-height: 30px;
    font-size: 22px;
    font-weight: 800;
    color: white;
}

.link--bg-blue:hover {
    color: white;
}


.link--title {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.link--title:hover {
    text-decoration: none;
    color: white;
}


.link--news-decoration-no {
    text-decoration: none;
    text-transform: uppercase;
}

.footer-box__link {
    text-decoration: none;
    color: black;
}

.footer-box__link:hover {
    color: black;
}

.link--news-latest {
    color: black;
    font-size: 18px;
    text-decoration: none;
    margin-top: 20px;
    font-weight: 700;
}

.link--news-latest:hover {
    color: #3E1F1A;
    text-decoration: none;
}

.ol--no-bullets {
    list-style-type: none;
    padding-left: 0;
}

.block--horizontal-line {
    bottom: 0;
    display: flex;
}

.horizontal-line {
    height: 5px;
    display: inline-block;
    padding: 0;
}

.horizontal-line--primary {
    width: 60px;
    background: #332c6c;
}

.horizontal-line--secondary {
    width: 180px;
    background: #fecc0082;
}

.container--kep {
    position: relative;
    text-align: center;
    color: white;
    /*margin-bottom: 10px;*/
    padding: 0;
}

.container--kep__title_cover {
    width: inherit;
    height: 398px;
    object-fit: cover;
    border-radius: 0 0 15px 15px;
}
/*
.container--kep.highlighted:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 30%, rgba(255,255,255,0) 40%);
    z-index: 0;
}*/

.main-title-box--title {
    padding: 15px 0 5px 0;
    font-weight: 800;
}

.container--kep__cover {
    width: inherit;
    height: 165px;
    object-fit: cover;
    margin-bottom: 10px;
    /*border-bottom-left-radius: 5px;*/
    border-radius: 5px;
}

.main-title-box--text {
    position: absolute;
    bottom: 0;
    width: inherit;
    color: white;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #332c6c;
    border-radius: 0 0 15px 15px;
}

.cimke {
    background-color: #3E1F1A;
    padding: 5px 14px;
    /*font-weight: 700;*/
    font-size: 14px;
    border-radius: 5px;
}

.cimke__text {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.cimke__text:hover {
    color: white;
}

.cimke--main {
    font-size: 14px;
    width: max-content;
    width: -moz-max-content;
    /*margin-left: 20px;
    margin-bottom: 10px;*/
    position: absolute;
    top: -15px;
}

.cimke--position-bottom-left {
    position: absolute;
    bottom: 10px;
    left: 0;
}


.width--fit-content {
    width: fit-content;
    width: -moz-fit-content;
}

.width--inherit {
    width: inherit;
}

.width-moz-available {
    width: -moz-available;
}

.date {
    padding-left: 15px !important;
}

.author {
    font-weight: 800;
    margin-top: 10px;
    padding-right: 15px !important;
    border-right: 3px solid #fecc00;
}


.author--padding-r {
    padding-right: 15px !important;
}

.author-info {
    padding-right: 7%;
    margin-bottom: 25px;
    font-size: 18px;
}

.author-info__name {
    font-size: 40px;
    font-weight: 800;
}

.author-info__motto {
    font-size: 17px;
    font-style: italic;
    padding-left: 20px;
    margin: 25px 0;
    border-left: 4px solid #0000FF;
}

.author-news {
    margin-bottom: 100px;
}

.date--padding-l-20px {
    padding-left: 20px !important;
}

.font-style--italic {
    font-style: italic;
}


.font-size--14px {
    font-size: 14px;
}

.font-size--17px {
    font-size: 17px;
}

.font-size--22px {
    font-size: 22px;
}

.font-size--40px {
    font-size: 40px;
}

.font-size--calc {
    font-size: calc(1vw + 18px);
}

.link-src {
    text-decoration: none;
    font-size: 14px;
    color: black;
    padding-right: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0000FF;
}

.link-src:hover {
    color: black;
}

.font-weight--bold {
    font-weight: 700;
}

.font-weight--black {
    font-weight: 800;
}


.line-height--25 {
    line-height: 25px;
}

.border-bt {
    border-bottom: 1px solid #D2D2FF;
}


.border-r {
    border-right: 1px solid #0000FF;
}

.border-l {
    border-left: 4px solid #0000FF;
}

.float--left {
    float: left;
}

.float--right {
    float: right;
}

.scroll-btn {
    width: fit-content;
    margin-left: auto;
}

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

.width--fit-content {
    width: fit-content;
}

.display--flex {
    display: flex;
    display: -moz-flex;
}

.display--inline-flex {
    display: flex;
    display: -moz-flex;
}

.kommentek {
    background-color: #fff;
    border-bottom: 4px solid #332c6c;
    border-top: 4px solid #332c6c;
    padding: 30px 10px 40px 10px;
    margin: 30px 0 50px 0;
    width: 100%;
}

.komment {
    padding: 10px 10px 15px 10px;
    margin: 5px 10px 0 10px;
    /*border-bottom: 1px solid rgba(181, 54, 29, 0.5);*/
    font-size: 16px;
    background-color: #fff;
    border-left: 2px solid #332c6c;
    border-radius: 10px;
}

.komment__name {
    font-weight: 800;
    margin-bottom: 0;
}

.komment__date {
    margin-bottom: 10px;
}

.komment__button-reply {
    border: none;
    background: none;
    font-weight: 700;
    background-color: #0000FF !important;
    padding: 5px 30px 5px 30px;
    font-size: 14px;
    margin-right: 30px;
}

.komment__button-like {
    border: none;
    background: none;
}

.komment__button-icon {
    position: relative;
    bottom: 5px;
    margin-left: 5px;
}

.komment__button-dislike {
    border: none;
    background: none;
}

.komment__form {
    font-size: 16px;
    margin: 0 10px 10px 10px;
}

.komment__title {
    font-weight: 800;
    margin-top: 20px;
}

.valasz {
    padding: 10px 10px 15px 10px;
    margin: 5px 10px 0 20px;
    font-size: 16px;
    background-color: #ffffff;
    border-left: 2px solid #d19563;
    border-radius: 0 10px 10px 0;
}

.komment__button-submit {
    border: none;
    background: none;
    font-weight: 700;
    background-color: #0000FF !important;
    padding: 5px 30px 5px 30px;
    font-size: 14px;
    margin-right: 10px;
}

.komment__input-nev {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: none #F3F3FF;
    border-radius: 0;
    padding: 0 0 0 5px !important;
}

.textarea {
    width: 100%;
    min-height: 125px;
    box-sizing: border-box;
    border: 1px solid rgba(181, 54, 29, 0.5);
    border-radius: 5px;
    margin: 0 0 5px 0;
    padding: 10px;
    resize: none;
}

.row--flex-direction {
    display: flex;
    flex-direction: row;
}

.author-news--card {
    display: flex;
    flex-direction: row;
    height: 145px;
    margin-bottom: 16px;

}

.row__main {
    -ms-flex: 40%;
    flex: 40%;
    height: inherit;
}

.row__side {
    -ms-flex: 60%;
    flex: 60%;
    height: inherit;
}

.row__img {
    height: inherit;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .mobile-nav-item {
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 10px;
    }

    .link--navbar {
        padding: 0 !important;
    }

    .author--padding-r--fixed {
        padding-right: 0;
    }

    .date--padding-l--fixed {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .news-text {
        display: none;
    }

    .author {
        display: none;
    }

    .author-show--a {
        display: block;
    }

    .date {
        display: none;
    }

    .date-show--a {
        display: block;
    }

    .author-news--card {
        margin: 20px 0;
        height: auto;
    }

    .row__main {
        display: none;
    }

    .author-info {
        padding-top: 25px;
        padding-right: 15px;
        text-align: center;
    }

    .desktop-menu {
        display: none;
    }

    .newsletter-box {
        text-align: center;
        margin-bottom: 20px;
    }

    .more-article {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .row__main {
        display: block;
    }

    .author-news--card {
        flex-direction: column;
    }

    .side-box {
        padding-left: 15px !important;
    }

    .footer-box__social {
        margin-left: auto;
        margin-right: auto;
    }

    .main-title-box {
        padding-right: 0;
    }

    .news-card {
        padding: 0 15px;
    }

    .news-box {
        padding-left: 0;
    }

    .container--kep__title_cover,
    .container--kep__cover {
        max-height: 250px;
    }

    .content-box {
        margin-top: 0;
    }

    .kommentek {
        margin: 50px 0 50px -15px;
        width: calc(100% + 30px);
    }
}

@media (max-width: 576px) {
    .display--flex--column {
        flex-direction: column;
        align-items: center;
    }

    .status-bar__box-login-registration {
        margin: auto;
        /*padding-right: 23px;*/
    }

    .status-bar--flex {
        flex-direction: column;
        align-items: center;
        font-size: 14px;
    }

    .status-bar__box-info, .status-bar__box-info--date {
        margin-bottom: 5px;
    }

    .margin-l--fixed {
        margin-left: unset;
    }

/*
    .cimke--main {
        margin-left: 20px;
        margin-bottom: 2px;
    }*/

    .font-size--calc {
        font-size: calc(1vw + 22px);
    }

    .registration-box__btn-log--overflow {
        display: none;
    }

    .important-news__text-box {
        width: 90%;
    }
}

@media (max-width: 350px) {
    .link-src {
        font-size: 13px;
    }

    .komment__button-reply {
        margin-right: 0;
    }
}

/* ----------- Kövi ---------- */

.status-bar__btn:hover {
    text-decoration: none;
    color: #000;
}

.status-bar__btn.write-article-page {
    background-color: #0000FF;
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 5px;
    color: #fff;
    margin-right: 15px;
}
/*
.search-input {
    border-radius: 0;
    border-color: #0000FF;
    padding: .6rem .75rem;
}*/

.search-button {
    border-radius: 0;
    vertical-align: baseline;
}

.search-button:hover {
    background-color: #0000c8;
}

.tox-notification--warning {
    display: none !important;
}

.article__paragraph iframe, .article__paragraph img {
    width: 100%;
}
/* ---- OACS -----*/


/* ---- Modal -----*/
.modal-content {
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 10px;
}

.modal-header {
    background-color: #332c6c;
    padding: 10px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: none;
}

.modal-header .close {
    padding: 0;
    margin: 0;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.modal-header .close:focus {
    outline: none;
    box-shadow: none;
}

.modal-header .modal-title{
    color: #fff !important;
    font-family: "Halvar", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    text-align: center;
}

.modal-body {
    width: 100%;
    max-width: 350px;
}

.questionnaire-container {
    max-width: 475px;
    padding: 25px 10px 50px 10px;
}

.questionnaire-container .modal-content {
    box-shadow: 0 0 10px #6e1200ad;
}

.modal-body.questionnaire {
    max-width: 425px;
}

.modal-header .questionnaire-title {
    font-size: 30px;
}

.modal-footer {
    /*background-color: #fecc0082;*/
    background-color: #d9eef8;
    justify-content: center;
    padding: 10px;
    border: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* ---- Vége -----*/
/* ---- OACS folytatás ---- */
.custom-navbar-toggler {
    border: 2px solid #332c6c !important;
    background-color: #fffdf7;
}

.mobile-nav-item, .search-menu span {
    display: none;
}

@media (max-width: 991px) {
    .mobile-nav-item {
        display: block;
        font-family: "Halvar", sans-serif;
        list-style: circle;
        font-weight: bold;
        font-size: 20px;
    }

    .mobile-nav-item a{
        color: #000;
    }

    .status-bar__box-login-registration {
        text-align: center;
        margin: 20px 0 10px 0;
    }

    .navbar-nav {
        padding-top: 10px;
    }

    .search-menu span {
        display: inline-block;
    }
}

.responsive-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-page-container, .main-page-head {
    width: 100%;
    height: 500px;
    position: relative;
}

.main-page-container {
    background-image: url("/images/design/main-page-head-1920.png");
    background-position-x: right;
    background-position-y: bottom;
    background-size: cover;
}

.main-page-head-image {
    position: absolute;
    object-position: center right;
    z-index: -2;
}

.main-page-head-text {
    height: 100%;
    display: inline-block;
    width: fit-content;
    padding: 10px 15px;
    border-radius: 25px;
}

.main-page-head-text .upper-text {
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 800;
    line-height: normal;
}

.main-page-head-text .lower-text {
    margin-bottom: 0;
    font-size: 50px;
    font-weight: bold;
}

.main-page-title {
    font-size: 50px;
}

/*
.main-page-container:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: rgba(255, 255, 255, 0.4);
    z-index: -1;
}*/

.main-page-category-col {
    background-color: transparent;
    /*height: calc(100vh / 4 );*/
    min-height: 235px;
    perspective: 1000px;
}

.main-page-category-box {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    transform-style: preserve-3d;
}

.main-page-category-box-front, .main-page-category-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.main-page-category-col:hover .main-page-category-box {
    box-shadow: none;
    transform: rotateY(180deg);
}

.main-page-category-box-back {
    background-color: #dceef2;
    font-size: 20px;
    transform: rotateY(180deg);
}

.main-page-category-box-back p{
    height: 70%;
    display: table;
}

.main-page-category-box-back p span{
    font-family: "Halvar", sans-serif;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

.main-page-category-box-front {
    background-color: rgba(254, 204, 0, 0.03);
    /*box-shadow: 0 0 4px 2px #B5361D;*/
    /*border: 3px solid #B5361D;*/
    /*border: 3px solid #D19563;*/
    border: 3px solid #332c6c;
}

.main-page-category-box-front img {
    max-width: 130px;
}

.success-review-box {
    text-align: center;
    max-width: 600px;
    padding: 20px;
    background-color: rgba(209, 149, 99, 0.03);
    border: 3px solid #d19563;
    border-radius: 10px;
}

.more-info-button {
    background-color: #332c6c;
    color: #fff !important;
    border-radius: 10px;
    font-family: "Halvar", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    padding: 5px 20px;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.more-info-button:hover, .more-info-button:focus {
    background-color: #332c6c;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.custom-input {
    border: 2px solid #332c6c;
}

.custom-input:focus {
    box-shadow: none;
    border: 2px solid #e79228;
}

.search-box {
    background-color: rgb(255 249 230);
    padding: 15px 15px 0 15px;
    width: fit-content;
    border-radius: 15px;
}

.forgotten-password-link {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto;
    font-family: "Halvar", sans-serif;
    color: #3E1F1A;
    text-decoration: none;
}

.desktop-menu {
    background-color: rgba(181, 54, 29, 0.03);
    padding: 20px 0 5px 0;
}

.custom-breadcrumb {
    display: block;
    margin-top: 5px;
}

@media (max-width: 370px) {
    .search-box button {
        margin-top: 10px;
    }
}


@media (max-width: 1200px) {
    .main-page-container {
        background-image: url("/images/design/main-page-head-1200.png");
        height: 450px;
    }

    .main-page-head-text {
        margin-bottom: 100px;
    }
}

@media (max-width: 992px) {
    .main-page-container {
        height: 400px;
    }

    .main-page-container .upper-text {
        font-size: calc(75px * 0.8);
    }

    .main-page-container .lower-text {
        font-size: calc(50px * 0.8);
    }

    .custom-breadcrumb {
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .main-page-container {
        background-image: url("/images/design/main-page-head-768.png");
        height: 350px;
    }

    .main-page-head-text {
        margin-bottom: 150px;
        text-align: center;
        border-right: 10px solid #332c6c;
    }

    .main-page-title {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .main-page-container .upper-text {
        font-size: calc(75px * 0.6);
    }

    .main-page-container .lower-text {
        font-size: calc(50px * 0.6);
    }

    .main-page-title {
        font-size: 35px;
       /*border-width: 3px;*/
        border: none;
        padding: 0 10px !important;
    }

    .main-page-title-box {
        border-left: 5px solid #332c6c;
        border-right: 5px solid #332c6c;
        /*border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;*/
    }
}

@media (max-width: 400px) {
    .main-page-container .upper-text {
        font-size: calc(75px * 0.5);
    }

    .main-page-container .lower-text {
        font-size: calc(50px * 0.5);
    }
}


.logo-footer {
    width: 150px;
}

@media (min-width: 992px) {
    .logo-footer {
        width: 200px;
    }
}


.information-box {
    padding: 16px;
    background-color: #fff;
    box-shadow: 10px 3px 30px #00000011;
    text-align: center;
    margin-bottom: 30px;
}

.information-box .main {
    font-size: 18px;
    color: #332c6c;
    margin-bottom: 15px;
}

.information-box .default-img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.information-name {
    font-size: 24px;
    font-weight: bold;

}

.information-button {
    background: #332c6c;
    color: #fff;
    padding: 15px 30px;
    transition: .15s;
    font-weight: 400;
    font-size: 14px;
    border: 0;
}

.information-img {
    width: 100%;
    margin-bottom: 30px;
    max-width: 200px;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .information-box .main {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    button:focus {
        outline: 0 !important;
    }
}
