/*
******************************************************************************
* MEK FENY - FLATICON
******************************************************************************
* style.css
******************************************************************************
*/

html {
    font-size: 14px;
    scroll-behavior: smooth;
    /*overflow-x: hidden;*/
}

body {
    font-family: 'Poppins', sans-serif;
    color: #a09e9c;
    background-color: #fff;
    max-width: 1920px;
    margin: 0 auto;
    /*overflow-x: hidden;*/
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #070707;
}

.green-font {
    color: #305000 !important;
}

.light-green-font {
    color: #669900;
}


.header .bg-light {
    background-color: white !important;
}

.header .navbar-nav .nav-item {
    margin-top: 2rem;
}

.header .navbar .nav-link {
    transition: color 0.8s ease;
}

.header .navbar .nav-link:hover {
    color: #669900;
}

.header .navbar-toggler {
    width: 2.2rem;
    height: 3rem;
    padding: 0;
    border-color: #1c7430;
    border-radius: 0.25rem;
}

.header .navbar-toggler-icon {
    width: 1.5rem;
}

.header #x-icon {
    font-size: 1.5rem;
    font-weight: bold;
    color: #669900;
}

.background-image {
    position: relative;
    background: linear-gradient(rgba(65, 73, 89, 0.65), rgba(65, 73, 89, 0.65)),
    url('../img/bg/city_silouette_blur.png');
    background-size: cover;
    text-align: center;
    height: 800px;
    z-index: 1;

}

.search .title-text {
    font-size: 3.4rem;
    color: #ffffff;
    font-weight: 700;
}


.search .search-text {
    color: #343a3f;
    font-weight: 500;
    font-size: 1.1rem;
}

.search .search-header {
    padding-top: 5rem;
}

.search .form-control {
    height: 5.5rem;
    padding-top: 2.0rem;
}

.search button {
    padding-top: 0.5rem !important;
    color: #ffffff;
    background-color: #669900;
    font-size: 0.9rem;
    transition: 0.5s;
}

.search button:hover {
    background: #305000;
    transition: 0.5s;
}

.search p {
    font-size: 1.1rem;
    color: #fcfcfc;
    margin-top: 1.8rem;
}

.search .mobile-icon {
    display: none;
}

.search input {
    width: 90%;
    box-shadow: none !important;
    outline: 0 !important;
    padding: 0;
}

.search .desktop-icon {
    text-align: left;
}

.search-topics [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-size: 2.5rem;
    color: #000000;
}

.search-topics h6 {
    color: #000000;
}

.search-topics p {
    font-size: 0.9rem;
}

.search-topics {
    position: relative;
    z-index: 1000;
    top: -5rem;
    margin: 0 auto;
}

.search-topics .card-body {
    padding: 0.5rem;
}

.search-topics .card img {
    max-width: 100%;
    height: auto;
}

.search-topics .card {
    transition: all 0.3s ease;
    /*width: 16rem;*/
    /*height: 12rem;*/

}

.search-topics .card:hover {
    color: #fff;
    background: #669900;
    transition: 0.3s;
}

.search-topics .custom-card {
    width: 16rem;
    height: 12rem;
    margin: 0 1.5rem;
}

.search-topics .custom-card-link {
    text-decoration: none;
    color: inherit;
    /*width: 80%%;*/
}

.search-error-message {
    color: red;
    display: none;
}

.search-topics .card:hover i,
.card:hover .card-title,
.card:hover .card-text {
    color: white;
}

.search-topics .card:hover img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.search-topics a {
    text-decoration: none;
    color: #6c757d;
}

.test-message {
    color: red;
}

/* Vármegyék táblázat */

.county-table {
    border: none !important;
}

.county-table a {
    text-decoration: none;
    color: #305000 !important;
    transition: 0.5s;
}

.county-table a:hover {
    text-decoration: none;
    color: #669900 !important;
    transition: 0.5s;
}

.county-table a.county-name {
    text-decoration: none;
    color: #669900 !important;
    font-weight: 600;
    transition: 0.5s;
}

.county-table a.county-name:hover {
    text-decoration: none;
    color: #996600 !important;
    font-weight: 600;
    transition: 0.5s;
}

.county-table tr {
    border-bottom: 1px solid #dee2e6;
    border-left: none;
    border-right: none;
}

.county-table td {
    border-bottom: 1px solid #dee2e6;
    border-left: none;
    border-right: none;
}

.county-table th {
    border-bottom: 1px solid #dee2e6;
    border-left: none;
    border-right: none;
}

#county {
    padding-top: 10rem;
}

#county p {
    font-size: 1.2rem;
}

#county .telepules-link {
    line-height: 0.8rem;
}

#county hr {
    border-color: #000000;
}

#county a {
    color: #669900;
    text-decoration: none;
    transition: 0.5s;
    font-size: 1.1rem;
}

