@CHARSET "ISO-8859-1";

@font-face {
    font-family: opensansreg;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: segoescript;
    src: url(../fonts/segoesc.ttf);
}


.distance-50 {
	margin-top: 50px;
}
.distance-30 {
	margin-top: 3<h1>Kontakt</h1>
						<img src="img/line.png" alt="zierlinie" title="">	0px;
}
.distance-70 {
	margin-top: 70px;
}
.distance-100 {
	margin-top: 100px;
}
.distance-bottom-100 {
	margin-bottom: 100px;
}
.distance-bottom-50 {
	margin-bottom: 50px;
}
.distance-bottom-30 {
	margin-bottom: 30px;
}
.distance-bottom-120 {
	margin-bottom: 120px;
}
p.description-text {
	font-family: 'open sans',Arial,Verdana;
    font-size: 15px;
    color: #969697;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 30px;
}
p.description-text-white {
	font-family: 'open sans',Arial,Verdana;
    font-size: 15px;
    color: white;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 30px;
}
p.testimonial-text {
	font-family: 'open sans',Arial,Verdana;
    font-size: 20px;
    color: #969697;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 30px;
}
#textbox {
	margin-left: 100px;
	margin-right: 100px;
}
.call {
	font-family: 'open sans',Arial,Verdana;
    font-size: 30px;
    color: #706f6f;
    letter-spacing: 2px;
	font-weight: bold;
    line-height: 30px;
	text-align: center;
}
.adress {
	font-family: 'open sans',Arial,Verdana;
    font-size: 20px;
    color: #969697;
    letter-spacing: 2px;

    line-height: 30px;
	text-align: center;
}
#img-class="page-scroll"  {
	width: 100%;
	height: auto;
}
.link{
	font-family: 'open sans',Arial,Verdana;
    font-size: 15px;
    color: #white;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 30px;
}
a.link:active, a:hover {
	color: #da8f36;
    outline: 0px none;
	transition: color 0.5s ease 0s;

}
a.link:hover, a:focus {
    color: #da8f36;
    text-decoration: none;
	transition: color 0.5s ease 0s;
}
a.link:active, a:hover {
	color: #da8f36;
    outline: 0;
	transition: color 0.5s ease 0s;
}
.navbar-brand>img {
    display: block;
    margin-left: 20px;
	margin-top: -5px;	
	margin-left: 0px;	
}

.navbar-default{
	background-color: white;
	min-height: 110px;
	text-shadow: non;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
	}

.navbar-default .navbar-nav > li > a:hover {
	color: white;
    background-color: #c48e62;
	min-height: 110px;
	transition: background-color 0.5s ease 0s;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
}



.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;

}
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    color: silver;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
	}

.nav > li > a {
	position: relative;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-left: 0px;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;


}
.navbar-nav  {
	margin-left:0px;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
	}
	
.nav {
    list-style: outside none none;
}
ul, menu, dir {
    list-style-type: disc;
    display: inline-block;
}
.navbar {
    font-family: "open sans",Arial,Verdana;
	border-bottom: 0px;
}




.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color: #ddb08b;
	color: white;
	min-height: 110px;
	margin-right: 0;
}

a:active, a:hover {
    outline: 0px none;
}

a {
	color: white; 
    text-decoration: none;
    background-color: transparent;
}
a:focus, a:hover {
    color: white;
    text-decoration: none;
}
* {
    box-sizing: border-box;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: white;
	}
.nav-footer{
	line-height: 10px;
}
.button-orange {
	margin-top: 50px;
	width: 170px;
	height: 50px;
	background-color:#c78f65;
	border-radius: 30px;
	padding-top: 10px;
}




/* Bounce To Top orange */
  
