html, body {
    height:100%;
 /*   overflow: scroll;*/
    -webkit-overflow-scrolling: touch;
    position:relative;
		direction:rtl;
		text-align:right;
		 -webkit-text-size-adjust: none;  /* für Mac Safari - schaltet die Autoskalierung der Schriftgröße aus */
}

body {
	background-color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2em;
	font-weight:300;
	color:#555;
}

a {
  color: #005689;
  text-decoration: none;
	font-weight:400;
}

a:hover {
  color:#007ec8;
  text-decoration: underline;
}


h1 {
	color: #005689;
	text-transform:uppercase;
	font-weight:400;
	font-size:1.7em;
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
}

h1 img {
	position:relative;
	top:-3px;
	margin-left:20px;
}

h2 {
	color: #005689;
	text-transform:uppercase;
	font-weight:400;
	font-size:1.3em;
	clear:both;
	margin-top:40px;
}

h2 a:hover {
  text-decoration:none;
}

h3 {
	color: #a8a7a7;
	font-weight:400;
	font-size:1.3em;
	margin:40px 0 15px 0;
}

.videos h3 {
	color: #005689;
	font-weight:300;
	font-size:1.3em;
	margin:30px 0 15px 0;
}

h4 {
	color: #deac87;
	font-weight:bold;
	font-size:16px;
	margin:0;
}

p {
	line-height:2.0em;
	color: #005689;
}

body > .container {
  padding-left:20px;
	padding-right:20px;
/*	background-color:#3FF;*/
}
.container .text-muted {
  margin: 20px 0;
}

/*.container-fluid {
    padding-right: 0;
    padding-left: 0; 
    margin-right: auto;
    margin-left: auto;
}*/

/*.start-lg {
    background: url(../../../components/images/banner-start.jpg) left center no-repeat;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 800px;
}


.start-md {
    background: url(../../../components/images/banner-start-md.jpg) top left no-repeat;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 534px;
}

.start-sm {
    background: url(../../../components/images/banner-start-sm.jpg) top left no-repeat;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 389px;
}

.start-xs {
    background: url(../../../components/images/banner-start-xs.jpg) top left no-repeat;
    -webkit-background-size: contain;
    -ms-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: cover;
		height: 373px;
}
*/

.headline {
	display:table;
  height: 30em;
}

#responsive_headline {
	display:table-cell;
	color: #005689;
	text-transform:uppercase;
	font-weight:700;
	font-size:2.3em;
	text-align:right;
	vertical-align: middle;
	font-family:Arial, Helvetica, sans-serif;
}



@media only screen and (max-width: 1024px) {
.start {
    min-height: 320px;
}
}


.start_sm {
    background: url(../../../components/images/banner-start_sm.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;;
		min-height: 180px;
}



.start h1 {
    color: #deac87;
    font-size: 2.5em;
    float:right;
		margin-top: 20%;
    margin-left: 30%;
    max-width: 15em;
		background: url(../../../components/images/sichel.png) center no-repeat;
    background-position: 0;
    padding-left: 88px;
		padding-right: 15px;
    padding-top: 60px;
    min-height: 150px;
}



/*.arrow {
    background: url(../../../components/images/arrow_brown.png) center no-repeat;
    background-size: auto;
    min-height: 50px;
    margin-top: -50px;
    bottom: -1px;
}

.arrow_white {
    background: url(../../../components/images/arrow_white.png) center no-repeat;
    background-size: auto;
    min-height: 50px;
    margin-top: -50px;
    bottom: -1px;
}


.arrow_blue {
    background: url(../../../components/images/arrow_blue.png) center no-repeat;
    background-size: auto;
    min-height: 50px;
    margin-top: -50px;
    bottom: -1px;
}

.arrow_grey {
    background: url(../../../components/images/arrow_grey.png) center no-repeat;
    background-size: auto;
    min-height: 50px;
    margin-top: -50px;
    bottom: -1px;
}
*/


/*#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}*/

/*. -link {
 margin-top:30px;
}

.footer-link a {
  color:#fff;
	font-size:13px;
	margin-right:5px;
}

.footer-link a:hover {
  color:#ee8422;;
	text-decoration:none;
}

.fb-link {
	float:left;
	margin-right:10px;
	margin-top:20px;
	line-height:12px;
}

.fb-link a {
 color:#fff;
 font-size:13px;
}

.fb-link a:hover {
  color:#ee8422;
	text-decoration:none;
}

.fb-logo {
		margin:22px 5px 0 5px;
}

	

code {
  font-size: 80%;
}*/


/*.site-logo {
	float:left;
	margin-left:0;
	margin-top:5px;
	position:relative;
	z-index:10;
	display:none;
}
*/
.align-center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}



