/*  Breite kleiner als 980 Pixel */
@media screen and (max-width: 980px) {
	body {
	  min-width: 768px;
	}
	#container {
		width: 768px;
		margin-left: -384px;
	}
	#content_wrapper {
		height: 600px;
		background-size: cover;
	}

	/* =Intro Video */
	#intro,
	#intro .flowplayer,
	#play a,
	#cancel a
	{
		width: 768px;
		height: 600px;
	}
	/* End Intro Video */

	#logo {
    height: auto;
		padding-bottom: 30px;
    width: 320px;
		margin-right: 20px;
	}
	#logo img {
		width: 100%;
	}
 	#content_nav {
		position: absolute;
		width: 100%;
		height: auto;
		margin: 0;
		float: none;
		top: 356px;
	}
	#content_nav li {
		margin: 0 1px 1px 0;
		float: left;
	}
	#content_nav div {
		display: none;
	}
	#foto_wrapper {
		width: 340px;
	}
	.band {
		width: 340px;
	}
	.video_inhalt {
		width: 340px;
	}
	.video_inhalt video {
		width: 100%;
	}
	.map {
		width: 340px;
		height: 225px;
	}

  /*.praxisteam_zusatztext {
		left: 415px;
    margin-top: -215px;
	}*/
	.praxisteam_zusatztext {
		width: 320px;
	}

  
  /*.prophylaxe_zusatztext {
  height: 37px;
  width: 320px;
  left: 407px;
  margin-top: -42px;
  }*/
	.prophylaxe_zusatztext {
	  width: 320px;
  }
  
	.foto img {
		width: 100%;
	}
	#nav_header {
		margin: 21px 0 0 21px;
	}
	#main_nav a:hover, #main_nav .active a {
		background: #333;
	}
}


/*  Breite kleiner als 768 Pixel */
@media screen and (max-width: 768px) {

	body {
	  min-width: 600px;
	}
	#container {
		width: 600px;
		margin-left: -300px;
	}
	#content_wrapper {
		height: 100%;
		overflow: hidden;
		background-size: cover;
	}

	/* =Intro Video */
	#intro,
	#intro .flowplayer,
	#play a,
	#cancel a
	{
		width: 600px;
		height: 100%;
	}
	/* End Intro Video */

	#content {
		height: 100%;
	}
	#text_wrapper {
		width: 559px;
		/*height: 260px;*/
		height: auto;
		float: none;
		margin-bottom: 1px;
	}
	.text {
		/*height: 212px;*/
		height: auto;
	}
  
  .scrollContent {
	  height: 212px;
	  width: 539px;
  }
  
  .vitalist .rechts {
  	width: 370px;
  }
  
	.pagenav {
    width: 533px;
		position: static;
		overflow: hidden;
		padding: 0;
		padding-top: 15px;
	}
	.pagenavoben {
		position: absolute;
		padding: 0;
	}

	#content_nav {
		position: static;
		width: 218px;
		height: auto;
		margin: 0;
		float: right;
		margin-right: 20px;
	}
	#content_nav li {
		margin: 0 0 1px 0;
		float: none;
	}

	#foto_wrapper {
		width: 340px;
		position: static;
		float: left;
	}
	.band {
		width: 559px;
		position: absolute;
		top: 0;
		left: 0;
	}
  
  /*.praxisteam_zusatztext {
		left: 15px;
    margin-top: -215px;
	}*/
  
  /*.prophylaxe_zusatztext {
  height: 37px;
  width: 320px;
  left: 0px;
  margin-top: -42px;
  }*/
  
	#nav_header {
		margin: 0 0 0 21px;
		padding: 21px 0;
		float: none;
		clear: both;
		overflow: hidden;
	}
	#main_nav a:hover, #main_nav .active a {
		background: #333;
	}

}


/*  Breite kleiner als 600 Pixel */
@media screen and (max-width: 600px) {

	body {
	  min-width: 480px;
	}
	#container {
		width: 480px;
		margin-left: -240px;
	}

	/* =Intro Video */
	#intro,
	#intro .flowplayer,
	#play a,
	#cancel a
	{
		width: 480px;
		height: 100%;
	}
	/* End Intro Video */

	#content {
		height: 100%;
	}
	#text_wrapper {
		width: 439px;
		/*height: 296px;*/
		height: auto;
	}
	.text {
		/*height: 248px;*/
		height: auto;
	}
	.pagenav {
    width: 413px;
	}
	.scrollContent {
	  width: 419px;
  }

	#content_nav {
		width: 440px;
		float: none;
		margin-right: -1px;
	}
	#content_nav li {
		margin: 0 1px 1px 0;
		float: left;
		width: 219px;
	}

	#foto_wrapper {
		width: 439px;
		float: none;
		margin-bottom: 1px;
	}
	.band {
		width: 439px;
	}
	.video_inhalt {
		width: 439px;
	}
	.map {
		width: 439px;
		height: 290px;
	}

  /*.praxisteam_zusatztext {
		left: 15px;
    margin-top: -275px;
	}*/
	.praxisteam_zusatztext {
		width: 419px;
	}
  
  /*.prophylaxe_zusatztext {
	  height: 37px;
	  width: 419px;
	  left: 0px;
	  margin-top: -42px;
  }*/
	.prophylaxe_zusatztext {
	  width: 419px;
  }

}


/*  Breite kleiner als 480 Pixel */
@media screen and (max-width: 480px) {

	body {
	  min-width: 320px;
	}
	#container {
		width: 320px;
		margin-left: -160px;
	}

	/* =Intro Video */
	#intro,
	#intro .flowplayer,
	#play a,
	#cancel a
	{
		width: 320px;
		height: 100%;
	}
	/* End Intro Video */

	#logo {
    width: 279px;
	}

	#text_wrapper {
		width: 279px;
		/*height: 396px;  */
    height: auto;
    overflow: hidden;
	}
	.text {
		/*height: 348px;*/
    width: 246px;
    height: auto;
	}
  
  .scrollContent {
	 	width: 246px;
		height: auto;
		overflow: hidden;
	}
  
  .scrollContent p {
  }
  
  .vitaheadline {
  	padding-left: 0;
  	padding-top: 30px;
  }

  .vitalist li {
  	float: none;
  }
	.vitalist .links,
	.vitalist .rechts
	{
	 	width: auto;
  }
	.vitalist .links {
	 	padding-bottom: 0;
  }
  
	.pagenav {
		width: 246px;
	}
	.pagenavoben {
		left: 13px;
		top: 15px;
	}

	#content_nav {
		width: 279px;
		margin: 0;
	}
	#content_nav li {
		margin: 0 0 1px 0;
		float: none;
		width: auto;
	}

	#foto_wrapper {
		width: 279px;
	}
	.band {
		width: 279px;
	}
 	.video_inhalt {
		width: 279px;
	}
	.map {
		width: 279px;
		height: 184px;
	}
  
  /*.praxisteam_zusatztext {
		left: 10px;
    margin-top: -175px;
	}*/
	/*.praxisteam_zusatztext {
		width: 259px;
	}*/
	.praxisteam_zusatztext {
		width: auto;
		position: relative;
		background: none;
		background-color: #777;
		color: #fff;
	}

  /*.prophylaxe_zusatztext {
	  height: 57px;
	  width: 259px;
	  left: 0px;
	  margin-top: -62px;
  }*/
	.prophylaxe_zusatztext {
	  width: 259px;
  }

}