html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    margin: 0;
    scroll-behavior: smooth;
  }

body {
    font-family: "Archivo Black", sans-serif;
    color: #1A1A1A;
    overflow-x: hidden;
    position: relative;
}

a {
    text-decoration: none;
    color: #1A1A1A;
}

.m-t-60 { margin-top: 60px; }
.m-t-95 { margin-top: 95px; }
.m-b-45 { margin-bottom: 45px; }
.p-t-30 { padding-top: 30px; }
.f-r { float: right; }
.col-50 { width: 50%; }
.col-92 { width: 92%; }

.container {
    max-width: 1920px;
    margin: auto;
    position: relative;
    padding: 0 9%;
    overflow: visible;
}

.menu {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    height: 140px;
    margin: auto;
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 100;
    padding-top: 25px;
    backdrop-filter: blur(2px);
}

.menupont {
    display: inline-flex;
    float: right;
    padding-top: 20px;
}

.menupont ul {
    padding: 0;
    margin: 5px;    
}

.menupont ul::after {
    content: '|';
    font-size: 14px;
}

.menupont li {
    list-style-type: none;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 40px;
    justify-content: center;
    align-items: center;
}

.menu_ajanlat_keres {
    width: 166px;
    height: 50px;
    color: #FFF;
}

.menu_elerhetosegek {
    margin-left: 45px;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    line-height: 2;
}

.menu_elerhetosegek_mobile {
    display: none;
}

.menu_elerhetosegek img {
    margin-right: 10px;
    margin-top: 8px;
}

.menu_elerhetosegek span {
    margin-bottom: 22px;
}

#menu_elerhetosegek_email {
    color: #97092B;
    font-family: 'Raleway',sans-serif;
    font-weight: 600;
}

.menu_elvalaszto {
    margin-top: 20px;
}

.ajanlatkeres_messagebox {
    background-color: #97092B;
    color: white;
    border-radius: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.main-body {
    width: 100%;
    height: 625px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mainbody_szoveg {
    font-weight: bold;
    padding-top: 373px;
}

.mainbody_szoveg h1 {
    font-size: 50px;
}

.linear {
    width: 100%;
    height: 112px;
    background-image: linear-gradient(90deg, #1a1a1a, transparent);
    position: absolute;
    top: 604px;
    opacity: 40%;
}

.row {
    margin: 0;
    display: flex;
}

.bevezetes {
    font-family: "Raleway", sans-serif;
    margin: 94px 0 95px 0;
}

.bevezetes h4 {
    font-family: "Archivo Black";
    font-size: 30px;
}

.bevezetes_content {
    margin-top: 10px;
    width: 77%;
}

.bevezetes_content p {
    font-size: 22px;
    width: 80%;
    margin-top: 24px;
    margin-bottom: 108px;
}

.bevezetes_content span {
    font-family: "Raleway", sans-serif;
    color: #97092B;
    font-weight: 600;
}

.bevezetes_ajanlatkeres {
    width: 230px;
    height: 45px;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-top: 30px;
}

.bevezetes_kep_mobile {
    display: none;
}

.rolunk {
    background-color: #828282;
    margin-top: 150px;
}

.rolunk_content {    
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    height: 373px;
    padding-left: 410px;
    padding-top: 95px;
}

.rolunk_kep {
    width: 335px;
    height: 411px;
    position: absolute;
    top: -80px;
}

.referenciak {
    margin-top: 97px;
}

.referenciak h3 {
    font-size: 30px;
    font-family: 'Archivo Black';
}

.referenciaRow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
    margin: 50px 0 100px 0;
}

.csempeSzoveg {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #1A1A1A50;
    backdrop-filter: blur(1px);
    color: #FFF;
    height: 110px;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-size: 22px;
    font-family: "Raleway", sans-serif;
    padding: 35px;
}

.csempe img {
    border-radius: 12px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.csempe {
    float: left;
    width: 31%;
    position: relative;
    height: 361px;
}

.ajanlatkeres {
    background: #828282;
    color: #fff;
    height: 772px;
}

.ajanlatkeres_title {
    padding-top: 95px;
    font-size: 30px;
}

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

.formrow {
    margin-bottom: 20px;
    display: flex;
}

.formrowLabel {
    display: flex;
}

input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    height: 45px;
    font-size: 22px;
    color: white;
    font-family: "Raleway", sans-serif;
}

textarea {
    width: 100%;
    height: 226px;
    box-sizing: border-box;
    border: 2px solid #FFF;
    border-radius: 12px;
    background-color: transparent;
    resize: none;
    font-size: 22px;
    color: white;
    font-family: "Raleway", sans-serif;
    padding: 10px;
}

.formInput {
    border-bottom: 2px solid #FFF;
    margin-right: 60px;
    width: 45%;
}

input[type="submit"] {
    margin-top: 50px;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 40px;
    font-size: 20px;
    width: 230px;
    height: 50px;
}

.kerdesevan {
    background: #97092B;
    color: #fff;
    height: 362px;
    border-radius: 12px;
    padding: 44px 60px;
}

.kerdesevan h3 {
    font-size: 30px;
    margin-bottom: 25px;
}

.kerdesevan p {
    font-size: 22px;
    margin-bottom: 78px;
    font-family: "Raleway", sans-serif;
}

.kerdesevan img {
    margin-right: 12px;
    margin-top: 14px;
}

.kerdesevan_elerhetosegek {
    line-height: 2;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
}

.one-half {
    width: 50%;
    float: left;
    margin-top: 45px;
}

.footer {
    background: #1A1A1A;
    height: 80px;
    color:#fff;
    text-align: center;
}

.footer_center {
    margin-right: 500px;
}

.cimsor {
    margin-top: 95px;
    margin-bottom: 50px;
}

.cimsor img {
    float: left;
    padding: 10px 20px 0 0;
}

.cimsor h2 {
    font-size: 30px;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
}

.lightbox img {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.image-viewer:target {
    display: block;
}

.prev, .next {
    position: absolute;
    top: 50%;
    color: white;
    font-size: 30px;
    padding: 16px;
    margin-top: -50px;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
}

.image-viewer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: none; /* Initially hidden */
}

.image-container {
    position: relative;
    width: 80%;
    height: 80%;
}

.viewer-image {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.viewer-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    user-select: none;
}

.prev {
    left: -40px;
}

.next {
    right: -40px;
}

.viewer-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    z-index: 1001;
    border: none;
    background: transparent;
    border-radius: 50%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: white;
    font-family: "Raleway", sans-serif;
    transition: background-color 5000s ease-in-out 0s;
}

.single_header {
    width: 100%;
    height: 312.5px;
}

.single_header_mobile {
    display: none;
}

#backArrowMobile {
    display: none;
}

