/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/pt-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/pt-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/pt-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/pt-sans-v17-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/pt-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/pt-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/pt-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/pt-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/pt-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/pt-sans-v17-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}
body, p, li {
	font-family: 'PT Sans', sans-serif;
}
li {
	font-weight: 300;

}
h1, h3 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 100;
	line-height: 1;
}

h3 {
	line-height: 1.4;

}
h2 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	font-size: 130%;
	line-height: 1;
	padding-bottom: 10px;
	color: RGB(236, 0, 140)
}

p {
	font-weight: 300;
}

.footer {
	background: #c8b08c;
	padding: 20px 0px 30px 0px;
	color: #ffffff;
}

.footer a, .footer a:visited {
	color: #ffffff;
	text-decoration: underline
}

.footer a:hover {
	color: #000000;
}

.footer h5 {
	color: #ffffff;
	font-family: 'PT Sans', sans-serif;
}

.footer h3, .footer h1, .footer h2, .footer h4, footer p {
	color: #ffffff
}

.intro {
	background: #f5f5f5;
	padding: 30px 0px;
}

.intro img {
	/*width: 220px;*/
	padding-left: 40px;
}

.leistungen {
	background: #ffffff;
	padding: 30px 0px;
}

.black {
	color: #000000;
}

.logo {
	padding: 80px 0px 40px 0px;
}

#map {
	width: 100%;
	height: 500px;
}
.design {
	font-weight: 300;
	font-size: 12px
}