<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Basics
-------------------------------------------------- */
#site-wrapper{
	width: 100%;
}

.main-page-container {
	overflow-wrap: break-word;
	background-color: #FFF;
	-webkit-box-shadow: 0 1px 2px rgba(0, 1, 1, 0.21);
	-moz-box-shadow: 0 1px 2px rgba(0,1,1,.21);
	box-shadow: 0 1px 2px rgba(0, 1, 1, 0.21);
}

.main-page-container .content{
	padding: 10px 30px 20px 30px;
}


/* Header
-------------------------------------------------- */
#site-header {
	min-width: 320px;
	/* background: url('/static/img/default/header-bg.png') repeat-x; */
	background-position: center top;
}

	#site-header #topbar,
	#site-header #site-logos,
	#site-header #quick-links{
		margin: 0 auto;
	}

	#topbar {
		background: black;
		padding: 4px 20px;
		color: #ffffff;
		font-size: 12px;
		text-transform: uppercase;
		text-align: right;
	}

	#site-logos {
		background-image: linear-gradient(to bottom, #1d4e9b, #163c78);
	}

		#site-logos #logo-main {
		}

			#site-logos #logo-main a#logo {
				width: 100%;
				height: 100px;
				display: block;
				margin: auto;
				background: url('/static/img/default/OTDK25_logo_landscape.svg') no-repeat;
				background-position: center;
				background-size: auto 100px;
			}

			#site-logos #logo-main #site-names {
				letter-spacing: 2px;
			}

				#site-logos #logo-main #site-names h1#site-name {
					color: white;
					font-family: 'Open Sans', sans-serif;
					font-size: 14px;
					font-weight: normal;
					text-transform: uppercase;
					margin: 0;
					padding-bottom: 10px;
					text-align: center;
				}
				
				#site-logos #logo-main #site-names h2#site-name-sub {
					color: #ffffff;
					font-family: 'Open Sans', sans-serif;
					font-size: 13px;
					font-weight: normal;
					margin: 0;
					padding-bottom: 10px;
					text-transform: none;
					text-align: center;
				}
		
		#site-logos #logo-right{
			display: none;
		}

		p#phd-kepzes-text {
			display: none;
		}

	#otdk25-text {
		display: none;
	}

/* Quick Links
-------------------------------------------------- */
#quick-links-btn{
	background-color: #0d3471;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px 0;
}

	#quick-links-btn span#quick-links-btn-text{
		padding: 0 15px 0 0;
		background: url('/static/img/default/quicklink-btn.png') no-repeat;
		background-position: right center;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
	}

.quick-ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	position: absolute;
	text-align: center;
	background: #1d4e9b;
	z-index: 9999;
}

	li.quick-item{
		padding: 10px 0;
	}
	
	li.quick-item-first{
		
	}
	
	li.quick-item-last{
		background: none;
	}
	
		a.quick-item-a{
			color: #ffffff;
			font-family: 'Oswald', sans-serif;
			font-size: 12px;
			letter-spacing: 1px;
			text-transform: uppercase;
		}

.quick-ul-opened{
	display: block;
}
/* Content
-------------------------------------------------- */
#site-content{
	min-width: 320px;
	margin: 18px auto 0 auto;
}

#sidebar-left{
	margin: 0 20px;
}

#main{
	margin: 0 20px 0 20px;
}

#sidebar-right{
	margin: 0 20px;
}

/* Slider
-------------------------------------------------- */
#slider{
	display: none;
}

/* News
-------------------------------------------------- */
#featured-news {
	padding: 0 0 20px 0;
}

.news-item{
	width: 100%;
	margin: 0 0 25px 0;
}

	.news-title{
		font-size: 16px;
		font-family: 'Oswald', sans-serif;
		line-height: 23px;
		margin: 0;
	}
	
		.news-title a{
			color: #000000;
		}
		
		.news-title a:hover{
			color: #1c4c97;
		}
		
	.news-date{
		font-size: 10px;
		color: #0c3e6f;
		display: block;
		margin: 0 0 5px 0;
	}
	
	.news-content{
		
	}
	
		.news-image{
			display: none;
		}
		
		div.news-excerpt{
			width: 100%;
			font-size: 13px;
			line-height: 23px;
			margin: 0;
			padding: 0;
		}
		div.news-excerpt p{
			margin: 0px;
		}