.hvr-bounce-to-top-orange {

  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top-orange:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  border: 1px solid #c78f65;
  border-radius: 30px 30px 30px 30px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top-orange:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top-orange:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



img {
  max-width: 100%;
  height: auto;
}


.opener-section {
	height: auto ! important;
	min-width: 100%;
	background: url(../img/img-opener.jpg) no-repeat center center fixed;
	overflow: hidden;
    max-height: 100%;
	margin-top: 110px;
    background-size: container;
    position: relative;
	border-left: 20px solid white;
	border-right: 20px solid white;
	margin-bottom: 10px;

}
.img-opener {
	
}

.leistungsuebersicht-section {
	background-color: white;
	height: auto ! important;
	min-width: 100%;
	overflow: hidden;
	border: 20px solid white;
}


.leistungsuebersicht-section h1 {
  	font-family: 'opensansreg',Arial,Verdana;
    font-size: 20px;
    color: #878787;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 20px;
	

}
.leistungsuebersicht-section h2 {
   	font-family: 'segoescript',Arial,Verdana;
    font-size: 25px;
    color: #e2af73;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 80px;
	text-shadow: 0px 0px;
	text-align: center;
	margin-top: 20px;
}
.leistungsuebersicht-section h3 {
 	font-family: 'opensansreg',Arial,Verdana;
    font-size: 26px;
    color: #878787;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 28px;
    margin-top: -20px;
	text-align: center;
	text-transform: uppercase;
}

.leistungen-section {
	height: auto ! important;
	min-width: 100%;
	overflow: hidden;
	border-left: 20px solid white;
	border-right: 20px solid white;
	background-color: #ddb08b;

}


.leistungen-section h1 {
   	font-family: 'segoescript',Arial,Verdana;
    font-size: 20px;
    color: #e2af73;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 80px;
	text-shadow: 0px 0px;
	text-align: left;

	}
.pic-section {
	height: auto ! important;
	min-width: 100%;
	overflow: hidden;
	border-left: 20px solid white;
	border-right: 20px solid white;
	background-color:grey;


}	

	#box-img-left1 {
	background-color: white;
	width: 100%;
	margin-left: 0;
	padding: 0;
}



#box-img-left {
	background: url(../img/img-osheopathie.jpg) no-repeat ;
	position: relative;

	height: 700px;
}
#box-img-right {
	background: url(../img/img-physiotherapie.jpg) no-repeat center center;
	min-height: 700px;
	width: auto ! important!;



}

#box-img-left-2 {
	background: url(../img/img-massage.jpg) no-repeat center center;
	min-height: 700px;
	width: auto ! important!;
	margin-left: 0px;
	padding-left: 0;

}
#box-img-right-2 {
	background: url(../img/img-lymph.jpg) no-repeat center center;
	min-height: 700px;
	width: auto ! important!;
	margin-right: 0px;
	padding-right: 0;

}

#box-img-left-3 {
	background: url(../img/img-manualtherapie.jpg) no-repeat center center;
	min-height: 700px;
	width: auto ! important!;
	margin-left: 0px;
	padding-left: 0;

}
#box-text {
padding-right: 20px;
}	

.zertifikate-section {
	height: auto ! important;
	min-width: 100%;
	overflow: hidden;
	border-left: 20px solid white;
	border-right: 20px solid white;

}


.zertifikate-section h1 {
	font-family: 'opensansreg',Arial,Verdana;
    font-size: 30px;
    color: #706f6f;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 80px;
	margin-bottom: -10px;
	margin-top: 80px;
	text-shadow: 0px 0px;
	}

.zertifikate-section h2 {
	font-family: 'opensansreg',Arial,Verdana;
	font-size: 20px;
	color: #878787;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 28px;
	margin-top: 20px;
	}
	
.box-zertifikat {
	border: 0px solid #fbece9;
	margin: 20px 20px 20px 20px;
	}
	
.testimonial-section {
	height: auto ! important;
	min-width: 100%;
	background-color: white;
	overflow: hidden;
	border-left: 20px solid white;
	border-right: 20px solid white;

}


.testimonial-section h1 {
	font-family: 'opensansreg',Arial,Verdana;
    font-size: 30px;
    color: #706f6f;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 80px;
	margin-bottom: -10px;
	margin-top: 80px;
	text-shadow: 0px 0px;
	}

.kontakt-section {
	height: auto ! important;
	min-width: 100%;
	background-color: #ededed;
	overflow: hidden;
	border-left: 20px solid white;
	border-right: 20px solid white;

}


