/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header-main, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header-main, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/************************* fonts ******************************/

@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/************************** general  **************************/

h1 {
	font: 47px/47px source_sans_prolight, Arial, sans-serif;
	font-weight: normal;
	color: #025264;
	height: 127px;
	text-transform:uppercase;
	background:url(../images/headline-bg.png) top center no-repeat;
	text-align:center;
}

h2 {
	font: 47px/47px source_sans_prolight, Arial, sans-serif;
	font-weight: normal;
	color:#025264;
	text-transform:uppercase;
	text-align:center;
	padding:38px 0px;
	margin-bottom:50px;
	position:relative;
}

h2:before {
	content:" ";
	position:absolute;
	left:50%;
	margin-left:-60px;
	display:block;
	height:1px;
	width:119px;
	top:0px;
	background:url(../images/headline-bg.png) top center no-repeat;
}

h2:after {
	content:" ";
	position:absolute;
	left:50%;
	margin-left:-60px;
	display:block;
	height:1px;
	width:119px;
	bottom:0px;
	background:url(../images/headline-bg.png) top center no-repeat;
}

h3 {
	font: 20px/27px source_sans_proregular, Arial, sans-serif;
	font-weight: normal;
	color:#025264;
	margin-bottom:20px;
}

p {
	padding-bottom:20px;	
}

a {text-decoration:none; color: #025264;}
a:hover {color:#025264;}

#menu a, .lang a { color:#838083; }
#menu a:hover, .lang a:hover, .lang a.active, #menu .active a { color:#025264;}

a img {border:none; }

strong{font-weight:bold;}
	em{font-style:italic;}

html, body { height:100%; }
#container {  }
body {
	font: 16px/23px source_sans_proregular, Arial, sans-serif;
	color: #838083;
}

.text-content blockquote,.text-content ul,.text-content ol,.text-content dl {
	margin:1em;
}

.text-content ol, .text-content ul, .text-content dl {
	margin-left:2em;
}
.text-content ol li {
	list-style: decimal outside;	
}
.text-content ul li {
	list-style: disc outside;
}
.text-content dl dd {
	margin-left:1em;
}

hr { height:1px; color:#eae9e9; border-bottom:1px solid #eae9e9; border-top:none; border-right:none; border-left:none; margin-top:15px; margin-bottom:15px;}

sup { vertical-align:text-bottom; font-size:11px; }

.center-container {
	max-width: 1255px;		
	margin: 0 auto;
	position:relative;
	border-left: 2px solid #447068;
	border-right: 2px solid #447068;
	box-shadow: -5px 0 5px -5px #a9a9a9, 5px 0 5px -5px #a9a9a9;
	background:#FFF;
	margin-top:-12px;
}

.content { min-height:100%; position:relative; }

.last {
	margin-right:0px !important;
	padding-right:0px !important;
	border-right:none !important; 
}

/************************** header **************************/
#container {
	background:url(../images/bg.png);	
}

.header {
	background: url(../images/header-bg.png) repeat-x;	
	height:142px;
}

#container .line {
	background:url(../images/header-line.png) repeat-x;
	height:18px;	
}

.logo {
	position:absolute;
	top:30px;
	left:45px;	
}


#menu {
	font: 15px/15px source_sans_proregular, Arial, sans-serif;
	float: right;
	right:45px;
	margin-top: 86px;
	position:relative;
	z-index:2000;
}

#menu a {
	padding-bottom:12px;	
}



#menu li {
	padding-right:15px;
	margin-right:15px;
	background:url(../images/bg-menu.png) right 2px  no-repeat;
	display: block;
	float: left;
	height:49px;
}

#menu li:last-child, #menu .last {
	margin-right:0px;
	padding-right:0px;
	border:none;
	background:none;
}

#menu ul ul {
	position: absolute;
	background: rgba(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.95);
	color: rgba(255, 255, 255, 0.95);
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	z-index: 1000;
	margin-top: 25px;
	margin-left: -30px;
	display: none;
}

#menu ul ul a {
	border:none !important;
}

#menu li:hover ul {
	display:block;
}

