/*  I N D E X - LAYOUT

1.	GLOBAL  
2.	HEADER
3.	PORTFOLIO
4.	GALLERY
5.	JOURNAL
.............................................................................................................................. */



/*  G L O B A L  
.............................................................................................................................. */

body {
    background: #f7f7f7;
	background-attachment: fixed;
	background-size:  cover;
	font-weight: 300;
	line-height: 1.5;
	color: #555;
}

.container {
	background-color: #FFF;
        width:95%;
}

a, h1,
.brand-color,
.text-primary,
.btn-link {
    color: #74b31f;
}

a:hover {
    color: #74b31f;
	text-decoration: underline;
}

/* transitions */
a,
button,
#services .nav-tabs>li>a h3,
#services .nav-tabs li {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s; 
}

h1{
	margin: 32px 0 36px 0;
	font-weight: 400;
}

p {
	font-size: 15px;
}

.font-medium {
	font-weight: 500;
}

.font-large {
	font-size:23px;
	font-weight: 500;
	color:#fff;
}

.img-responsive {
	width: 100%;
	height: auto;
	max-width: 100%;
}

button {
	border: 1px solid #74b31f !important;
	background-color: #FFF;
	color: #74b31f;
}

button:hover {
	border: 1px solid #74b31f;
	background-color: #74b31f;
	color: #f7f7f7 !important;
}



.box-shadow {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}



/*  H E A D E R  
.............................................................................................................................. */

.navbar,
.navbar .container,
.navbar-header {
	height: 85px;
}

.navbar .container {
	background-color: #74b31f;
}

#navbar ul.navbar-nav>li {
    margin: 0;
}

#navbar ul.navbar-nav>li>a {
	height: 85px;
	line-height: 3em;
	font-size: 1.2em;
	color: #FFF;
	font-weight: 400;
	
    margin: 0;
    border: none;
    border-radius: 0;
}

@media (max-width:768px) {
    .container {
	background-color: #FFF;
        width:100% !important;
}
#navbar .socials {
	display: none;
}

#navbar ul.navbar-nav>li>a {
	height: auto;
	line-height: 2em;
	padding-left: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}
#navbar {
    max-height: 600px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-nav {
	margin-top: 0;
}
}


.navbar-brand {
	margin-left: 15px !important;
}

#navbar .nav-pills>li>a:focus,
#navbar .nav-pills>li>a:hover,
#navbar .nav-pills>li.active>a {
	background-color: #fff;
	color: #74b31f;
}

.navbar-nav {
	background-color: #74b31f;
}

	.navbar-brand {
		overflow: hidden;
		height: 70px;
		width: 160px;
	}


@media (min-width:992px) {
    .navbar-brand {
		overflow: visible;
		height: auto;
		width: auto;
	}
}


.carousel {
	margin-top: 85px;
	margin-left: -15px;
	margin-right: -15px;
	border-bottom: 20px solid #74b31f;
}

.carousel h1 {
	position: absolute;
	background-color: rgba(116,179,31,1);
	color: #FFF;
	font-size: 18px;
	text-align: left;
	padding: 15px 20px 20px 28px;
	font-weight: 500;
	bottom: -45px;
}

.carousel-indicators {
	display: none;
}

@media (min-width:768px) {
    .carousel h1 {
		font-size: 36px;
		min-width: 350px;
		bottom: 5px;
		padding: 15px 20px 20px 42px;
    }
	
	.carousel-indicators {
		display: block;
	}
}

@media (min-width:992px) {
    .carousel h1 {
		font-size: 44px;
		min-width: 450px;
		bottom: 15px;
    }
}

@media (min-width:1200px) {
    .carousel h1 {
		font-size: 46px;
		min-width: 550px;
		bottom: 25px;
    }
}

.carousel-control.left {
    background-image: none;
    filter: none; 
    background-repeat: no-repeat;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}

.carousel-control {
	opacity: 1;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	width: 20px;
	height: 20px;
	font-size: 20px;
}

@media (min-width:768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	width: 25px;
	height: 25px;
	font-size: 25px;
}
}

@media (min-width:992px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	width: 30px;
	height: 30px;
	font-size: 30px;
}
}

@media (min-width:1200px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	width: 40px;
	height: 40px;
	font-size: 40px;
}
}

.carousel-control .glyphicon-chevron-left {
    left: 25%;
}

.carousel-control .glyphicon-chevron-right {
    right: 25%;
}

.socials {
	margin: 22px 5px 0 30px;
	float: right;
}

.socials a {
	color: #fff;
}

.socials .fa-inverse {
  color: #74b31f;
}

.socials a:hover,
.socials-footer a:hover {
	opacity: 0.7;
}

.navbar-toggle {
	border: 1px solid #fff !important;
    margin-top: 24px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}




/*  H O M E  S E C T I O N S  
.............................................................................................................................. */


