@charset "utf-8";
/* CSS Document */


/*** Inhalt ***/

@media screen and (max-width: 858px) {
	.inhalt {
		width: 90%;
		padding-top: 260px;
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 859px) and (max-width: 1099px) {
	.inhalt {
		width: 80%;
		padding-top: 200px;
		padding-bottom: 50px;
	}
}	
@media screen and (min-width: 1100px) {
	.inhalt {
		width: 60%;
		padding-top: 200px;
		padding-bottom: 50px;
	}
}


.flow-root {
	display: flow-root;
}


/*** Kinesio Taping / Ausbildung ***/
@media screen and (max-width: 499px) {
	.imgtape01,
	.imgtape02,
	.imgtape03 {
		width: 100%;
		height: auto;
		margin-bottom: 50px;
	}

	.imgtape02 {
		width: 100%;
		height: auto;
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 500px) and (max-width: 799px) {
	.imgtape01 {
		width: 300px;
		height: auto;
		position: relative;
		left: 50%;
		margin-left: -150px;
		margin-bottom: 50px;
		z-index: 1;
	}
	.imgtape02 {
		width: 350px;
		height: auto;
		position: relative;
		left: 50%;
		margin-left: -175px;
		margin-bottom: 50px;
		z-index: 1;
	}
	.imgtape03 {
		width: 300px;
		height: auto;
		position: relative;
		left: 50%;
		margin-left: -150px;
		margin-bottom: 50px;
		z-index: 1;
	}
}

@media screen and (min-width: 800px) {
	.imgtape01 {
		width: 300px;
		height: auto;
		float: left;
		margin-right: 50px;
		margin-bottom: 50px;
	}
	.imgtape02 {
		width: 350px;
		height: auto;
		float: right;
		margin-left: 50px;
		margin-bottom: 50px;
	}
	.imgtape03 {
		width: 300px;
		height: auto;
		float: right;
		margin-left: 50px;
		margin-bottom: 50px;
	}
}


/*** Kosten ***/
@media screen and (max-width: 499px) {
	.padbott30 {
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 500px) {
	#tablediv {display: table;}
	.tablerow {display: table-row;}
	.tablecell {
		display: table-cell; 
		vertical-align: top;
		padding-bottom: 10px;
	}
	.padright30 {
		padding-right: 30px;
	}
}


/*** Anfahrt ***/
@media screen and (max-width: 699px) {
	.imganf01 {
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 700px) {
	.imganf01 {
		width: 600px;
		height: auto;
	}
}


/*

@media screen and (min-width: 380px) and (max-width: 499px) {
}
@media screen and (min-width: 500px) and (max-width: 799px) {
}
@media screen and (min-width: 800px) and (max-width: 999px) {
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
}
@media screen and (min-width: 1500px) {
}
*/