.more-news{
	float: right;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	color: #000000;
	padding-right: 16px;
	margin: 0 0 30px 0;
	background: url('/static/img/default/more.png') no-repeat;
	background-position: right center;
}

	.more-news:hover{
		color: #1c4c97;
	}
/* Page
-------------------------------------------------- */
#page{
	
}

h1.page-title{
	font-size: 16px;
	line-height: 23px;
	margin: 0 0 16px 0;
}

.page-content{
	font-size: 13px;
}

/* Sidebar Left
-------------------------------------------------- */
#sidebar-left{
	
}

/* Menu
-------------------------------------------------- */
#menu{
	margin: 0 0 30px 0;
}

	#menu #nav-btn{
		color: #ffffff;
		font-size: 16px;
		font-family: 'Oswald', sans-serif;
		letter-spacing: 1px;
		background: #000000;
		text-align: center;
		padding: 7px 0;
		text-transform: uppercase;
	}
	
		#menu #nav-btn span#nav-btn-text{
			padding: 0 15px 0 0;
			background: url('/static/img/default/quicklink-btn.png') no-repeat;
			background-position: right center;
			cursor: pointer;
		}
	
	#nav{
		margin: 0;
		padding: 0;
		list-style: none;
		background: #212121;
		text-align: center;
	}
		
		#nav .nav-item{
			padding: 3px 0 6px 0;
		}
		
			#nav .nav-item a.nav-item-a{
				color: #ffffff;
				font-family: 'Oswald', sans-serif;
				font-size: 14px;
				letter-spacing: 1px;
				text-transform: uppercase;
			}
			
			#nav .nav-item a.nav-item-a:hover{
				color: #1c4c97;
			}
	
	ul.nav-ul{
		display: none;
	}
	
	ul.nav-ul-opened{
		display: block;
	}

/* Interaction Box
-------------------------------------------------- */
#interaction-box{
	margin: 0 0 30px 0;
}

	#interaction-box #login-btn{
		display: block;
		float: left;
		width: 120px;
		height: 20px;
		background: url('/static/img/default/login.png') no-repeat;
		margin-top: 4px;
	}
	
	#interaction-box #facebook-btn{
		display: block;
		float: right;
		width: 27px;
		height: 28px;
		background: url('/static/img/default/fb.png') no-repeat;
	}
	
	#interaction-box #rss-btn{
		display: block;
		float: right;
		width: 27px;
		height: 28px;
		background: url('/static/img/default/rss.png') no-repeat;
		margin-left: 10px;
	}

/* Sidebar Right
-------------------------------------------------- */
.sidebar-box{
	margin: 0;
}

	.sidebar-box h2.sidebar-title{
		font-size: 16px;
	}
	
	.sidebar-box .sidebar-content{
		margin: 0 0 30px 0;
	}
	
	.sidebar-box .search-form{
		text-align: center;
	}
	
	.sidebar-box input[type="text"],
	.sidebar-box input[type="password"]{
		width: 204px;
		margin-bottom: 20px;
	}
	
/* Calendar
-------------------------------------------------- */
.calendar{
	font-family: 'Oswald', sans-serif;
}

.calendar-head{
	text-align: center;
}

	.calendar-head .prev-month,
	.calendar-head .next-month,
	.calendar-head .actual-month{
		font-size: 14px;
		text-transform: uppercase;
	}
	
	.calendar-head .prev-month{
		float: left;
	}

	.calendar-head .next-month{
		float: right;
	}

.calendar-body{
	font-size: 13px;
}


	.calendar-body .calendar-table{
		margin: 0 auto;
	}
	
	.calendar-body  .calendar-table td{
		width: 30px;
		height: 30px;
		text-align: center;
	}
	
	.calendar-body  .calendar-table td.td-marked{
		background: #1c4c97;
	}
	
		.calendar-body  .calendar-table td a.day-passed,
		.calendar-body  .calendar-table td span.day-passed{
			color: #b7b7b7;
		}

		.calendar-body  .calendar-table td a.day-passed-marked{
			color: #1c4c97;
		}
		
		.calendar-body  .calendar-table td a.day-marked{
			color: #ffffff;
		}
		
