@charset "utf-8";
img{border:0px;}
* html form {display: inline} 
/*Holly HACK */
.cf:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cf
{
    display: inline-block;
}
* html .cf
{
    height: 1%;
}

.cf
{
    display: block;
}
body, html
{
    /* font-family: 'Roboto', sans-serif; */
    font-family: "Open Sans", sans-serif;
    font-size:14px;
    font-weight: 400;
    padding:0px;
    margin:0px;
    color: #1e1e1e;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    background-color: #fff;
}
/* font-family: "Barlow", sans-serif; */
a 
{

    text-decoration: none;
    color:#125027;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.mobile-menu-cont{display: none;}
a:hover
{
    text-decoration: underline;
    color:#176a33;
    
}
h1, h2, h3, h4, h5
{
    color: #125027;
    font-family: "Barlow", sans-serif;
    text-align: center;

    text-transform: uppercase;
    font-style: italic;
}

h3
{
    font-size: 28px;
    text-transform: uppercase;
    font-style: italic;
}


div.placeholder
{
    height: 50px;
}
button
{
    
    background-color: #125027;
    border: none;
    color:#fff;
    font-weight: 700;
    cursor: pointer;
    padding: 15px 25px;
    border-radius: 3px;
    font-size: 14px;
}
.cont
{
    width: 1170px;
    margin:0px auto;
}

div.main-cont
{
    width: 100%;
    padding: 0px;
    margin:0px auto;
    padding-top: 160px;
}


/* innen */


div.head
{
    padding: 0px;
    position: fixed;
    display: block;
    width: 100%;
    z-index: 8000;
    background-color: #124425;
}
div.head-cont
{
    padding: 10px 0;
}
div.head-left
{
    display: block;
    float:left;
    width: 350px;
}
div.head-right
{
    display: block;
    float:right;
    width: 750px;
    margin-top: 10px;
}

div.mobil-accessible-cont
{
    display: none;
}


div.head-bottom
{
    background-color: #f8f5f2;
}


div.menu
{
    /*  background-color: #ae665a; */
}

.menu a
{
    
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    display: block;
    float: right;
    padding: 22px 20px;
}
.menu a:hover
{
    background-color:  #f8f5f2;
    color: #124425;
    text-decoration: none;
}


a.menu_aktiv
{
    color: #fff;

}
a.dropbtn {
    font-size: 16px;
    font-weight: 700;
    color: #124425;
    text-transform: uppercase;
    display: block;
    float: left;
    margin-right: 15px;
    padding: 30px 0px;
}
a.dropbtn:hover
{
    color: #124425;
}
.dropdown {
    position: relative;
    display: inline-block;
    z-index: 7004;
    float: right;
}

.dropdown-content {
    display: none;
    position: absolute;
    top:50px;
    background-color: #fff;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    
}

.dropdown-content a {
    color: #124425;
    background-color:#f8f5f2;
    text-transform: none;
    padding: 16px 16px;
    margin: 0;
    text-decoration: none;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    min-width: 300px;
    border-bottom: 1px solid #ddd;
}

.dropdown-content a:hover 
{
    color:#f8f5f2;
    color:#124425;
    color:#fff;
    background-color: #124425;
    background-color: #b9a479;
    
    text-decoration: none;
}

.dropdown:hover .dropdown-content {
    display: block;
    
}


.dropdown:hover {
    /*background-color: #f1f1f1;*/
}
.dropbtn:hover {
    text-decoration: underline;
}

div.search-cont
{
    display: block;
    float: right;
    width: 310px;
    padding: 5px 0px;
    /*padding-top: 17px;*/
}
.search-cont a
{
    font-size: 28px;
    cursor: pointer;
    float: left;
    display: block;
    margin-left: 10px;

}
.search-cont a:hover
{   
    text-decoration: none;
}
.search-input
{
    width: 200px;
    
    color: #124425;
    height: 19px;
    margin-right: 5px;
    padding: 5px;
    border: 1px solid #b9a479;
    background-color: #fff;
    border-radius: 3px;
    display: block;
    float: right;
}
.search-input-mobile
{
    width: 100px;
    
    color: #000;
    height: 19px;
    margin-right: 5px;
    padding: 5px;
    border: 1px solid #b9a479;
    border-radius: 3px;
    display: block;
    float: right;
}
.search-button
{
    background-color: #F9F4F3;
    color: #ae665a;
    border: 1px solid #F9F4F3;
    border-radius: 3px;
    padding: 7px 5px;
    cursor: pointer;
    display: block;
    float: right;
}
.search-button-mobile
{
    background-color: #124425;
    color: #fff;
    border: 1px solid #124425;
    border-radius: 3px;
    padding: 7px 5px;
    cursor: pointer;
    display: block;
    float: right;
}

div.mobile-cont {display: none;}  

div.mobile-search
{
    padding: 5px;
    display: inline-block;
}



/* eddig */

div.szlogen
{
    /*margin-left: 20px;*/

    color: #125027;
    color: #35a751;
    color: #bba67b;
    font-size: 16px;
    width: 370px;
    text-align: center;
    margin-top: 30px;

}

div.szechenyi_2020
{
    display: block;
    width: 130px;
    position: absolute;
    top: 5px;
    left: 320px;
}

div.main-menu
{
    /*background-color: #f2f2f2;*/
    font-size: 16px;
    margin: 15px 0px;
    

    
}

.main-menu a
{
    font-size: 16px;
    /*margin-bottom: 0px 15px;*/
    float: left;
    padding: 0px 12px;
    border-right: 1px solid #176a33;
    
}
.main-menu a:last-child
{
    border: 0px;
}
.main-menu a:first-child
{
    padding-left: 0px;
}

.main-menu a:hover
{
    text-decoration: underline;
}
div.mobile-nav{display: none}


div.content-cont
{
    padding: 0px 0px 20px 0px;
    background-color: #fff;
    font-size: 16px;
    
}
div.content
{
    padding-top: 10px;
    
}
.content p
{
    text-align: justify;
}

div.contact-form-cont
{
    width: 830px;    
    display: block;
    margin: 0px auto;
}


div.contact-right
{
    display: block;
    float:right;
    width: 255px;
    
}
div.contact-center
{
    display: block;
    float:left;
    width: 550px;
    margin:0px 10px;
    
}
div.contact-left
{
    display: block;
    float:left;
    width: 260px;
    
}
div.contact-button
{
    
    display: block;

    width: 830px;    
    display: block;
    margin: 0px auto;
    margin-top: 10px;
}
.contact-center textarea
{

    width: 525px;
    height: 236px;
    border: 0px;
    background-color: #e6e6e6;
    padding: 10px;

    border: 1px solid #b9a479;
    background-color: #fff;
    font-size: 16px;
}
.contact-left input
{
    font-size: 16px;
    width: 235px;
    padding: 10px;
    border: 1px solid #b9a479;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 15px;
}
.contact-left input:last-child
{
    margin-bottom: 0px;
}



.telephely-right
{
    display: block;
    float: right;
    width:585px ;
    text-align: center;
    

}

.telephely-left
{
    display: block;
    float: left;
    width:585px ;
    text-align: center;

}



div.adviser-cont
{
    display: block;
    float:left;
    width: 230px;
    margin: 30px 30px 0px 0px;
    min-height: 230px;
    text-align: center;
    color:#fff;

    padding: 10px;
}


.adviser-cont a
{
    color:#fff!important;
}

.adviser-cont a:hover
{
    color:#fff!important;
    text-decoration: underline!important;
}

.adviser-brown
{
    background-color: #b9a479;
}
.adviser-green
{
    background-color: #124425;
}

div.adviser-cont:nth-child(4n)
{
    /*margin-right: 0px;*/
}


div.adviser-name
{
    margin-top: 10px;
    color:#fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    
}
div.adviser-data
{
    text-align: center;
}

.adviser-data p
{
    text-align: center!important;
}



div.footer
{
    background-color: #124425;
    padding: 30px 0px;
    border-top: 5px solid #124425;
    color: #fff;
}

.footer a
{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}


div.footer-right
{
    display: block;
    float:right;
    width: 405px;
    width: 320px;
    
}
div.footer-center
{
    display: block;
    float:left;
    width: 300px;
    margin:0px 10px;
    
}
div.footer-left
{
    display: block;
    float:left;
    width: 255px;
    
}

div.szolgaltatas-cont
{
    /*background-color:#f8f5f2 ;*/
    
    padding-top: 30px;
}


div.szolgaltatasok-cont
{
    width: 980px;
    margin: 0px auto;
}

div.szolgaltatas-box
{
    display: block;
    width: 150px;
    float: left;
    text-align: center;
    margin-right: 45px;
    margin-bottom: 50px;
    min-height: 135px;

    
}
.szolgaltatas-box-transform
{
    width: 220px !important;
    margin-right: 12px !important;
}



div.szolgaltatas-box-img
{
    margin-bottom: 10px;
}
.szolgaltatas-box-img img
{
    width: 120px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.szolgaltatas-box-img img:hover
{
    width: 120px;
    transform: scale(1.1);
}


.round-img img
{
    border-radius: 50%;
}


.szolgaltatas-box-link a
{
    font-weight: 700;
}

/* régi */



div.articles-cont
{
    clear: both;
    min-height: 500px;
}


div.article-box-cont
{
    
    width: 300px;
    width: 230px;
    margin: 0px 15px 25px 0px;
    
    background-color: #e6e6e6;
}
.article-box-cont:nth-child(4n)
{
    margin-right: 0px;
}

div.article-box-image
{
    
}
.article-box-image img
{
    width: 230px;
}
div.article-box-date
{
    font-size: 12px;
    margin:5px 0px;
    padding-left: 5px;
}
.article-box-date a
{
    display: inline-block;
    float: right;
    background-color:#125027;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    
}
.article-box-date a:hover
{
    background-color:#176a33;
    text-decoration: none;
    
}



div.article-box-text{padding: 5px}
.article-box-text p{margin: 0px}
div.article-box-title{padding: 5px}
.article-box-title a
{
    font-size:18px;
    font-weight: 700;
    text-decoration: none;
    color:#125027;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    
    
}
.article-box-title a:hover
{
    text-decoration: underline;
    color:#176a33;
}

/* article-box 2 */
div.article-box-cont2
{
    
    width: 360px;
    margin: 0px 45px 45px 0px;
    
    background-color: #fff;
    display: block;
    float: left;

    border-radius: 5px;
    box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.13);
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;

}

div.article-box-cont2:hover
{
    box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.3);
}

