@charset "UTF-8";

/*
Theme Name: Orvosunk Basic Theme
Description: Bsaic WordPress theme
Version: 1.0.0
*/

:root {
	/* SIZES */
	--header-height-size: 70px;
}

*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box!important;
	color: inherit;
	border: none;
	box-shadow: none;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
}

body
{
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 11pt;
	background: #ffffff;
	color: #383838;
	margin-top: var(--header-height-size);
}

div.container
{
	display: block;
	max-width: 1130px;
	margin: 0px auto;
	padding: 0px 20px; 
}

header#pageheader
{
	display: block;
	width: 100%;
	height: var(--header-height-size);
	position: fixed;
	top: 0px;
	z-index: 999;
	background-color: #ffffff;
}

	header#pageheader a.logo
	{
		height: var(--header-height-size);
		display: block;
		float: left;
	}
	
		header#pageheader a.logo > img
		{
			height: var(--header-height-size);
			width: var(--header-height-size);
			display: block;
			padding: 15px;
		}
		
	header#pageheader nav
	{
		display: block;
		float: left;
		height: var(--header-height-size);
	}
	
		header#pageheader nav ul
		{
			display: block;
			list-style: none;
			margin-top: 0;
		}

			header#pageheader nav > ul > li
			{
				height: var(--header-height-size);
				float: left;
			}
			
			header#pageheader nav > ul > li > a
			{
				font-size: 11pt;
				display: block;
				height: var(--header-height-size);
				line-height: var(--header-height-size);
				font-weight: 700;
				text-decoration: none;
				text-transform: uppercase;
				padding: 0px 20px;
				cursor: pointer;
			}
			
			header#pageheader nav > ul > li > ul
			{
				display: none;
				background: #333333;
				position: relative;
				top: -20px;
			}
			
			header#pageheader nav > ul > li:hover > ul
			{
				display: block;
			}
			
			header#pageheader nav > ul > li > ul > li > a
			{
				font-size: 11pt;
				display: block;
				text-decoration: none;
				padding: 7px 20px;
				color: #ffffff;
				cursor: pointer;
			}
	
section
{
	display: block;
	padding: 40px 0px; 
	width: 100%;
}

section:nth-child(odd)
{
	background-color: #f8f8f8;
}

section#indexheader
{
	height: auto; /*calc(70vh - var(--header-height-size));*/
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 40px 0px;
}
	
h1, h2, h3, h4, h5, h6
{
	font-weight: 700;
	margin-top: 1.7em;
	text-transform: uppercase;
}
	
p
{
	margin-top: 1em;
	line-height: 1.5em;
}

