:root {
    --content_inner_width: 1135px;
    --content_wide_inner_width: 1440px;
    --color_dark_green: #005524;
}

*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}
.clearer{
    clear: both;
}
#content a, #pnCMSNavbar a{
    color: var(--color_dark_green);
    text-decoration: none;
}
#content a:hover, #pnCMSNavbar a:hover{
    border-bottom: 1px solid var(--color_dark_green);
}
#header_bottom .inner .left a{
    color: var(--color_dark_green);
    text-decoration: none;
}
#header_bottom .inner .left a:hover{
    border-bottom: 1px solid var(--color_dark_green);
}
h2{
    font-family: Merriweather;
    font-weight: 300;
    font-size: 36px;
    color: #666;
    position: relative;
    margin-bottom: 90px;
    line-height: 130%;
}
h2:after{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 45px;
    height: 1px;
    background-color: #000;
}
h2.newsTitle:after{
    display: none !important;
}

h4{
    font-family: "Merriweather" !important;
    font-weight: 300;
    font-size: 28px;
    color: #666;
    line-height: 35px;
    position: relative;
}
h4:after{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 45px;
    height: 1px;
    background-color: #000;
}
.menuitem.langswitch{
    display: table;
    width: auto !important;
}
.szechenyi_top{
    width: 224px;
    height: 165px;
    position: absolute;
    right: 0;
    background-size: contain;
    background-position: top right;
    z-index: 20;
    cursor: pointer;
}

.szechenyi_top{
    background-image: url("../../images/szechenyi_top.png");
}

.menuitem.langswitch a, .menuitem.langswitch span{
    display: table-cell;
    vertical-align: middle;
    width: auto !important;
    padding: 2px;
}
.menuitem.langswitch a.active{
    font-weight: bold;
}
.menu {
    --menu-height: 30px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 46px;
    font-size: 16px;
}
.menu>ul>li{
    height: 30px;
}
.menu ul {
    list-style: none;
    padding: 16px;
    margin: 0;
}
.menu ul li, .menu ul li a {
    color: var(--menucolor);
    cursor: pointer;
    transition: 200ms;
    text-decoration: none;
    font-weight: 300;
    font-family: neusa_next_proregular;
    line-height: 130%;
}
.menu ul li:hover, .menu ul li a:hover {
    opacity: 1;
}
.menu ul li a{
    border-bottom: 1px solid transparent;
}
.menu ul li a:hover {
    border-bottom: 1px solid var(--menucolor);
}
.menu ul li a, .menu ul li a a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.menu > ul {
    display: flex;
    height: var(--menu-height);
}
.menu > ul li {
    position: relative;
    margin: 0 8px;
}
.eng .menu > ul>li {
    margin: 0 13px;
}
.menu > ul li ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    min-width: 160px;
    position: absolute;
    top: calc(var(--menu-height) + 0px);
    transform: translateX(-5%);
    transition: 200ms;
    transition-delay: 200ms;
}
.menu > ul li ul li:first-child{
    margin-top: 7px;
}
.menu > ul li ul li {
    margin: 0;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 265px;
}
.menu > ul li ul li ul {
    top: -2%;
    left: 100%;
    transform: translate(0);
}
.menu > ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition-delay: 0ms;
    width: 260px;
}
.disp_content_text{
    font-family: neusa_next_proregular;

}
#content>.inner{
    padding-bottom: 90px;
}
.sh9 #content>.inner:first-child{
    padding-bottom: 0px;
}
/*h2:before{*/
/*content: "";*/
/*position: absolute;*/
/*bottom: -25px;*/
/*width: 45px;*/
/*height: 1px;*/
/*background-color: #000;*/
/*}*/
.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    /*padding: 3px;*/
    width: 10px;
    height: 10px;
    transition: all 200ms ease-in-out;
}

.arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrow.dgreen{
    border: solid var(--color_dark_green);
    border-width: 0 3px 3px 0;
}

.w900{
    width: 915px;
}

.foot_links{
    display: inline-block;
    margin-left: 45px;
}
.foot_links a{
    margin-left: 25px;
    text-decoration: none;
}
#footer-container a{
    text-decoration: none;
}
.foot_links a:hover, #footer-container a:hover{
    border-bottom: 1px solid white;
}