.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: inline; 
    max-width: 100%;
    height: auto;
 /*    width: 100%; */
}




/* -------  menu ---------  */

.navbar-fixed-top {
    top: -4px;
    border-width: 0 0 1px;
}

.navbar-left {
	position:relative;
	top:4px;
/*	border-bottom:1px solid #dbcfbd;*/
}

.nav-spacer {
	padding-left:0;
	padding-right:0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 12px;
}

@media only screen and (min-width: 1200px) {
.show-grid {
	width:1050px;
}
}

.dropdown-menu {
    min-width: 200px !important;
    text-align: right !important;
}
/* -------  end menu ---------  */


/*Language Bar*/

.country-item {
	display:block;
	padding:5px 10px 5px 0;
	color:#846c48;
}

.visible-lg-inline .country-item {
    display: inline-block;
    padding: 5px 0 5px 20px;
    color: #846c48;
    width: 340px;
}

.wide .country-item {
    width: 375px;
}

.wide .country-item .flag {
    padding-right:0;
}

/*.first-country {
	padding-top:30px;
}
.visible-lg-inline .current-country {
	margin-bottom:30px;
}*/



.country_name {
		font-size:16px !important;
		padding:0 5px 0 5px;
		color:#333;
		text-transform:uppercase;
		font-weight:400;
}

.language_native {
		font-size:15px;
		text-transform:none;
}

.lime_country {
	position:relative;
	top:-7px;
	margin-right:10px;
	padding-bottom:10px;
	padding-left:7px;
}


#country-select-arrow {
	position:relative;
	display:inline;
	height: 10px;
	top:-6px;
  }

	
.slide_content_all {
	width:820px;
  padding:30px 0 30px 30px;
  position:absolute;
	height:185px;
	margin-top:28px;
  background-color:#fff;
  -webkit-box-shadow: 1px 4px 8px #666;
	-moz-box-shadow: 1px 4px 8px #666;
	box-shadow:  1px 1px 8px #666;
	behavior: url(assets/components/css/PIE/PIE.php);
}	

.slide_content_all li {
	list-style-type:none;
	float:left;
	width:273px;
	margin-right:0px;
	line-height:24px;
	color: #4D4D4D;
}


.current-country {
	background-color: #fff;
	padding:10px 10px 30px 10px;
	color:#a8a7a7;
	font-size:18px;
	font-weight:bold;
/*	border-bottom: 1px solid #ccc;*/
}

.slide_content_all li.current-country {
	width:790px;
	border-bottom: 1px solid #0097BA;
	margin-bottom:20px;
	padding-bottom:10px;
}
.language_native a {
  color: #337ab7 !important;
}

.current-country-language a {
  color: #337ab7 !important;
	text-decoration:underline;
}
	
.current-country-name {
	font-size:18px;
	font-weight:bold;
	color:#0097BA;
	text-transform:uppercase;
	margin-left:10px;
}

.current-country-language {
	margin-left:10px;
	font-size:16px;
	color: #a8a7a7;
	position:relative;
	top:4px;
}

.flag {
	position:relative;
	top:-2px;
	padding-right:10px;
 }
	
.flag_small {
	position:relative;
	top:4px;
}

	

.slide_content_all { display: none; }
#country-selector-all:hover .slide_content_all { display: inline-block; }

ul.locations-listing {
		padding-left:0;
		border-top: 1px solid #666666;
		margin-top:0px;
		padding-top:60px;
}

.locations-listing li {
	list-style-type:none;
	float:left;
	width:237px;
	margin-right:0px;
	line-height:24px;
	color: #4D4D4D;
}
	
	
	
	
/*.hero {
	background-image: url(bokeh.jpg);
	background-attachment:fixed;
	background-color:#ede7de;
}*/