.article-box-cont2:nth-child(3n)
{
    margin-right: 0px;
}

div.article-box-image2
{
    width: 360px;
    height: auto;
    min-height: 365px;
    overflow: hidden;
}
.article-box-image2 img
{
    width: 360px;
    height: auto;
}
div.article-box-date2
{
    font-size: 12px;
    margin:5px 0px;
    padding-left: 5px;
}
.article-box-date2 a
{
    display: inline-block;
    float: right;
    color: #125027;
    font-size: 14px;
    padding: 5px;
    font-weight: 600;
    
}
.article-box-date2 a:hover
{
    text-decoration: underline;
}



div.article-box-text2
{
    padding: 15px;
    height: 53px;
    overflow: hidden;
}
.article-box-text2 p{margin: 0px}
div.article-box-title2
{
    padding: 15px 15px 0px 15px;
    height: 45px;
    overflow: hidden;
}
.article-box-title2 a
{
    font-size:18px;
    font-weight: 700;
    text-decoration: none;
    color:#125027;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    
    
}
.article-box-title2 a:hover
{
    text-decoration: underline;
    color:#176a33;
}

/* */



div.article-date
{
    font-size: 12px;
    
}
div.article-lead
{
    /*font-weight: 500;*/
}
div.article-text{}

.article-text img
{
    width: 100%!important;
}
div.article-text-img-cont
{
    /*width: 300px; 
    display: block; 
    float: left; 
    margin-right: 10px;*/
}