#footer-container{
    line-height: 130%;
    /*margin-top: 90px;*/
}
#footer-container *{
    color: #fff !important;
    font-size: 15px;
}
.footer_top{
    width: 100%;
    background-color: var(--color_dark_green)  ;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer_top p:first-child{
    margin-top: 0;
    margin-bottom: 0;
}
.footer_top .inner{
    width: var(--content_inner_width);
    margin: 0 auto;
}
.footer_top .inner .footer_inner_columns{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    column-gap:20px;
}
.footer_top .inner>div>div{
    /*display: flex;*/
    flex-grow: 1;
    width: 25%;
}

.footer_bottom1{
    height: 138px;
    width: 100%;
    position: relative;
}
.footer_bottom1 .inner {
    width: var(--content_inner_width);
    margin: 0 auto;
}
.footer_bottom2{
    height: 83px;
    background-color: #044620;
}
.footer_bottom2 .inner{
    padding-top: 35px;
    color: #fff;
    width: var(--content_inner_width);
    margin: 0 auto;
}
#footer-container strong{
    font-weight: normal !important;
    font-family: neusa_next_probold;
}
#footer-container{
    font-family: neusa_next_proregular;
    font-size: 15px;
}

/* counter block */


#counter_area{
    width: 100%;
    background-color: #F2F2F2;
    padding-top: 50px;
    padding-bottom: 40px;

}
#counter_area .inner{
    width: var(--content_inner_width);
    margin: 0 auto;
}
#counter_area .inner .boxes{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
#counter_area .inner .boxes .infoBlock{
    width: 25%;
}
#counter_area .inner .boxes .circle{
    height: 154px;
    width: 154px;
    margin: 0 auto;
    border: 25px solid #B3CCBD ;
    background-color: #F2F2F2;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    display: table;
}
#counter_area .inner .boxes .circle>div{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: "Merriweather";
    font-weight: 300;
    font-size: 32px;
    color: var(--color_dark_green) ;
}
#counter_area .inner .boxes .circle .export:after{
    content: '%';
}
#counter_area .inner .boxes .label{
    white-space: break-spaces;
    font-size: 24px;
    font-family: neusa_next_proregular;

    text-align: center;
    color: #222;
    padding: 0px 20px;
}
#counter_area .inner .boxes .sep{
    width: 45px;
    height: 1px;
    background-color: #000;
    margin: 0 auto;
    margin-bottom: 25px;
}


#who_we_nav{
    width: 100%;
    background-color:#F2F2F2 ;
}
#who_we_nav .inner {
    width: var(--content_inner_width);
    margin: 0 auto;
    padding-top: 32px;
}

#who_we_nav .inner .nav_cnt{
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: space-between;
}
#who_we_nav .inner .nav_cnt .nav_item{
    width: 350px;
    cursor: pointer;
    text-decoration: none;
}
#who_we_nav .inner .nav_cnt .circle{
    width: 170px;
    height: 170px;
    background-color: #fff;
    border: 30px solid #f6f6f6;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    transition: all .4s ease-in-out;
}

#who_we_nav .inner .nav_item:hover .circle{
    border-color: #aac3b5 ;
    /*background-color: #005524;*/
    background-color: var(--color_dark_green);
}

/*#who_we_nav .inner .nav_item .circle.one{*/
/*    background-image: url("<?=WHERE_IS_PERSO?>images/who/gyart.jpg");*/
/*    background-size: 100%;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/
/*#who_we_nav .inner .nav_item .circle.two{*/
/*    background-image: url("<?=WHERE_IS_PERSO?>images/who/szolg.jpg");*/
/*    background-size: 100%;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/
/*#who_we_nav .inner .nav_item .circle.three{*/
/*    background-image: url("<?=WHERE_IS_PERSO?>images/who/ker.jpg");*/
/*    background-size: 100%;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/

/*#who_we_nav .inner .nav_item:hover .circle.one{*/
/*    background-image: url("<?=WHERE_IS_PERSO?>images/who/gyart_hover.jpg");*/
/*    background-size: 100%;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/
/*#who_we_nav .inner .nav_item:hover .circle.two{*/
/*    background-image: url("<?=WHERE_IS_PERSO?>images/who/szolg_hover.jpg");*/
/*    background-size: 100%;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/
/*#who_we_nav .inner .nav_item:hover .circle.three{*/
/*    background-image: url("<?=WHERE_IS_PERSO?>images/who/ker_hover.jpg");*/
/*    background-size: 100%;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/


#who_we_nav .inner .label{
    font-family: neusa_next_proregular;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    color: #69716B;
    line-height: 130%;
    margin-top: 32px;
    text-transform: uppercase;
}
#who_we_nav h2{
    font-family: "Merriweather";
    font-size: 36px;
    color: #666;
    text-align: center;
    font-weight: 300;
    margin: 0;
}
/* disable :after pn #who_we_nav h2*/
#who_we_nav h2:after{
    display: none;
}
#who_we_nav .inner>.sep{
    width: 45px;
    height: 1px;
    background-color: #000;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 45px;

}
#who_we_nav .nav_item .sep{
    width: 90px;
    height: 1px;
    background-color: #000;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 35px;
}