#county a:hover {
    color: black;
    transition: 0.5s;
}

.settlement .telepules-link {
    line-height: 0.8rem;
}

.settlement #selected-letter {
    font-weight: bold;
    font-size: 1.7rem;
    color: #669900;
    line-height: 1.3;
}

.settlement .alphabet-letters {
    font-size: 1.5rem;
    color: black;
}

.settlement a {
    color: #669900;
    text-decoration: none;
    transition: 0.5s;
    font-size: 1.1rem;
}

.settlement a:hover {
    color: black;
    transition: 0.5s;
}

.settlement {
    padding-top: 5rem;
}

/*.settlement a {*/
/*    color: #669900;*/
/*    text-decoration: none;*/
/*    transition: 0.5s;*/
/*    font-size: 1.1rem;*/
/*}*/

/*.settlement a:hover {*/
/*    color: black;*/
/*    transition: 0.5s;*/
/*}*/

/*.settlement .settlement-name {*/
/*    color: #669900;*/
/*}*/

/*.settlement {*/
/*    padding-top: 10rem;*/
/*}*/

.architect-table {
    padding-top: 10rem;
}

.architect-table a {
    color: #669900;
    text-decoration: none;
    transition: 0.5s;
    font-size: 1.1rem;
}

.architect-table a:hover {
    color: black;
    transition: 0.5s;
}


.faq {
    padding-top: 10rem;
}

.faq h4 {
    color: black;
}

.faq h5 {
    font-weight: 600;
    color: #669900;
}

.faq p {
    color: black;
}

.faq a {
    color: #669900;
    transition: 0.5s;
}

.faq a:hover {
    text-decoration: none;
    color: #343a3f;
    transition: 0.5s;
}


.contact {
    padding-top: 10rem;
}


.defpage {
    padding-top: 8rem;
}

.defpage h4 {
    color: black;
}

.defpage h5 {
    font-weight: 600;
    color: #669900;
}

.defpage p {
    color: black;
}

.defpage a {
    color: #669900;
    transition: 0.5s;
}

.defpage a:hover {
    text-decoration: none;
    color: #343a3f;
    transition: 0.5s;
}

/* Form */

.form-light {
    background: #e9ecef;
}

.form-light input[type="text"] {
    color:#000000;
}

.form-light label {
    color:#000000;
    font-weight: 600;
}


/* Lábléc */
.footer-divs {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer a {
    color: #859098;
}

.footer a:hover {
    text-decoration: none;
    color: #343a3f;
    transition: 0.5s;
}

.footer .footer-logo-align {
    text-align: left;
}

#footer-logo {
    display: block;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(120px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-up {
    animation: fadeUp 1s ease-out;
}

.custom-tooltip {
    display: none;
    position: absolute;
    margin: 0 auto;
    background-color: #305000;
    border: 1px solid black;
    color: white;
    padding: 5px;
    border-radius: 5px;
    z-index: 1000;
    max-width: 90%;
    /*white-space: nowrap;*/
}

/* Táblák */

.bootstrap-table .search .form-control {
    width: 100%;
    height: auto;
    padding: 2px;
}

.bootstrap-table .fixed-table-toolbar .search {
    display: block;
    width: 100%;
    padding: 0;
}

/* BS ALERT üzenetek */
.msg-box {
    position: absolute;
    z-index: 1099;
    width: 100%;
    display: block;
}

/* ikonok, funkciok */
.admin-icons {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    margin-left: 2px;
}

.func-box {
    display: block;
    padding: 5px;
    border:#a09e9c 1px solid;
    border-radius: 5px;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-size: 0.9rem;
}

.func-box:hover {
    border:#305000 1px solid;
    background-color: #669900;
    color: #ffffff;
}

.func-item a {
    color: #000000;
}

.func-item a:hover {
    color: #000000;
}

#feny-map {
    height: 60rem;
    border-radius: 8px;
    box-shadow: 0 16px 20px rgba(0, 0, 0, 0.3);
    border: 2px solid #3b6600;
    padding: 30px;
}

.btn-feny {
    color: #fff !important;
    background-color: #305000;
    text-decoration: none;
    display: inline-block;
}
.btn-feny:hover {
    background-color: #3b6600;
    color: #fff;
    text-decoration: none;
}

.feny-list {
    margin: 10px 0;
    list-style-type: none;
    padding: 20px;
}

.feny-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.feny-list > li::before {
    content: "■";
    position: absolute;
    left: 0;
    color: #305000;
}

.feny-list li ul {
    margin-top: 5px;
    margin-bottom: 10px;
    list-style-type: none;
    padding-left: 0;
}

.feny-list li ul li {
    padding-left: 20px;
}

.feny-list li ul li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #669900;
}
