	body {
		margin: 0;
		padding: 0;
		font-family: Verdana, sans-serif;
	    font-size: 14px;
	    font-weight: 300;
	    line-height: 20px;
	    background: #F6F6F6;
	    color: #000;
	}
	
	a {color: #000;}

	header {
		width: 100%;
		background-color: #ba8af2;
		position: relative;
	}
	header>div {
		text-align: right;
		padding: 10px 20px 10px 0px;
		font-size: 18px;
		color: #fff;
	}

	footer {
		width: 100%;
		color: #fff;
		background-color: #ba8af2;
		font-size: 11px;
		padding: 20px 0px 40px 0px;
	}
	
	footer>div {
		max-width: 1200px;
		width: 100%;
		margin: 0px auto;
	}
	
	

	#wrapper {
		position: relative;
		margin: auto;
		width: 1200px;
		height: auto;
	}

	.maincontent {
		background-color: #fff;
		position: relative;
		padding: 30px 50px 30px 50px;
		width: 1100px;
		margin: 20px 0px 30px 0px;
	}
	
	.maincontent p {
		margin-top: 15px;
	}
	.imgright {
		float: right;
		text-align: right;
		margin-left: 15px;
	}
	
	.bigmetas {
		line-height: 116px;
		font-size: 38px;
		text-align: center;
	}
	
	.bigmetas1 {
		line-height: 116px;
		font-size: 38px;
		text-align: center;
		background: url('../images/phone.png') no-repeat left ;
		padding-left:15px;
	}
	
	.bigmetas2 {
		line-height: 116px;
		font-size: 38px;
		text-align: center;
		background: url('../images/contact.png') no-repeat left ;
		padding-left:15px;
		float:right;
	}
	
	.eindrittel {
		float:left; 
		width:30%;
	}
	
	
	.zweidrittel {
		float:left; 
		width:60%; 
		padding-right:35px;
	}
	
	
	
	.bigmetas1 a {text-decoration: none;}
	.sizeHalf {
		width: 48%;
	}
	.bigmetas2 a {text-decoration: none;}
	.sizeHalf {
		width: 48%;
	}
	.horLine {
		width: 1px;
		height: 116px;
		background-color: #ececed;
	}
	.seperator {
		margin: 25px 0;
		height: 3px;
		background: black;
		background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 72%);
		background: -webkit-gradient(radial, center center, 0px, center center, 75%, color-stop(0%,rgba(0,0,0,0.2)), color-stop(72%,rgba(0,0,0,0)));
		background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 72%);
		background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 72%);
		background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 72%);
		background: radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 72%);
	}

	.boxmodule {
		width: 345px;
		height: 280px;
		background: #aaa;
		float: left;
		margin-right: 30px;
	}
	.boxmodule:last-child {
		margin-right: 0px;
	}

	.infoslide {
		background-color: #EDEDEE;
		position: relative !important;
	}
	.infoslide div {
		font-size: 18px;
	    text-align: center;
	}
	.centeredbox {
	    position: absolute;
	    top:50%;
	    left:50%;
	    transform: translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		-webkit-transform:translate(-50%,-50%);

	}
	.infoslide div p {margin:20px 0px 0px 0px !important;}
	
	div.slidecontent {
	    width: 324px !important;
	    height: 55%;
	    padding: 10px;
	    display: none; 
	    position: absolute;
	    bottom: 1px;
	    background-color: rgba(0, 0, 0, 0.7);
	    border:0px solid red;
	    left:1px;
		font-size: 14px;
		line-height: 16px;
		color: #fff;
	}
	div.slidecontent a{
		color: #fff;
	}
	div.slidecontent h3 {
		font-size: 19px;
		line-height: 22px;
		color: #fff;
	}
		
	#headerimg {
		width: 100%;
		max-height: 350px;
		height: 350px;