.hero h2 {
	color:#005689;
}

.white  {
	padding-bottom:40px;
	padding-top:40px;
}

.grey  {
	background-color:#f5f5f5;
	padding-bottom:40px;
	padding-top:40px;
/*	border-bottom:1px solid #9cacab;*/
}

.grey h2 {
	color:#005689;
}


.grey ul li {
	text-align:right;
	line-height:2em;
	color:#005689;
}


.blue {
	background-color:#005689;
	padding-bottom:40px;
	padding-top:40px;
}

.blue p, .blue h2, .blue a {
	color:#fff;
}

.blue a:hover {
  color:#eee;
  text-decoration: none;
}

.blue ul li {
	text-align:right;
	line-height:2em;
	color:#fff;
}

.banner {
/*  margin-top:81px;*/
	background-color:#f4f4f4;
}


.bu {
	color:#666;
	padding-left:15px;
}


.inline-img-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.context-country {
	position:relative;
	top:4px;
	text-transform:uppercase;
}

.context-name {
	position:relative;
	top:4px;
	padding-top:4px;
/*	color:#999;*/
	color:#a8a7a7;
	font-size:14px;
}
.context-flag {
	position:relative;
	top:2px;
	padding-right:5px;
}


.header-img {
	margin-left:auto;
	margin-right:auto;
}

.main {
	background-color:#FFF;
}

/*.abstand {
	background-color:#FFF;
	height:50px;
}

.content1 {
}

.content1 p {
padding-right:50px;
}*/




/* Startseite */


#header-logo {
	background-position: 0 0;
	height:91px;
	float:left;
  }
	
#header-logo:hover {
	background-position: 0 -91px;
	height:91px;
  }
	
#header-logo-xs {
	background-position: 0 0;
	height:81px;
	float:left;
  }
	
#header-logo-xs:hover {
	background-position: 0 -81px;
	height:81px;
  }
	
.clipboard {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}	


/*  Videos  */

.flip a #migraine-video {
width: 262px;
height:147px;
overflow:hidden;
background-image:url(../../../components/images/content/migraine-video.jpg);
margin-left: auto;
margin-right: auto;
margin-bottom:50px;
}

.flip a:hover #migraine-video {
width: 262px;
height:147px;
overflow:hidden;
background-image:url(../../../components/images/content/migraine-video.jpg);
background-position:center 147px;
}

.flip a #science-video {
width: 262px;
height:147px;
overflow:hidden;
background-image:url(../../../components/images/content/science-video.jpg);
margin-left: auto;
margin-right: auto;
margin-bottom:50px;
}

.flip a:hover #science-video {
width: 262px;
height:147px;
overflow:hidden;
background-image:url(../../../components/images/content/science-video.jpg);
background-position:0 147px;
}

.flip a #triptans-video {
width: 262px;
height:147px;
overflow:hidden;
background-image:url(../../../components/images/content/triptans-video.jpg);
margin-left: auto;
margin-right: auto;
margin-bottom:50px;
}

.flip a:hover #triptans-video {
width: 262px;
height:147px;
overflow:hidden;
background-image:url(../../../components/images/content/triptans-video.jpg);
background-position:0 147px;
}

.flip a #temple-video {
width: 262px;
height:147px;
overflow:hidden;
background-image:url(../../../components/images/content/temple-video.jpg);
margin-left: auto;
margin-right: auto;
margin-bottom:50px;
}

.flip a:hover #temple-video {
width: 262px;
height:147px;
overflow:hidden;
background-image:url(../../../components/images/content/temple-video.jpg);
background-position:0 147px;
}

.flip a #before-video {
width: 262px;
height:147px;
overflow:hidden;
background-image:url(../../../components/images/content/before-video.jpg);
margin-left: auto;
margin-right: auto;
margin-bottom:50px;
}

.flip a:hover #before-video {
width: 262px;
height:147px;
overflow:hidden;
background-image:url(../../../components/images/content/before-video.jpg);
background-position:0 147px;
}

.flip a #after-video {
width: 262px;
height:147px;
overflow:hidden;
background-image:url(../../../components/images/content/after-video.jpg);
margin-left: auto;
margin-right: auto;
margin-bottom:50px;
}

