/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,600,300,700,900);
@import url(http://fonts.googleapis.com/css?family=Ek+Mukta:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100italic,400italic,300italic,500italic);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:400,700);

body {
  width: 100%;
  height: 100%;
  font-family: 'Ek Mukta', sans-serif;
	font-weight: 300;
  color: #666;
  background-color: #fff;
	font-size: 16px;
  line-height: 1.6em;
	font-weight: 400;
}

/*
========================
 --- logo
========================
*/

#logo-ins {
  padding: 0px;
}
.site-logo{
  margin-top: 0px;
}
.site-logo img {
  margin-right: 15px;
  float: left;
}

.site-logo h1 {
	color: #45683a;
  text-transform: uppercase;
  font-size: 26px;
  margin: 6px;
  padding: 0px;
}

.site-logo a.brand:hover {
	text-decoration:none;
}

/*
========================
 --- Navigation
========================
*/

.navbar {
  margin-bottom: 0px;
  background: rgba(242, 252, 221, 0.95);
  border: 0px;
}

/* --- @media only screen and ( max-width: 768px ) { .navbar { background: rgba(255, 255, 255, 0.0);} } --- */

.navbar-brand {
  font-weight: 700;
}


.navbar-brand:focus {
  outline: 0;
}

.nav.navbar-nav {
	padding: 0px;
}

.navbar-fixed-top ul.nav li a {
	font-size: 14px;
	letter-spacing: 3px;
  color: #91b44b;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-fixed-top.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-fixed-top ul.nav ul.dropdown-menu {
  border-radius: 0;	
	margin-top: 21px;
	border-top: none;
}

.navbar-fixed-top ul.nav li a:hover ul.dropdown-menu {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-fixed-top ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-fixed-top ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-fixed-top.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-fixed-top .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-fixed-top .nav li a:hover,
.navbar-fixed-top .nav li a:focus,
.navbar-fixed-top .nav li.active {
  outline: 0;
  background-color:#91b44b ;
	color:#fff;
}

.navbar-toggle {
    padding: 4px 6px;
  font-size: 18px;
    color: #000;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* 
======================== 
 --- Contact Icon Slide 
======================== 
*/

#icon-contact-cont {
  color: #FFF;
  text-align:right;
  padding-top: 10px;
  display: inline-block;
}

@media only screen and ( max-width: 992px ) { #icon-contact-cont { display: none; } }

#icon-contact-cont a {
  text-decoration: none;
  color: #FFF;  
}

.contact-daten {
  left: 40px;
  height: 28px;
  position: absolute;
  display: inline-block;
  padding-top: 7px;
  white-space: nowrap;
}

.besserlinks {
  position: absolute;
  left:0px; 
}

/* --- Icon Mail --- */
.icon-contact-mail {
  border-radius: 18px 18px 18px 18px;
  background-color: #91b44b; 
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
}

.icon-contact-mail:hover {
  width: 345px;
}


/* --- Icon eMail --- */
.icon-contact-email {
  border-radius: 18px 18px 18px 18px;
  background-color: #91b44b; 
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.icon-contact-email:hover {
  width: 280px;
}


/* --- Icon Phone --- */
.icon-contact-phone {
  border-radius: 18px 18px 18px 18px;
  background-color: #91b44b; 
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.icon-contact-phone:hover {
  width: 170px;
}


/* --- Icon Open --- */
.icon-contact-open {
  border-radius: 18px 18px 18px 18px;
  background-color: #91b44b; 
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.icon-contact-open:hover {
  width: 305px;
}

/*
==========================
 --- Icon Section Headline
==========================
*/

.head-icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-right: 10px;
}

section {
  padding-bottom: 50px;
}

#start {
  padding-top: 118px;
  padding-bottom: 0px;
}

/* 
======================== 
 --- Start 
======================== 
*/

.willkommen {
	background-color :#f9f9f9;
 }

.adresse p {
	max-width: 200px;
	line-height: normal;
	font-weight: 400;
	color:#fff;
	font-size: 11px;
}

.image { 
   position: relative;
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 100%; /* for IE 6 */
}

.image span {
  font-size: 27px;
  font-family: 'Dancing Script', cursive;
}

.wellcometext {
  background: rgba(255, 255, 255, 0.95);
  position: absolute; 
  top: 10%; 
  left: 0; 
  max-width: 700px; 
  margin-left: 42%;
  margin-right: 5%;
  padding: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #91b44b;
  font-size: 18px;
}

@media only screen and ( max-width: 992px ) { .wellcometext { display: none; } }

/* 
======================== 
 --- Therapie 
======================== 
*/

.therapanels {
	height: 150px;
	color: #45683A;
	background-color: #d5e7b1;
	border-radius: 5px 5px 5px 5px;	 
	display:block;
  position:relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition:  all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.therapanels a {
	text-decoration: none;
	color: #45683A;
	position: relative;
}

.therapanels a:hover {
  text-decoration: none;
  color: #FFF;
  position: relative;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition:  all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.therapanels:hover {
	background-color: #d791eb;
 }

.therahead {
	height: 100px;
}

#therapien {
	text-align:center;
	background-color :#ffffff;
}

.therapanels h3 {
	padding-top: 25px;
}

/* --- lightbox --- */

 .background-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2; 
  cursor: default;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.55);   
  -webkit-transition: opacity .5s, visibility .5s, background .3s;
  -moz-transition: opacity .5s, visibility .5s, background .3s;
  -ms-transition: opacity .5s, visibility .5s, background .3s;
  -o-transition: opacity .5s, visibility .5s, background .3s;
  transition: opacity .5s, visibility .5s, background .3s;
}


.background-overlay:target {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.65);
  -webkit-transition: opacity .5s, visibility .5s, background .3s;
  -moz-transition: opacity .5s, visibility .5s, background .3s;
  -ms-transition: opacity .5s, visibility .5s, background .3s;
  -o-transition: opacity .5s, visibility .5s, background .3s;
  transition: opacity .5s, visibility .5s, background .3s;
}    
    
    
.lightbox-container {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 2;
  height:100%;
  text-align: center;
  visibility: hidden;    
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -ms-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}


