
.inhalt{
	width: 100%;
}


#nummer {
    padding-right: 10px;
}

#nummer img{
	display: none;
}

nav{
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#logo{
	margin:0;
	width: 40vw;
}

#flexnavi{
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.naviitem h2{
    font-size:10px;
}

.naviitem img{
	width: 16vw;
	flex-shrink: 3;
}

#willkommen{
	margin-top: 20vh;
	flex-wrap: wrap;
}

#firstpic{
	background-image:url(../images/first_small.jpg);
	min-height: 200px;
	background-size:cover;
}

#will_text{
	padding:20px;
	height: auto;
	text-align:left;
}

#flexadresse{
  flex-direction: row;
	margin-top:10px;
	flex-wrap: wrap;
		margin-bottom: 20px;

}

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

.item p{
		margin: 2px;
	}

#pfeil_environ{
	display: none;
}

#Sprechzeiten{
	margin: 30px auto;
	order: 3;
}

#arzt, #teamtext{
	order:1;
}

#teambox{
	flex-wrap: wrap;
	padding:0;
	margin-bottom:10px;
	align-items: flex-end;
}

#teamtext{
	margin: 0px;
}

#praxisbox{
	flex-wrap: wrap;
	padding:0;
	margin-bottom:10px;
}

#teambox img{
	width: calc((100% - 30px)/3);
	height:auto;
	min-width:100px;
	margin-top: 10px;
	order:2;

}

.anchor{
display: block;
height: 130px; /*same height as header*/
margin-top: -130px; /*same height as header*/
visibility: hidden;
}

footer{
	display: none;
}

#footer_mobile{
	display: block;
	position:relative;
	margin-top: 20px;
	background-color:#0f88b6;
	color: white;
	width: 100%;
	padding:0;
	height: 100px;
	z-index: 11;
	text-align:right;
}

#behandlung{
	width:100vw;
	float:none;
	margin:0;
	max-width: none;
}

.text{
	width: 90%;
	margin: 150px 10px 200px 10px;
}