.inhalt{
	width: 90vw;
}

.text{
	padding-left: 20px;
	padding-right: 20px;
}

header img{
	vertical-align: middle;
}

nav{
	width: 100%;
	 background-color: white;
	  height: 7vh;
}

#flexnavi{
	display: flex;
  flex-direction: row;
 justify-content:end;
}

.naviitem{
	text-align:center;
		margin-right: 25px;
	margin-right: 25px;
}

.naviitem img{
	height:7vh;
}

#logo{
	margin-right: 70px;
	height: 7vh;
}


#med_willkommen{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#will_text{
	padding-left: 30px;
	padding-right: 30px;
	height: 400px;
	text-align:left;
}

#flexadresse{
	width: 100%;
 display: flex;
flex-direction: row;
padding: 0;
margin-top: 10px;
justify-content: start;
}

.item{
	width:100%;
	height: auto;
	text-align:center;
}

#arzt{
	order: 3;
	height: auto;
	width: 100%;
	margin-top:10px;
}

#Sprechzeiten{
	padding-left: 20px;
	padding-top: 20px;
}

#vita{
	display: none;
}

#vita_landscape{
	display:block;
	margin: 0px 10px 0px 0px;
	padding: 10px;
	table-layout:fixed;
	border-color:#0f88b6;
	border-style:solid;
	border-width:1px;
}

#teamtext{
	margin: 0px 10px 0px 0px;
	padding: 5px 15px;
	width: 25%;
}

#teambox{
	display:flex;
	flex-direction:row;
	padding:0;
	margin-bottom:10px;
	flex-wrap: wrap;
}

#teambox img{
	min-width: auto;
	height: 100%;
}

footer{
	height: 50px;
}

#pfeil_environ {
    margin-top: 30px;
}

