<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* KAVK themes */

*, html, body {
    font-family: 'Exo 2', sans-serif;
    color: #010101;
    transition: all 0.15s ease-in-out;;
}

.img-fluid {
    max-width: 100%;
    height: auto !important;
}

.navbar-nav li:hover &gt; .dropdown-menu {
    visibility: visible;
    transition: visibility 0s, display 0s, opacity 0s linear;
    opacity: 1;
    height: auto;
}

.navbar-nav li:hover span.menu-item {
    color: #fff;
}

.navbar-nav li:hover .dropdown-toggle::after {
    border-top: .3em solid #fff;
}

.navbar-nav li:hover &gt; .dropdown-menu span.menu-item {
    color: unset;
}

.navbar-nav li:hover &gt; .nl {
    background: #96C31E;
    border-radius: 4px;
    color: #fff !important;
}

@media (min-width: 768px) {
    .navbar-nav li:hover &gt; .dropdown-menu {
        visibility: visible;
        display: block;
        opacity: 1;
        transition: visibility 0s, display 0s, opacity 0.15s ease-in-out;
        height: auto;
    }
}

.nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    margin: 0 !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    opacity: 0;
    transition: visibility 0s, display 0s, opacity 0.15s ease-in-out;
    height: 0px;
}

.dropdown-toggle::after {
    border-top: .3em solid #96C31E;
}

.active::after {
    border-top: .3em solid #fff;
}

.dropdown-toggle:hover:after, .dropdown-toggle:focus:after, .dropdown-toggle:active:after {
    border-top: .3em solid #fff;
}

.dropdown-item, .dropdown-item .menu-item {
    max-width: 100%;
    height: auto;
    white-space: normal;
}

@media (min-width: 992px) {
    .dropdown-item, .dropdown-item .menu-item {
        max-width: 360px;
        min-width: 300px;
    }
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #96C31E;
}

table, .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #010101;
}

table th,
table td,
.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eee;
    width: auto;
    max-width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

h1, .h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
}

h2, .h2, h1 small, .h1 small, h1 .small, .h1 .small {
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 25px;
}

h3, .h3 {
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
}

p, p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.date {
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    line-height: 25px;
}

a, .a, .btn-link, .link {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #96C31E;
}

a:hover, a:focus {
    color: #0F7328;
}

.strong {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

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

.mt-30 {
    margin-top: 30px;
}

label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 18px;
}

.form-control {
    border: 1px solid #96C31E;
    box-sizing: border-box;
    border-radius: 4px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #96C31E;
    outline: 0;
    box-shadow: none;
}

.custom-control {
    padding-left: 0;
}

.custom-control-label {
    padding-left: 40px;
    display: flex;
    align-items: center;
    min-height: 30px;
}

.custom-checkbox small {
    font-size: 100%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 4px;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #96C31E;
    border-color: #96C31E;
}

.custom-control-label::before, .custom-control-label::after {
    width: 30px;
    height: 30px;
    left: 0px;
    top: 0px;
    border-color: #96C31E;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
    color: #96C31E;
    border-color: #96C31E;
    background-color: #96C31E;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #96C31E;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.btn-kavk {
    border-radius: 4px;
    cursor: hand;
    cursor: pointer;
    text-align: center;
    padding: 5px;
}

.breadcrumb-section {
    padding-top: 8px;
    padding-bottom: 8px;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: none;
}

.breadcrumb-item, .breadcrumb-item a {
    font-family: Exo 2;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    text-transform: uppercase;

    /* KAVK_gray */

    color: #505055;
}

@media (min-width: 768px) {
    p .col-md-4 {
        -ms-flex: 0 0 32.333333%;
        flex: 0 0 32.333333%;
        max-width: 32.333333%;
    }
}

@media (min-width: 992px) {
    .position-lg-static {
        position: static !important;
    }

    .position-lg-relative {
        position: relative !important;
    }

    .position-lg-absolute {
        position: absolute !important;
    }

    .position-lg-fixed {
        position: fixed !important;
    }

    .position-lg-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}

@media (max-width: 992px) {
    .brand-img {
        max-height: 90px !important;
    }

    main#main-content {
        margin-top: 90px !important;
        min-height: calc(100vh - 741px) !important;
    }
}