/* Events
-------------------------------------------------- */
.events{
	font-size: 13px;
	text-transform: uppercase;
}

	.events .event{
		margin: 0 0 12px 0;
	}

	.events .event .event-date{
		font-weight: bold;
		color: #1c4c97;
		display: block;
	}
	
	.events .event .event-title{
		display: block;
		color: #000000;
	}
	
		.events .event .event-title:hover{
			color: #1c4c97;
		}
	
	.more-events{
		text-transform: uppercase;
		font-size: 14px;
		font-family: 'Oswald', sans-serif;
		color: #000000;
		padding-right: 16px;
		background: url('/static/img/default/more.png') no-repeat;
		background-position: right center;
	}
	
		.more-events:hover{
			color: #1c4c97;
		}

/* Department List
-------------------------------------------------- */
.department-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

	.department-list li{
		margin: 0 0 12px 0;
	}
	
		.department-list li a{
			color: #000000;
			text-transform: uppercase;
			font-size: 12px;
			font-family: 'Oswald', sans-serif;
			letter-spacing: 1px;
		}
		
		.department-list li a:hover{
			color: #1c4c97;
		}

div#old-portal-links {
	display: none;
}

#site-footer {
	width: 100%;
	background-color: #0d3370;
}

	#site-footer div.content {
		margin: 0 auto;
		text-align: center;
	}

		#site-footer div.content a.logo-otdt {
			width: 273px;
			height: 90px;
			display: block;
			background-image: url('/static/img/default/otdk70logoinverse.png');
			background-position: center;
			background-repeat: no-repeat;
			background-size: 273px 50px;
			margin: auto;
		}

		#site-footer div.content a.logo-bme {
			width: 280px;
			height: 75px;
			display: block;
			background: url('/static/img/default/logo.png') no-repeat;
			background-size: 280px 75px;
			margin: 10px auto;
		}

		#site-footer div.content a.logo-vik {
			width: 90px;
			height: 90px;
			display: block;
			background: url('/static/img/default/vik-logo.png') no-repeat;
			background-size: 90px 90px;
			margin: 20px auto;
		}

		#site-footer div.content div.text-otdk {
			color: white;
			height: 90px;
			display: block;
			text-align: center;
		}

		#site-footer div.content div.text-otdt {
			height: 90px;
			display: block;
		}

		#site-footer div.content a.logo-nmhh {
			width: 216px;
			height: 90px;
			display: block;
			background-image: url('/static/img/default/nmhh_logo.svg');
			background-position: center;
			background-repeat: no-repeat;
			background-size: 216px 90px;
			padding-top: 20px;
			margin: 20px auto;
		}

		#site-footer div.content div.text-nmhh {
			color: white;
			display: block;
			height: 70px;
			padding-top: 20px;
			text-align: center;
		}


div#logo-evosoft {
	margin: 30px auto 0px auto;
}

div#logo-4ig {
	margin: 30px auto 0px auto;
}

div#logo-kim {
	margin: 30px auto 0px auto;
}

div#logo-mta {
	margin: 30px auto 0px auto;
}

div#logo-nkfih {
	margin: 30px auto 0px auto;
}


table.list {
	border-width: 0;
	font-size: 10pt;
	margin-bottom: 15px;
	width: 100%;
}

	table.list thead {
		display: none;
	}

	table.list tr {
		background: white;
		display: block;
		padding-bottom: 50px;
	}

		table.list tr.normal {
			margin-top: 0px;
		}

			table.list tr.normal td {
				border-top-color: #e0e0e0;
			}

	table.list td {
		background: #f8f8f8;
		border-top-width: 1px;
		border-top-style: solid;
		color: #555555;
		display: block;
		font-size: 16px;
		font-weight: unset !important;
		line-height: 1.2;
		padding: 20px 15px 10px 15px;
	}

	table.list td::before {
		font-size: 12px;
		color: #808080;
		line-height: 1.2;
		text-transform: uppercase;
		font-weight: unset !important;
		margin-bottom: 13px;
		content: attr(data-title);
		min-width: 98px;
		display: block;
	}

	table.list td:last-child {
		border-bottom: 1px solid #e0e0e0;
	}

</pre></body></html>