body {
    font-family: "Verdana", sans-serif;
    color: #040000;
}
.layout_padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.layout_padding3 {
    padding-bottom: 80px;
}
.layout_padding2 {
    padding: 45px 0;
}
.layout_padding2-top {
    padding-top: 45px;
}
.layout_padding2-bottom {
    padding-bottom: 45px;
}
.layout_padding-top {
    padding-top: 120px;
}
.layout_padding-bottom {
    padding-bottom: 120px;
}
.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.heading_container h2 {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-family: "Merriweather Sans", sans-serif;
}
.heading_container p {
    margin-bottom: 0;
}
.heading_container.heading_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
h1,
h2 {
    font-family: "Merriweather Sans", sans-serif;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}
.hero_area {
    position: relative;
    background-color: #d1e3ff;
}
.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}
.header_section .header_top {
    padding: 15px 0;
    background-color: #000000;
}
.header_section .header_top .contact_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header_section .header_top .contact_nav a {
    color: #ffffff;
}
.header_section .header_top .contact_nav a i {
    color: #ff8a1d;
}
.header_section .header_bottom {
    padding: 10px 0;
}
.navbar-brand {
    padding: 0;
    margin: 0;
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    font-weight: bold;
}
.navbar-brand span {
    color: #0355cc;
    text-transform: uppercase;
}
.custom_nav-container {
    padding: 0;
}
.custom_nav-container .navbar-nav {
    margin-left: auto;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 10px 25px;
    color: #000000;
    text-align: center;
}
.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
    color: #0355cc;
}
.custom_nav-container .form-inline .nav_search-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    color: #000000;
}
.custom_nav-container .form-inline .nav_search-btn:hover {
    color: #0355cc;
}
.custom_nav-container .navbar-toggler {
    outline: none;
}
.custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #000000;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    top: -10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::after {
    top: 10px;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
    margin-bottom: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
    display: none;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
    margin-top: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
    -webkit-transform: none;
    transform: none;
}
.quote_btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.quote_btn-container a {
    color: #ffffff;
    margin-right: 25px;
    text-transform: uppercase;
}
.quote_btn-container a span {
    margin-left: 5px;
}
.quote_btn-container a:hover {
    color: #ff8a1d;
}
.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: bottom;
}
.slider_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider_section .detail-box {
    padding-bottom: 90px;
}
.slider_section .detail-box h1 {
    font-weight: bold;
    margin-bottom: 25px;
    color: #0355cc;
}
.slider_section .detail-box p {
    color: #444;
    font-size: 15px;
}
.slider_section .detail-box a {
    display: inline-block;
    font-family: "Merriweather Sans", sans-serif;
    text-transform: uppercase;
    padding: 10px 45px;
    background-color: #0355cc;
    border: 1px solid #0355cc;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 15px;
}
.slider_section .detail-box a:hover {
    background-color: transparent;
    color: #000000;
    border-color: #000000;
}
.slider_section .img-box img {
    width: 100%;
}
.feature_section {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.feature_section .feature_container {
    display: flex;
}
.feature_section .feature_container .box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
    padding: 45px 15px;
    background-color: #ffffff;
    color: #555089;
    transition: all 0.3s;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.feature_section .feature_container .box .img-box {
    width: 90px;
    height: 90px;
}
.feature_section .feature_container .box .img-box svg {
    width: 100%;
    height: auto;
    max-height: 100%;
    fill: #726dae;
    transition: all 0.3s;
}
.feature_section .feature_container .box .name {
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "Merriweather Sans", sans-serif;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
}
.feature_section .feature_container .box:hover,
.feature_section .feature_container .box.active {
    background-color: #ff8a1d;
    color: #ffffff;
}
.feature_section .feature_container .box:hover .img-box svg,
.feature_section .feature_container .box.active .img-box svg {
    fill: #ffffff;
}
.feature_section .feature_container .box:hover .img-box svg path,
.feature_section .feature_container .box.active .img-box svg path {
    fill: #ffffff;
}
.about_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about_section .detail-box h2 {
    text-transform: uppercase;
    font-weight: bold;
}
.about_section .detail-box p {
    margin-top: 10px;
}
.about_section .detail-box a {
    margin-top: 15px;
    display: inline-block;
    font-family: "Merriweather Sans", sans-serif;
    text-transform: uppercase;
    padding: 10px 45px;
    background-color: #0355cc;
    border: 1px solid #0355cc;
    border-radius: 2px;
    color: #ffffff;
}
.about_section .detail-box a:hover {
    background-color: transparent;
    color: #0355cc;
}
.about_section .img-box img {
    width: 100%;
}
.about_section_unique .img-box {
    float: right;
    margin-right: 20px;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
}
.about_section_unique .img-box img {
    width: 100%;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.about_section_unique .row {
    display: flex;
    align-items: center;
    min-width: 100%;
    box-sizing: border-box;
    gap: 20px;
}
.about_section_unique .detail-box {
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    border-left: 5px solid #007bff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.about_section_unique .detail-box h2 {
    text-transform: uppercase;
    font-weight: 700;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    color: #333;
    margin-bottom: 10px;
}
.about_section_unique .detail-box p {
    margin-top: 10px;
    line-height: 1.8;
    color: #666;
}
.hasznos_section {
    background-color: #ffffff;
    background-image: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
    padding-top: 40px;
    padding-bottom: 40px;
}
.hasznos_section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hasznos_section .kozep h2 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    color: #333333;
    font-size: 2rem;
}
.hasznos_section .detail-box {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 5px;
    transition: transform 0.3s, box-shadow 0.3s;
    flex: 1 1 calc(25% - 20px);
    overflow-x: hidden;
    word-wrap: break-word;
}
.hasznos_section .detail-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.hasznos_section .detail-box p {
    margin-top: 10px;
    color: #555555;
}
.hasznos_section .detail-box .extra {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 600;
    color: #0355cc;
}
.hasznos_section .detail-box .extra2 {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #0355cc;
    text-align: center;
}
.hasznos_section .detail-box a {
    margin-top: 15px;
    display: inline-block;
    font-family: "Merriweather Sans", sans-serif;
    text-transform: uppercase;
    padding: 10px 45px;
    background-color: #0355cc;
    border: 1px solid #0355cc;
    border-radius: 2px;
    color: #ffffff;
    transition: background-color 0.3s, color 0.3s;
}
.hasznos_section .detail-box a:hover {
    background-color: transparent;
    color: #0355cc;
}
.mukodtet {
    background-color: floralwhite;
}
.mukodtet .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mukodtet .detail-box h2 {
    text-transform: uppercase;
    font-weight: bold;
}
.mukodtet .detail-box p {
    margin-top: 10px;
}
.mukodtetes {
    font-weight: bold;
}
@media (max-width: 767px) {
    .mukodtet .col-12 {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .mukodtet .col-lg-4 {
        padding: 0 15px;
    }
}
.mukodtet .detail-box {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}
.mukodtet .detail-box h3 {
    margin-bottom: 10px;
    color: #343a40;
}
.mukodtet .detail-box ul {
    list-style: none;
    padding: 0;
}
.mukodtet .detail-box li {
    margin-bottom: 5px;
}
.mukodtet .detail-box li span {
    color: #6c757d;
}
.professional_section {
    background-color: #d1e3ff;
}
.professional_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.professional_section .img-box img {
    width: 100%;
}
.professional_section .img-box2 img {
    width: 100%;
}
.professional_section .detail-box h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #0355cc;
}
.professional_section .detail-box p {
    margin-top: 20px;
}
.professional_section .detail-box a {
    margin-top: 25px;
    display: inline-block;
    font-family: "Merriweather Sans", sans-serif;
    text-transform: uppercase;
    padding: 10px 45px;
    background-color: #ff8a1d;
    border: 1px solid #ff8a1d;
    border-radius: 2px;
    color: #ffffff;
}
.professional_section .detail-box a:hover {
    background-color: transparent;
    color: #ff8a1d;
}
.professional_section_unique .img-box {
    float: left;
    margin-right: 20px;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
}
.professional_section_unique .img-box img {
    width: 100%;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 10px;
    padding-right: 10px;
}
.professional_section_unique .row {
    display: flex;
    align-items: center;
    min-width: 100%;
    box-sizing: border-box;
    gap: 20px;
}
.professional_section_unique .detail-box {
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background-color: #e0ebfc;
    border-radius: 10px;
    border-right: 5px solid #007bff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.professional_section_unique .detail-box h2 {
    text-transform: uppercase;
    font-weight: 700;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    color: #0355cc;
    margin-bottom: 10px;
}
.professional_section_unique .detail-box p {
    margin-top: 10px;
    line-height: 1.8;
    color: #555;
}
.service_section {
    position: relative;
}
.service_section .box {
    margin-top: 30px;
    text-align: center;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
    padding: 25px 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.service_section .box .img-box {
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.service_section .box .img-box img {
    max-height: 100%;
    max-width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.service_section .box .detail-box {
    margin-top: 15px;
}
.service_section .box .detail-box h3 {
    font-weight: bold;
    font-size: 19px;
}
.service_section .box .detail-box p {
    margin: 0;
}
.service_section .box:hover {
    background-color: #ff8a1d;
    color: #ffffff;
}
.service_section .box:hover .img-box img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.service_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}
.service_section .btn-box a {
    display: inline-block;
    font-family: "Merriweather Sans", sans-serif;
    text-transform: uppercase;
    padding: 10px 45px;
    background-color: #0355cc;
    border: 1px solid #0355cc;
    border-radius: 0;
    color: #ffffff;
}
.service_section .btn-box a:hover {
    background-color: transparent;
    color: #0355cc;
}
.heading_container {
    margin-bottom: 30px;
}
.contact_section input {
    width: 100%;
    border: none;
    height: 50px;
    margin-bottom: 25px;
    padding-left: 25px;
    background-color: #ffffff;
    outline: none;
    color: #000000;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
.contact_section input::-webkit-input-placeholder {
    color: #737272;
}
.contact_section input:-ms-input-placeholder {
    color: #737272;
}
.contact_section input::-ms-input-placeholder {
    color: #737272;
}
.contact_section input::placeholder {
    color: #737272;
}
.contact_section input.message-box {
    height: 135px;
}
.contact_section button {
    border: none;
    display: inline-block;
    font-family: "Merriweather Sans", sans-serif;
    text-transform: uppercase;
    padding: 10px 55px;
    background-color: #0355cc;
    border: 1px solid #0355cc;
    border-radius: 0;
    color: #ffffff;
    margin-top: 15px;
}
.contact_section button:hover {
    background-color: transparent;
    color: #0355cc;
}
.contact_section .map_container {
    height: 360px;
}
.contact_section .map_container .map {
    height: 100%;
}
.info_section {
    padding: 75px 0;
    background-color: #0a0f43;
    text-align: center;
    color: #fff;
}
.info_section h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 24px;
}
.info_section .social-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}
.info_section .social-box .box {
    background-color: #ffffff;
    padding: 5px 15px;
}
.info_section a {
    margin: 0 5px;
    color: #0355cc;
}
.info_section a i {
    font-size: 18px;
}
.info_section a:hover {
    color: #ff8a1d;
}
.info_items a {
    position: relative;
}
.info_items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.info_items .item .img-box {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 80px;
    background-color: #0355cc;
    color: #ffffff;
}
.info_items .item .img-box i {
    font-size: 24px;
}
.info_items .item p {
    margin-top: 25px;
    color: #fff;
    margin-bottom: 0;
    background-color: #0a0f43;
}
.info_items .item:hover .img-box {
    background-color: #ff8a1d;
}
.info_items {
    position: relative;
}
.info_items::before {
    content: "";
    position: absolute;
    top: 65px;
    width: 75%;
    height: 1px;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.footer_section {
    background-color: #0a0f43;
}
.footer_section p {
    margin: 0;
    padding: 25px 0;
    color: #ffffff;
    text-align: center;
    border-top: 0.8px solid #ffffff;
}
.footer_section a {
    color: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
    overflow-x: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
th,
td {
    text-align: center;
    padding: 16px 5px;
    word-wrap: break-word;
    border-bottom: 1px solid #dddddd;
}
th:first-child,
td:first-child {
    text-align: left;
    width: 50%;
}
tr:nth-child(even) {
    background-color: #f9f9f9;
}
tr:hover {
    color: white;
    background-color: #ff8a1d;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
tr:first-child:hover {
    color: inherit;
    background-color: inherit;
}
th {
    background-color: #0355cc;
    color: white;
    font-weight: bold;
}
th:first-child,
td:first-child {
    text-align: left;
    padding-left: 10px;
}
.calculator {
    margin: 20px;
    font-family: "Merriweather Sans", sans-serif;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.calculator label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333333;
}
.calculator input,
.calculator select {
    width: 100%;
    padding: 10px;
    margin: 5px 0 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}
.calculator input:focus,
.calculator select:focus {
    border-color: #0355cc;
    outline: none;
    box-shadow: 0 0 4px rgba(3, 85, 204, 0.3);
}
.calculator button {
    margin-top: 10px;
    background-color: #0355cc;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}
.calculator button:hover {
    background-color: #003c99;
}
.calculator input[readonly] {
    background-color: #e9e9e9;
    cursor: not-allowed;
}
.elvalaszt {
    border: 1px solid #d1e3ff;
}
.partner {
    background-color: aliceblue;
    padding: 5px;
    border-radius: 3px;
}
.floating-share-buttons {
    position: fixed;
    top: 50%;
    left: -30px; /* Csak egy kis rész lóg ki */
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    background-color: #333;
    border-radius: 0 5px 5px 0;
    z-index: 1000;
    transition: left 0.3s ease;
}

.floating-share-buttons:hover {
    left: 0; /* Teljesen előjön */
}

.floating-share-buttons .social-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #444;
    border-radius: 50%;
    text-decoration: none;
    transition: background-color 0.3s;
}
.floating-share-buttons .social-button:hover {
    background-color: #555;
}
.floating-share-buttons .social-button svg {
    fill: #ffffff;
}
.arkalkulator-sidebar {
  position: fixed;
  top: 50%;
  right: -60px;
  transform: translateY(-50%) rotate(-90deg);
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px 5px 0 0;
  transition: right 0.3s ease;
  z-index: 1000;
}


.responsive-img {
    max-width: 100%;
    height: auto;
}
.ikonsvg {
    display: inline-flex;
    align-items: center;
}
.ikontav {
    margin-left: 4px;
}
.slide-out {
    margin-bottom: 20px;
}
.slide-out h2 {
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #333333;
    font-size: 2rem;
}
.slideshow-container {
    position: relative;
    max-width: 80%;
    margin: auto;
    margin-top: 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.mySlides {
    display: none;
    padding: 60px;
    text-align: center;
    font-size: 1.1em;
}
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    user-select: none;
}
.next {
    right: 0;
}
.prev:hover,
.next:hover {
    background-color: #0355cc;
    color: #ffffff !important;
}
.dot-container {
    text-align: center;
    padding: 15px;
    background: #ffffff;
}
.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 3px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: transform 0.3s ease, background-color 0.6s ease;
}
.dot:hover,
.aktiv {
    background-color: #717171;
    transform: scale(1.2);
}
q {
    font-style: italic;
}
.author {
    color: #0355cc;
    margin-top: 10px;
}
.slide-out2 {
    margin-bottom: 20px;
}
.slide-out2 h2 {
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #333333;
    font-size: 2rem;
}
.slideshow-container2 {
    position: relative;
    max-width: 80%;
    margin: auto;
    margin-top: 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.mySlides2 {
    display: none;
    padding: 60px;
    text-align: center;
    font-size: 1.1em;
}
.mySlides2 ul {
    list-style: none;
    text-align: left;
}
.mySlides2 img {
    padding: 5px;
}
.prev2,
.next2 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    user-select: none;
}
.next2 {
    right: 0;
}
.prev2:hover,
.next2:hover {
    background-color: #0355cc;
    color: #ffffff !important;
}
.dot-container2 {
    text-align: center;
    padding: 15px;
    background: #ffffff;
}
.dot2 {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 3px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: transform 0.3s ease, background-color 0.6s ease;
}
.dot2:hover,
.aktiv {
    background-color: #717171;
    transform: scale(1.2);
}
.lusta {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.lathato {
    opacity: 1;
}
#vissza-a-tetere {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
}
#vissza-a-tetere:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
.felmegy {
    display: block;
}
/* Alap navigációs elem */
.nav-item {
  position: relative;
}

/* Lenyíló menü */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto; /* ne legyen fix */
  min-width: 250px; /* legyen egy alapméret */
  max-width: none; /* ne korlátozzuk */
  max-height: 300px; /* fix magasság */
  overflow-y: auto; /* görgethető tartalom */
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 4px;
  padding: 0;
  margin: 0;
  z-index: 1000;
  scrollbar-gutter: stable;
}

/* Görgetősáv stílus (Chrome, Edge, Safari) */
.dropdown-menu::-webkit-scrollbar {
  width: 8px;
}

.dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

/* Menüelemek */
.dropdown-menu li {
  list-style: none;
}

.dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  text-align: left;
  white-space: nowrap; /* Ne törje új sorba */
  padding: 10px 20px;
}

.dropdown-menu li a:hover {
  background-color: #f0f0f0;
}
.dropdown-menu.show {
  display: block;
}
.telefon-header {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4CAF50;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 1000;
}

.telefon-header a {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.telefon-header a:hover {
  text-decoration: underline;
}

.pontozottelv{
	text-align: center;
	font-size: 24px;
	color: blue;
	padding-top: 15px;
	padding-bottom: 15px;
}

.kereteskep {
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid blue;
	border-radius: 10px;
}