.navbar {
    background: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

main#main-content {
    margin-top: 120px;
    min-height: calc(100vh - 470px);
}

section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-ab {
    height: calc(100% - 60px) !important;
}

.footer-top {
    padding-top: 45px;
    padding-bottom: 45px;
}

.footer-top .row div {
    border-right: 1px solid #eee;
}

.footer-top .row div:nth-last-child(1) {
    border-right: none;
}

.footer-link {
    padding-bottom: 15px;
    border-right: none !important;
}

.footer-link:nth-last-child(1) {
    padding-bottom: 0;
}

strong {
    font-weight: bold;
}

.footer-top p {
    font-family: Exo 2;
    font-style: normal;
    font-size: 16px;
    line-height: 130%;

}

.footer-top a {
    font-family: Exo 2;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    /* or 156% */
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer-top a:hover, .footer-top a:focus {
    color: #98989B;
}

.footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-bottom p, .footer-bottom ul {
    font-family: Exo 2;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
}

.footer-bottom li {
    display: inline;
    list-style: none;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.f-li {
    display: none !important;
}

.nav-link, .dropdown-item {
    font-family: Exo 2;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
}

.brand-line {
    display: none;
}

.card {
    height: calc(100% - 30px);
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075);
    border-radius: 4px;
    margin-bottom: 30px;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: none;
}

.card-text-nev {
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #96C31E;

}

.card-kep {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075);
    border-radius: 0px 0px 4px 4px;
    min-height: 120px;
}

.btn-news {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    background: #96C31E;
    width: 112px;
    text-align: center;
    border: 1px solid #96C31E;
    box-sizing: border-box;
    border-radius: 4px;
}

.btn-news:hover, .btn-news:focus {
    color: #505055;
    background: #FFFFFF;
    text-decoration: none;
}

.news-body {
    margin-top: -55px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-left: 30px;
    margin-right: 15px;
    height: auto;
}

.news-img {
    background-size: cover !important;
    border-radius: 4px 4px 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.news-cimke {
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.news-date {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
}

.btn-news-read {
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    width: 112px;
    align-items: center;
    text-align: center;
}

.btn-news-read:hover, .btn-news-read:focus {
    background: #fff;
    color: #010101;
    cursor: hand;
    cursor: pointer;
    text-decoration: none;
}

.ac-a, .ac-a:hover, .ac-a:focus, a:hover {
    text-decoration: none;
}


#palyaalkalmassagi-vizsgalat .ac-list {
    border-color: #F07D00 !important;
}

#palyaalkalmassagi-vizsgalat .ac-list .ac-list-title {
    background: #F07D00 !important;
}

#palyaalkalmassagi-vizsgalat .collapsed .ac-list-title {
    background: transparent !important;
}

.ac-list {
    border: 1px solid #96C31E;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 3px;

}

.ac-list-title {
    padding: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #333333;
    text-decoration: none;
}

.ac-list .ac-list-title {
    background: #96C31E;
    color: #fff;
}

.collapsed .ac-list-title {
    color: #333333;
    background: transparent;
}

.ac-list .card-body {
    padding: 10px;
    background: #EEEEEE;
    border-radius: 0px 0px 4px 4px;
}

.gyik .card-body {
    padding: 10px 24px;
}

.ac-list-title svg {
    width: 24px;
    height: 20px;
    min-width: 24px;
    min-height: 20px;
    margin-left: -10px;
}

.ac-a .ac-list-title svg {
    transform: rotate(180deg);
}

.collapsed .ac-list-title svg {
    transform: rotate(0deg);
}

.ac-a #ac-ikon .st0 {
    fill: #fff !important;
}

.collapsed #ac-ikon .st0 {
    fill: #96C31E !important;
}

#palyaalkalmassagi-vizsgalat .collapsed #ac-ikon .st0 {
    fill: #F07D00 !important;
}

.doktar-item {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #010101;
    min-height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.doktar-item:hover, .doktar-item:focus {
    color: #010101;
    text-decoration: none;
}

.doktar-item .dok-ikon {
    display: inline-flex;
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    background: url(../img/ikon-letoltes.svg);
    background-size: 32px;
    margin-right: 8px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px;
    }
}

