* {
  box-sizing: border-box;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight:bold;
}

html{
	height:100%;
}
body {
	height: 100%;
	color:white;
	background-image:linear-gradient(rgb(243, 77, 143), rgb(0,0,0), rgb(177, 57, 105), rgb(0, 0, 0));
}

header {
	width:100%;
	background-color:rgb(243, 77, 143);
}

header #hkep {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 950px;;
}

menu {
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
	width:340px;
	background-color:rgb(243, 77, 143);
	float:left;
	display:block;
}

menu #menub {
	margin: 20px;
	background-image:linear-gradient(rgb(255, 0, 128), rgb(255, 0, 128), rgb(106, 0, 53));
	border-color: lightgrey;
	border-width:3px;
	border-style: solid;
	border-radius: 300px 300px 0px 0px;
	height: auto;
	padding:130px 0px 20px 0px;
	display:block;
}

menu #menub form .gomb {
	border-style:solid;
	border-color: #cccccc #825b57 #825b57 #cccccc;
	border-width: 1px;
    padding: 8px 30px;
	background-image: linear-gradient(rgb(186, 12, 99), rgb(205, 27, 116));
	margin:2px 10px;
	color:white;
	height:40px;
	width:80%;
	text-align:left;
	background-color: #f34c8f;
}

menu #menub form .gomb:hover {
	cursor:pointer;
	background:rgb(243, 77, 143);
}

menu #menub form .gomb:active {
		background:rgb(255, 0, 128);
}

menu #menub #leiras p {
	font-size:13px;
}

menu #menub #leiras iframe {
	margin: auto;
}

.zenegomb {
		display:inline-block;
		width:20%;
		margin: 2px 10px;
}

.vonal {
	width:90%;
	margin: 0px auto;
	display:block;
}

#container {
	width:950px;
	height:100%;
	margin: 15px auto;
	display:table;
}

article {
	text-align:center;
	padding:10px;
	width:600px;
	height:100%;
	margin-right:auto;
	float:right;
	border-color: #cccccc #825b57 #825b57 #cccccc;
	border-style: solid;
	border-width: 1px;
	background-image: linear-gradient(rgb(235, 74, 155), rgb(191, 15, 103));
	display:block;
}

#slideshow { 
	margin: 10px auto; 
	position: relative; 
	height: 370px;
	width: 490px;
	padding: 10px; 
	box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
	position: absolute; 
	top: 5px; 
	left: 5px; 
	right: 5px; 
	bottom: 5px; 
}

article .kette {
	display:inline-block;
}

article .kette img {
	width:90%;
	margin-bottom:10px;
}

.articlekep {
		width:100%;
}

article table {
	background-color:rgb(192, 16, 105);
	font-size:13px;
}

td:nth-child(1) {
	text-align:left;
}

article p {
	font-size:13px;
}

article form .galeria {
	margin: 10px 0px;
	border: none;
	background-color:inherit;
	color: white;
}

article form .galeria:hover {
	text-decoration:underline;
	cursor:grab;
}

article #fKapcsolat {
	text-align:left;
}

article .iKapcsolat {
		text-align:left;
		border-style:solid;
		border-color: white;
		background-color:rgb(243, 77, 143);
		color:white;
		border-width:3px;
		margin: 10px 2px;
		width:200px;
}

article #tKapcsolat, article #sKapcsolat {
	border-style:solid;
	border-color:white;
	background-color:rgb(243, 77, 143);
	color:white;
	border-width:4px;
	margin: 10px 2px;
}

article #tKapcsolat {
	width:500px;
	height:200px;
}

article #sKapcsolat {
	font-size:16px;
	padding:5px;
}

article iframe {
	width:500px;
	height:300px;
	margin:10px 0px;
}

.example-image {
	height:130px;
	margin:5px;
}

footer {
	width:950px;
	text-align:center;
	display: block;
	background-image: linear-gradient(rgb(229, 62, 145), rgb(205, 27, 116));
	margin: 0px auto;
	padding:5px;
}

@media only screen and (max-width: 950px) {
	header #hkep {
		width:95vw;
		margin: auto;
	}
	
	#container {
		width:95vw;
	}
	
	menu {
		float:none;
		height: auto;
		margin-bottom:15px;
		width:95vw;
		padding:5px;
	}
	
	menu #menub {
		border-radius:0px;
		margin:5px;
		padding:10px;
	}
	menu #menub #leiras #nomobil {
		display:none;
	}
	
	.zenegomb {
		display:none;
	}
	
	article {
		float:none;
		display:block;
		height:auto;
		width:95vw;
	}
	
	#slideshow {
		width:90vw;
		height: 40vh;
	}
	
	#slideshow div img {
		width: 85vw;
		height: auto;
		margin: auto;
	}
	
	article .kette img {
	width:70%;
	}
	
	.example-image {
		height: 100px;
	}
	
	footer {
		width:95vw;
		margin: auto;
	}
}