body {
    margin:0px;
    padding:0px;
    font-family:open_sansregular;
    font-weight: 400;
    font-size:15px;
    background:#f6eee1
}

a {
    color:#a00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.pagecontainer {
    width:1240px;
    margin:0px auto;
    padding:0px 20px;
    box-sizing: border-box;
}

.tophead {
    background:#f6eee1;
    color:#6a820b;
    padding:10px 0px;
}

.infocell {
    padding:5px 10px;
    white-space: nowrap;
    font-size:13px;
}

.socialcell {
    padding:0px 20px 0px 0px;
    font-size:22px;
    text-align: right;
    color:#888;
    white-space: nowrap;
}

#hambicell {
    display:none;
}

.infolink {
    color:#888;
    text-decoration: none;
    white-space: nowrap;
}

.t100 {
    display:table;
    width:100%;
}

.tdm {
    display: table-cell;
    vertical-align: middle;
}

.companylogo {
    height:140px;
}

.logocell {
    padding:30px 15px;
    width:10px;
    white-space: nowrap;
}

.menucell {
    text-align: center;
    height:70px;
    padding:0px 7px;
    white-space: nowrap;
    font-size: 18px;
    background:#536905;
    color:white;
    cursor: pointer;
    font-family: open_sanssemibold;
}

.menucell:hover {
    background: #9db636;
}

.menuitemlink {
    color:white;
    text-decoration: none;
    padding:0px 5px;
}

.menuitemlink:hover {
    color: white;
    text-decoration: none;
}


.submenubox {
    position:absolute;
    top:10px;
    left:10px;
    background:rgba(240,240,240,1);
    display:none;
    /*padding:20px 30px 30px 30px;*/
    /*border-top:4px solid #888;*/
    opacity: 1;
}

.submenucell {
    padding:0px 0px;
    white-space: nowrap;
}

.submenuitemlink {
    display: inline-block;
    width:100%;
    font-size:18px;
    font-weight:normal;
    color:#fff;
    text-decoration: none;
    padding:10px 0px 10px 20px;
    background: #536905;
}

.submenuitemlink:hover {
    color:#fff;
    background: #9db636;
    text-decoration: none;
}


.reservationcell {
    padding:0px 20px 0px 0px;
    text-align: right;
    white-space: nowrap;
}

.reservationbutton {
    background:#b90000;
    padding:7px 15px;
    color:#fff;
    border-radius: 2px;
    text-decoration: none;
}

.reservationbutton:hover {
    text-decoration: none;
}

.whitebtn {
    background:#fff;
    color:#888;
}

#headerslider {
    /*background-image:url(/assets/wheat_s01.jpg);*/
    background:#201f1a;
    background-size:cover;
    background-position: center;
    margin-top:-35px;
    padding:0px 0px;
    width:100%;
    height:auto;
    border-bottom: 5px solid #536905;
}


.sliderbigtext {
    font-size: 64px;
    font-family: open_sansbold;
    color: white;
    line-height: 70px;
}

.slidercontentpad {
    padding:80px 0px 60px 0px;
}

.sliderbutton {
    width:auto;
    display:inline-block;
    background: #f0dec6;
    color:black;
    padding:20px 30px;
    border-radius: 5px;
    font-size: 20px;
    font-family: open_sanssemibold;
    text-transform: uppercase;
}

.sliderbutton:hover {
    text-decoration: none;
    background:white;
}

.sliderbuttonpad {
    margin-top:40px;
}

.sliderbuttonmobile {
    display:block;
}

.sliderbuttonfull {
    text-align: center;
    display:none;
}

.bmobile {
    display:inline-block;
    box-sizing: border-box;
    width:80%;
    text-align: center;
    margin: 20px auto 0px auto;
}

.sliderfleximages {
    display:flex;
    justify-content:space-between;
    margin-top:70px;
}

.sliderimagebox {
    width:220px;
    box-sizing: border-box;
    background:white;
    color:black;
    font-family: open_sanslight;
    font-size: 20px;
    text-align: center;
    padding:20px 3px 3px 3px;
    cursor:pointer;
}

.sliderimagebox:hover {
    background:#9db636;
    color:white;
}

.sliderimagebox img {
    margin-top: 20px;
    aspect-ratio : 1 / 1;
    width:100%;
    object-fit: cover;
}

.morebutton {
    display:inline-block;
    background:#444444;
    padding:14px 30px;
    color:#fff;
    border-radius: 2px;
    text-decoration: none;
    white-space: nowrap;
}

