/**
  0. Normalize, defaults
	1. Page layout:
			p-l-c (page-layout-container), p-l (page-layout), p-l-h (page-layout-header), p-l-h-r (page-layout-header-row),
			p-c { page-contents }, p-l-f (page-layout-footer), p-b (page-banner), p-b-str (green-stripe), p-b-l (page-banner-logo)
			p-l-h-t (page-layout-header-title)

	2. Elements: f-r (footer-right-section), m-m (main-menu), m-c (menu-container)
*/

/** 0. Normalize, defaults  **/
html, body {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
}
h2 { 
	font-size: 24px;
	margin-bottom:1em;
	margin-top: 0px;
	color: #DB2D5D;
	font-weight:normal;	
}
* { 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	width: 100%;
	height: 100%;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

body {
	margin: 0px;
	width: 100%;
	min-height: 100%;
	
}

a {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	color:#DB2D5D;
}

/** 1. Page layout **/
.p-l-c {
	position: absolute;
	width: 100%;
	height: 100%;
}
.p-b {
	background: transparent url(img/background.jpg) center center;
	background-size:cover;
	height:165px;
	position:relative;
	border-bottom: solid 1px #DB2D5D;
	border-top: solid 1px #DB2D5D;
}
.v-follow .p-b,  .v-manuelle-therapie .p-b{
	background-image: url(img/background-team.jpg);
	background-position:0px -130px;
}
.v-geschichte .p-b, .v-krankengymnastik .p-b,  .v-therapien .p-b,
.v-lymphdrainage .p-b {
	background: transparent url(img/background.jpg) center center;
	background-size:cover;
}
.v-osteopathie .p-b, .v-kinder-saeuglings-osteopathie .p-b, .v-saeuglingsworkshops .p-b {
	background: transparent url(img/background-therapien.jpg) right 36%;
	background-size:cover;
}

.v-impressum .p-b, .v-karriere .p-b, .v-datenschutz .p-b,
.v-downloads-seite .p-b, .v-empfehlungen .p-b, .v-kontakt .p-b {
	background: transparent url(img/background-kontakt.jpg) right 30%;
	background-size:cover;
}
.p-b-str, .p-b-l {
	height: 100%;
    position: relative;
    width: 100%;

}
.p-b-str {
	background: transparent url(img/header-stripe.png) repeat-x center center;
	
    
}
.p-b-l {
	background: transparent url(img/header-logo-150.png) no-repeat center center;
}
.desktop-logo { 
	margin-left:-50px;
}
.p-l-h .nav .desktop-logo a, .desktop-logo a img {
	border:none 0px;
	padding:0px;
}
.v-index .desktop-logo { display:none; }
.p-l-h-t{
	position:relative;
	line-height: 1.3;
	top:64px;
	
}
.p-l-h-t div { 
	color: white; 
	
}
.p-l-h-t .s-1 { font-size:14px; }
.p-l-h-t .s-2 { font-size:10px; }
.p-l-h-w { text-align:left; display:inline-block; left:50%; padding-left: 32px; position:relative; }
.p-b img {
	top:35px;
	position:absolute;
	left:0px;
	height: 95px;
}
.p-l {
	/*width: 1100px;*/
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flexbox;
	display: flex;
	-webkit-flex-direction: column;	
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	-webkit-overflow-scrolling: touch;
}
.v-follow .p-b-str { 
	display:none;
}
.v-follow:not(.v-geschichte) .p-l { display: block; overflow:visible; text-align:center; }
.desktop.v-karriere .p-l, .desktop.error .p-l, .desktop.v-therapien .p-l, .desktop.v-downloads-seite .p-l, .desktop.v-empfehlungen .p-l,
.desktop.v-datenschutz .p-l{ display:flex !important; }

.p-l-h {
	text-align:left;
	text-align:initial;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flexbox;
	
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	-moz-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	
	min-height: 64px;
	max-height: 1000px;
	z-index: 3;
}

.p-l-h-r {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
	box-sizing: border-box;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-moz-align-self: stretch;
	align-self: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-align-items: center;
	align-items: center;
	height: 64px;
	margin: 0;
	
}

	.p-l-h-r > * {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		-moz-flex-shrink: 0;
		flex-shrink: 0;
	}

.p-c {
	-ms-flex: 0 1 auto;
	position: relative;
	display: inline-block;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-moz-flex-grow: 1;

	flex-grow: 1;
	z-index: 1;
	-webkit-overflow-scrolling: touch;
		text-align:left;
	text-align:initial;
}

.p-l-f {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 18px 0px 36px 0px;
	color: #FFF;
	background-color: #5EA84D;
	position: relative;
}

	/** Elements **/
	/* Footer */
	.p-l-f .f-r {
		position: absolute;
		right: 50px;
	}

/* Menu */
.p-l-h .m-c {
	position: absolute;
	left: 50%;
	top:0px;
	padding-left:10px;
	line-height: 1;
}

.p-l-h .nav {
	margin: 0;
	padding: 0;
	height: 64px;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	box-sizing: border-box;
}

	.p-l-h .nav a {
		display: block;
		padding: 0 18px;
		text-decoration: none;
		margin: 0;
		font-size: 12px;
		font-weight: 400;
		color: #000;
	}

.nav a span {
	display: block;
	padding: 5px 0px;
}
.nav a span b {
	display:block;
	/*margin-bottom:0.5em;*/
}
.v-follow .nav li li span { font-weight:bold; }
.nav a.m-selected span {
	border-bottom: solid 1px #DB2D5D;
}
.m-nav li li a.m-selected span {
	text-decoration:underline;
}
.m-nav li li a.m-selected span:before{
	content:'>';
	color:white;
	display:inline-block;
	margin-right:0.5em;
	margin-left:-1em;
}
.nav li li a.m-selected span {
	color:#DB2D5D;
	border-bottom:none 0px;
}


/* Home button */
.home-link {
    display: block;
    position: absolute;
    left: 9px;
    height: 59px;
    background: transparent;
    width: 58px;
    top: 4px;
    opacity: 0.5;
    border: transparent solid 1px;
    border-radius: 50%;
    cursor: pointer;
}


/* To Top link */
.to-top {
	display:none;
	position: fixed;
	bottom: 60px;
	right:30px;
	width:30px;
	height:30px;
	
	background-color:#DB2D5D;
	text-align:center;
	line-height:40px;
	cursor:pointer;
	z-index:10;
}
.to-top:after {
	content:"^";
	color:white;
	font-weight:bold;
	font-size:25px;
}
.scrolled .to-top {
	display:block;
}
p {
	/*text-align:justify;*/
}

/* Cookie consent */

html body .cky-btn-revisit-wrapper .cky-btn-revisit img { width: 20px; height: 20px;}

html body .cky-btn-revisit-wrapper { width: 35px; height: 35px; background: #61A033; border: solid 1px #4c782b;}

html body .cky-revisit-bottom-left
{	bottom: 10px;
    left: 10px;
}


