#wrapper{
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header_img{
	width: 100%;
}

#kolcsonzo_img{
	width: 100%;
	border-radius: 10px;
}

#content_wrapper{
	width: 100%;
}

#wrapper_title{
	display:none;
	font-weight: bold;
	text-align: center;
}

.menu{
	background-color: rgb(238,115,37);
}

@media all and (max-width: 768px){
	.menu_item{
		width: 49%;
	}
	
	
	.arlista_table td::before{
		content: attr(data-th)": ";
		font-weight: bold;
		}
	
	#wrapper_title{
		display: inherit;
	}
	
	#elerhetoseg_div{
		width: 100%;
		height: 200px;
		background-color:
		rgb(255,255,255);
		border-radius: 5px;
		float: left;
	}

	#nyitvatartas_div{
		width: 100%;
		height: 200px;
		background-color: rgb(255,255,255);
		border-radius: 5px;
		float: left;
		margin-left: 0%;
		margin-top: 30px;
	}
	
	#terkep_div{
		width: 95%;
	}
}

@media all and (min-width: 768px){
	.right_aligned_cell{
		text-align: right;
	}
	
	#elerhetoseg_div{
		width: 48%;
		height: 200px;
		background-color:
		rgb(255,255,255);
		border-radius: 5px;
		float: left;
	}

	#nyitvatartas_div{
		width: 48%;
		height: 200px;
		background-color: rgb(255,255,255);
		border-radius: 5px;
		float: left;
		margin-left: 4%;
	}
	
	#terkep_div{
		width: 65%;
	}
	
}



div.gallery {
  border: 1px solid #ccc;
  margin-bottom: 4px;
	cursor: pointer;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 10px;
  text-align: center;
}

#gallery_div * {
  box-sizing: border-box;
}


.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

#bigImgTd .desc{
	color: white;
	font-weight: bold;
}

.prev, .next {
	background-color: black;
	width: 30px;
	display: inline-block;
	position: fixed;
	top: calc(50vh - 30px);
	z-index: 102;
	color: white;
	cursor: pointer;
	padding: 20px 0px;
}

.prev:hover, .next:hover{
	background-color: rgba(0,0,0,0.5);
}

.prev{
	left: 5vw;
}

.next{
	right: 5vw;
}