.morebutton:hover {
    text-decoration: none;
}

.contentpad {
    padding: 0px 20px 30px 20px;
}

.contentpadmain {
    padding: 0px 20px 0px 20px;
}

.allpanel {
    display:table;
    width:100%;
    margin:0px 0px 20px 0px;
}

.leftpanel {
    display: table-cell;
    vertical-align: top;
    padding:0px 0px;
}

.rightpanel {
    display: table-cell;
    vertical-align: top;
    width:250px;
    min-height:500px;
}

#articlepanel {
    font-size: 18px;
    color: #555;
}

#articlepanel h1 {
    color:#323e37;
    font-size:36px;
    font-weight: 400;
}

#articlepanel p {
    line-height: 22px;
}

#articlepanel h2 {
    color:#000;
    font-size:40px;
}

#articlepanel h3 {
    color:#323e37;
    font-weight: 400;
}

#articlepanel h5 {
    color:#323e37;
    font-size:20px;
    font-weight: 500;
    padding:18px 0px 10px 0px;
    margin:0px;
}

#headerarticletitle {
    background-image:url("/site/images/blue_background2.jpg");
    background-position: center;
    background-size: cover;
}

#headerarticletitle h2 {
    color:#fff;
    font-size:36px;
    font-weight: 700;
    margin:0px;
    padding:0px;
}

.headerarticletitlepad {
    text-align: center;
    padding:100px 0px;
}

#submenu h2 {
    color:#8a3121;
    font-size:26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}


footer {
    background:#f0dec6;
    font-size: 16px;
    color:#000;
}

.footer_copyright {
    border-top:1px solid #fff;
    padding:20px 0px;
    text-align: center;
}

.footerlink {
    color:#fff;
    text-decoration: none;
}

.fpad {
    padding:5px 5px 5px 0px;
    text-align:center;
}

.fpad2 {
    padding:0px 5px 3px 0px;
}

.footer_head {
    font-weight: 700;
    font-size:18px;
    color:#fff;
    padding-bottom:10px;
    padding-right: 50px;
    white-space: nowrap;
}

.newstable {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: space-between;
}

.news_block {
    vertical-align: top;
    text-align: left;
    width:335px;
    margin:20px 0px;
}

.news_cell {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height:200px;
    width:100%;
    font-size:14px;
}

.news_image {
    background-position: center;
    width:100%;
    height:200px;
    transition: all .1s linear;
}

.news_textbox {
    /*background: #eee;*/
    padding:20px 0px 20px 0px;
    /*border-bottom: #ccc 1px solid;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;*/
}

.news_name {
    opacity: 1;
    font-size: 14px;
    padding:0px 0px;
    margin:0px 0px 0px 0px;
}

.news_title {
    padding:15px 0px;
    font-weight: 700;
    color:#113864;
    font-size: 16px;
}

.news_title_link {
    font-size: 18px;
    color:#555;
    text-decoration: none;
}

.news_shortcontent {
    padding:0px 0px;
    font-size:14px;
    color:#7a797e;
    height:66px;
    overflow: hidden;
    line-height: 21px;
}

#offer {
    padding:60px 0px 60px 0px;
    min-height: 400px;
    background-image: url("/assets/wmap_white.png");
    background-repeat: no-repeat;
    background-position: right;
}

#services {
    padding:60px 0px 60px 0px;
    min-height: 400px;
    background: #fff;
}

#blogs {
    background: #f0f3f5;
    padding:60px 0px 60px 0px;
    min-height: 400px;
}

#counter {
    background: #f0f3f5;
    padding:60px 0px 60px 0px;
    min-height: 100px;
}

#map {
    height:440px;
}

.offertext1 {
    color:#b90000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.offertext2 {
    font-weight: 700;
    font-size:36px;
    color:#1d2452;
}

.offertext3 {
    padding-top:20px;
    font-size:14px;
    color:#7a797e;
    line-height: 20px;
}

.offerimg {
    width:200px;
    border:15px solid #fff;
}

.offerleftbox {
    display:table-cell;
    background:url("/assets/manager_main_back.jpg");
    background-position: center;
    background-size: cover;
    vertical-align: bottom;
    text-align:right;
    width:50%;
    cursor:pointer;
}

.offerrightbox {
    display:table-cell;
    vertical-align: top;
    width:50%;
    padding:30px 20px 30px 40px;
}