#menu ul ul li {
	padding: 0px;
	margin: 0;
	float: none;
	background: none;
	line-height: 27px;
	height: auto;
}

#menu ul ul li:last-child {
	border-bottom: none;
	
}

/******************* big-image *************************/

.big-image img {
	width:100%;	
}

/*********************** submenü ******************/

.submenue a {
	color:#575656;
	background: url(../images/bg-menu.png) right 2px no-repeat;
	padding-right:10px;
	margin-right:10px;
	text-transform:uppercase;
	font-size:12px;
}

.submenue a:last-child {
	margin:0px;
	padding:0px;
	border:0;
	background:none;	
}
.submenue a.active {
	color:#b1b2b3;	
}


/********************** main  **************/

.text-content, .two-column {
	padding:70px 60px 0px;	
}



.text-content img, .two-column img{
	border: 9px solid #f8f8f8;
    -webkit-box-shadow: -1px 1px 5px 0 rgba(0,0,0,0.1);
    box-shadow: -1px 1px 5px 0 rgba(0,0,0,0.1);
    margin-bottom: 15px;
}
/********************** more ***********************/

.more {
	margin:20px;
}

.more a {
	text-align:center;
	border:1px solid #025264;
	padding:15px 20px;
	text-transform:uppercase;	
}

/*********************** two-column ******************************/

.two-column .column {
    width: 50%;
    float: left;
    min-width: 480px;
}

.two-column .column.last .column-content {
    margin-left: 50px;
}

.two-column .column .column-content.last {
    margin-left: 0px;
}


.teaser {
	border:9px solid #f8f8f8;
	background:white;
	padding: 26px 23px 5px;
	-webkit-box-shadow: -1px 1px 5px 0 rgba(0,0,0,0.1);
	box-shadow: -1px 1px 5px 0 rgba(0,0,0,0.1);
}

.teaser img{
	border:3px solid #f8f8f8;
	-webkit-box-shadow: -1px 1px 5px 0 rgba(0,0,0,0.1);
	box-shadow: -1px 1px 5px 0 rgba(0,0,0,0.1);
	margin-bottom:30px;
}

/********************** full-width-image **************************/
.full-width-image {
	height:607px;
	margin-top:-70px;
	margin-bottom:-70px;
}

/********************** contact form **************************/

form {
    max-width: 560px;
}

.contact input[type=text], .contact input[type=email] {
    font: 16px/20px source_sans_proregular, Arial, sans-serif;
    float: left;
    width: 250px;
    height: 40px;
    border: none;
    border-bottom: 1px solid #c5c6c6;
    margin-right: 17px;
    padding-left: 5px;
	color:#838083;
}

textarea {
    font: 16px/20px source_sans_proregular, Arial, sans-serif;
    width: 520px;
    height: 163px;
    border: 1px solid #c5c6c6;
    margin-top: 40px;
    padding-left: 5px;
    resize: none;
	color:#838083;
}

.contact input[type=submit] {
    font: 20px/20px source_sans_prolight, Arial, sans-serif;
    padding: 15px 20px;
    border: 1px solid #025264;
    text-align: center;
    text-transform: uppercase;
    background: #ffffff;
    position: relative;
    left: 420px;
    margin-top: 20px;
}

/************* product-table ************/

.product-table {
	clear:both;
}

.product-table div {
    float: left;
    max-width: 325px;
    /* height: 300px; */
} 

.text-content .product-table img {
	border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
}


/**************** healers *******************/

.healers .box {
    font: 16px/18px source_sans_proregular, Arial, sans-serif;
    width: 523px;
    float: left;
    height: 211px;
    border: 9px solid #f8f8f8;
    background: white;
    padding: 26px 5px 5px 23px;
    -webkit-box-shadow: -1px 1px 5px 0 rgba(0,0,0,0.1);
    box-shadow: -1px 1px 5px 0 rgba(0,0,0,0.1);
	margin-bottom:15px;
}

.healers .box:nth-child(odd) {
	    margin-right: 15px;
}