div.article-big-cont
{
    margin-bottom: 10px;
}
div.article-big-right
{
    display: block;
    float: right;
    width: 532px;
    margin-left: 10px;
    
}
div.article-big-left
{
    display: block;
    float: left;
    width: 438px;
    
    
}
.article-big-left img{width: 438px;}

div.article-big-title
{
    margin-bottom: 18px;
}
.article-big-title a
{
    font-size:18px;
    font-weight: 700;
    text-decoration: none;
    color:#125027;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    
    
}
.article-big-title a:hover
{
    text-decoration: underline;
    color:#176a33;
}




div.article-big-text{}
div.article-big-date
{
    font-size: 12px;
    margin:5px 0px;
}
.article-big-date a
{
    display: inline-block;
    float: right;
    background-color:#125027;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    
}
.article-big-date a:hover
{
    background-color:#176a33;
    text-decoration: none;
    
}

div.facebook-button
{
    margin: 30px 0px;
    text-align: center;
    
}
.facebook-button a
{
    background-color: #489fff;
    color: #fff;
    padding: 10px;
    
}
.facebook-button a:hover
{
    text-decoration: none;
    background-color: #365899;
}








div.breadcrumb-cont
{
    margin-bottom: 20px;
}

.breadcrumb-cont a 
{
    font-size: 12px;
    color:#333;
    text-decoration: none;
}
.breadcrumb-cont a:hover
{
    text-decoration: underline;
}


