.header {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 200px;
}

.logoblock{
	height: 230px;
}

.menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.menupont {
	font-size: 30px;
	background-color: #2FDE1F;
	color: #B81686;
	padding: 10px;
	border-radius: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a {
  color: #B81686;
  font-weight: bold;
}

.main {
	display: flex;
	position: absolute;
	top: 200px;
	right: 0px;
	width: 100%;
}

.container {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 200px;
	right: 0px;
	width: 100%;
}

.duma {
    width: 50%;
    text-align: justify;
    margin: 30px;
}

.mainpicture {
	width: 50%;
	margin: 30px;
}

.mainpicture img {
	max-width: 100%;
	height: auto;
	display: block;
}

.szolgaltatas {
	width: 100%;
	display: flex;          /* szöveg + kép egymás mellett */
	align-items: center;
	margin-bottom: 40px;    /* térköz a szolgáltatások között */
}

.szolg {
	width: 50%;
}

.szolgtxt {
	width: 90%;
	text-align: justify;
	padding: 30px;
}

.szolgpicture {
	width: 50%;
	padding: 30px;
}

.kep {
	max-width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 710px) {
	.header {
		flex-wrap: wrap;
	}

	.main {
		flex-wrap: wrap;
		top: 250px;
	}

	.container {
		flex-wrap: wrap;
		top: 250px;
	}

	.duma {
		width: 100%;
	}

	.mainpicture {
		width: 100%;
		margin: 15px;
	}
}

@media (max-width: 605px) {
	.main {
		top: 380px;
	}

	.container {
		top: 380px;
	}
}

@media (max-width: 460px) {
	.logoblock {
		width: 100%;
		height: auto;
	}

	.logoblock img {
		max-width: 100%;
		height: auto;
		display: block;
	}
}