#logos_container{
    width: 100%;
}
#logos_container .logos_inner{
    width: var(--content_inner_width);
    margin: 0 auto;
}
.logos_flex{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    column-gap:20px;
    flex-wrap: wrap;
}
#logos_container img{
    max-height: 55px;
}
#logos_container a:hover{
    border: none !important;
}


.product_blokk_row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 470px;
    gap: 25px;
}
.block{
    width: 48%;
    position: relative;
    cursor: pointer;
}
.block .content{
    position: absolute;
    margin-top: -300px;
    right: 25px;
    z-index: 2;
    width: 381px;
    height: 270px;
    background-color: rgba(255,255,255,.8);
    padding-left: 30px;
    color: #000 !important;
    padding-top: 20px;
}
.block2 .content{
    left: 25px;
}
.block .content .title , .block .content .title *{
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-family: neusa_next_prolight;
    text-transform: uppercase;
    margin: 0px;
}
.block .image{
    width: 100%;
    height: 470px;
    background-position: center center;
    background-size: cover;
}
.block .content .text, .block .content .text *{
    color: #000;
    line-height: 26px;
}
.block .content .text a:after{
    content: "…";
}
.content_attachment_wide_row{
    background-color: #F2F2F2;
    margin-top: 60px;
    transition: all .3s ease-in-out;
}

.attachments_outer{
    padding-top: 30px;
    width: var(--content_inner_width);
    margin: 0 auto;
    color: #000;
    font-size: 26px;
    padding-bottom: 120px;
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: neusa_next_proregular;
}
.attachments_outer a{
    color: inherit;
    text-decoration: none;
}
.attachments_outer a:hover{
    text-decoration: none;
    border-bottom: none !important;
}
.attachments_outer h3{
    font-weight: 300;
    font-family: neusa_next_prolight;
}
.att_item.att_doc{
    padding: 8px;
    border-top: 1px solid #D9D9D9;
    clear: both;
    transition: all .3s ease-in-out;
}
.att_item.att_doc:last-child{
    border-bottom: 1px solid #D9D9D9;

}
.att_item.att_doc .icon{
    width: 43px;
    height: 43px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    /*float: left;*/
}
.att_item.att_doc .datas{
    display: table;
    width: 100%;
}
.att_item.att_doc .datas>span{
    display: table-cell;
    vertical-align: middle;
}
.att_item.att_doc .datas>span:last-child{
    text-align: right;
}
.att_item.att_doc:hover{
    background-color: #fff;
    color: #666;
    transition: all .3s ease-in-out;
}
.att_doctitle{
    padding-left: 35px;
}
.att_item.att_link{
    display: block;
    margin-bottom: 15px;
}






/* templated (Szöveg-kép sor) */
.templated-image-area-edit-container{
    position: relative;
}
.templated-image-area-edit-container button{
    position: absolute;
    z-index: 10;
}
.services_list_row{
    display: flex;
    flex-direction: row;
    column-gap: 25px;
    margin-bottom: 40px;
}
.services_list_row p:not(:first-child){
    display: none;
}
.services_list_row p:last-child{
    display: block;
}
#pn-currently-edited-area .services_list_row p{
    display: block;
}


