/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../../fonts/roboto-condensed-v25-latin/fonts/roboto-condensed-v25-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}







html, body {
    height:100%;
 /*   overflow: scroll;*/
    -webkit-overflow-scrolling: touch;
    position:relative;
    -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;
}

.license_location h3 {
    color: #EC7404;
}

.overview h3 {
    color: #EC7404;
}

#team .team-list h3  {
	color: #a8a7a7;
}

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


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



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




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


.navbar {
/*	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;*/
	font-style:normal;
	font-weight:400;
}

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


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



/*Language Bar*/

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

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

.wide .country-item {
    width: 33%;
}





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

.language_native {
		font-size:14px;
		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-left: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;
}
	
	
	

.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:left;
	line-height:2em;
	color:#005689;
}


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

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

.blue ul li {
	text-align:left;
	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;
}




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

.tafel {
	width: 256px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
	


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




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

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

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

.listing {
	line-height: 2.0em;
}

.facharzt {
	font-weight:400;
}

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

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

.team p {
	line-height:1.5em;
}



/* 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-right:10px;
}

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

.overview {
	margin-top:150px;
}

.location_divider {
	margin-top:20px;
}

.link_extern {
	padding-left:80px;
	position:relative;
	top:2px;
}





/*publications */

.text_pub {
	font-weight:400;
	margin-bottom:10px;
}

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

/*videos */

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


/* Fragebogen */
#surgeon_selector {
	color: #005689;
	font-size:16px;
}

@media only screen and (min-width : 768px) {
#surgeon_selector {
	width:70%;
	margin-left:auto;
	margin-right:auto;
	margin-top: -60px;
	text-align:center;
}
}


.sternchen {
	color:#f0ad4e;
	font-size:16px;
	margin-left:3px;
	}

.surgeon_question {	
  font-weight:bold;
	padding-bottom:10px;
	display:block;
	width:100%;
	line-height: 20px;
	}	

/* ################ 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:left;
	display:block;
	margin-right:45px;
 }

 
#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:-40px;
  }
	
*+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:0;
 }
 
 
#foot-nav li ul li a {
	 	text-decoration:none;
 }
 
 
#apps {
/*	margin-left:170px;*/
	margin-top:40px;
	color:#999;
	float:left;
	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:left;
	margin-bottom:15px;
  }
	
#apple-app a {
	width:145px;
	margin-right: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;
}


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

ul.anfahrt li {
	color:#555;
}

.privacy p, .privacy li {
		margin: 0 0 10px 0;
    font-family: Verdana, Geneva, sans-serif;
    color: #4d4d4d;
    font-size: 12px;
    line-height: 20px;
}


.ersatz {
	position:relative;
	top:-1px;
}


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



/* Accordion */
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}


/*  cookie-banner */
.cc_dialog.simple {
    top: auto;
    bottom: 0;
    left: 35% !important;
    max-width: 30% !important;
    position: fixed;
}

.light.cc_dialog button.cc_b_ok {
    color: #fff;
    background-color: #f0ad4e !important;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
    background: #f0ad4e !important;
    color: #FFF;
}



#qr-code-button {
	position:absolute;
	right:50px;
	top: 300px;
}