@media (min-width: 992px) {
    .border-lg-top-0 {
        border-top: none !important;
    }

    .f-li {
        display: inline !important;
    }
}

@media (min-width: 768px) {

    .navbar-nav-menu {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .navbar-nav-keres {
        margin-left: auto !important;
        margin-right: 0;
        flex-direction: row;
    }

    .nkeres-g {
        margin-right: 21px;
        margin-left: 0;
    }

    .px7 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .px5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .nav-link, .dropdown-item {
        font-family: Exo 2;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
    }

    .nl:hover, .nl:focus, .nav-item .active {
        background: #96C31E;
        border-radius: 4px;
        color: #fff;
    }

    .nl:hover span, .nl:focus span, .nav-item .active span {
        color: #fff;
    }
}

@media (min-width: 992px) {
    .nav-item, .nav-itm {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .nav-line {
        display: block;
        height: 65px;
        background: #505055;
        width: 0px;
        float: left;
    }

    .brand-line {
        display: block;
        height: 65px;
        margin-top: 27.5px;
        background: #505055;
        width: 1px;
        float: left;
    }

    .navbar-brand {
        min-width: 256px;
    }

    .navbar-brand img {
        float: left;
        min-width: 255px;
    }
}

.navbar-nav-keres {
    flex-direction: row;
}

@media (min-width: 1200px) {
    .navbar-nav-menu {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .navbar-nav-keres {

        margin-right: 0;
        flex-direction: row;
    }

    .nkeres-g {
        margin-right: 21px;
        margin-left: 0;
    }

    .px7 {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .px5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }


    h1, .h1 {
        font-family: Exo 2;
        font-style: normal;
        font-weight: 500;
        font-size: 45px;
        line-height: 45px;
    }
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}


.carousel-item {

    min-height: 400px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 768px) {
    .carousel-item_news {
        min-height: 280px;
    }
}

.cr-item {
    max-height: 138px;
    min-height: 138px !important;
}

@media (max-width: 992px) {
    footer * {
        border-right: none !important;
    }
}

/* SzÃ­nek */
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #EB5757;
    opacity: 1; /* Firefox */
}

.input-hiba {
    background: url(../img/ikon-hiba.svg);
    background-repeat: no-repeat;
    background-position: right;
    color: #EB5757;
}

.c-r, .c-r small {
    color: #EB5757;
}

.strong small {
    font-weight: bold;
}

.c-z {
    color: #96C31E;
}

.bg-z {
    background: #96C31E;
}

.border-z {
    border: 1px solid #96C31E;
}

.c-n {
    color: #F07D00;
}

.bg-n {
    background: #F07D00;
}

.border-n {
    border: 1px solid #F07D00;
}

.c-t {
    color: #64BEBE;
}

.bg-t {
    background: #64BEBE;
}

.border-t {
    border: 1px solid #64BEBE;
}

.c-g {
    color: #505055;
}

.bg-g {
    background: #505055;
}

.border-g {
    border: 1px solid #505055;
}

.c-g10 {
    color: #EEEEEE;
}

.bg-g10 {
    background: #EEEEEE;
}

.border-g10 {
    border: 1px solid #EEEEEE;
}

.c-bk {
    color: #010101;
}

.bg-bk {
    background: #010101;
}

.border-bk {
    border: 1px solid #010101;
}

.c-ff {
    color: #FFFFFF;
}

.bg-ff {
    background: #FFFFFF !important;
}

.border-ff {
    border: 1px solid #FFFFFF;
}

.bg-arrow {
    background: rgba(80, 80, 85, 0.54);
}

.bg-cbg {
    background: rgba(80, 80, 85, 0.85);
}

.border-kavk {
    border-radius: 4px;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 30px;
    top: 30px;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 6px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 6px;
}

.carousel-indicators .active {
    background: #96C31E;
}

.bg-carousel {
    background: rgba(80, 80, 85, 0.85);
    border-radius: 0px 4px 4px 0px;
    height: calc(100% - 60px);
    z-index: 1;
    top: 30px;
}

.display-4 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    display: flex;
    align-items: flex-end;
    color: #FFFFFF;
}

@media (min-width: 321px) {
    .display-4 {
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 25px;
        display: flex;
        align-items: flex-end;
        color: #FFFFFF;
    }
}

@media (min-width: 768px) {
    .display-4 {
        font-style: normal;
        font-weight: normal;
        font-size: 45px;
        line-height: 45px;
        display: flex;
        align-items: flex-end;
        color: #FFFFFF;
    }

}

.lead {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.img-border {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075);
    border-radius: 4px 0px 0px 4px;
}

.img-border-l {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075);
    border-radius: 0px 4px 4px 0px;
}