div.galeria-list-cont
{
    margin-top: 20px;
}
div.galeria-list-title
{
    margin-bottom: 10px;
}
.galeria-list-title a
{
    font-size:18px;
    font-weight: 500;
    font-weight: 700;
    text-decoration: none;
}
.galeria-list-title a:hover
{
    text-decoration: underline;
}


div.galeria-list-date, div.galeria-date
{
    font-size: 12px;
}
div.galeria-list-lead
{
    
}
div.galeria-images-cont
{
    
}
.galeria-images-cont a
{
    display: block;
    float:left;
    width: 300px;
    height:200px;
    margin: 0px 10px 25px 10px;
}

.galeria-images-cont img
{
    
    width: 300px;
    height:200px;
    
}


div.galeria-cont{}
div.galeria-date{margin-bottom: 20px;}
div.galeria-text{}
div.galeria-title{}

div.img-cont
{
    display: block;
    float: left;
    width: 300px;
    height: 200px;
    margin: 0px 10px 25px 10px;
    position: relative;
}

.img-cont a
{
    display: block;
    float:left;
    width: 300px;
    height:200px;
    margin: 0px 0px 0px 0px;
}
.img-cont img
{
    width: 300px;
    height:200px;
}
div.img_text
{
    
    position: absolute;
    top: 145px;
    background-color: #fff;
    padding: 10px;
    color: #000;
    opacity: 0.8;
    font-size: 14px;
}
div.design-banner
{
    width: 100%;

}
.design-banner img
{
    width: 100%
}


/* table */

table.product-table
{
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 0;
    border-collapse: collapse;
    padding: 0;
    
}
.product-table td
{
    text-align: center;
    padding: 10px;
    margin: 0;
}
.product-table tr
{
    margin: 0;
    font-weight: 700;
}


td.product-name
{
    text-align: left;
    padding-left: 10px;
}
.product-table-head
{
    font-weight: 700;
    text-transform: uppercase;
}

.product1_hl_off
{
    background-color: #a6cc80;
}
.product0_hl_off
{
    background-color: #fff;
}
.product_hl
{
    
}


table.product-table-ajanlat
{
    width: 85%;
    text-align: center;
    font-size: 14px;
    margin: 0;
    border-collapse: collapse;
    padding: 0;   
    margin:0px auto;
}
td.product-table-ajanlat-name
{
    text-align: left;
    padding-left: 10px;
    font-weight: 700;
 
}
td.product-table-ajanlat-name::before {
    content: "• ";
     margin-right: 5px; 
}

.round_button
{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    /* Középre igazítás (Flexbox) */
    display: flex;
    align-items: center;
    justify-content: center;
    /* Szöveg/Plusz jel formázása */
    font-size: 25px;
    color: #ffffff; /* Fehér plusz jel */
    font-family: sans-serif;
    line-height: 1; /* Megakadályozza, hogy a betűkészlet eltolja a jelet */
    background-color: #16532b; /* Sötétzöld háttér */

    cursor: pointer;
    outline: none;
    transition: background-color 0.2s ease;
    padding: 0;
    float: right;
}

.round_button_2 {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    
    /* Középre igazítás (Flexbox) - Alapbeállítás */
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* Szöveg/Plusz jel alap formázása */
    font-size: 25px;
    color: #ffffff;
    font-family: sans-serif;
    line-height: 1; /* Vagy próbáld meg: 0 */
    
    background-color: #16532b;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    
    transition: background-color 0.2s ease;
    float: right;
    margin-left: 5px;
}

/* Új szabály a mínusz jel javításához */
.round_button_2 .minus-fix {
    display: inline-flex; /* Szintén középre igazítja a span tartalmát */
    align-items: center;
    justify-content: center;
    line-height: 1; /* Biztosítja a tiszta bázisvonalat */
    width: 100%;
    height: 100%;
    
    /* EZ A FONTOS SOR: Negatív margóval felfelé toljuk a jelet */
    /* Próbáld ki: -2px, -3px, -4px */
    margin-top: -3px; 
}

