html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #444;
	background-color: #fff;
}

h1 {
	font-size: 20px;
	color: #222;
	margin-bottom: 34px;
}

h2 {
	font-size: 14px;
	color: #222;
	margin: 0 0 18px 0;
}

h2.head1 {
	font-size: 18px;
	margin-bottom: 17px;
	text-align: center;
}

h2.head1-w {
	font-size: 18px;
	margin-bottom: 17px;
	text-align: center;
}

h2.head2 {
	font-size: 18px;
	margin-bottom: 17px;
	text-align: left;
}

.foxcontainer h2 {
	font-size: 20px;
	color: #222;
	margin-bottom: 34px;
}

h3 {
	display: inline;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	color: #444;
	margin: 0;
}

img {
	border: none;
}

a {
	margin: none;
	border: none;
	outline: none;
	text-decoration: none;
	color: #888;
	transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
}

a:hover {
	margin: none;
	border: none;
	outline: none;
	text-decoration: none;
	color: #444;
	cursor: pointer;
}

ul {
	list-style-type: none;
}

div.alert-error ul {
	list-style-image: none !important;
}

.ta-l {
	text-align: left;
}

div.tab {
	display: table;
	width: 1000px;
	padding: 10px 0 0 0;
	text-align: left;
}

div.tab-flexm {
	display: table;
	width: 1000px;
	padding: 10px 0 0 0;
	text-align: left;
}

div.tab-row {
	display: table-row;
}

div.tab-row-flexm {
	display: table-row;
}

div.tab-cell {
	display: table-cell;
	vertical-align: middle;
}

div.tab-cell-main {
	display: table-cell;
	vertical-align: top;
}

div.tab img {
	display: inline;
}

div.tab-cell-main a {
	text-decoration: underline;
}

div.tab-cell-main a:hover {
	text-decoration: underline;
}

div.tab-cell-786 {
	display: table-cell;
	vertical-align: middle;
	width: 786px;
	text-align: right;
}

div.tab-cell-184 {
	display: table-cell;
	vertical-align: middle;
	width: 184px;
}

div.tab-cell-600 {
	display: table-cell;
	vertical-align: middle;
	width: 600px;
}

div.tab-cell-400 {
	display: table-cell;
	vertical-align: middle;
	width: 400px;
}

div.tab-cell-400b {
	display: table-cell;
	vertical-align: middle;
	width: 400px;
}

div.tab-cell-420 {
	display: table-cell;
	vertical-align: middle;
	width: 420px;
}

div.tab-cell-420l {
	display: table-cell;
	vertical-align: middle;
	width: 420px;
}

div.tab-cell-580 {
	display: table-cell;
	vertical-align: middle;
	width: 580px;
}

div.tab-cell-580e {
	display: table-cell;
	vertical-align: middle;
	width: 580px;
}

div.tab-cell-200 {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
}

div.tab-cell-20 {
	display: table-cell;
	vertical-align: middle;
	width: 20px;
}

div.tab-cell-380 {
	display: table-cell;
	vertical-align: middle;
	width: 380px;
}

.ml-30 {
	margin-left: 30px;
}

.mr-20 {
	margin-right: 20px;
}

.fr-mbl-15 {
	float: right;
	margin: 0 0 15px 15px;
}

div.tab-cell-main-310 {
	display: table-cell;
	vertical-align: top;
	width: 310px;
}

div.tab-cell-main-35 {
	display: table-cell;
	vertical-align: top;
	width: 35px;
}

div.tab-cell-main-500 {
	display: table-cell;
	vertical-align: top;
	width: 500px;
}

div.tab-cell-main-100 {
	display: table-cell;
	vertical-align: top;
	width: 100px;
}

div.tab-cell-main-400 {
	display: table-cell;
	vertical-align: top;
	width: 400px;
}

div.tab-cell-main-5 {
	display: table-cell;
	vertical-align: top;
	width: 5px;
}

div.tab-cell-main-250 {
	display: table-cell;
	vertical-align: top;
	width: 250px;
}

div.cop {
	display: none;
}

iframe.gm {
	height: 500px;
	width: 1100px;
	border: 0;
}

#top {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	min-height: 110px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

#logo {
	position: absolute;
	top: 6px;
	left: 50px;
	height: 95px;
	width: 262px;
}

#navi {
	position: absolute;
	top: 53px;
	right: 50px;
	font-size: 14px;
	color: #aaa;
	letter-spacing: 2px;
	text-align: right;
}

.active {
	color: #444;
}

#navi li {
	float: left;
	margin-right: 20px;
}

#navi li span {
	display: block;
	padding-bottom: 5px;
	transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
}

#navi li span:hover {
	color: #444;
	cursor: pointer;
}

#navi li ul {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	margin: 0 0 0 -10px;
	padding: 10px 0;
	border: 1px solid #ccc;
	font-size: 12px;
	text-align: left;
	background-color: #fafafa;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}