.btn-kav-sm {
    min-height: 60px;
    text-align: left;
    font-family: Exo 2;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    padding-left: 18px;
    padding-right: 18px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.btn-kav, .btn-xl {
    min-height: 80px;
    text-align: left;
    font-family: Exo 2;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.btn .btn-text {
    float: left;
    min-width: calc(100% - 40px);
}

/* SZÃ­nek vÃ©ge */

/* HAMBURGER */
#nav-icon {
    width: 32px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 34px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 9999
}

#nav-icon span:focus, button:focus, .dropdown-toggle, .dropdown {
    outline: 0;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #96C31E;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon[aria-expanded="false"] span:nth-child(1) {
    top: 0px;
}

#nav-icon[aria-expanded="false"] span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 9px;
}

#nav-icon[aria-expanded="false"] span:nth-child(4) {
    top: 18px;
}

#nav-icon[aria-expanded="true"] span:nth-child(1) {
    top: 9px;
    filter: alpha(opacity=0);
    opacity: 0;

}

#nav-icon[aria-expanded="true"] span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon[aria-expanded="true"] span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon[aria-expanded="true"] span:nth-child(4) {
    top: 9px;
    filter: alpha(opacity=0);
    opacity: 0;
}


/* HAMBURGER VÃ‰GE */


/* TÃ‰RKÃ‰P */

.activmap-infowindow {
    width: auto;
    height: auto;
}

#activmap-places {
    right: 0px !important;
    left: auto;
    z-index: 9;
    width: 100% !important;
    box-shadow: none;
}

#activmap-ui-wrapper {
    position: unset;

}

#activmap-container, #activmap-canvas {
    height: 580px !important;
}

.activmap-details {

    padding: 15px;
    margin-left: 0;
    width: 100%;
}

#activmap-search {
    padding-left: 0px;
    padding-right: 0px;
}

#activmap-results-num {
    padding: 0px;
    font-weight: 300;
    font-size: 25px;
    line-height: 25px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
}

.activmap-place, .activmapplace {
    display: block;
    padding: 0px;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px
}

.activmap-place p, .activmapplace p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 100% !important;
}