/* 
.product1_hl_off
{
    background-color: #f8f5f2;
}
.product0_hl_off
{
    background-color: #eee8e3;
}
.product_hl
{
    background-color: #fafade;
    background-color: #d3e2c4;
    
}

*/

.product-db
{
    width:65px;
    background-color: #a6cc80;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #a6cc80;

}

div.arajanlat-cont
{
    
    /*border-bottom: 1px solid #ccc;*/
    /*border-top: 1px solid #ccc;*/
    margin: 20px 0px;
    padding: 20px 0px;
    /*text-align: center;
    font-size: 22px;
    font-weight: 700;*/
        
}
 
div.ajanlat-left
{
    float: left;
    display: block;
    width: 900px;
}
div.ajanlat-right
{
    float: right;
    display: block;
    width: 270px;
}
.ajanlat-left h1
{
    text-align: left;
    margin-top: 0;
}

.ajanlat-right-list
{
    display: block;
    float: left;
    width: 50px;
    font-size: 40px;
}
.ajanlat-right-adat
{
    display: block;
    float: right;
    
}
#arajanlad-db
{
    color: #125027;
    font-family: "Barlow", sans-serif;
    font-style: italic;
    font-weight: 700;
}
.arajanlad-db-text
{
    color: #125027;
    font-family: "Barlow", sans-serif;
    font-style: italic;
}

#kat_title
{
    display: inline;
}
#alkat_title
{
    color: #125027;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-size: 20px;
}
span.ajanlat-text
{
    color: #125027;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-size: 20px;
    
}
.arajanlat-button
{
    background-color: #125027;
    border: none;
    color:#fff;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 3px;
}
#arajanlat-gomb
{
    width: 85%;
    margin: 0px auto;
}
.delete-button-classic
{
    background-color: #6d2619;
    background-color: #8f4133;
    border: none;
    color:#fff;
    font-weight: 700;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 3px;
}

.delete-button
{
    background-color: #6d2619;
    background-color: #a6cc80;
    border: none;
    color:#ff0000;
    font-weight: 700;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;


    font-family: "Barlow", sans-serif;
    
    font-size: 18px;

}


.simple-button
{
    background-color: #fff;
    border: none;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    color:#000;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 3px;
}

.simple-button-lista
{
    background-color: #fff;
    border: none;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    color:#000;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 3px;
    float: right;
}

.simple-button-classic
{
    background-color: #125027;
    border: none;
    color:#fff;
    font-weight: 700;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 3px;
}

select.product-select
{
   background-color: #125027;
   border:none;
   outline:none;
   display: inline-block;
   -webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
   cursor:pointer;
   padding: 10px 25px 10px 10px;
   margin-right: 10px;
   margin-bottom: 15px;
   font-size: 16px;
   text-align: center;
   width: 220px;
   
   background-image:  url('/images/design/select2.png');
   background-position: right center;
   background-repeat: no-repeat;
}
select.product-select:nth-child(5n)
{
   margin-right: 0px; 
}

.product-select option
{
    
}

.gyarto, .gyarto option
{
    background-color: #f2f2f2!important;
    margin: 0px !important;
}

.vegyi, .vegyi option
{
    background-color: #f2f2f2!important;
}

.veto, .veto option
{
    background-color: #9bcc86!important;
}

.mutragya, .mutragya option
{
    background-color: #57b363!important;
}

.novenyvedo, .novenyvedo option
{
    background-color: #35a751!important;
}
.sajat, .sajat option
{
    background-color: #bba67b!important;
}