#navi li:hover > ul {
	visibility: visible;
	opacity: 1;
	transition: opacity .1s ease .s;
	-ms-transition: opacity .1s ease .1s;	
	-moz-transition: opacity .1s ease .1s;
	-o-transition: opacity .1s ease .1s;
	-webkit-transition: opacity .1s ease .1s;
}

#navi li ul li {
	float: none;
	margin: 0;
	padding: 8px 10px;
}

#navi li ul li:hover {
	background-color: #fff;
}

#navi li ul li.item-199 a {
	white-space: nowrap;
}

#mobnavi {
	display: none;
}

#tdis {
	display: none;
}

#content {
	width: 1000px;
	margin: 0 auto 4px auto;
	padding: 125px 60px 34px 60px;
	border-bottom: 1px solid #ccc;
	line-height: 22px;
	text-align: center;
}

#content ul {
	list-style-image: url(../../../images/Physiotherapie-Dierauer-Bellevuepark-Kreuzlingen/physiotherapie-dierauer-bellevue-park-kreuzlingen-schweiz-bindestrich.png);
	margin: 0;
  	padding: 0;
}

.image {
	height: 500px;
	width: 1100px;
	margin: 0 0 20px -50px;
}

.gallery {
	height: 760px;
	width: 1100px;
	margin-left: -50px;
}

.gallery a {
	display: block;
	float: left;
	height: 240px;
	width: 260px;
	margin: 0 20px 20px 0;
	padding: 0;
}

.gallery a:hover {
	display: block;
	float: left;
	height: 240px;
	width: 260px;
	margin: 0 20px 20px 0;
	padding: 0;
}

.line {
	height: 1px;
	width: 900px;
	margin: 0 auto 34px auto;
	background-color: #ccc;
}

.line2 {
	height: 1px;
	width: 900px;
	margin: 34px auto;
	background-color: #ccc;
}

.line3 {
	height: 1px;
	width: 900px;
	margin: 34px auto;
	background-color: #ccc;
}

#footer {
	width: 1120px;
	margin: 34px auto 0 auto;
	font-size: 12px;
	text-align: center;
}

#footer nav {
	margin-bottom: 34px;
}

#footer a {
	color: #444;
}

#arrow {
  	display: none;
}

#fin {
  	height: 120px;
	width: 1120px;
	margin: 0 auto;
}