.activmap-place .poi, .activmapplace .poi {
    width: 40px;
    height: 40px;
    background: url(../icon/kavk_poi.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 38px auto;
    display: table-cell;
    margin-right: 9px;
}

.activmap-place .pav, .activmapplace .pav {
    background: url(../icon/pav_poi.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 38px auto;
}

.activmap-place .hajozas, .activmapplace .hajozas {
    background: url(../icon/hajozas_poi.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 38px auto;
}

.activmap-place .vasut, .activmapplace .vasut {
    background: url(../icon/vasut_poi.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 38px auto;
}

.activmap-place small, .activmapplace small {
    color: #96C31E;
}

.pav small {
    color: #F07D00;
}

.activmap-place h3:before {
    content: '';
    margin-right: 0px;
}

.activmap-place .poi-title {
    display: table-cell;
    width: calc(100% - 42px);
    margin: 0px;
    background: none;
}

.activmap-place .poi-title .cim {
    font-weight: normal;
    font-size: 12px;
    line-height: 100;
}

@media (max-width: 1190px) {
    #activmap-places, #activmap-container {
        height: 580px !important;
    }
}

@media (max-width: 992px) {
    #activmap-places {
        margin-top: 15px;
    }
}

/* TÃ‰RKÃ‰P VÃ‰GE */


.pagination {
    border-radius: 4px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #96C31E;
    border-color: #96C31E;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #96C31E;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #e9ecef;
    text-decoration: none;
    background-color: #96C31E;
    border-color: #96C31E;
}

.border-radius {
    border-radius: 0.26rem;
}

.border-kozut {
    border: 1px solid #96C31E;
}

.border-vasut {
    border: 1px solid #505055;
}

.border-hajozas {
    border: 1px solid #64BEBE;
}

.border-dron {
    border: 1px solid #0a4646;
}

.border-pav {
    border: 1px solid #F07D00;
}

.border-legugy {
    border: 1px solid #ffc832;
}

.btn-legugy {
    background: #ffc832;
}

.btn-legugy:hover, .btn-legugy:focus {
    background: #fabb0d;
}

.ac-a .btn-kav {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ac-a &gt; .collapsed .btn-kav {
    border-radius: 0.25rem;
}


.s_kereso {
    background: rgba(255, 255, 255, 0.9);
}

.dok-cimke-m {
    margin-left: 40px;
    height: 28px;
    margin-top: -10px;
}

.dok-cimke {
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    color: #FFFFFF;
    background: #96C31E;
    border-radius: 4px;
    padding: 4px;
}


/* SELECT */
bootstrap-select .dropdown-toggle:after {
    display: none !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    min-width: 220px;
    width: 100% !important;
}

.btn-i-border:hover {
    color: #ADADAD !important;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 0;
}

.btn-szuro {
    background: #DADADA;
    border-radius: 6px;
    font-size: 19px;
    padding: 10px 15px 10px 15px;
    text-transform: uppercase;
    color: #838383;
    border: 2px solid #DADADA;
    width: auto !important;
}

.btn-i-borderd #ikon-rkeres {
    transform: rotate(180deg);
}

.btn-i-border #ikon-rkeres {
    transform: rotate(0deg) !important;
}


.bootstrap-select &gt; .dropdown-toggle.bs-placeholder, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:hover, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:focus, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:active {
    color: #fff;
}

.dropdown-menu .inner {
    max-height: calc(285px - 56px) !important;
    overflow-y: auto;
    min-height: 98px;
    overflow: auto;
}

.bootstrap-select .dropdown-menu.inner {
    max-height: max-content !important;
}


.bootstrap-select .dropdown-menu {
    max-height: 100vh !important;
    height: auto !important;
    overflow: hidden;
    min-height: 285px !important;
    min-width: 100% !important;
    position: absolute;
    will-change: transform;
    bottom: 0px !important;
    left: 0px !important;
    transform: none !important;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0;
}

.bootstrap-select .dropdown-item {
    font-size: 18px;
}

.bootstrap-select .dropdown-menu li a span {
    width: 100%;
}

#keres_ra {
    padding-top: 13px;
    padding-bottom: 13px;
    background-image: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn-r-keres .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #369CBC;
}

.btn-i-border .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #ADADAD;
}

#keres_ra svg {
    width: 45px;
    height: 45px;
}

#keres_rad svg {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 20px;
}

#keres_rad {
    background-image: none;
}

#keres_ra, #keres_rad {
    height: auto;
}

.dropdown-menu {
    padding: 0;
}

@media (max-width: 992px) {
    .dropdown-menu {
        border: none;
    }
}

.dropdown-menu.show {
    opacity: 1;
    padding: .5rem 0;
    border: 1px solid rgba(0, 0, 0, .15);
}

.btn-group-sm &gt; .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    min-height: 50px;
}


ul li ul li {
    list-style-type: none;
}

/*
Custom button colors
*/

.btn-kozut, .btn-info, .btn-success {
    background-color: #96C31E !important;
    border-color: #96C31E !important;
    color: #fff !important;
}

.btn-kozut:hover, .btn-kozut:focus,
.btn-info:hover, .btn-info:focus,
.btn-success:hover, .btn-success:focus {
    background-color: #AFCD37 !important;
}

.btn-vasut {
    background-color: #505055 !important;
    border-color: #505055 !important;
    color: #fff !important;
}

.btn-vasut:hover, .btn-vasut:focus {
    background-color: #444448 !important;
}