div.save_float_div
{
    position: fixed;
    bottom:25px;
    left:25px;
    display: none;
    
    background-color:#125027;
    font-weight: bold;
    color:#fff;
    font-size: 1.4em;
    padding:10px;
    
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#arajanlat_data{margin-top: 10px;}



div.palyazat_div
{
    position:fixed;
    top:140px;
    right:0px;
    padding:0px;
    width: 250px;
}
.palyazat_div img
{
    width: 100%;
}



/*  */


@media screen and (max-width: 1170px) {

    div.head-left{margin-left: 10px;}
    div.head-right{width: 700px;}
    div.cont_left{ display: none;}    
    div.content
    {
        padding: 0;
        margin: 0;
        border: 0;
        width: 100%;
        min-height: 300px;
    }
    .cont
    {
        width: 100%;

    }
    div.main-cont{width: 100%!important}
    
    div.content-cont
    {
        padding: 10px 20px;
    }

    div.szolgaltatas-cont
    {
        padding-left:20px;
    }

    div.footer
    {
        padding: 10px 20px;
    }
    
    div.szolgaltatas-box
    {
        display: block;
        float: left;
        text-align: center;
        margin-right: 25px;
        margin-bottom: 35px;
        width: 120px;

        
    }

    .szolgaltatas-box-transform
    {
    width: 120px !important;
    margin-right: 12px !important;
    }



    div.szolgaltatas-box-img
    {
        margin-bottom: 10px;
    }
    .szolgaltatas-box-img img
    {
        width: 80px;
    }

    .round-img img
    {
        border-radius: 50%;
    }


    .szolgaltatas-box-link a
    {
        font-weight: 700;
        font-size: 12px;
    }


    .telephely-right{width: 100%;}
    .telephely-left{width: 100%;}
    .article-box-cont2:nth-child(3n)
    {
        margin: 0px 45px 45px 0px;
    }
}

@media screen and (max-width: 1000px) 
{

    div.search-cont{display: none;}
    div.palyazat_div{display: none;}
    div.head{height: auto;}
    div.menu{display: none}
    
    div.szolgaltatasok-cont{width: 100%;}
    

    div.mobile-cont 
    {
        display: block;
        background-color: #fff;
        margin: 0;
        padding: 0;
    }
    div.mobile-head
    {
        padding: 5px;
    }
    
    
    div.mobile-nav 
    {
        display: block;
        
    }

    div.mobile-menu-cont
    {
        display: block;
        width: 100px;
        margin:0px auto;
        text-align: center;
        padding:0 0 15px 0;
    }
    ul.mobil-menu
    {
        display: none;
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
        list-style-type: none;
        clear: both;
    }
    .mobil-menu li
    {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .mobil-menu a
    {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
        padding: 12px 0px;
        border-bottom: 1px solid #ddd;
        background-color: #fff;
        font-weight: 700;
        color: #125027;
        font-size: 16px;
    }
    
    .mobile-subenu a
    {
        font-weight: normal;
    }
    
    a.hambi
    {
        color: #125027;
        font-weight: 700;
        padding: 12px 0px;
        font-size: 16px;
        display: block;
        float: left;
        margin: 0px auto;
    } 

    
}


@media screen and (max-width: 880px) {
   
    h1{font-size: 28px;}
    h2{font-size: 22px;}
    h3{font-size: 18px;}


    div.contact-left{width: 100%;}
    .contact-left input {width: 90%;}
    div.contact-center{width: 100%; padding-top: 20px; margin: 0;}
    .contact-center textarea {width: 90%;}
    div.contact-right{display: none;}




}
@media screen and (max-width: 810px) {
    div.article-box-cont2
    {
        float: none;
        margin: 0px auto;
        margin-bottom: 25px;
    }
    div.article-box-cont2:nth-child(3n)
    {
        margin: 0px auto;
        margin-bottom: 25px;
    }
    
}
@media screen and (max-width: 630px) {

    div.footer-right{display: none;}
    div.footer-center{width: 100%;}
    div.footer-left{width: 100%;}
    .footer-center ul {padding-left: 0;}

    div.telephely-right{width: 100%;}
    .telephely-right iframe {width: 90%;}
    div.telephely-left{width: 100%;}
    .telephely-left iframe {width: 90%;}

}

@media screen and (max-width: 440px) {
    
    /*div.head-right{display: block; margin: 0px auto;float: none; margin-top: 10px; width: 175px;}*/
    
    div.article-box-cont2{width: 100%}
    div.article-box-image2{width: 100%; height: auto}
    .article-box-image2 img{width: 100%; height: auto}
    .design-banner h3{padding-top:10px; font-size:16px;}
    
    .galeria-images-cont a
    {
        display: block;
        float:left;
        width: 100%;
        height:auto;
        margin: 0px 0px 20px 0px;
    }
    .galeria-images-cont a:nth-child(2n)
    {
        margin-right: 0px;
    }

    .galeria-images-cont img
    {
        width: 100%;
        height:auto;
    }
    div.partner_footer_cont
    {
        margin: 0px auto;
        display: block;
        float: none;
    }
    .partner_footer_cont img
    {
        margin: 0px auto;
        display: block;
    }
}