.flip a:hover #after-video {
width: 262px;
height:147px;
overflow:hidden;
background-image:url(../../../components/images/content/after-video.jpg);
background-position:0 147px;
}

.flip a #neck-video {
width: 262px;
height:147px;
overflow:hidden;
background-image:url(../../../components/images/content/neck-video.jpg);
margin-left: auto;
margin-right: auto;
margin-bottom:50px;
}

.flip a:hover #neck-video {
width: 262px;
height:147px;
overflow:hidden;
background-image:url(../../../components/images/content/neck-video.jpg);
background-position:0 147px;
}

.flip a #stitches-video {
width: 262px;
height:147px;
overflow:hidden;
background-image:url(../../../components/images/content/stitches-video.jpg);
margin-left: auto;
margin-right: auto;
margin-bottom:50px;
}

.flip a:hover #stitches-video {
width: 262px;
height:147px;
overflow:hidden;
background-image:url(../../../components/images/content/stitches-video.jpg);
background-position:0 147px;
}

/*.featured_item {
  color:#0097BA;
  float:none;
	text-align:center;
}


.entdecken {
	float:right;
	margin-right:50px;
	padding-bottom:30px;
}

.bilderspalte1 {
	padding:30px 0 0 0;
}


.bilderspalte1 img {
  margin-bottom:30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.bilderspalte2 {
	padding:0;
	margin:50px 0 50px 0;
}

.bilderspalte2 img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.angebote {
	margin:50px 0 50px 0;
	padding:0 15px 0 15px;
}

.angebote img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}


#gmap_canvas {
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;;
	border-radius: 15px !important;;
}

.content2 p {

}

.angeboten-in {
	font-size:13px;
	margin:0 20px 0 0;
	float:left;
}

.angeboten-in-icons img {
		margin:0 15px 0 0;
}
*/

/* ---------- contact form------------ */
	
/*#probetraining ul li {
	list-style-type:none;
	display:inline;
}



input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 40px;
    display: inline;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
		color:#555451;
}

label.cb {
	position:relative;
	top:-10px;
	color:#333;
	font-weight: 400;
}

label.int {
	position:relative;
	top:-10px;
}

label.int-label {
margin-top:5px;
}

.interesse {
	width:50%; 
	margin-left:15%;
	margin-top:-30px;
}


.form-control {
    display: inline;
		margin-bottom:10px;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#probetraining ul.box li{
	display:block;
}

.error {
	color: #ee8422;
	font-weight:400;
}*/


/* ---------- end contact form------------ */
/*.studio-icons {
	margin-top:30px;
}

.studio-icons img {
	padding-right:30px;
	padding-bottom:30px;
}


.leistungen {
	float:right;
	margin-left:50px;
	margin-right:100px;
}

.leistungen-xs {
	float:right;
	margin-left:20px;
}

.sternchentext {
	margin-top:20px;
	font-size:13px;
}
*/



/* locations */
.country_headline {
	color: #005689;
	text-transform:uppercase;
	font-weight:400;
	font-size:1.5em;
	margin-bottom:45px;
}

.flag-locations {
 position:relative;
 top:-6px;
 margin-left:10px;
}

.license_location {
	float:left;
	padding-left:10px;
	width:33%;
	min-width:320px;
	margin-top:45px;
}

.location_divider {
	margin-top:20px;
}

.link_extern {
	position:relative;
	top:2px;
}

.email {
	padding-left:80px;
}


/*publications */

.text_pub {
	font-weight:400;
}

.publications td {
	padding-bottom:10px;
}

/*videos */

.video_img {
	float:right;
	margin-left:30px;
}
.video-teaser-item {
	clear:both;
	height:120px;
	margin-bottom:40px;
}



/* location */

.license_location {
    float: right;
    padding-right: 10px;
    width: 33%;
    min-width: 320px;
    margin-top: 45px;
}


/* team */

.team-list h2 {
	text-transform:none;
}

li.team-list {
	list-style:none;
	margin-bottom:80px;
	display: inline-block;
	width:100%;
}

.listing {
	line-height: 2.0em;
}