.kontakt-section h1 {
	font-family: 'opensansreg',Arial,Verdana;
    font-size: 30px;
    color: #706f6f;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 80px;
	margin-bottom: -10px;
	margin-top: 80px;
	text-shadow: 0px 0px;

	}
.kontakt-section h2 {
	font-family: 'opensansreg',Arial,Verdana;
    font-size: 20px;
    color: #969697;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 40px;
	margin-bottom: 30px;
	margin-top: 0px;
	text-shadow: 0px 0px;
	text-align: left;
	text-align: center;
	}
.anfahrt-section {
	height: auto ! important;
	min-width: 100%;
	overflow: hidden;
	border-left: 20px solid white;
	border-right: 20px solid white;

}


.anfahrt-section h1 {
	font-family: 'opensansreg',Arial,Verdana;
    font-size: 30px;
    color: #706f6f;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 80px;
	margin-bottom: -10px;
	margin-top: 80px;
	text-shadow: 0px 0px;
	}
.footer-section {
	height: auto ! important;
	max-height: 100%;
	min-width: 100%;
	overflow: hidden;
	background-color: #e2af73;
	border-left: 20px solid white;
	border-right: 20px solid white;
}

.footer {

	height: 100%;
	margin-top: 30px;
	}
.footer-section h1 {
	font-family: 'segoescript',Arial,Verdana;
    font-size: 20px;
    color: white;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 80px;
	text-shadow: 0px 0px;
	margin-bottom: -20px;
}
.footer-section h2 {
    font-family: 'opensansreg',Arial,Verdana;
    font-size: 17px;
    color: white;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
	}	
.ostheopathie-section {
	height: auto ! important;
	min-width: 100%;
	background-color: white;
	overflow: hidden;
	border-left: 20px solid white;
	border-right: 20px solid white;
	margin-top: 200px;

}


.ostheopathie-section h1 {
	font-family: 'segoescript',Arial,Verdana;
    font-size: 30px;
    color: #e2af73;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 80px;
	text-shadow: 0px 0px;
	margin-bottom: -20px;
	}
.ostheopathie-section h2 {
	font-family: 'opensansreg',Arial,Verdana;
    font-size: 20px;
    color: #969697;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 40px;
	margin-bottom: 30px;
	margin-top: 40px;
	text-shadow: 0px 0px;
	text-align: left;
	}
.liste-beschwerden {
	text-decoration: none;
	list-style-type: none;
	display: inline-block;
	text-align: left;
	font-family: 'open sans',Arial,Verdana;
    font-size: 15px;
    color: #969697;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 30px;
	margin-left: 0 px;
}

.liststyle {
	margin-left: -40px;
}
li {
    display: block;
}

li.behandlung:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e103";
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    float: left;
    margin-top: 4px;
    margin-left: 0px;
	margin-right: 15px;
    color: #969697;
}
.benefit-section {
	height: auto ! important;
	min-width: 100%;
	background-color: #fbefec;
	overflow: hidden;
	border-left: 20px solid white;
	border-right: 20px solid white;
	margin-top: 100px;

}


.benefit-section h1 {
	font-family: 'opensansreg',Arial,Verdana;
    font-size: 25px;
    color: #706f6f;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 80px;
	margin-bottom: -10px;
	text-shadow: 0px 0px;
	}	
#box-img-ost {
	background: url(../img/wohlfuehlen.jpg) no-repeat;
	height: 492px;
	width: auto !;
	margin-left: 0px;
	padding-left: 0;
}
.box-benefit {
	width: 500px;
	height: 400px;
	margin-left: 50px;
	margin-top: 40px;
	margin-bottom: 50px;
	padding: 40px;
	background-color: white;
	border-radius: 50px 50px 0px 50px;
}
p.running-text {
	font-family: 'open sans',Arial,Verdana;
    font-size: 15px;
    color: #282828;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 30px;
}
p.running-text-white {
	font-family: 'open sans',Arial,Verdana;
    font-size: 15px;
    color: white;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 30px;
}
.myglyphicon {
    position: relative;
    top: 7px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-right: 5px;
    color: white;
}
.myglyphicon_liste {
    position: relative;
    top: 0px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-right: 10px;
    color: #969697;
}