#backArrow {
    display: block;
}

#wpadminbar {
    display: none !important;
}

@media only screen and (max-width: 500px) {
    .container {
        padding: 0 20px;
        max-width: 100%;
    }

    .menu {
        margin-top: 0px !important;
        padding-top: 10px;
    }

    .menupont {
        padding-top: 0;
        padding-bottom: 5px;
    }

    .menupont ul::after {
        content: '';
    }

    .menupont ul {
        width: 150px;
        margin-bottom: 15px;
    }

    .menupont li {
        margin-right: 0;
    }

    .menu_elerhetosegek {
        display: none;
    }

    .menu_elerhetosegek_mobile {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        background: #F6F6F6;
        font-size: 16px;
        gap: 10px;
        padding: 11px 5px;
    }

    #menu_elerhetosegek_email {
        color: #1A1A1A;
        font-weight: 400;
    }

    .main-body {
        height: 249px;
    }

    .linear {
        top: 250px;
    }

    .mainbody_szoveg {
        padding-top: 45px;
    }

    .mainbody_szoveg h1 {
        font-size: 28px;
        width: 90%;
    }

    .m-t-60 { margin-top: 40px;}

    .bevezetes {
        margin: 34px 0 95px 0;    
    }

    .row {
        display: block;
        width: 100%;
        text-align: center;
    }

    .bevezetes_content {
        text-align: center;
        width: 100%;
    }

    .bevezetes_content p {
        width: 100%;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .bevezetes_content h4 {
        font-size: 19px;
    }

    .bevezetes_kep {
        display: none;
    }

    .bevezetes_kep_mobile {
        display: block;
        margin-bottom: 35px;
    }

    .rolunk_kep {
        width: 151px;
        height: 187px;
        left: 31%;
    }

    .rolunk_content {
        padding-left: 0;
        padding-top: 125px;
        font-size: 16px;
        text-align: center;
    }

    .referenciak {
        margin-top: 36px;
        text-align: center;
    }

    .referenciak h3 {
        font-size: 19px;
    }

    #rolunkLink {
        display: none;
    }

    #referenciakLink {
        display: none;
    }

    #kapcsolatLink {
        display: none;
    }

    .referenciaRow {
        justify-content: center !important;
        gap: 30px;
        margin: 30px 0 40px 0;
    }

    .csempe {
        width: 90% !important;
        height: 192px !important;
    }

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

    .ajanlatkeres {
        height: auto;
        padding-bottom: 40px;
    }

    .ajanlatkeres_title {
        font-size: 19px;
        padding-top: 40px;
        text-align: center;
    }

    .ajanlatkeres label {
        font-size: 16px;
    }

    .one-half {
        width: 100%;
        float: none;
        margin-top: 28px;
    }

    .formrowLabel {
        gap: 20px;
    }

    .formrow {
        gap: 20px;
    }

    .formInput {
        width: 48%;
        margin-right: 0;
    }

    .col-92 {
        width: 100%;
    }

    input[type="submit"] {
        margin: 40px 0 40px 17%;
        font-size: 16px;
    }

    .kerdesevan {
        height: auto;
    }

    .kerdesevan h3 { 
        font-size: 19px;
    }

    .kerdesevan p {
        font-size: 16px;
    }

    .kerdesevan img {
        margin-top: 7px;
    }

    .kerdesevan_elerhetosegek {
        font-size: 16px;
    }

    .kerdesevan_elerhetosegek span {
        color: #fff !important;
    }

    .footer_center {
        margin: 0;
    }

    .cimsor {
        margin-top: 36px;
        margin-bottom: 20px;
    }

    .cimsor h2 {
        font-size: 19px;
    }

    .single_header_mobile {
        display: block;
        height: 124px;
    }

    .single_header {
        display: none;
    }

    #backArrowMobile {
        display: block;
    }

    #backArrow {
        display: none;
    }
}