.content-img{
	width:100%;
	padding: 1% 1% 2% 0;	 
}

.content-text{
	/* padding: 0 0 2% 1%;  */
	text-align:justify;
}

.regular-font{
	font-family: Arial, Helvetica, sans-serif;
}

.common-font{
	font-family: 'Comic Neue', Helvetica, Arial;
}

.title-font{
	font-family: 'Delius', Helvetica, Arial;		 
}

.content-text p{
	padding: 0;
}

/* index.html */
.signature-letter{
	font-weight: bolder;
}

.content-index p{
	margin: 0;
	padding: 0;
	line-height:1.25;
}

.index-page h1{	
	font-weight: bold !important;
	margin-bottom: 2.5% !important;
}

.index-page h2 {
	margin-bottom: 4% !important;
}

.index-page .content-img {
	margin-top: 10%;
}

/* offer */
.offer-page .prices{
	/* display: inline-block; */
	/* padding: 2%; */
}

.offer-page table{
	padding: 1%;
	width:100%;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0xp;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	border-color: #60396f;
}

/* contact */
.contact-page .content-text{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.contact-page table{
	text-align: left;
}

.contact-page h1{
	font-weight: bolder;
}

.impress-page .content-text{
	text-align: justify;
}

/* impress */

.impress-page h1, .impress-page h2{
	font-weight: bold;
}

.impress-page .content-area-inner a{
	text-decoration: underline;
	color: blue;
}

.kinesio-page ul{
	margin-bottom:0;
	margin-top:0;
}

@media (max-width: 992px) and (orientation: landscape){
	.content-area-inner
	{
		margin: 5%;
	}

	.kinesio-page .content-text .centered{
		text-align: left;
	}
}

@media (min-width: 993px){	

	.content-text{
		text-align:justify;
		/* padding: 0 0 2% 5.80%;  */
	}

	.index-page h1{	
		font-weight: bold !important;
		margin-bottom: 5% !important;
	}
	
	.index-page h2 {
		margin-bottom: 8% !important;
	}

	.index-page .content-img{
		margin-top:inherit;
	}

	.about-page .content-img, .offer-page .content-img, .kinesio-page .content-img{
		margin-right: 2.05%;
		width: 49.99999%;
		float:left;
	}
	
	.about-page .content-img, .kinesio-page .content-img{
		
		padding: 5% !important;
	}
	
	.about-page .content-img, .kinesio-page .content-img{

	}

	.kinesio-page .themen{
		width:80%;
		margin: 5% auto;
	}

	.kinesio-page ul{
		text-align: left;
	}
	
	.offer-page .offer-table{
		/*width: 80%*/
	}
}