.sincebox {
    padding:20px 0px;
    margin:20px 0px;
    border-top:1px solid #e1e3e6;
    border-bottom:1px solid #e1e3e6;
}

.check1 {
    color:#b90000;
    padding:5px 10px 5px 0px;
}

.check2 {
    color: #002c5b;
}

.servhead {
    text-align: center;
    margin-bottom:20px;
}

.service_box {
    display: inline-block;
    width: 260px;
    padding: 30px 30px 28px 30px;
    margin: 20px 16px;
    background: #f3f8f8;
    color:#002c5b;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid #fff;
    border-radius: 5px;
}

.service_box:hover {
    border-bottom:2px solid #fd6b20;
}

.service_icon {
    color:#002c5b;
    font-size: 72px;
}
.service_name {
    margin-top:20px;
    font-size: 18px;
    font-weight: 700;
}

.service_desc {
    margin-top:20px;
    height:70px;
    overflow: hidden;
    color:#7a797e;
}

.service_more {
    margin-top:20px;
    font-weight: 500;
    color:#fd6b20;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mapoverlay {
    position:absolute;;
    margin-top:-440px;
    background:#b00;
    left:20px;
    width:300px;
    height:440px;
    z-index:111111;
    color:#fff;
    padding:20px;
    font-weight: 500;
    box-sizing: border-box;
}

.nypad {
    padding:5px 0px;
}

.blogshead {
    text-align: left;
    margin: 0px 0px 20px 0px;
}

.inputtext {
    box-sizing: border-box;
    background:#fff;
    color:#888;
    border:0px;
    padding:10px 5px;
    width:100%;
    border:1px solid #ccc;
}

.inputtextarea {
    width: 100%;
    height:100px;
    background:#fff;
    color:#888;
    border:0px;
    padding:10px 5px;
    border:1px solid #ccc;
    display: inline-block;
    box-sizing: border-box;
}

.menucontainer_hamburger {
    padding:8px 0px;
    display:none;
    text-align: right;
    vertical-align: middle;
}

.menucell_hamburger {
    padding:10px 20px;
    background:#536905;
    border-top:1px solid #fff;
    font-size:16px;
    font-weight:500;
    color:#fff;
    cursor: pointer;
}

.menucell_hamburger:hover {
    background:#9db636;
    border-top:1px solid #fff;
    color:#fff;
}

.hamburgerbutton {
    width: 35px;
    margin-right: 0px;
    cursor: pointer;
    border:1px solid #000;
}
.hamburgerbutton:hover {
    border:1px solid #888;
}

#hamburgermenu {
    margin:0px 20px 0px 20px;
    box-sizing: border-box;
    display:none;
}

.xmaspad {
    max-width:700px;
    margin:40px auto 50px auto;
    text-align: justify;
    padding:0px 20px;
}

.commcell1 {
    display:table-cell;
    width:50%;
    vertical-align: middle;
    padding:20px 60px;
}

.commcell2 {
    display:table-cell;
    width:50%;
    vertical-align: middle;
    padding:20px 60px;
    border-left:1px solid #ccc;
}


.commcellpad {
    padding:40px 40px;
}

.laborakcioimage {
    width: 100%;
}

.nolinkstyle {
    text-decoration: none;
}

.servicegrid {
    display:flex;
    flex-wrap:wrap;
    padding:0;
    margin:0;
    list-style:none;
    justify-content:space-between;
}

.servicegrid:after {
    content: "";
    flex: 0 0 32%;
    max-width: 240px;
}

.kosarbabutton {
    background:#fd6b20;
    padding:7px 15px;
    color:#fff;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.kosarbabutton:hover {
    background: #f06018;
    text-decoration: none;
    box-sizing: border-box;
}

.swal2-popup .swal2-styled.swal2-deny {
    background-color: #f06018 !important;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #aaa !important;
}

.footercell {
    display:table-cell;
}

.serviceboxtext {
    background:#d7e6ec;
    display:block;
    width:270px;
    padding:200px 30px 15px 30px;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    transition: all .1s linear;
}

.serviceboxtext:hover {
    background:#969495;
    text-decoration: none;
    color:white;
}

.serviceboximage {
    margin-top:-290px;
    box-sizing:border-box;
    display:inline-block;
    width:100%;
    height:230px;
    object-fit: cover;
    filter: sepia(30%);
}

.headeresztergom {
    background-image:url("/assets/clinic_background2.jpg");
    background-size:cover;
    background-position: center;
    width:100%;
    height:600px;
}