.facharzt {
	font-weight:400;
}

.surgeon-pic {
	width:25%;
	float:right;
	padding:45px 30px 0 0;
}

.surgeon-content {
	float:left;
	width:75%;
}

/* ################ Footer  ##########################*/

#footer {
	padding-bottom:20px;
	bottom:0;
	margin-top:30px;
	font-size:15px;
}

#footer a {
	color:#999;
}

.footer-bg {
  background-color:#484848;
}

#footer-logo {
/*	float:left;
	margin-right:70px;*/
	margin-top:10px;
  }

#wide-footer-content {
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
  }
	
#foot-nav {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}
	
#foot-nav li{
	float:right;
	display:block;
	margin-left:42px;
 }

 
#foot-nav li.first {
	display:none;
  }
	
#foot-nav .erste {
	margin-top:-10px;
  }
	
	
#foot-nav ul li.erste {
	margin-top:0;
  }
	
	
/*#foot-nav li.last {
	margin-bottom:10px;
  }*/
 
#foot-nav li a {
	text-decoration:underline;
	line-height:18px;
 }
 
/**+html #foot-nav li a {
	margin-left:-40px;
 }*/
 
#foot-nav li ul {
	margin-left:0;
  }
	
*+html #foot-nav li ul {
	margin-left:0px;
  }
 
#foot-nav li ul li, #foot-nav li ul li.first {
	 clear:both;
	 display:block;
	 margin-right:-40px;
 }
 
 
#foot-nav li ul li a {
	 	text-decoration:none;
 }
 
 
#apps {
/*	margin-left:170px;*/
	margin-top:40px;
	color:#999;
	float:right;
	display:none;
  }

#app-icons {	
	padding: 0;
	height: 50px;
/*	overflow: hidden;*/
  }
	
#app-icons a {
	float: left;
	padding: 50px 0 0 0;
	overflow: hidden;
	color:#fff;
	}
	
#app-icons a:hover {
	background-position: 0 -50px;
	}
	
#apple-app {
	float:right;
	margin-bottom:15px;
  }
	
#apple-app a {
	width:145px;
	margin-left:15px;
	background: url(../../../components/images/logos/apple.png) top left no-repeat;
}

#google-app {
	display:inline;
	margin-bottom:15px;
  }
	
#app-divider {
	display:inline;
	width:15px;
  }

#google-app a {
	width:145px;
	background: url(../../../components/images/logos/google.png) top left no-repeat;
}


#impressum {
margin-top:60px;
margin-bottom:30px;
margin-right:30px;
/*margin-left:550px;*/
color:#999999;
float:right
}

#social-icons {
	float:left;
	margin-top:50px;
margin-bottom:30px;
/*	margin-top:-35px;*/
}

.clearer {
	clear:both;
}

#compass-desktop {
	width:848px; 
	margin:70px auto 70px auto;
}

.skip {
    position: absolute;
    top: 93%; 
    left: 50%;
    right: 10px;
    /* margin: 0 auto; */
}

.slide-left {
	text-align:right !important;
}

.slide-right {
	text-align:left !important;
}

.springer-affiliate {
	height:400px;
	text-align:center;
	padding-top:20%;
}


.kontakt-extern p {
	text-align:center;
	font-size:1.5em;
}

.standorte {
	margin-top:70px;
	background-color:#005689;
/*	background-color:#f5f5f5;*/
	color:#fff;
/*	color:#005689;*/
	font-size: 0.9em;
	padding:0 0 25px 25px;
	border: 1px solid #005689;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.standorte h3 {
	text-transform:uppercase;
	margin: 35px 0 25px 0;
	font-weight:bold;
	letter-spacing:1px;
}

.standorte a, .standorte i {
	color:#fff;
/*	color:#005689;*/
}
	
.flag-standorte {
 position:relative;
 top:-2px;
 margin-right:5px;
}

.phone-location {
	margin-right:5px;
	position:relative;
	bottom:-2px;
	color:#005689;
}

.mail-location {
	margin-right:10px;
	margin-top:20px;
	position:relative;
}

.link-location {
	position:relative;
	bottom:-2px;
	color:#005689;
	margin-top:20px;
	margin-right:10px;
}