.services_list_row>div{
    width: 50%;
}
/*.services_list_row:nth-child(1){*/
/*flex-direction: row-reverse;*/
/*}*/
.services_list_row.odd{
    flex-direction: row-reverse;
}
.services_list_row .services_list_image_bg{
    width: calc(100% - 30px);
    height: auto;
    background-image: url("/parameters/expharma.patronet/images/services_image_bg.jpg");
    position: relative;
    margin-top: 20px;
    background-position: top center;
    background-repeat: no-repeat;
}
.services_list_row .services_list_image{
    margin-left: 72px;
    /*margin-top: 66px;*/
    width: 400px;
    height: 310px;
    margin-bottom: 25px;
    background-position: center 66px;
    background-repeat: no-repeat;
    background-size: cover;
}
.services_list_row .title *{
    font-family: "Merriweather" !important;
    font-weight: 300;
    font-size: 28px;
    color: #666;
    line-height: 35px;
}
.services_list_row .title .sep{
    width: 45px;
    height: 1px;
    background-color: #000;
    margin-bottom: 30px;
}
.services_list_row .content *{
    line-height: 26px;
}
.services_list_row .content a{
    color: #407F5B;
    text-decoration: none;
    float: right;
    font-family: neusa_next_proregular;
    font-weight: bold;
}
.services_list_row.odd a{
    float: left;
}
.services_list_row .content a:after{
    content: " »";
}
.breadcrumb{
    font-family: neusa_next_proregular;
    color: #666;
    font-size: 14px;
    background-color: transparent;
    width: var(--content_inner_width);
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 25px;
}
.breadcrumb a{
    color: var(--color_dark_green);
    text-decoration: none;
}
.breadcrumb a:hover{
    /*color: var(--color_dark_green);*/
    text-decoration: none;
    border-bottom: 1px solid var(--color_dark_green);
}
.contact_table{
    width: 100% !important;
    border-spacing: 16px;
}
.contact_table td{
    vertical-align: top;
    font-family: neusa_next_proregular;

}
.contact_table tr td:first-child{
    width: 30% !important;
}
.contact_table select option{
    line-height: 250%;
    display: inline-block;
    font-size: 14px;
}
.contact_table input, .contact_table textarea, .contact_table select{
    width: 100%;
    font-family: neusa_next_proregular;
    /*-webkit-border-radius: 6px;*/
    /*-moz-border-radius: 6px;*/
    /*border-radius: 6px;*/
    border: 1px solid #666;
    font-size: 18px !important;
    padding: 6px;
    transition: all .3s ease-in-out;

}
input:focus, textarea:focus, select:focus{
    outline: none;
}
.contact_table input[type='text']:focus, .contact_table textarea:focus, .contact_table select:focus{
    border: 1px solid var(--color_dark_green);
    outline: none !important;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,85,36,0.4);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,85,36,0.4);
    box-shadow: 0px 0px 6px 0px rgba(0,85,36,0.4);
    transition: all .3s ease-in-out;
}
.contact_table textarea{
    height: 230px;
}
.contact_privacy{
    width: 100%;
}
.contact_privacy td{
    vertical-align: middle;
}
.contact_privacy td:last-child{
    padding-top: 0px;
}
.contact_table input[type='submit']{
    background-color: #CFDCD3;
    color: var(--color_dark_green);
    font-size: 18px;
    text-align: center;
    display: inline-block;
    width: 170px;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 15px;
    /*height: 32px;*/
    padding-top: 2px;
    padding: 8px;
    padding-right: 10px;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    border: none;
    float: right;
}
.contact_table input[type='submit']:hover{
    background-color: var(--color_dark_green);
    color: #fff;
    transition: all 200ms ease-in-out;
}
/* The container */
.sh8  .container,
.sh36 .container{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.sh8 .container input,
.sh36 .container input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.sh8 .checkmark,
.sh36 .checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    color: transparent;
    margin-top: -7px;
    border: 1px solid var(--color_dark_green);
}

