
.d-flex{
    display: flex !important;
}

.align-items-center{
    align-items: center;
}

.justify-content-center{
    justify-content: center;
}

.justify-content-between{
    justify-content: space-between;
}

.flex-column{
    flex-direction: column;
}

.flex-wrap{
    flex-wrap: wrap;
}

.mp-logo
{
    margin-top: 30px;
}

.anim, .d1-main-2 path{
    transition: all .3s ease-in-out;
}

.email-address{
    color: #252728;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
}

.contact:hover :where(span,.email-address){
    color: #A47E1B;
}

.contact:not(.d1-contact-call):hover path{
    stroke: #A47E1B;
}

a:focus{
    text-decoration: none;
    outline: none;
}

.gap-33{
    gap: 33px;
}

.gap-44{
    gap: 44px;
}

.d1-main-2{
    margin-left: 20px;
    gap: 15px;
}

.menu-open, .menu-open span{
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.menu-open:hover{
    background: #345d6f;
}

.menu-open:hover span{
    color: #fff;
}

.separator{
    margin: 0 10px;
}

.d9 .inner{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after{
    display: none;
    content: none;
}

.contact-icon :not(.contact-icon:first-child){
    stroke: #D9D9D9;
}
.contact-element:last-child rect{
    stroke: #D9D9D9;
    transition: all .3s ease-in-out;
}

.contact-element:last-child path:last-child{
    stroke: none;
    transition: all .3s ease-in-out;
}

.contact-element:last-child path:last-child{
    fill: #d9d9d9;
    transition: all .3s ease-in-out;
}

.contact-element:last-child:hover rect{
    stroke: #A47E1B;
}

.contact-element:last-child:hover path:last-child{
    stroke: none;
}

.contact-element:last-child:hover path:last-child{
    fill: #A47E1B;
}


.contact-icon svg{
    width: 45px;
    height: 45px;
}

.contact-elem-fb .contact-icon svg{
    max-height: 30px;
}

.d8-contact-txt{
    color: #252728;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
}

.d8-contact{
    gap: 55px;
    margin-top: 53px;
}

.d8-contact-txt{
    margin-left: 0 !important;
}

.d8-contact-txt.alt{
    margin-left: 13px !important;
}

.d8-menu{
    gap: 52px;
}

.d8-logo{
    margin: 82px 0;
}

.text-center{
    text-align: center;
}

.d3-content{
    color: #345D6F;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 125%;
    padding: 53px 0 23px 0;
    font-family: "Sora", sans-serif;
    max-width: 682px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

.contact-element path{
    transition: all .3s ease-in-out;
}

.contact-element:not(.contact-element:last-child):hover path{
    stroke: #A47E1B !important;
}

.contact-element:hover span{
    color: #A47E1B;
}

.custom-header{
    max-width: 682px;
    width: 100%;
    background-image: url("/img/line.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}

.small-logo{
    width: fit-content;
    padding: 20px;
    background: white;
    border-radius: 50%;
    margin: auto;
}

.lawyer-image img{
    max-height: 400px;
    border-radius: 50%;
    width: 400px;
    object-fit: contain;
}

.about-us .left{
    max-width: 656px;
    width: 100%;
}

.about-us .left>p{
    gap: 25px;
    display: flex;
    flex-direction: column;
    text-align: left !important;
    color: #252728;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
}

.about-us .left>p>strong{
   font-weight: 700 !important;
}

.about-us{
    gap: 90px;
    padding-top: 46px;
}

.subtitle{
    color: #252728;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 125%;
    margin: 0;
}

.d5-main{
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
    max-width: 1100px;
}

.service-card{
    background: #F9F9F9;
    padding: 44px 15px 41px 15px;
    max-width: 300px;
    width: 100%;
}

.service-card path{
    transition: all .3s ease-in-out;
}

.service-name{
    color: #252728;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    line-height: 125%;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 28px;
}

.service-lead{
    color: #252728;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 125%;
    margin-bottom: 13px;
}

.service-card:hover path{
    fill: #fff;
}

.service-card:hover :where(.service-lead, .service-name){
    color: #fff;
}

.service-card:hover{
    background: #A47E1B;
}

.service-card svg:last-child{
    min-width: 24px;
    min-height: 24px;
}

#kapcsolat.container{
    max-width: 1232px;
    width: 100%;
    background: #345D6F;
    margin-bottom: 18px;
}

.contact-us{
    padding: 57px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.contact-us :where(h1,div,span,a){
    color: #fff !important;
}

.contact-us h1{
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;
    margin-bottom: 40px;
    max-width: 519px;
}

.contact-subtitle{
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 125%;
    margin-bottom: 38px;
    max-width: 717px;
    white-space: pre-line;
}

.contact-section-element svg{
    margin-bottom: 7px;
}

.contact-section-element path, .contact-section-horizontal path,.contact-section-horizontal rect{
    transition: all .3s ease-in-out;
}

.contact-us span.address{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
}

.contact-section-element{
    font-size: 13px;
    font-weight: 400;
    line-height: 125%;
}

.contact-section-element:hover path{
    stroke: #A47E1B;
}

.contact-section-element:hover, .contact-section-element:hover span{
    color: #A47E1B !important;
}

.contact-section-horizontal:not(.contact-section-horizontal:last-child) path{
    stroke: #fff;
}

.contact-section-horizontal:last-child path:last-child{
    fill: #fff;
}

.contact-section-horizontal:last-child rect{
    stroke: #fff;
}

.contact-section-horizontal{
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
}

.contact-section-horizontal:first-child{
    gap: 12px;
}

.section-icons{
    max-width: 507px;
    width: 100%;
    margin-top: 42px;
    margin-bottom: 48px;
}

.section-icons svg{
    min-width: 45px;
    min-height: 45px;
}

.contact-section-horizontal:not(.contact-section-horizontal:last-child):hover path{
    stroke: #A47E1B;
}

.contact-section-horizontal:hover{
    color: #A47E1B !important;
}

.contact-section-horizontal:last-child:hover rect{
    stroke: #A47E1B;
}

.contact-section-horizontal:last-child:hover path:last-child{
    fill: #A47E1B;
}

.bottom-text{
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 125%;
    max-width: 503px;
    width: 100%;
}

.contact-form.container{
    max-width: 1232px;
    width: 100%;
    background: #F5F5F5;
    padding: 23px 88px;
}

.contact-title{
    color: #345D6F;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 19px;
}

.short-input .contact-input-row{
    max-width: 500px;
    width: 100%;
    background: #fff;
    position: relative;
}

.short-input .contact-input-row input{
    width: 500px;
    height: 46px;
    padding: 16px 43px;
    border: none;
    border-radius: 0;
}

.short-input .contact-input-row svg{
    position: absolute;
    top: 11px;
    left: 7px;
    max-height: 20px;
    max-width: 20px;
}

.input-container input::placeholder,.medium-input textarea::placeholder{
    color: #252728;
    font-size: 12px;
    font-weight: 300;
    line-height: 125%;
    text-transform: uppercase;
}

.contact-input-row:nth-child(2) svg{
    top: 14px;
}

.contact-input-row:nth-child(3) svg{
    top: 13px;
}

.contact-input-row:not(.contact-input-row:first-child){
    margin-top: 9px;
}

.left-inputs{
    gap: 9px;
}

.input-container>.d-flex{
    max-width: 1023px;
    width: 100%;
}

.medium-input{
    width: 500px;
    position: relative;
}

.medium-input textarea{
    padding: 16px 40px 30px 40px;
    resize: none;
    border: none;
    border-radius: 0;
    height: 228px;
}

.medium-input svg{
    position: absolute;
    top: 13px;
    left: 8px;
}

.contact-send{
    background: #345D6F;
    width: 136px;
    height: 46px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 12px;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;
    border: 1px solid #345D6F;
    box-shadow: none;
}

.contact-send path{
    transition: all .3s ease-in-out;
}

.contact-send:hover{
    color: #345D6F;
    background: #fff;
}

.contact-send:hover path{
    fill: #345D6F;
}

.bottom-input,.input-container>.d-flex{
    gap: 23px;
}

#contact-box :where(.has-error){
    background: #F5F5F5;
}

#contact-box .glyphicon-ok:before{
    font-size: 12px;
}

#contact-box .glyphicon{
    top: -5px
}

.cbx{
    width: 15px;
    height: 15px;
}

.c-elem-02{
    width: 100%;
    text-align: center;
    margin-top: 38px;
    max-width: 415px;
    width: 100%;
}
.slick-arrow{
    cursor: pointer;
}

.c-elem-02-name,.c-elem-02-job{
    color: #345D6F;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 25px */
}

.services-link{
    padding: 30px 0;
}

.services-separator
{
    width: 100%;
    max-width: 100%;
}

@media(min-width: 1600px){
    .custom.container:not(.d7){
        max-width: 1200px !important;
    }
    .d4{
        max-width: 1200px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px){
    .d1.container {
        width: 1190px;
    }
}

@media(max-width: 1199px){

    .d1-main-1-menu .gap-44{
        gap: 30px;
    }

    .d1-main-2{
        margin-left: 30px;
    }
    .d1-main-2.gap-33{
        gap: 10px;
    }
    .lawyer-image img{
        max-height: 350px;
        width: 350px;
    }
    .about-us .left>p{
        font-size: 15px;
    }
    .short-input .contact-input-row,.medium-input,.short-input .contact-input-row input{
        width: 420px;
    }
    .d1-main-1-logo img{
        max-width: 150px;
        min-width: 150px;
    }
}

@media(max-width: 992px){
    .d1-main-1{
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    .d1-main{
        justify-content: space-between;
        gap: 10px;
    }
    .d1-main-2{
        margin-left: 0;
    }
    .d8-contact{
        gap: 30px;
    }
    .d8-logo{
        margin: 50px 0;
    }
    .d2-main-p1{
        font-size: 33px;
    }
    .d2-main-p2{
        font-size: 19px;
    }

    .contacts{
        flex-wrap: initial !important;
    }

    .about-us{
        flex-direction: column;
        gap: 10px;
        padding-top: 30px;
    }
    .short-input .contact-input-row,.medium-input,.short-input .contact-input-row input{
        width: 350px;
    }

     .d1-main-1-menu.gap-44{
        gap: 15px !important;
    }

    .d1-main{
        gap: 10px !important;
    }

    .contact .d-flex:nth-child(2){
        display: none !important;
    }
    .about-us .left>p{
        gap: 15px;
    }
}

@media(max-width: 840px){
    .d8-contact{
        gap: 15px;
    }
    .d2-main-p1{
        font-size: 27px;
    }
    .d2-main-p2{
        font-size: 18px;
    }
    .short-input .contact-input-row,.medium-input,.short-input .contact-input-row input{
        width: 300px;
    }
    .d5-desc-title-icons{
        margin-top: 0;
    }
}

@media(max-width: 767px){
    .d1-main-1-menu{
        display: none !important;
    }
    .d1-main-2{
        gap: 5px !important;
    }

    .d1-main-1-logo img{
        max-width: initial;
    }
    .d9 .inner{
        flex-direction: column;
    }
    .d8-contact{
        margin-top: 30px;
    }
    .d8-menu{
        flex-direction: column;
        gap: 15px;
    }
    .d8-logo{
        margin: 30px 0;
    }
    .contact-us h1{
        font-size: 30px;
        margin-bottom: 25px;
        margin-top: 0;
    }
    .contact-subtitle{
        margin-bottom: 25px;
    }
    .section-icons{
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .contact-us{
        padding: 40px 0;
    }
    .input-container>.d-flex {
        flex-direction: column;
        align-items: center;
    }
    .short-input .contact-input-row,.medium-input,.short-input .contact-input-row input{
        min-width: 100% !important;
    }
    .contact-form.container{
        padding: 23px;
    }
    .d1{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .left-inputs, .right-input{
        width: 100%;
    }
    .mp-logo
    {
        display: none !important;
    }
}

@media(max-width: 576px){
    .email-address{
        display: none;
    }
    .separator{
        margin: 0 3px;
    }
    .section-icons{
        flex-direction: column;
        gap: 20px;
    }
    .contact-section-horizontal{
        flex-direction: column;
        gap: 8px !important;
    }
    .short-input .contact-input-row,.medium-input,.short-input .contact-input-row input{
        width: 100% !important;
    }
    #c-elem-01-p{
        padding: 0!important;
    }
    .d1-main-2{
        flex-wrap: initial !important;
    }
    .service-card{
        max-width: 310px;
        padding: 40px 25px;
    }
    .d7{
        padding-top: 30px;
    }
    .d7-main{
        width: 90%;
    }
    #c-elem-01-p {
        font-size: 16px !important;
    }
    .d1-main-1{
        justify-content: start !important;
    }
    .d5-desc-title-icons{
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .d8-contact
    {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

@media(max-width: 400px){
    .lawyer-image img{
        max-height: 280px;
        width: 280px;
    }
    .d1-main-1-logo img{
        min-width: 110px;
    }
   
}

@media(max-width: 355px){
    .lawyer-image img{
        max-width: 280px;
        width: 100%;
        display: flex;
    }
    .d1-main-1-logo img{
        min-width: 110px;
    }
    .d1-main{
        gap: 0;
    }
}

.mobile-icon :where(path, rect){
    transition:  all .3s ease-in-out;
}

.d1-contact-call:hover .mobile-icon path:last-child{
    fill: #A47E1B;
}
.d1-contact-call:hover .mobile-icon rect{
    stroke: #A47E1B;
}

.staticpages-view .gallery-images{
    clear: both;
}