/* 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;
}
 
.hidden {
	display: none;
}

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;
	text-transform:uppercase;
	text-align:center;
	padding-top:38px;
	margin-bottom:50px; 
}

h1:before {
	content: " ";
	width:200px;
	height:1px;
	padding-bottom:30px;
	display:block;
	margin:0 auto;
	background:url(../images/headline-bg.png) top center no-repeat;
}

h1:after {
	content: " ";
	width:200px;
	height:1px;
	display:block;
	margin:0 auto;
	background:url(../images/headline-bg.png) bottom center no-repeat;
	padding-top:30px;
}

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

h2:before {
	content: " ";
	width:200px;
	height:1px;
	padding-bottom:30px;
	display:block;
	margin:0 auto;
	background:url(../images/headline-bg.png) top center no-repeat;
}

h2:after {
	content: " ";
	width:200px;
	height:1px;
	display:block;
	margin:0 auto;
	background:url(../images/headline-bg.png) bottom center no-repeat;
	padding-top:30px;
}

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

p {
	padding-bottom:20px;	
}


#cboxWrapper blockquote,#cboxWrapper ul,#cboxWrapper ol,#cboxWrapper dl, .section blockquote,.section ul,.section ol,.section dl  {
	margin:1em;
}

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

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

#menu a, .lang a { color:#6a5716; }
#menu a:hover, .lang a:hover, .lang a.active, #menu .active a, #menu .active ul a:hover, #menu .active ul .active a { color:#025264;}
#menu .active ul a { color:#6a5716; }

a img {border:none; }

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

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

.main blockquote,.main ul,.main ol,.main dl {
	margin:1em;
}

.main ol, .main ul, .main dl {
	margin-left:2em;
}
.main ol li {
	list-style: decimal outside;	
}
.main ul li {
	list-style: disc outside;
}
.main 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: 1158px;		
	margin: 0 auto;
	position:relative;
}

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

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

/************************** header **************************/

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

.lang {
	position:absolute;
	right:0px;
	top:18px;
	font: 12px/15px source_sans_proregular, Arial, sans-serif;
}

.lang .active {
	color:#025264;
}

.logo {
    position: absolute;
    top: 11px;
    left: 0px;
}

#searchbox {
	position: absolute;
	right: 0px;
	top: 90px;
	padding:16px;
	background:#f3f0e6;
	border: 1px solid #f3f0e6;
	-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);
	z-index:1100;
} 

#searchbox input[type=text] {
    font: 16px/20px source_sans_proregular, Arial, sans-serif;
    float: left;
    height: 40px;
    border: none;
    border: 1px solid #f8f8f8;
	background:#f8f8f8;
    padding-left: 5px;
    color: #838083;
	min-width:250px;
}

#searchbox  input[type=submit] {
   background: url(../images/lupe-button.png) no-repeat;	
   height:40px;
   width:40px;
   border:none;
   text-indent:9999px;
   cursor:pointer;
}

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

#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(243, 240, 230);
	background-color: rgba(243, 240, 230, 0.95);
	color: rgba(243, 240, 230, 0.95);
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	z-index: 1000;
	margin-top: 34px;
	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;
	
}

.search {
	background:url(../images/lupe.png) right 0px  no-repeat;
	position: absolute;
	right: -40px;
	height:14px;
	width:14px;
	text-indent:9999px;
	overflow:hidden;
}


/******************* slideshow *************************/

.slideshow {
    position: relative;
    height: 740px;
    z-index: 1000;
    background: url(../images/slide-shadow.png) repeat-x bottom;
}
.map {
	height:507px !important;
    width: 100%;
	background-color:transparent !important; 
}

.legende {
	position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -304px; 
    font-size: 13px;
}

.legende img {
	vertical-align:middle;
	margin:0px 3px 0px 10px;
	width: 12px;
}