/* On mouse-over, add a grey background color */
.sh8 .container:hover input ~ .checkmark,
.sh36 .container:hover input ~ .checkmark{
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.sh8 .container input:checked ~ .checkmark,
.sh36 .container input:checked ~ .checkmark{
    background-color: var(--color_dark_green);
}

/* Create the checkmark/indicator (hidden when not checked) */
.sh8 .checkmark:after,
.sh36 .checkmark:after{
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.sh8 .container input:checked ~ .checkmark:after,
.sh36 .container input:checked ~ .checkmark:after{
    display: block;
}

/* Style the checkmark/indicator */
.sh8  .container .checkmark:after,
.sh36 .container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.logos_title{
    margin-top: 40px;
    display: block;
}

.logos_container  .inner{
    padding-bottom: 0px !important;
}
.top_paragraph{
    display: inline-block;
    padding-left: 90px;
    padding-right: 90px;
    line-height: 30px;
    padding-bottom: 30px;
}

.tabbed_row{
    width: 100%;
    display: flex;
    flex-direction: row;
    font-family: neusa_next_proregular;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 30px;
}
.tabbed_row .tab_box{
    width: 25%;
    min-width: 280px;
}
.tabbed_row .sep{
    width: 45px;
    height: 1px;
    background-color: #000;
    margin: 0 auto;
    margin-top: 33px;
    margin-bottom: 15px;
}
.tabbed_row .tab_box .circle{
    width: 166px;
    height: 166px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    border: 25px solid #F2F2F2;
    background-color: #fff;
    margin: 0 auto;
    background-size: contain;
}
.tabbed_row .tab_tab{
    height: 55px;
    text-align: center;
    line-height: 22px;
    border: 1px solid transparent;
    cursor: pointer;
}
.tabbed_row .tab_tab .inner{
    padding: 7px 25px;

}
.tabbed_row .active .tab_tab{
    background-color: #F2F2F2 ;
    border: 1px solid #ccc;
    border-bottom: 0px;
    position: relative;
}
.tabbed_row .active .tab_tab .hider{
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #F2F2F2;
    margin-top: 53px;
    z-index: 10;
}
.tabbed_row .tab_tab * {
    margin: 0;
    line-height: 22px;
    font-size: 18px;
    color: #000;
}
.tabbed_row .tab_text{
    position: absolute;
    width: 100%;
    left: 0;
    line-height: 26px;
    background-color: #F2F2F2 ;
    height: auto;
    border-top: 1px solid #ccc;
    padding-top: 32px;
    display: none;
}

.tabbed_row .tab_text_inner *{
    margin: 0;
}
.tabbed_row .tab_text_inner{
    width: var(--content_inner_width);
    margin: 0 auto;
    padding-bottom: 40px;
}
.two_columns{
    columns:2;
    column-gap:30px;
    align-content: start;
}
.two_columns p:first-child{
    margin-top: 0 ;
}
.wide_map_text{
    padding-left: 65px;
    padding-top: 15px;
    paddding-right: 35px;
    margin-top: 40px;
}
.wide_map_text p{
    font-size: 14px !important;
    line-height: 22px;
    padding-right: 30px;
}

#row_wide_green{
    width: 100%;
    /*display: table;*/
    background-color: var(--color_dark_green) ;
    height: 239px;
    position: relative;
}
#row_wide_green .inner{
    display: table;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
#row_wide_green .inner>div{
    display: table-cell;
    vertical-align: middle;
}
#row_wide_green .inner .title{
    font-family: neusa_next_prolight;
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
#row_wide_green .inner .button{
    background-color: #CFDCD3;
    color: var(--color_dark_green) ;
    font-size: 15px;
    text-align: center;
    /*display: inline-block;*/
    width: 182px;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    /*height: 32px;*/
    padding: 16px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .3s ease-in-out;
}
#row_wide_green .inner .button>span:first-child{
    position: relative;
    font-family: neusa_next_proregular;
    /*font-size: 18px;*/
    display: inline-block;
    padding-right: 10px;
    padding-top: 3px;
}

#row_wide_green .inner .button:hover{
    background-color: #fff !important;
    transition: all .3s ease-in-out;

}
.freshnews .title{
    line-height: 125%;
}