h1 { font-size: 32pt; margin-top: 0.0em; padding-bottom: 20px; border-bottom: 1px solid #303030; margin-bottom: 30px; }
h2 { font-size: 18pt; }
h3 { font-size: 13pt; }

h1 > span
{
	font-size: 22pt;
}

strong
{
	font-weight: bold;
}
	
ul
{
	list-style:none;
	margin-top: 1em;
}

	
section#indexheader > div.container > h1
{
	font-size: 7vw;
	color: #ffffff;
	text-shadow: 6px 6px 2px #00000099;
	border-bottom: none;
}		

	section#indexheader > div.container > h1 + p
	{
		margin-top: 30px;
		color: #333333;
		font-weight: 700;
		font-size: 18pt;
		max-width: 700px;
		width: 100%;
	}		

.flex-box-1-columns
{
	display: flex; /* or inline-flex */
	flex-direction: row; /* (default): left to right */
	flex-wrap: wrap;  /* flex items will wrap onto multiple lines, from top to bottom */
	row-gap: 10px;
}

	.flex-box-1-columns > *
	{
		width: 100%;
	}
	
.flex-box-2-columns
{
	display: flex; /* or inline-flex */
	flex-direction: row; /* (default): left to right */
	flex-wrap: wrap;  /* flex items will wrap onto multiple lines, from top to bottom */
	gap: 10px;
}

	.flex-box-2-columns > *
	{
		width: calc(50% - 10px);
	}

.flex-box-3-columns
{
	display: flex; /* or inline-flex */
	flex-direction: row; /* (default): left to right */
	flex-wrap: wrap;  /* flex items will wrap onto multiple lines, from top to bottom */
	gap: 10px;
}

	.flex-box-3-columns > *
	{
		width: calc(33% - 20px);
	}

.linkbox
{
	border: 1px solid #a0a0a0;
	padding: 10px;
	background-color: #f0f0f0;
}

	.linkbox > a
	{
		display: block;
		background-position: 10px 10px;
		background-repeat: no-repeat;
		padding-top: 100px;
		text-decoration: none;
	}
	
	.linkbox > a > span:nth-child(1)
	{
		font-weight: bold;
		font-size: 13pt;
	}

#kepek-section
{
	background: #ffffff;
}


#kepek-section  > div.container > div.flex-box-3-columns
{
	padding: 30px 0px;
}

#kepek-section  > div.container > div.flex-box-3-columns > a
{
	display: block;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#indexnevjegy > div.container > h2,
#index_t2 > div.container > h2
{
	text-align: center;
	text-transform: uppercase;
	margin: 30px auto;
}

#indexnevjegy > div.container > p,
#index_t2 > div.container > p
{
	text-align: center;
}

#indexnevjegy > div.container > img
{
	margin: 30px auto;
	display: block;
}

#index_map
{
	padding:0;
	background-color: #f0f0f0;
}

#index_map h2
{
	margin:0;
}
	
footer
{
	display: block;
	padding: 40px 0px; 
	width: 100%;
	background-color: #333344;
	color: #ffffff;
}
	
#footer-fb-box > a
{
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 150px;
	text-decoration: none;
	line-height: 1.5em;
}

#pagefooter .flex-box-3-columns > div
{
	padding: 20px;
}

#pagefooter .copyinfo
{
	display: block;
	margin-top: 30px;
	border-top: 1px solid #484858;
	padding: 20px 0px;
}

	#pagefooter .copyinfo > p
	{
		text-align: center;
		font-size: 9pt;
		color: #9696a3;
	}

#menu_toggle
{
	display: none;
	position: fixed;
	top: 10px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 48px 48px;
}

nav#mobilenav
{
	position: fixed;
	top: var(--header-height-size);
	left: 0;
	width: 100%;
	height: calc(100vh - var(--header-height-size));
	background-color: #484858;
	padding: 20px;
}

	nav#mobilenav > ul
	{
		display: block;
		list-style: none;
	}
	
		nav#mobilenav > ul > li
		{
			padding: 10px;
		}

			nav#mobilenav > ul > li
			{
				color: #ffffff;
			}
	
.blog-item
{
	display: block;
	min-height: 120px;
	padding: 10px 10px 10px 100px;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-size: 64px 64px;
}	

	.blog-item a 
	{
		text-decoration: none;
	}
	
	.blog-item a > h3
	{
		margin-top: 0px;
	}
	
	.blog-item a > p
	{
		
	}
	
nav#mobilenav.hidden
{
	display: none;
}
	
@media screen and (max-width: 479px) 
{
	.flex-box-2-columns > *
	{
		width: 100%;
	}
}

@media screen and (max-width: 719px) 
{
	.flex-box-3-columns > *
	{
		width: 100%;
	}
}
	
@media screen and (max-width: 1117px) 
{
	header#pageheader nav
	{
		display: none;
	}
	#menu_toggle
	{
		display: block;
	}
}

@media screen and (min-width: 1118px) 
{
	nav#mobilenav
	{
		display: none;
	}
}

	
@media screen and (min-width: 1280px) 
{
	section#indexheader > div.container > h1
	{
		font-size: 90px;
	}	
}