@media screen and (max-width: 960px), screen and (max-device-width: 960px)  {

	html, body {
		font-size: 100%;
	}

	h1 {
		font-size: 140%;
		margin-bottom: 9%;
      	line-height: 130%;
	}

	h2 {
		margin: 5% 0 1% 0;
		font-size: 110%;
	}

	h2.head1 {
		margin: 10% 0 8% 0;
		font-size: 120%;
	}

	h2.head1-w {
		margin-bottom: 6%;
		font-size: 120%;
	}

	h2.head2 {
		font-size: 110%;
		margin: 8% 0 6% 0;
		text-align: center;
	}

	.foxcontainer h2 {
		font-size: 140%;
		margin-top: 0;
		margin-bottom: 9%;
      	line-height: 130%;
	}

	h3 {
		font-size: 100%;
	}

	.now {
		white-space: nowrap;
	}

	.nod {
		display: none;
	}

	.ta-l {
		text-align: center;
	}

	#top {
		min-height: 5%;
		width: 94%;
		margin: 0;
		padding: 0 3%;
	}

	#logo {
		position: relative;
		top: 0;
		left: 0;
		float: left;
		height: auto;
		width: auto;
		margin: 6px 0;
	}

	#logo img {
		width: 210px;
		padding-right: 6%;
	}

	#navi {
		display: none;
	}

	#mobnavi {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		float: right;
		margin: 28px 0 0 0;
	}

	#mobnavi ul, #mobnavi li {
		margin: 0;
		padding: 0;
	}

	#mobnavi li a {
		display: block;
		width: 20px;
		margin: 0;
		padding: 5px 10px 5px 12px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		font-size: 130%;
		text-shadow: 1px 1px 1px #444;
		color: #fff;
		background: #61a831;
	}

	#mobnavi li a:hover {
		border: 1px solid #61a831;
	}

	#tdis {
		display: block;
		height: 100px;
	}

	#content {
		width: 94%;
		margin: 0;
		padding: 0 3%;
		border-bottom: none;
		line-height: 140%;
	}

	.image {
		position: relative;
		z-index: 5;
		height: auto;
		width: auto;
		margin: 0 auto;
		padding: 0;
	}

	.image img {
		width: 100%;
	}

	iframe.gm {
		height: 300px;
		width: 100%;
	}

	div.cop {
		display: block;
		position: relative;
		z-index: 10;
		width: 60%;
		margin: -30% auto 18% auto;
	}

	div.cop a {
		display: block;
		padding: 10px 20px 10px 21px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		color: #fff;
		text-shadow: 1px 1px 1px #444;
		background: rgba(97, 168, 49, 0.8);
	}

	div.cop a:hover {
		background: rgba(97, 168, 49, 1.0);
	}

	.line {
		width: 94%;
		margin: 0 auto 9% auto;
	}

	div.tab {
		display: table;
		width: 100%;
		margin: 0;
		padding: 9% 0;
		text-align: center;
	}

	div.tab-flexm {
		display: block;
		width: 90%;
		margin: 0;
		padding: 0 5%;
		text-align: left;
	}

	div.tab-row-flexm {
		display: inline;
		margin: 0;
		padding: 0;
	}

	div.tab-cell-786 {
		width: 50%;
		font-size: 90% !important;
	}

	div.tab-cell-420 {
		width: 40%;
		padding-left: 10%;
		font-size: 90% !important;
		line-height: 4%;
		text-align: left;
	}

	div.tab-cell-420l {
		width: 40%;
		padding-left: 10%;
		font-size: 90% !important;
		line-height: 150%;
		text-align: left;
	}

	div.tab-cell-580 {
		width: 45%;
		padding-left: 5%;
		font-size: 90% !important;
		line-height: 4%;
		text-align: left;
	}

	div.tab-cell-580e {
		display: none;
	}

	div.tab-cell-600 {
		display: inline;
	}

	div.tab-cell-400 {
		display: inline;
	}

	div.tab-cell-400b {
		display: block;
		width: 100%;
		text-align: center;
	}

	div.tab-cell-200 {
		display: block;
		width: 100%;
		text-align: center;
	}

	div.tab-cell-200 img {
		width: 40%;
	}

	div.tab-cell-20 {
		display: none;
	}

	div.tab-cell-380 {
		display: block;
		width: 100%;
		margin: 5% 0;
		text-align: center;
	}

	div.tab-cell-184 {
		width: 45%;
	}

	div.tab-cell-184 img {
		width: 70%;
	}

	.ml-30 {
		margin-left: 5%;
	}

	.mr-20 {
		margin-right: 0;
	}

	.fr-mbl-15 {
		float: none;
		width: 100%;
		margin: 0 0 3% 0;
	}

	div.tab-cell-main-500 {
		display: inline;
	}

	div.tab-cell-main-100 {
		display: none;
	}

	div.tab-cell-main-400 {
		display: inline;
	}

	div.tab-cell-main-310 {
		display: inline;
	}

	div.tab-cell-main-250 {
		display: none;
	}

	div.tab-cell-main-35 {
		display: none;
	}

	div.tab-cell-main-5 {
		display: none;
	}

	.line2 {
		width: 94%;
		margin: 0 auto 9% auto;
	}

	.line3 {
		width: 94%;
		margin: 9% auto;
	}

	.gallery {
		height: auto;
		width: 100%;
		margin-left: 0;
	}

	.gallery img {
		margin-bottom: 2%;
	}

	.gallgross {
		height: auto;
		width: 100%;
	}

	#footer {
		width: 94%;
		margin: 9% auto 0 auto;
		padding: 9% 0;
		border-top: 1px solid #ccc;
		line-height: 150%;
		font-size: 90%;
	}

	#footer nav {
		margin-bottom: 5%;
	}

	#arrow {
  		display: block;
		width: 88%;
		margin: 0 auto;
		padding-top: 9%;
		border-top: 1px solid #ccc;
		text-align: center;
	}

	#arrow a {
		display: block;
		width: 20px;
		margin: 0 auto;
		padding: 8px 11px 5px 9px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		font-size: 130%;
		text-shadow: 1px 1px 1px #444;
		color: #fff;
		background: #61a831;
	}

	#fin {
  		height: 9%;
		width: 100%;
	}

	span.mooaccordion {
		display: block;
		width: 90%;
		margin-bottom: 1%;
		padding: 3% 5%;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		font-size: 110%;
		text-shadow: 1px 1px 1px #444;
		text-align: left;
		color: #fff;
		background: #61a831;
	}

	span.mooaccordion a {
		display: block;
		height: 100%;
		width: 100%;
		margin: 0;
		color: #fff;
	}

	#mvlist a {
		display: block;
		width: 90%;
		margin-bottom: 3%;
		padding: 3% 5%;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		font-size: 110%;
		text-shadow: 1px 1px 1px #444;
		text-align: left;
		color: #fff;
		background: #61a831;
	}

	#mvlist ul {
		list-style-image: none;
		width: 84%;
		margin: 0;
		padding: 0 8%;
	}

	#mvlist ul li {
		margin-top: 0;
		margin-bottom: 1%;
	}

	#mvlist ul li.lp {
		margin-bottom: 2%;
	}

	#mvlist ul li a {
		display: block;
		width: 90%;
		margin: 0;
		padding: 2% 5%;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		font-size: 100%;
		text-shadow: 1px 1px 1px #444;
		text-align: center;
		color: #fff;
		background: #61a831;
	}

}