
.inhalt{
	width: calc(100% - 170px);
	margin-right:10px;
	margin-left: auto; 
}


header{
	position: fixed;
	top:0;
	background-color:#0f88b6;
	color: white;
	width: 170px;
	margin: 0px;
	padding:0;
	height: 100%;
	z-index: 11;
	float: left;
}

h1{
	font-size: 15px;
}

p{
	font-size: 12px;
}

#nummer {
    padding: 5px;
	margin:0;
	text-align: center;
}

#nummer img{
	display: none;
}

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

#logo{
	margin:0;
	width: 170px;;
}

#flexnavi{
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.naviitem h2{
	font-size:14px;
    display: inline;
}

.naviitem img{
	padding: 10px 0;
	width: 50px;
}

#willkommen{
	flex-wrap: wrap;
}

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

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

#flexadresse{
  flex-direction: row;
	margin-top:10px;
	width: calc(100% - 190px);
	margin-right:20px;
	margin-left: auto; 
	margin-bottom: 20px;
}

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

.item p{
		margin: 2px;
	}

#pfeil_environ{
	display: none;
}

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

#arzt{
	order: 2;
	width: 100vw;
}

#vita{
	/*width: calc(100% - 190px);*/
	margin-top: 20px;
	width: 70vw;
	margin-right: 20px;
	margin-left: auto;
}

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

#teambox{
	flex-wrap: wrap;
	align-items: flex-start;
}

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

}

#teamtext{
	order: 1;
	margin-bottom: 10px;
}

.anchor{
display: block;
visibility: hidden;
}

#zahnheilkunde{
	width: 30vw;
	float: left;
}

#behandlung{
	width:30vw;
	float:none;
	margin: 10px 0px;
}

footer{
	display: none;
}

#footer_mobile{
	display: block;
	width: calc(100% - 170px);
	margin-right:0px;
	margin-left: auto; 
	position:relative;
	margin-top: 20px;
	background-color:#0f88b6;
	color: white;
	padding:20 0 0 0;
	height: 100px;
	z-index: 11;
	text-align: right;
	vertical-align: center;
}

.text{
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 180px;
	width: calc(100% - 190px);
}