.link_box_2_item{
    width: 100%;
    display: flex;
    flex-direction: row;
    font-family: neusa_next_proregular;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.link_box_2_item .box{
    width: 31%;
    min-width: 280px;
    transition: all .3ms ease-in-out;
}
.link_box_2_item .box:hover{
    cursor: pointer;
}
.link_box_2_item .box:hover .tab_tab {
    background-color: var(--color_dark_green);
    color: #fff !important;
    cursor: pointer;
}
.link_box_2_item .box:hover .tab_tab *{
    color: #fff;
}
.link_box_2_item .image_box{
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center center;
}
.link_box_2_item .tab_tab{
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    background-color: #F2F2F2;
    text-transform: uppercase;
    padding: 7px 25px;
    margin-bottom: 36px;
    transition: all .3ms ease-in-out;
    min-height: 58px;
    /* align text vertically middle */
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.link_box_2_item .box:hover .tab_tab{
    background-color: var(--color_dark_green) ;
    color: #fff !important;
    position: relative;
    transition: all .3ms ease-in-out;


}
.link_box_2_item .box:hover .tab_tab *{
    color: #fff !important;
    transition: all .3ms ease-in-out;
}
.link_box_2_item .tab_tab * {
    margin: 0;
    line-height: 22px;
    font-size: 18px;
    color: #69716B;
}



.sh27 #content>.inner{
    padding-bottom: 0;
}
.sh27 .content_attachment_wide_row{
    margin-top: 0;
}
.whitebg{
    background-color: #fff !important;
    transition: all .3s ease-in-out;
}

/**

    mobile nav
**/

.hamburger{
    display: none;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 30px;
    height: 22px;
    position: relative;
    /*margin: 50px auto;*/
    -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;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    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: .4s ease-in-out;
    /*transition: background-color .6s ease-in-out;*/
}

.white_header #nav-icon1 span, .white_header #nav-icon3 span, .white_header #nav-icon4 span {
    background: #000;
}


.active #nav-icon1 span, .active #nav-icon3 span, .active #nav-icon4 span {
    background: #000;
    transition: .4s ease-in-out;
    /*transition: background-color .6s ease-in-out;*/

}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 9px;
}

#nav-icon3 span:nth-child(4) {
    top: 18px;
}

#nav-icon3.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}

.modal_cnt{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
    overflow: auto;
    padding-top: 50px;
    padding-bottom: 100px;
}
.modal_cnt .modal{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 80%;
    max-width: 65vw;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin-bottom: 100px;
}

.modal .button{
    display: none;
}
.modal .fulltext{
    display: block !important;;
}
.owners{
    display: table;
    width: calc(100% - 46px);
    dlex-direction: row;
    /*align-items: center;*/
    /*justify-content: center;*/
    justify-content: space-between;
    padding-bottom: 40px;
}
.owners>div{
    width: 50%;
    display: table-cell;
    /*width: 400px;*/
    /*text-align: center;*/
}
.owners p, .owners h3{
    width: 400px;
    text-align: center;
}
.person_image{
    width: 204px;
    height: 288px;
    background-size: cover;
    background-position: center center;
    display: inline-block;
}
.person_image.owner{
    width: 400px;
    /*height: 250px;*/
}
.modal .person_image{
    width:405px;
    height: 600px;
}
.data h3{
    font-family: "Merriweather" !important;
    font-weight: 300;
    font-size: 28px;
    color: #666;
    line-height: 35px;
    white-space: nowrap;
}
.data h3:after{
    content: "";
    display: block;
    width: 45px;
    height: 1px;
    background-color: #666;
    margin-top: 10px;

}
.owners .data h3:after{
    margin: 0 auto;
    margin-top: 10px;

}
.directors .data h3{
    margin-top: 0px;
}
.data h2:after{
    display: none !important;
}
.directors{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    /*align-items: center;*/
    /*justify-content: center;*/
    gap: 35px;
}
.directors>div{
    width: 45%;
    text-align: center;
}
.directors .data,
.modal .data{
    display: table;
}
.directors .data{
    margin-bottom: 100px;

}

.directors .data>div,
.modal .data>div{
    display: table-cell;
    vertical-align: top;
    position: relative;
}
.directors .data p:first-child,
.modal .data p:first-child{
    margin-top: 0;
}
.modal .data button{
    display: none;
}
.directors .data .button{
    position: absolute;
    bottom: 0;
    left: 25px;
    font-family: neusa_next_proregular;

    background-color: #CFDCD3;
    color: var(--color_dark_green);
    font-size: 18px;
    text-align: center;
    display: inline-block;
    width: 170px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: -35px;
    /* height: 32px; */
    padding-top: 2px;
    padding: 8px;
    padding-right: 10px;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    border: none;
}
.directors .data .button:hover{
    background-color: var(--color_dark_green);
    color: #fff;
}

