@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


/*font einbettung*/
/* varela-regular - latin */
@font-face {
  font-family: 'Varela';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/varela-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/varela-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/varela-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/varela-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/varela-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/varela-v16-latin-regular.svg#Varela') format('svg'); /* Legacy iOS */
}

img, object, embed, video {
	max-width: 100%;
	right: auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	background-color: rgba(255,255,255,1.00);
	font-family: varela;
	font-style: normal;
	font-weight: 400;
}

#kopf {
}
#nav {
	text-align: center;
}
.mainnav {
}
.navli {
	width: 50%;
	clear: none;
	margin-left: 0%;
	background-color: rgba(219,211,212,1.00);
}

.navli a {
	text-decoration: none;
	color: rgba(147,30,107,1.00);
	line-height: 2em;
}
.navli a:hover {
	background-color: rgba(147,30,107,1.00);
	color: rgba(255,255,255,1.00);
}

.navli a {
	display: block;
	border: 1px solid rgba(255,255,255,1.00);
}
#main {
	margin-bottom: 2%;
	margin-top: 2%;
	background-repeat: no-repeat;
	background-size: 63% 6%;
	background-position: 100% -1%;
}
.mainarticle {
	width: 100%;
}
#grey {
	background-color: rgba(219,211,212,1.00);
}
.sidearticle {
    width: 100%;
    clear: both;
    margin-left: 0;
    background-color: rgba(233,217,221,1.00);
    font-size: 80%;
    padding-bottom: 23px;
}
.sidearticle ul li  {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nobg {
	background-color: rgba(215,197,205,0.00);
}
.features {
	width: 100%;
	clear: both;
	margin-left: 0;
	/* [disabled]height: 410px; */
	margin-bottom: 2%;
	font-size: 90%;
}

#footer {
	font-size: 60%;
}
.subnav {
}
.subnav_li {
}
.gridContainer.clearfix #nav .fluid.fluidList.mainnav a:hover {
	background-color: rgba(147,30,107,1.00);
}

.gridContainer.clearfix .fluid.features.grey {
	background-color: rgba(219,211,212,1.00);
}

.gridContainer.clearfix .fluid.features.pink {
	background-color: rgba(233,217,221,1.00);
}
/*Textstyles*/
.sidearticle p {
	padding-left: 10%;
}
.text_pink {
	color:rgba(147,30,107,1.00)
}

.text_grey {
	color: rgba(108,104,106,1.00);
}
.text_white {
	color: rgba(255,255,255,1.00);
}
h1 {
	font-size: 1em;
	padding-left: 5px;
	padding-right: 5px;
}

h2, h3 {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.8em;
	font-weight: 400;
}
.sidearticle h1 {
	padding-left: 10%;
	margin-bottom: -13px;
	font-weight: 400;
}

#footer p a {
	color: rgba(147,30,107,1.00);
	text-decoration: none;
}

#footer p a:active {
	color: rgba(147,30,107,1.00);

}

#footer p a:hover {
	color: rgba(0,0,0,1.00);
}

p {
	padding-left: 5px;
	padding-right: 5px;
}

.gridContainer.clearfix #main .fluid.mainarticle.bg_img {
	background-image: url(images/physioW51-Praevention.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0% 200%;
}

.column {
}

.fluid.mainarticle p a {
	text-decoration: none;
	color: rgba(207,48,122,1.00);
}
.fluid.mainarticle p a:active  {
	color: rgba(207,48,122,1.00);
}

.fluid.mainarticle p a:hover {
	color: rgba(108,104,106,1.00);
}

.fluid.features p a  {
	text-decoration: none;
	color: rgba(207,48,122,1.00);
}
.fluid.features p a:active  {
	color: rgba(207,48,122,1.00);
}

.fluid.features p a:hover  {
	color: rgba(108,104,106,1.00);
}

.fluid.features h1 a  {
	text-decoration: none;
	color: rgba(207,48,122,1.00);
}
.fluid.features h1 a:active  {
	color: rgba(207,48,122,1.00);
}

.fluid.features h1 a:hover  {
	color: rgba(108,104,106,1.00);
}

.rand {
	margin-left: 5px;
	margin-bottom: 5px;
	max-width: 96%;
}

.img-padding {
	padding-left: 5px;
	padding-right: 0px;
	max-width: 97%;
}

.img-small {
	max-width: 50%;
	-webkit-box-shadow: 2px 2px 9px;
	box-shadow: 2px 2px 9px;
}

.news {
	background-color: rgba(137,37,97,1.00);
	
}
.news.herbst {
background-image: url(images/herbsterwachen_bg.png);
	background-repeat: no-repeat;
	background-position: 100% 35%;	
}
.news.winter {
	background-image: url(images/weihnachtsaktion.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-size: 100% 100%;
}
.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile {
display: none;
}
.sidearticle ul  {
	padding-left: 10%;
}
.sidearticle a {
	text-decoration: none;
	color: rgba(147,40,105,1.00);
}
.sidearticle a:active {
	color: rgba(147,40,105,1.00);
}
.sidearticle a:hover {
	color: rgba(99,99,114,1.00);
}


#main .fluid.news .text_white a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
#main .fluid.news .text_white a:active {
	color: rgba(121,121,121,1.00);
}
#main .fluid.news .text_white a:hover {
	color: rgba(0,0,0,1.00);
}

#main .fluid.news .text_white {
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {






.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}

#kopf {
}
#nav {
	text-align: center;
}
.mainnav {
}
.navli {
width: 25%;
margin-left: 0%;
clear: none;
}

.navli a {
	line-height: 2em;
}
#main {
}
.news.winter {
	background-image: url(images/weihnachtsaktion.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-size: 76% 100%;
}
.mainarticle {
width: 48.7179%;
}
.sidearticle {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
}
	
.features {
width: 48.7179%;
margin-left: 2.5641%;
clear: none;
}
#footer {
	font-size: 90%;
}
.subnav {
}
.subnav_li {
}
.column {
}
.news {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

#kopf {
}
#nav {
	text-align: center;
}
.mainnav {
}
.navli {
	width: 12.5%;
	clear: none;
	margin-left: 0%;
}

.navli a {
	line-height: 1.5em;
}

#main {
}

.news.winter {
	background-image: url(images/weihnachtsaktion.png);
	background-repeat: no-repeat;
	background-position: 100% 71%;
	background-size: 79% 100%;
}
.mainarticle {
width: 49.1525%;
}
.sidearticle {
	width: 49.1525%;
	margin-left: 1.6949%;
	clear: none;
}
	.sidearticle ul li  {
    padding-top: 0px;
    padding-bottom: 0px;
}
.features {
width: 23.7288%;
clear: none;
margin-left: 1.6949%;
}
#footer {
	font-size: 100%;
}
.subnav {
}
.subnav_li {
}
.column {
}
.news {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}








}
 

.winter {
}
