body {
	font-family: 'Montserrat', sans-serif;
	font-size: 12pt;
	color: #404040;
	margin: 0;
	padding: 0;
}

div.clear {
	clear: both;
}

header {
	margin: 0px 20px;
}

a:link {
	color: #4589c5;
	text-decoration: none;
}

a:visited {
	color: #4589c5;
	text-decoration: none;
}

a:hover {
	color: #4589c5;
	text-decoration: underline;
}

a:active {
	color: #4589c5;
	text-decoration: underline;
}

	header div.line {
		background: linear-gradient(90deg, rgba(194,224,250,1) 0%, rgba(243,231,209,1) 100%);
		border-bottom: 1px solid #d0d0d0;
		height: 1px;
	}

		header div.contact h1 {
			font-weight: 600;
			margin: 0;
		}

	div#main div.section {
		line-height: 1.5em;
	}

	div#main div.section.hirdetmeny {
		border: 1px solid red;
	}

	div#main div.section.galeria {
		position: relative;
		text-align: center;
	}

	div#main div.section.ugyfel-visszajelzesek {
		position: relative;
		text-align: center;
	}

p.instagram-follow {
	margin: 20px 0px 10px 0px;
}

	p.instagram-follow svg {
		height: auto;
		vertical-align: bottom;
		width: 30px;
	}

	p.instagram-follow a {
		color: #404040;
		font-size: 14pt;
		text-decoration: none;
	}

div.map {
	margin-top: 60px;
}

footer {
	margin-bottom: 20px;
	text-align: center;
}


	div.map div.line,
	footer div.line {
		background: linear-gradient(90deg, rgba(194,224,250,1) 0%, rgba(243,231,209,1) 100%);
		border-bottom: 1px solid #d0d0d0;
		height: 5px;
	}

div.table div.title span.open {
	cursor: pointer;
}

	div.table div.title span.open img {
		width: 16px;
		height: 16px;
		vertical-align: middle;
	}

div.table div.rowgroup {
	display: table-row-group;
}

div.table div.rowgroup.inactive {
	display: none;
}
div.table div.rowgroup.active {
	display: table-row-group;
}
