﻿@font-face {
 font-family: regular;
 src: url(https://www.telekom.hu/static-la/c3/f/TeleGroteskScreen-Regular.woff2) format('woff2'),url(https://www.telekom.hu/static-la/c3/f/TeleGroteskScreen-Regular.woff) format('woff'),url(https://www.telekom.hu/static-la/c3/f/TeleGroteskScreen-Regular.ttf) format('truetype')
 }

 @font-face {
 font-family: medium;
 src: url(https://www.telekom.hu/static-la/c3/f/TeleGroteskScreen-Medium.woff2) format('woff2'),url(https://www.telekom.hu/static-la/c3/f/TeleGroteskScreen-Medium.woff) format('woff'),url(https://www.telekom.hu/static-la/c3/f/TeleGroteskScreen-Medium.ttf) format('truetype')
 }

/*--------------------*/

body {
        color: #18214d;
}

#tablazat_nd h2 {
	margin: 5px 0 0;
	/*font-size: 2rem; */  
}
    
#tablazat_nd td {
	/*font-family: regular, Arial, sans-serif;*/
	font-size: 1.5rem;
}

#tablazat_nd { 
	font-family: regular, Arial, sans-serif;
	
	height: 100%;			
	line-height: 1.25;
	margin: 0 auto 20px;
        max-width: 1152px;
}

#tablazat_nd table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 auto 20px;
	padding: 0;
	table-layout: fixed;
 	width: 750px;
}

#tablazat_nd table tr {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;
}

#tablazat_nd table .bottomborder {
    border-bottom-color: #565656;
}    
    
#tablazat_nd table tr:nth-child(even),
#tablazat_nd table th { 
	background-color: #e8e8e8;
}

#tablazat_nd table th,
#tablazat_nd table td {
	padding: .625em .2em;
	text-align: center; 
	vertical-align: middle;
}

#tablazat_nd td:first-child {
        text-align: left;
        display: block;
}



#tablazat_nd table th {
	font-size: 1.5em;
	border-bottom: 1px solid #999999;
}

#tablazat_nd table > thead > tr:nth-last-child(2) th {
        border-bottom: 0px
}

#tablazat_nd table tr > th:last-child{
/*	width: 250px; */
}

#tablazat_nd table tr > td:last-child {
/*        text-align: right; */
}

#tablazat_nd table tr > th:first-child {
        text-align: left;
        width: 33%;
}

#tablazat_nd table th img {
	height: 48px;
}

#tablazat_nd .smol {
	font-size: 0.8em;
	font-weight: 100;
}

#tablazat_nd .hide {
	display: none;
}

#tablazat_nd table tbody tr td span {
	display: block;
}

#tablazat_nd table tbody tr td span .mobhide {
	display: block;
}


 /* ---- MEDIA QUERY ---- */

@media screen and (max-width: 600px) {
	#tablazat_nd table {
		border: 0;
		width: 100%;
	}

	#tablazat_nd table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	#tablazat_nd table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	#tablazat_nd table td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: 1.25em;
		text-align: right;
	}

	#tablazat_nd table td:first-child {
		border-bottom: 1px solid #999999;
                max-width: 100%;
                text-align: left;
                display: flex;
                flex-flow: row nowrap;
                justify-content: space-between;
	}
	
	#tablazat_nd table tr > td,th:nth-last-child(-n+2){
		width: auto;
	}
	#tablazat_nd table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
                padding-right: 20px;
                text-align: left;
	}

	#tablazat_nd table td:last-child {
		border-bottom: 0;
	}

        #tablazat_nd table > tbody > tr > td:first-child {
                text-align: right;
        }
        
	#tablazat_nd .smol {
		font-size: 0.9em;
		font-weight: 100;
	}

	#tablazat_nd .hide {
		display: block;
	}
 
        #tablazat_nd table tbody tr td .mobhide {
		display: none;
        }
 
}        

@media screen and (max-width: 480px) {
	#tablazat_nd {
		margin: 0 5px 20px;
	}
	
	#tablazat_nd table th, table td {
		padding: .625em 0px;
	}

}