.btn-hajozas {
    background-color: #64BEBE !important;
    border-color: #64BEBE !important;
    color: #fff !important;
}

.btn-hajozas:hover, .btn-hajozas:focus {
    background-color: #34A2A2 !important;
}

.btn-pav {
    background-color: #F07D00 !important;
    border-color: #F07D00 !important;
    color: #fff !important;
}

.btn-pav:hover, .btn-pav:focus {
    background-color: #F26818 !important;
}

.btn-dron {
    background-color: #0a4646 !important;
    border-color: #0a4646 !important;
    color: #fff !important;
}

.btn-dron:hover, .btn-dron:focus {
    background-color: #34A2A2 !important;
    border-color: #34A2A2 !important;
}

.btn-dok {
    background-color: #EEEEEE !important;
    border-color: #505055 !important;
    color: #fff !important;
}

.btn-dok:hover, .btn-dok:focus {
    background-color: #D4D4D5 !important;
    border-color: #505055 !important;
}

.btn-kokeny {
    background-color: #326497 !important;
    border-color: #326497 !important;
    color: #fff !important;
}

.btn-kokeny:hover, .btn-kokeny:focus {
    background-color: #4582c1 !important;
}

.btn-szaktanfolyam {
    background-color: #007877 !important;
    border-color: #007877 !important;
    color: #fff !important;
}

.btn-szaktanfolyam:hover, .btn-szaktanfolyam:focus {
    background-color: #00c6c4 !important;
}

.btn-legugy {
    background-color: #FAC833 !important;
    border-color: #FAC833 !important;
    color: #FFF !important;
}

.btn-legugy:hover, .btn-legugy:focus {
    background-color: #ebb105 !important;
}

.btn-utankepzes {
    background-color: #828282 !important;
    border-color: #828282 !important;
    color: #FFF !important;
}

.btn-utankepzes:hover, .btn-utankepzes:focus {
    background-color: #686868 !important;
}

.btn-dokumentumtar {
    background-color: #0F6528 !important;
    border-color: #0F6528 !important;
    color: #FFF !important;
}

.btn-dokumentumtar:hover, .btn-dokumentumtar:focus {
    background-color: #19a943 !important;
}

.btn-panaszkezeles {
    background-color: #D2D464 !important;
    border-color: #D2D464 !important;
    color: #fff !important;
}

.btn-panaszkezeles:hover, .btn-panaszkezeles:focus {
    background-color: #c0c336 !important;
}

.btn-purple {
    background-color: #643264 !important;
    border-color: #643264 !important;
    color: #fff !important;
}

.btn-purple:hover, .btn-purple:focus {
    background-color: #934a93 !important;
}

.btn-roseebony {
    background-color: #644646 !important;
    border-color: #644646 !important;
    color: #fff !important;
}

.btn-roseebony:hover, .btn-roseebony:focus {
    background-color: #8b6262 !important;
}

*:has(&gt; a.btn.force-align-center) {
    text-align: center;
}

.toggle-questions {
    cursor: pointer;
}
.toggle-questions svg {
    width: 24px;
    height: 20px;
    min-width: 24px;
    min-height: 20px;
    transform-origin: center center;
}

.toggle-questions.open svg {
    transform: rotate(180deg);
}

.price-tables section{
    padding-top: 0;
}

@media screen and (max-width: 600px) {

    table.kavk-responsive-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.kavk-responsive-table tr {
        display: block;
    }

    table.kavk-responsive-table td {
        display: flex;
        width: 100%;
        border: none;
        padding: 0.25rem;
    }

    table.kavk-responsive-table td::before {
        content: attr(responsive-label);
        display: block;
        flex-basis: 7rem;
        flex-grow: 0;
        flex-shrink: 0;
        height: 100%;
        padding-right: 1rem;
        float: left;
        font-weight: bold;
        color: #505055;
        line-height: 1rem;
        text-transform: uppercase;
        font-size: 0.8rem;
    }

    table.kavk-responsive-table td:first-child {
        padding-top: 0.75rem;
    }
    table.kavk-responsive-table td:last-child {
        padding-bottom: 0.75rem;
    }
}</pre></body></html>