body {
	min-height: 100%;
	height: 100%;
}

#footer_div {
	font-family: "Comic Sans MS", cursive, sans-serif;
	background: #727272;
	color: white;
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(100% - 40px);
	min-height: 40px;
	padding: 10px 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}

#footer_elerhetosegek_div,
#footer_cim_div {
	width: 50%;
	padding: 0px 10px;
}

#footer_elerhetosegek_pre,
#footer_cim_pre {
	font-family: "Comic Sans MS", cursive, sans-serif;
	text-align: center;
}

div.gallery img {
  width: 70%;
  height: auto;
}
    
div.gallery2 img {
  width: 90%;
  height: auto;
   
}
    
div.gallery3 img {
  width: 110%;
  height: auto;

}

.responsive {
  padding: 0 6px;
  float: center;
  width: 9.99999%;
}

@media screen and (max-width: 450px)
{
	#footer_div {
		flex-direction: column;
		align-items: unset;
	}

	#footer_elerhetosegek_pre,
	#footer_cim_pre {
		text-align: left;
	}
}