@charset "utf-8";
/* CSS Document */

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	color: #000000;
}

body {
    background: #2f241b url("/images/vetoburgonya_gyor_bg.jpg") no-repeat center top;

}

a {
	text-decoration:none;
	color:#ffffff;
}

	a:hover {
		color:#94d7fb;
	}

h1, h2, h3, h4, h5, p {
	margin:0;
	padding:0;
}

h1 {
	margin:130px 0 10px 0;
	line-height:60px;
	font-weight:400;
	font-size:60px;
	color:#ffffff;
	transition: all 0.6s ease;
}

h2 {
	margin-top:20px;
    padding:0 0 5px 0;
	font-size:28px;
	font-weight:300;
    color:#ffffff;
}

h3 {
	margin-bottom:20px;	
	font-size:35px;
	font-weight:300;
}

h4 {
	margin-bottom:15px;	
	font-size:20px;
	font-weight:700;
}

h5 {
	margin-bottom:15px;
	margin-top:10px;
	font-size:25px;
	font-weight:300;
}

p {
	margin-bottom:2px;
	font-size:16px;
	line-height:1.7;
    color:#ffffff;
}

	b, strong {
		font-weight:700;
	}
	
b {
	font-weight:700;
}

.sizer {
    width: 1170px;
    margin: 0 auto;
}


.kereszt {
    position: absolute;
    top:22px;
    right:0;
}

.kereszt a {
    padding:12px;
    background:#7f7347;
    font-weight: bold;
    text-decoration: none;
}

.kereszt a:hover {
    color:cornsilk;
}

#headLine {
}

#telLine {
    width:100%;
    height:52px;
    background:#64784a;
}
#telLine p {
    line-height: 52px;
    font-size: 30px;
}

@media screen and (max-width: 1230px) {
    h1, #telLine p, #kapcsolat h2, #kapcsolat p  {padding-left:30px;}
    .sizer {width:100%;}
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-table100 {
    width: 100%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 30px;
}

.wrap-table100 {
    width: 1170px;
}

table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
table * {
    position: relative;
}
table td, table th {
    padding-left: 8px;
}
table thead tr {
    height: 60px;
    background: #000000;
}
table tbody tr {
    height: 50px;
}
table tbody tr:last-child {
    border: 0;
}
table td, table th {
    text-align: left;
}
table td.l, table th.l {
    text-align: right;
}
table td.c, table th.c {
    text-align: center;
}
table td.r, table th.r {
    text-align: center;
}


.table100-head th{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
}

tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

tbody tr {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: 400;
}

tbody tr:hover {
    color: #555555;
    background-color: #f5f5f5;
    cursor: pointer;
}

/*FAJTA*/
.column1 {
    width: 140px;
    padding-left: 30px;
    font-weight: 700;      
}

/*Jellemző*/
.column2 {
    width: 300px;
}

/*Érésidő*/
.column3 {
    width: 150px;
}

/*fokozat*/
.column4 {
    width: 80px;
    text-align: center;
    font-weight: 700;
}

/*zsák*/
.column5 {
    width: 120px;
    text-align: center;
}

/*származásihely*/
.column6 {
    width: 150px;
    text-align: center;    
}

/*méret*/
.column7 {
    width: 150px;
    text-align: center;
}

/*ár*/
.column8 {
    width: 160px;
    text-align: left;
    padding-left: 20px;
    font-weight: 700; 
}

/*megjegyzés*/
.column9 {
    width: 200px;
    text-align: left;
}


@media screen and (max-width: 992px) {

    h1 {font-size:43px;}
    h2 {font-size:23px;}
    
    
    table {
        display: block;
    }
    table > *, table tr, table td, table th {
        display: block;
    }
    table thead {
        display: none;
    }
    table tbody tr {
        height: auto;
        padding: 37px 0;
    }
    table tbody tr td {
        padding-left: 40% !important;
        margin-bottom: 24px;
    }
    table tbody tr td:last-child {
        margin-bottom: 0;
    }
    table tbody tr td:before {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #999999;
        line-height: 1.2;
        font-weight: unset;
        position: absolute;
        width: 40%;
        left: 30px;
        top: 0;
    }
    table tbody tr td:nth-child(1):before {
        content: "Fajta";
    }
    table tbody tr td:nth-child(2):before {
        content: "Jellemző";
    }
    table tbody tr td:nth-child(3):before {
        content: "Érés idő";
    }
    table tbody tr td:nth-child(4):before {
        content: "Fokozat";
    }
    table tbody tr td:nth-child(5):before {
        content: "Zsák/kg";
    }
    table tbody tr td:nth-child(6):before {
        content: "Származás";
    }
    table tbody tr td:nth-child(7):before {
        content: "Méret (mm)";
    } 
    table tbody tr td:nth-child(8):before {
        content: "Nettó ár";
    }
    table tbody tr td:nth-child(9):before {
        content: "Megjegyzés";
    }
    
    
    table.etkezesi tbody tr td:nth-child(1):before {
        content: "Fajta";
    }
    table.etkezesi tbody tr td:nth-child(2):before {
        content: "Jellemző";
    }
    table.etkezesi tbody tr td:nth-child(3):before {
        content: "Zsák/kg";
    }
    table.etkezesi tbody tr td:nth-child(4):before {
        content: "Származás";
    }
    table.etkezesi tbody tr td:nth-child(5):before {
        content: "Méret (mm)";
    }
    table.etkezesi tbody tr td:nth-child(6):before {
        content: "Nettó ár";
    }
    table.etkezesi tbody tr td:nth-child(7):before {
        content: "Megjegyzés";
    } 
   

    .column4,
    .column5,
    .column6,
    .column7 {
        text-align: left;
    }

    .column4,
    .column5,
    .column6,
    .column7,
    .column8,
    .column9,
    .column1,
    .column2,
    .column3 {
        width: 100%;
    }

    tbody tr {
        font-size: 14px;
    }
}

@media (max-width: 576px) {

    h1, #telLine p, #kapcsolat h2, #kapcsolat p  {padding-left:15px;}
    h1 {font-size:35px; line-height:38px;}
    h2 {font-size:20px;}
    
    .container-table100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.scrollup {
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 50px;
        right: 50px;
        display: none;
/*        text-indent: -9999px;*/
        background-color: rgba(0,0,0,0.8);
	z-index:9995;
	color:#ffffff;
	line-height:50px;
	text-align:center;
}

.scrollup:before {
	content: "\f0aa";
	font-family:'FontAwesome';
	font-size:35px;
}

.cls {
	clear:both;
}

.slide-title {
	color:#ffffff;
	background:rgba(0,0,0,0.6);
	padding:10px;
	font-size:20px;
	bottom:60px;
	width:100%;
	text-align:center;
}