.background-overlay:target + .lightbox-container {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -ms-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

    
.lightbox-content {
  position: relative;
  margin-top: 145px;
  text-align: left;
  background: #FFF;
  display: inline-block;
  max-width:90%;
  max-height: 80%;
  overflow: auto;
  -webkit-box-shadow: 0 0 50px rgba(0,0,0,10);
  -moz-box-shadow: 0 0 50px rgba(0,0,0,10);
  -ms-box-shadow: 0 0 50px rgba(0,0,0,10);
  -o-box-shadow: 0 0 50px rgba(0,0,0,10);
  box-shadow: 0 0 50px rgba(0,0,0,10);
}

.lightbox-content h4 {
	color: #FFF;
	margin-top: 0px;
	padding: 10px;
	width:100%;
	background-color: #91b44b;
} 

.lightbox-content div {
	font-size: 16px;
  line-height: 1.6em;
	font-weight: 400;
	padding: 15px;
  max-width: 800px;
}  
    
.lightbox-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  border-radius: 25px;
  line-height: 21px;
  color: #91b44b;
}

.lightbox-close:hover {
  background: #FFDC6A;
  text-decoration: none;
}
  
.lightbox-close:after {
  content: "x";
  font-size: 35px;
}

.lightbox-close:hover:after {  
  color: #91b44b;
}


/* 
======================== 
 --- Praxis 
======================== 
*/

#praxis {
  background-color: #f3f3f3;
}

.panel-default > .panel-heading {
  background-color: #d5e7b1;
}

.panel-default > .panel-heading a {
  text-decoration: none;
  color: #45683A;
  position: relative;
}

.panel-default > .panel-heading a:hover {
  color: #FFF;
}


/* 
======================== 
 --- News 
======================== 
*/

#news {
  background-color: #f3f3f3;
}


/* 
======================== 
 --- Kurse 
======================== 
*/
.panel-body-height {
  height: 300px;
  overflow: auto;
}

.preis {
  text-align: right;
  float: right;
}


/*
======================== 
 --- Wellness 
======================== 
*/


#wellness {
  background-color: #f3f3f3;
}


/* 

/* 
======================== 
 --- Impressum
======================== 
*/

#impressum {
  background: #FFF;
}

/* 
======================== 
 --- Datenschutz
======================== 
*/

#datenschutz {
  background: #f3f3f3;
}


/* ===========================
--- General sections
============================ */


.home-section {
  padding-top: 40px;
  padding-bottom: 110px;
  display:block;
  position:relative;
}


.section-heading {
	margin-top:120px;
	margin-bottom:30px;
}

.section-heading h2 {
  color: #91b44b;
	font-size: 40px;
	letter-spacing: -1px;
	text-transform: uppercase;
  display: inline-block;
  padding-top: 15px;
  border: 5px;
  border-color: #000000;
}


/* ===========================
--- Footer
============================ */

footer {
    background-color: #D09A43;
}

footer {
	text-align: center;
	padding: 50px 0 ;
	
}

footer p {
	color: #fff;
	font-size: 14px;
}
footer a {
	color: #000;
}

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

footer a.scrollup {
	color: #fff;
	margin-bottom: 30px;
}
footer a.scrollup:focus {
	outline: 0;
}

/* --- progress --- */

.progress {
  height: 40px;

}
.progress-bar {
  font-size: 14px;
  line-height: 40px;
}

/* --- Map --- */
.map{
	position:relative;
}

.map iframe{
	width:100%;
	height:650px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:400px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}

.contact-wrap {
  margin-top: 80px;
  margin-bottom:80px;
}

.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
  border-radius:0;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#eee;
  box-shadow: none;
  border-radius:0;
}

textarea#message{
  resize: none;
  padding: 10px;
  border-radius:0;
}

.btn-primary {
	margin-top:20px;
	background-color:#fff;
	color:#000;
	border-radius:0;
	border-color:#eee;
}
.btn-primary:hover{
	 -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	background-color:#D09A43;
	border-color:#fff;
}