#home-teaser {
	z-index: 20;
	position: relative;
	
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dcecc7 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#dcecc7));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dcecc7 99%);
	background: -o-linear-gradient(top,  #ffffff 0%,#dcecc7 99%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#dcecc7 99%);
	background: linear-gradient(to bottom,  #ffffff 0%,#dcecc7 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcecc7',GradientType=0 );


/* VERLAUF WEISS - GRAU

	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 40%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#ffffff), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(top,  #ffffff 40%,#ebebeb 100%);
	background: -o-linear-gradient(top,  #ffffff 40%,#ebebeb 100%);
	background: -ms-linear-gradient(top,  #ffffff 40%,#ebebeb 100%);
	background: linear-gradient(to bottom,  #ffffff 40%,#ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
*/
}

#home-teaser>div {
	padding-bottom: 40px;
}

#home-teaser h3 {
	margin-bottom: 26px;
}

#home-teaser h4 {
	text-align: center;
	color:#74b31f;
	margin-top: 30px;
}



@media (max-width:768px) {
	#home-teaser .row .col-sm-6 {
		text-align: center !important;
		border: none !important;
	}
	#home-teaser .row .col-sm-6 button {
		margin: 5px 0 40px 0;
	}
}


/*  SERVICES  
.....................................*/

#services {
	padding: 15px 0;
	background-color: #fff;
	z-index: 10;
	position: relative;
	padding-top: 0px;
    margin-top: -85px;
}

@media (min-width:768px) {
	
	#services {
		background: #ffffff;/* Old browsers */
		background: 
		
		
		
		
		-moz-linear-gradient(top,  #f7f7f7 20%, #ebebeb 40%);/* FF3.6+ */
		/* background: 
		-webkit-gradient(linear, left top, left bottom, color-stop(20%,#f7f7f7), color-stop(40%,#ebebeb)); *//* Chrome,Safari4+ */
		/* background: 
		
		
		
		-webkit-linear-gradient(top,  #f7f7f7 20%,#ebebeb 40%); *//* Chrome10+,Safari5.1+ */
		background: 
		
		
		
		
		-o-linear-gradient(top,  #f7f7f7 20%,#ebebeb 40%);/* Opera 11.10+ */
		background: 
		
		
		
		
		-ms-linear-gradient(top,  #f7f7f7 20%,#ebebeb 40%);/* IE10+ */
		/* background: linear-gradient(to bottom,  #f7f7f7 20%,#ebebeb 40%); *//* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ebebeb',GradientType=0 );/* IE6-9 */
	}
	
	#services .nav-tabs li.active {
		background-color: #fff;
		margin: -15px 0 -17px 0;
		padding: 15px 15px 17px 15px;
	}
	
	#services .tab-content {
		background-color: #fff;
		margin-top: 17px;
		margin-bottom: -15px;
		padding-bottom: 15px;
	}

}

#services h3 {
	position: absolute;
	text-align: center;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 15px 15px 15px;
	margin: 0;
	background-color: rgba(255,255,255,0.6);
	font-weight: 300;
	color: #222;
	font-size: 20px;
}

#services h3 b {
	font-size: 30px;
}

/*	TABS */

#services .nav-tabs {
	border: none;
}

#services .nav-tabs>li>a {
    margin-right: 0;
    line-height: inherit;
    border: none;
    border-radius: 0;
	padding: 0;
}

#services .nav-tabs>li {
	opacity: 0.4;
}

#services .nav-tabs li.active,
#services .nav-tabs li:hover {
	opacity: 1.0 !important;
}

#services .nav-tabs>li>a:hover {
    border: none;
}

#services .nav-tabs>li>a:hover h3,
#services .nav-tabs>li.active>a h3 {
	background-color:#74b31f;
	color: #fff;
}

#services .nav-tabs li span.glyphicon {
	position: absolute;
	bottom: 14px;
	right: 15px;
	top: initial;
	z-index: 20;
	color: #000;
	font-size: 11px;
	text-align:right;
}
.glyphicon span {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:normal;
}

#services .nav-tabs li.active span.glyphicon,
#services .nav-tabs li a:hover span.glyphicon {
	color: #FFF;
}

@media (min-width:768px) and (max-width:992px){
#services .nav-tabs li span.glyphicon {
	display: none;
}
}

#services ul {
	list-style: none;
	font-size: 18px;
}

#services ul li span.glyphicon {
	font-size: 12px;
	margin-right: 5px;
	color:  #74b31f;
}

#services .tab-pane {
	min-height: 400px;
}



.tooltip.in {
	opacity: 1.0;
}
.tooltip .tooltip-inner {
    background-color: #74b31f;
	padding: 15px;
	font-size: 14px;
	max-width: 200px;
	width: 200px;
}
.tooltip .tooltip-arrow {
      border-right: 5px solid #74b31f !important;
}

@media (min-width:768px) {
.tooltip .tooltip-inner {
	max-width: 300px;
	width: 300px;
}
}

@media (min-width:992px) {
.tooltip .tooltip-inner {
	max-width: 450px;
	width: 450px;
}
}