.services_ball {
    font-size:40px;
    background:#b90000;
    width:80px;
    height:80px;
    border:10px solid white;
    color:white;
    display:inline-block;
    border-radius:200px;
    margin-top:-48px;
    overflow:hidden;
    text-align: center;
    vertical-align: center;
    transition: all .1s linear;
}

.services_ball:hover {
    background: white;
    color:#b90000;
}

.gallery_image {
    height:250px;
    padding: 0px;
}

figure {
    display: inline-block;
    padding: 0px 20px 20px 0px;
    margin:0px;
}

.packcaret {
    transition: all .1s linear;
}

.servicesuboptions {
    float:right;
    background-image:url(/assets/bg_corner2.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 50%;
    padding:30px;
    margin:0px 0px 20px 20px;
    background-color: #f8f8f8;
    width:280px;
    /*min-height:300px;*/
}

.servicesuboptionstitle {
    text-transform: uppercase;
    text-align:center;
    font-size: 22px;
    color:#8a3121;
    margin-bottom: 15px;
}

.servicesuboption {
    margin-top: 15px;
    padding-top: 15px;
    border-top:1px solid #ccc;
}


#full-width-slider {
    width: 100%;
    color: #000;
}
.royalSlider > .rsContent {
    visibility:hidden;
}
.coloredBlock {
    padding: 12px;
    background: rgba(255,0,0,0.6);
    color: #FFF;
    width: 200px;
    left: 20%;
    top: 5%;
}
.infoBlock {
    position: absolute;
    top: 30px;
    bottom:auto;
    left: 30px;
    right: auto;
    width: 400px;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    padding: 20px;
}
.infoBlockLeftBlack {
    color: #FFF;
    background: #000;
    background: rgba(0,0,0,0.75);
    left: 30px;
    right: auto;
}
.infoBlock h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 3px;
}
.infoBlock p {
    font-size: 14px;
    margin: 4px 0 0;
}
.photosBy {
    position: absolute;
    line-height: 24px;
    font-size: 12px;
    background: #FFF;
    color: #000;
    padding: 0px 10px;
    left: 12px;
    bottom: 12px;
    top: auto;
    border-radius: 2px;
    z-index: 25;
}
.photosBy a {
    color: #000;
}
.fullWidth {
    margin: 0 auto 0px;
}


@media screen and (min-width:960px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
    .royalSlider.heroSlider,
    .royalSlider.heroSlider .rsOverflow {
        height: 300px !important;
    }
    .infoBlock {
        padding: 10px;
        height: auto;
        max-height: 100%;
        min-width: 40%;
        left: 5px;
        top: 5px;
        right: auto;
        font-size: 12px;
    }
    .infoBlock h3 {
        font-size: 14px;
        line-height: 17px;
    }

}

@media only screen and (min-width: 2400px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 900px !important;
    }
}

.slidercontent1 {
    position: absolute;
    top: 140px;
    padding:0px 20px 0px 20px;
}

.headersubtitle {
    text-align: left;
    font-family:open_sanssemibold_italic;
    font-size:42px;
}

.liquid {
    font-family: open_sanslight;
}

.productsimplebox {
    background:#f9f2e8;
}

.bold {
    font-family: open_sansbold;
}

.subtitle {
    font-family: open_sansitalic;
    font-size: 28px;
    color:#000;
}

.contentcontainer {
    background:white;
    width:100%;
    max-width:990px;
}

.article_content {
    background:white;
    padding-bottom: 40px;
}

.tilebackground {
    background:url(/assets/bg_02.jpg);
    background-size: cover;
    background-position: center;
}

.topbutton {
    position:fixed;
    bottom:20px;
    right:-60px;
    cursor:pointer;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

#footer1 {
    display:table;
}

#footer2 {
    display:none;
}

.bignumber {
    font-size: 90px;
    font-family: open_sansbold;
}


.productbignumberbox {
    width:100%;
    max-width: 400px;
    margin:0px auto 0px auto;
    padding:40px 50px;
    border:1px solid white;
    color:white;
    text-align: center;
    box-sizing: border-box;
}

.imageboxcolumn {
    display: table-cell;
    width:35%;
}

.qrcoderight {
    padding-top: 20px;
    float:right;
}

.verticalbox {
    display:flex;
    justify-content:space-between;
    margin-top:50px;
    gap:20px;
}

.verticalboxitem {
    display: block;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    flex: 1 1 0;
}
