/**
	0. Globals
	1. Index
*/

/** 0. Globals */
/* -- main container */
.c {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
}
/* -- column with contents*/
.col-c {

}
/* -- left content column */
.col-left {
	
}
/* -- right content column */
.col-right {
	padding-left:20px;
	padding-right:0px;
}
/** 1. Index page **/
.p-index {
	display:flex;
	flex-direction: row;
}

.col-left img {width:100%;}

/* 2. Following pages */
.p-follow h2 {
	margin-top:18px;
	text-align:center;
	display:block;
	color: #DB2D5D;
	font-size:1.85rem;
}
.p-follow h1 {
	font-weight:normal;
	font-size:1.85rem;
}
.p-follow h1 {
	color: #61a94c;
}
.p-follow .col-right h2 { text-align: left; }
.p-follow h3 {
	font-size:1.15rem;
	margin-top:0px;
	margin-bottom:0px;
}
.p-team h3 {
	color: #61A94B;
}
.p-therapien h3 {
	color: #DB2D5D;
	font-weight:normal;
}
.p-follow h4 {
	margin-top:6px;
	font-size:1rem;
	
}
.p-follow h4 {
	color: #DB2D5D;
}
h5 {
	font-size:1rem;
	font-weight:normal;
	margin-top:6px;
	margin-bottom:6px;
}
h5 + p {
	margin-top:0px;
}
.p-empfehlungen p { 
	margin-top:0px;
}
/* 3. Team */
.p-team .col-6-12 ul {
	list-style-type:none;
	padding-left:0px;
}


/* Media, screens */
@media all and (max-width: 767px){
	html, body { font-size: 16px; }
	.c { width: 100%; padding-left:1em; padding-right:2em; }
	.p-l { display: block; }
	.p-index { flex-direction: column;}
	.p-index .col-left { order: 2;}
	.p-b-l { background-position: 20px center; }
	.col-right {
		padding-left:0px;
		
	}
	.v-unser-team h2 { margin-bottom: 0px;}
	.desktop.v-therapien .p-l {
		display:block !important;
	}
	.gallery {
		width: 80vw;
	}
	.p-l-h-w  { left: 10px; padding-left: 130px;}

	.p-team 
		.grid {
			display:flex;
			margin-bottom:3em;
			flex-direction:column;
		}
	
	.p-team .grid:nth-child(2n+1) .col-left {
		order:1;
	}
	.p-team .grid:nth-child(2n+1) .col-right {
		order:2;
	}
	.p-team .grid:nth-child(2n) .col-left {
		order:1;
	}
	
	.p-team .grid:nth-child(2n) .col-right {
		order:2;
	}
}
@media all and (max-width:850px){
	.p-l-h .m-c  { left: 10px; }
	.desktop-logo {
		margin-left:0px;
	}
}

/* Therapien */
.p-therapien h2 {
	text-align:left;
}
/* Gallery */
.gallery {

}
/* Typo */
h3 + p {
	margin-top:0.25em;
}
/* Lists */
.xlist {
	margin-top:0.25em;
	padding-left:2em;
	margin-left:0px;
}
p + .xlist {
	margin-top:-0.75em;
}
.xlist li {
	list-style:none;
	list-style-image:none;
}
.xlist li:before {
	content:'>';
	margin-left:-1em;
	color: #DB2D5D;
	font-weight:500;
	margin-right:5px;
}
/* Downloads */
.downloads {
	list-style:none;
	list-style-image:none;
}
.downloads p { margin-top: 0px; }

/* Contact */

#nebulsada 
{
    display:inline;
    text-decoration:none;
    cursor:pointer;
}

#nebulsada.nebulmas, A.nebulmas
{
    text-decoration:underline;
}