.product_list_row{
    display: flex;
    flex-direction: row;
    column-gap: 35px;
    margin-bottom: 40px;
    position: relative;
}

.product_list_image_bg{
    width: 280px;
    height: 280px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.product_list_row .title,.product_list_row .title p{
    font-family: neusa_next_prolight !important;
    font-size: 36px !important;
    color: var(--color_dark_green) !important;
    margin: 0;
}
.product_list_row a{
    color: var(--color_dark_green);
    text-decoration: none;
    font-family: neusa_next_proregular;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 0px;
}
.product_list_row a:after{
    content: '...';
}
.product_list_row a:hover{
    border-bottom: 1px solid var(--color_dark_green) ;
}

div.newstitle{
    font-family: Merriweather;
    color: #666;
    font-size: 36px;
    margin: 0 auto;
    position: relative;
    font-weight: 300;
    text-align: center;
    margin-top: 50px;
}
div.newstitle .sep{
    height: 1px;
    width: 45px;
    background-color: #000;
    margin: 0 auto;
    margin-top: 20px;
}
.freshnews{
    margin-top: 82px;
}
.freshnews .item{
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    margin-bottom: 50px;
}
.freshnews .leadimage{
    background-position: center center;
    background-size: cover;
    width: 348px;
    height: auto;
}
.freshnews .title{
    font-family: neusa_next_prolight;
    font-size: 36px;
    color: var(--color_dark_green);
    text-decoration: none;
    margin-top: 5px;
}
.newsgallery_itemthumb{
    box-shadow: none !important;
}
.newsgallery_image{
    box-shadow: none !important;
}
#content .inner.article{
    /*max-width: 915px;*/
    font-family: neusa_next_proregular;
    line-height: 130%;
    font-size:18px;
}
#content .inner.article li{
    line-height: 30px;
}

.topic2 .news_date{
    display: none;
}
.news_image{
    height: auto;
    width: 300px;
    float: right;
    margin-bottom: 30px;
    margin-left: 30px;

}
.article_body img {
    margin: 10px;
}

.dropdown_content_lead {
    margin-bottom: 20px;
}

.dropdown_content_lead .lead {
    margin-bottom: 0;
}

.dropdown_content_lead button {
    background-color: transparent;
    border: 0px solid #ccc;
    color: #005524 !important;
    transition: all 0.3s ease;
    padding: 0;
    border-bottom: 1px solid transparent;
    position: relative;
}
.dropdown_content_lead button p{
    margin: 0;
    color: #005524 !important;
}
.dropdown_content_lead button:hover {
    border-bottom: 1px solid #005524;
}

.dropdown_content_lead button:after {
    /*content: "▼";*/
    content: "»";
    /*font-size: 0.8em;*/
    margin-left: 5px;
    position: absolute;
    font-weight: bold;
    top: 7px;
    right: -15px;
}
.dropdown_content_lead button.open:after {
    content: "«";
}

.dropdown_content_body {
    display: none;
    margin: 0;
}
.dropdown_content_body p:first-child {
    margin-top: 0;
}

.dropdown_content_body a:after , .dropdown_content_lead a:after {
    content: " »";
}

#pn-currently-edited-area .dropdown_content_body {
    display: block;
    position: relative;
    /*margin-top: 20px !important;*/
}
#pn-currently-edited-area .dropdown_content_body p:first-child {
    margin-top: 30px !important;
}

#pn-currently-edited-area .dropdown_content_body:before {
    content: "▼ Lenyíló tartalom";
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
    /*margin-left: 5px;*/
    position: absolute;
    top: -20px;
    left: 0px;
}

.dropdown_content_body.open {
    display: block;
}

.sh55 #content .inner, .sh87 #content .inner{
    padding-bottom: 0 !important;
}
.termsfeed-com---nb-simple{
    max-width: 100%;
    left: 0 !important;
}

.szechenyi2{
    position: absolute;
    top: 0;
    left: 0;
    width: 226px;
    height: 64px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url("../../images/szechenyi2-left.jpg");
    background-size: contain;
    z-index: 500;
    cursor: pointer;
}

.footer_bottom1 .szechenyi2{
    /*margin-left: 30px;*/
    margin-top: 35px;
}