html body{
	padding: 0px;
	margin: 0px;
	font-family: "Roboto Slab",Arial,sans-serif;
	background-color: #eeeeff;
	line-height: 1.5em;
}

#wrapper{
	width: 100%;
	height: 100%;
	min-height: 100vh;
}

header{
	width: 70%;
	margin: auto;
	vertical-align: middle;
	margin-top: 10px;
	height: 120px;
	position: relative;
}

header::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(https://www.monitormagazin.hu/img/143_5954_fogorvos.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.5;
	z-index: -1;
	border-radius: 30px;
}

header  #logo-container{
	position: absolute;
	top: 10px;
	left: 5%;
}

#logo{
	margin: auto;
	height: 100px;
}

#title{
	float: right;
	font-weight: bold;
	font-size: 1.5em;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: 40px;
	text-align: center;
}

#found{
	margin-top: 10px;
	font-size: 0.8em;
	font-style: italic;
	float: right;
	margin-right: 30px;
}

nav{
	background-color: #eeeeee;
	border: 1px solid #555555;
	width: 70%;
	margin: auto;
	margin-top: 10px;
	border-radius: 10px;
}

#navigation{
	display: flex;
	margin: auto;
	list-style: none;
	padding: 15px;
}

#navigation li{
	display: inline-block;
	text-align: center;
	margin: 0px;
	width: 25%;
}

li > a{
	text-decoration: none;
	color: black;
}

li > a:hover{
	text-shadow: 1px 1px 10px #2b25ff;
}

#main-content{
	width: 60%;
	margin: auto;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 50px;
	text-align: center;
}

.info{
	margin-top: 30px;
}

#map{
	width: 60%;
	height: 30vw;
	background-color: #dddddd;
	margin: 20px auto;
}

.intro {
	margin-top: 50px;
}

.profil{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	-webkit-shape-outside:circle();
  	shape-outside:circle();
}

.left{
	float: left;
	margin-right: 30px;
}

.right{
	float: right;
	margin-left: 30px;
}

.right_heaer{
	text-align: right;
}

.tort{
	margin-top: 100px;
}

.desc{
	min-height: 150px;
	text-align: justify;
}

.szolg{
	text-align: left;
	margin-top: 50px;
}

.name{
	text-align: left;
}