.slideshow h1 {
    font: 56px/56px source_sans_prolight, Arial, sans-serif;
    color: white;
    text-align: center;
    background: url(../images/slideshow-headline-bg.png) bottom center no-repeat;
    height: 90px;
    padding-top: 340px;
    display: block;
    padding-bottom: 0;
}

.slideshow .slide {
	width: 100%;
	height: 728px;
	position: relative;
	margin: 0 auto;
	background: black no-repeat center;
	background-size: cover;
}

.slider-left, .slider-right {
	position: absolute;
    top: 0px;
	z-index: 1001;
    padding-top: 324px;
    padding-bottom: 324px;
	cursor: pointer;
}

.slider-left {
	left: 30px;
}

.slider-right {
	right: 30px;
}

.slideshow .pager {
	text-align: center;
	width: 100%;
	z-index: 500;
	position: relative;
	bottom: 55px;
	overflow: hidden;
}

.emerg-nr {
	position:absolute;
	right:0px;
	bottom:30px;
	color:white;
	text-transform:uppercase;
	font: 24px/29px source_sans_prolight, Arial, sans-serif;
	z-index:1010;
}

.pager span {
	background:url(../images/pager_inactive.png) no-repeat;
	height: 17px;
	width: 17px;
	display: inline-block;
	cursor: pointer;
	margin-right: 4px;
}

.pager span.active {
	background:url(../images/pager_active.png) no-repeat;
	height: 17px;
	width: 17px;
}

.pager span:last-child {
	margin-left:4px;
}

/*********************** 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  **************/

.section {
	padding: 70px 0px;	
	background: top center;background-size: cover;
}

.text-content 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: 570px;
}

.two-column .column .column-content {
    margin-right: 18px;
	
}

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


.teaser {
    border: 9px solid #efead9;
    background: #fdfbf5;
    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);
    min-height: 425px;
    min-width: 497px;
}

.teaser img{
	border:3px solid #efead9;
	-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:300px;
	margin-top:-70px;
	margin-bottom:-70px;
	background: center center;
	background-size: cover;
}

.big-image {
	margin-top: -70px;
	margin-bottom:-77px;
	background:transparent;
}


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

/********************** 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 #6a5716;
    margin-right: 17px;
    padding-left: 5px;
	color:#6a5716;
	background:transparent; 
}

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

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

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

.healers .box {
    font: 16px/18px source_sans_proregular, Arial, sans-serif;
    width: 523px;
    float: left;
    height: 211px;
    border: 9px solid #efead9;
    background: #fdfbf5;
    padding: 26px 0px 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;
    margin-right: 15px;
} 

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

.healers img {
	float:left;
	border: 3px solid #efead9;
    -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:185px;	
}

.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;
}

/********************* maps ****************/



.gm-style {
    height: 495px!important; 
}
	
/***************** footer *****************/

footer {
	background: #f3f0e6;
	height:145px;
}

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

.footer-menu a {
	color:#6a5716
}

.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: #6a5716;
}

.copy a {
	color:#6a5716;
}



/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url(../images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(../images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(../images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(../images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(../images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(../images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(../images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(../images/loading.gif) no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

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

/*********************** mobile *****************************/

@media screen and (max-width: 1156px) {
.two-column .last {
	margin-top:15px;  
 }
 
 .text-content {
	padding:0px 10px;
 }
 
   .two-column form, .two-column p{
		padding: 0 15px
   }
}

@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
	}
	.text-content img, .text-content .image {
		width:98% !important;
		height:auto !important;
		height:unset !important;
		margin:0px !important;
		float:unset !important;
	}
	
}
	 
	
	
@media screen and (max-width: 590px) {
	.slideshow h1 {
		font:31px/56px source_sans_prolight, Arial, sans-serif;
		padding-top: 173px;
	}	
	
	.emerg-nr {
      font: 20px/29px source_sans_prolight, Arial, sans-serif;
	}
	
	.pager {
		display:none;
	}
	
	.slider-left, .slider-right {
		display:none;
	}
	
	.legende {
		left: inherit;
		margin-left: auto;
	}
	

}