/*		background: #ccc url('../images/main_bg.jpg') no-repeat center center / cover;*/
		background: #ccc url('../images/topimg_pflege-strom.jpg') no-repeat center center / cover;
		position: relative;
	}
	#headertext {
		background-color: #731f9e;
		color: #fff;
		padding: 25px 20px 25px 40px;
		font-size: 36px;
		position: absolute;
		bottom: 60px;
		left: 0px;
	}
	strong {
		font-weight: 700;
	}

	.softOut {
		opacity: 0.5;
		filter: alpha(opacity=50); /* For IE8 and earlier */
	}
	.fadeLink {
		opacity: 0.8;
		filter: alpha(opacity=80); /* For IE8 and earlier */
	}
	.fadeLink:hover {
		opacity: 1.0;
		filter: alpha(opacity=100); /* For IE8 and earlier */
	}
	
	.overlay {
		background-color: #DBDAD9;
		position: relative;
		opacity: 0.93 !important;
		filter: alpha(opacity=93) !important; /* For IE8 and earlier */
		border-radius: 8px;
		padding: 40px;
	}

	.mobile {display: none;}
	.ishidden {display: none;}


	#section1, #section2, #section3 {
		width: 960px;
		box-sizing: border-box;
		padding: 43px 0px 10px 0px;
		position: relative;
		overflow: hidden;
	}

			
	h1 {font-size: 30px; font-weight: 900; line-height: 34px;}
	h2 {font-size: 24px; font-weight: 900; line-height: 30px;}
	h3 {font-size: 20px; font-weight: 900; line-height: 25px;}


	.isLink {cursor: pointer;}

@media (max-width: 479px) { 
	img {max-width: 300px;}
	#wrapper {
		width: 320px;
	}
	
	.maincontent {
		padding: 20px 10px 20px 10px;
		width: 300px;
	}
	.boxmodule {
		width: 280px;
		height: 340px;
		margin: 15px auto;
		display: block;
		float: none
	}
	.boxmodule:last-child {
		margin-right: auto;
	}
	div.slidecontent {
	    width: 259px !important;
	}	
	.bigmetas1 {
		line-height: 76px;
		font-size: 22px;
	}
	
	.bigmetas2 {
		line-height: 76px;
		font-size: 22px;
	}
	.sizeHalf {
		width: 100%;
	}
	.horLine {
		width: 100%;
		height: 1px;
		margin: 10px 0px;
		background-color: #ececed;
	}
	
	.eindrittel {
		width:100%;
		padding:20px;
	}
	
	.zweidrittel {
		width:100%; 
	}
	
	.bigmetas1 {
		line-height: 140px;
		font-size: 25px;
		background: url('../images/phone.png') no-repeat top center ;
		background-size: 50px 50px;
		padding-left:0px;
	}
	
	.bigmetas2 {
		line-height: 140px;
		font-size: 25px;
		background: url('../images/contact.png') no-repeat top center ;
		background-size: 50px 50px;
		padding-left:0px;
	}
	
	#headertext {
		color: #fff;
		padding: 20px 20px 20px 40px;
		font-size: 30px;
		position: absolute;
		bottom: 60px;
		left: 0px;
	}
	
	h1 {font-size: 20px; font-weight: 900; line-height: 25px;}
	h2 {font-size: 17px; font-weight: 900; line-height: 20px;}


}
@media (min-width:641px) and (max-width: 768px) { 
	/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
	#wrapper {
		width: 768px;
	}
	
	.maincontent {
		padding: 20px 20px 20px 20px;
		width: 728px;
	}
	.boxmodule {
		width: 360px;
		height: 280px;
		margin: 15px auto;
		display: block;
		float: none
	}
	.boxmodule:last-child {
		margin-right: auto;
	}
	div.slidecontent {
	    width: 339px !important;
	}	


}
@media (min-width:961px) and (max-width: 1024px) { 
	/* tablet, landscape iPad, lo-res laptops ands desktops */ 
	#wrapper {
		width: 1024px;
	}
	
	.maincontent {
		padding: 30px 30px 30px 30px;
		width: 944px;
	}
	.boxmodule {
		width: 303px;
		height: 310px;
		margin-right: 15px;
	}
	div.slidecontent {
	    width: 284px !important;
	}	
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }

ul {
    list-style-type: square;
}