.healers img {
	float:left;
	border: 3px solid #f8f8f8;
    -webkit-box-shadow: -1px 1px 5px 0 rgba(0,0,0,0.1);
    box-shadow: -1px 1px 5px 0 rgba(0,0,0,0.1);
	margin-right:32px;
}

.healers .content {
	float:left;	
}

.healers .name {
	font: 20px/25px source_sans_proregular, Arial, sans-serif;
	
}

.healers .healer .name { color:#025264; }
.healers .trainee .name { color:#60893e; }
.healers .osteopath .name { color:#7c5999; }

.healers .healer .profession { color:#025264; }
.healers .trainee .profession { color:#60893e; }
.healers .osteopath .profession { color:#7c5999; }

.healers .adress {
	margin:10px 0px;
}

.healers .left {
	float:left;
	min-width:173px;	
}

.healers .right {
	float:left;	
}

.healers .right span {
    width: 25px;
    float: left;
    display: block;
}

.healers .web a {
	display:block;	
}

.healers .more-infos {
	padding-top:10px;	
}

.healers .route {
    
    height: 26px;
    display: block;
    float: left;
    padding-left: 30px;
    padding-top: 4px;
	margin-right:20px;
}

.healers .healer .route { background: url(../images/marker-blue_small.png) no-repeat; }
.healers .trainee .route { background: url(../images/marker-green_small.png) no-repeat; }
.healers .osteopath .route { background: url(../images/marker-lila_small.png) no-repeat; }

.healers .more {
	margin:0px;
    background: url(../images/info-icon.png) 0px 5px no-repeat;
    height: 25px;
    display: block;
    float: left;
    padding-left: 30px;
    padding-top: 4px;
	margin-right:20px;
}
	
/***************** footer *****************/

footer {
	border-top: 1px solid #cccccc;
	margin:90px 30px 0px;
	font-size:15px;
	line-height:22px; 
}

footer .column {
	width:170px;
	float:left;
	margin-right:30px;	
	margin-top:30px;
	margin-bottom:30px;
	border-top:1px solid #ccc;
	text-transform:uppercase;
	
}

footer .column-title {
	color: #025264;
	margin-bottom:5px;
}

footer ul a {
	color:#838083;
	font-size:13px;	
	line-height:14px;
}

.footer-menu {
	position:relative;
	top:60px;	
}

.footer-menu a {
	color:#838083
}

.footer-links {
    position: relative;
    width: 215px;
    margin: 0 auto;
    top: 30px;
}

.footer-links a {
    width: 39px;
    height: 39px;
    display: block;
    float: left;
    margin-right: 15px;
	
}	

.footer-links .home-link {
	background:url(../images/home-icon.png) no-repeat;
}

.footer-links .contact-link {
	background:url(../images/phone-icon.png) no-repeat;
}

.footer-links .mail-link {
	background:url(../images/mail-icon.png) no-repeat;
}

.footer-links .facebook-link {
	background:url(../images/facebook-icon.png) no-repeat;
}

.copy {
    position: absolute;
    top: 60px;
    right: 0px;
    color: #838083;
}

.copy a {
	color:#838083;
}

.resp-menu-button {
    display: none;
}

@media screen and (max-width: 1090px) {

#menu {
	display:none;
}

	.resp-menu-button {
		background: url(../images/responsive_s.png) no-repeat;
		height: 50px;
		width: 50px;
		text-indent: -9999px;
		display: block;
		position: absolute;
		right: 10px;
		top: 40px;
		display: block;
	}
}

@media screen and (max-width: 760px) {
	.slideshow h1 {
		font:40px/56px source_sans_prolight, Arial, sans-serif;
		padding-top: 173px; 
	}
	.slideshow{
		height:401px;
	}
	
	.slider-left, .slider-right {
		padding-top: 159px;
		padding-bottom: 159px;
	}
	
	.slideshow .slide {
		height: 389px
	}
	
	.full-width-image {
		height: 389px
	}
	
	.emerg-nr {
      font: 23px/29px source_sans_prolight, Arial, sans-serif;
	}
	
	h2 {
		font:40px/47px source_sans_prolight, Arial, sans-serif
	}
}