@media (min-width:1200px) {
.tooltip .tooltip-inner {
	max-width: 480px;
	width: 480px;
}
}


#services .nav-tabs,
#services .tab-content {
	display: none;
}

@media (min-width:768px) {
	.services-mobile { display: none; }
	#services .nav-tabs,
	#services .tab-content {
		display: block;
	}
	
        div#tab1 {
    margin: 0px 25px 0px 25px;
}
}





/*  TEAM  
.....................................*/

#team {
	text-align: center;
	color: #FFF;
	padding-bottom: 40px;
	font-weight: 400;
	padding-top: 85px;
    margin-top: -85px;
	z-index: 8;
	position: relative;
	
	background: #85cc25; /* Old browsers */
	background: -moz-linear-gradient(top,  #85cc25 0%, #74b31f 50%, #5d9215 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85cc25), color-stop(50%,#74b31f), color-stop(100%,#5d9215)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #85cc25 0%,#74b31f 50%,#5d9215 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #85cc25 0%,#74b31f 50%,#5d9215 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #85cc25 0%,#74b31f 50%,#5d9215 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #85cc25 0%,#74b31f 50%,#5d9215 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85cc25', endColorstr='#5d9215',GradientType=0 ); /* IE6-9 */
}

#team h1 {
	color: #fff;
	font-size: 46px;
}

@media (max-width:768px) {

	#team .col-sm-4 {
		margin-bottom: 30px;
	}

}


/*  PATIENTS  
.....................................*/

#patients {
	padding-bottom: 50px;
	padding-top: 85px;
	margin-top: -85px;
	z-index: 5;
	position: relative;
	background-color: #FFF;
}

#patients h1 {
	text-align: center;
	font-size: 46px;
}

#patients h3, #patients strong {
	color: #74b31f;
}

#patients ul {
	list-style: none;
	padding-left: 20px;
	font-size: 14px;
}

#patients ul li span {
	font-size: 12px;
	margin-left: -20px;
	margin-right: 8px;
	color:  #74b31f;
}

/*  LOCATION  
.....................................*/

#location {
	padding-top: 125px;
	margin-top: -85px;
	position: relative;
	padding-bottom:50px;
	
	color:#fff;
	font-weight: 400;
	
	background: #85cc25; /* Old browsers */
	background: -moz-linear-gradient(top,  #85cc25 0%, #74b31f 50%, #5d9215 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85cc25), color-stop(50%,#74b31f), color-stop(100%,#5d9215)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #85cc25 0%,#74b31f 50%,#5d9215 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #85cc25 0%,#74b31f 50%,#5d9215 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #85cc25 0%,#74b31f 50%,#5d9215 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #85cc25 0%,#74b31f 50%,#5d9215 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85cc25', endColorstr='#5d9215',GradientType=0 ); /* IE6-9 */
}

#location p a {
	color: #FFF;
}

#location h4 {
	font-size: 23px;
}
#location p {
	font-size: 21px;
}

#location .location-layer {
	position: absolute;
	bottom: 30px;
	z-index: 10;
	right: 60px;
	background: rgba(255,255,255,0.9);
	padding: 15px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}

.embed-responsive {
    padding-bottom: 50%;
	padding-right: 15px;
	padding-left: 15px;
}

.embed-responsive-item {
    margin-left: 15px;
	padding-right: 30px;
}

@media (min-width:768px) {
.embed-responsive {
    padding-bottom: 60%;
}
}

@media (min-width:992px) {
.embed-responsive {
    padding-bottom: 36%;
}
}

@media (min-width:1200px) {
.embed-responsive {
    padding-bottom: 28%;
}
}



@media (max-width:768px) {

	#location .embed-responsive {
		/* min-height: 600px !important; */
	}
	
	#location .location-layer {
		right: 0;
		left: 0;
		margin: 0 60px;
		text-align: center;
	}
	
}



/*  F O O T E R  
.............................................................................................................................. */

footer .container {
	background:  no-repeat top #222;
	text-align: center;
	padding: 50px 0;
	height: 450px;
	margin-bottom:85px;
}

footer p {
	font-size: 14px;
	font-weight: 400;
	color: #777;
}

.socials-footer {
	margin: 200px 0 30px 0;
}

.btn-primary {
    color: #fff !important;
    background-color: #74B31F !important;
    border-color: #76AB2F !important;
}
.form-control:focus {
    border-color: #74B31F;
	}
	
	@media (min-width:768px) {

	.margin-both-20{
	margin-left:20px;
	margin-right:20px;
	}
	.margin-both-30{
	margin-left:30px;
	margin-right:30px;
	}
	.margin-both-40{
	margin-left:40px;
	margin-right:40px;
	}
	.margin-both-50{
	margin-left:50px;
	margin-right:50px;
	}
	
	.margin-both-60{
	margin-left:60px;
	margin-right:60px;
	}
	.margin-both-70{
	margin-left:70px;
	margin-right:70px;
	}
}

.inlineblock{
position:absolute;
display:inline-block;
padding:10px;
}






