/* B + L  swtyles */


/*/ main colors /*/  
.hellblau {
	background-color: rgba(92,195,234,1);
}
.blau_weiss {
	background: linear-gradient(to right, rgba(92,195,234,1) 0%,rgb(255, 255, 255) 90%);
}
.weiss_blau {
	background: linear-gradient(to left, rgba(92,195,234,1) 0%,rgb(255, 255, 255) 90%);
}
.lightblue {
	color: #5CC3EA;	  
}
.darkblue {
	color: #122945;	  
}
.green, h1 {
	color: #009AB1;
}
.green_bg {
	color: #FFF;
	background: #009AB1 !important;
	padding: 1em !important;
}
.tb_head {
	background-color: #5BC1E8;
	color:#FFF;
}
.tb_blue {
	background-color: #DFF2FF;
}
.tb_red {
	background-color: #FFD2BB;
}
.tb_green {
	background-color: #B5E0CD;
}
.tb_orange {
	background-color: #FDE0A6;
}

section p, section a {
	color: #102944;
}

a {
	color: #333;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ol {
	padding-left: 1em;
	color: #009AB1;
}
  
/* font styles */  
p {
	margin-bottom:1em;
	line-height:1.5em;
}
h1, h5 {
	font-size: 2.0em;
	text-transform:uppercase;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 0.8em;
	color: #009AB1;
}
h3 {
	color: #009AB1;
	font-size: 1.1em;
}

/* reset */
*, *::after, *::before {
	margin:0px;
	padding:0px;
	outline:none;
	border:0;
	box-sizing: border-box;
}
div, article, aside, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	border:0px solid red;
}
html, body, #wrapper {
	height: 100%;
	width: 100%;
}
body { 
/*	background-color: #122945; 
background: linear-gradient(to bottom, rgba(92,195,234,1) 0%,rgb(255, 255, 255) 90%);*/
}

/* basics */
body,td,th, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	color: #666;
}
ul {
	color: #102944;
}
.clear {
	height:2em;
	clear:both;
	float:none;	
	margin-bottom: 2em;
	border-bottom: 1px solid #999;
}


/* layout */
#logo {
	top: 50%;
	transform: translate(0,-50%);
	right: 1em;
	z-index: 3;
	position:absolute;
}

#right {
	float:left;
	width:6em;	
	height:100%;
	padding-top:10em;
	text-align:center;
}
.homelink,
.homelink:hover {
	text-decoration: none;
}

/* inside */

header {
	position: relative;
	width:100%;
	min-height: 15em;
	padding-top: 1em;
	background-color: #122945;
	background: linear-gradient(to right, rgba(92,195,234,1) 0%,rgba(18,41,69,1) 90%);
	z-index: 10;
	border-bottom:0px solid white;
}
nav {
/*	width:100%;	*/  
	width: 100%;
	max-width: 80vw;
	max-width: 66vw;
	display: -webkit-flex; 
	-webkit-flex-direction: row-reverse;
	display: flex;
	flex-direction: row-reverse;
	margin: 0 auto; 
	z-index: 2;
}
nav ul {
	width:100%;	
	/*width: calc(100% - 16em);*/
}
nav li {
	list-style: none;
}
#menu > li {
  padding: 0 0.5em;
  width: 25%;
  text-align: center;
  float: left;
  white-space: nowrap;
}
.sub {
	padding-bottom: 1em;
}
.sub ul > li {
  font-size: 0.8em;
  text-align: left;
  white-space: normal;
}
.sub.hidden {
	height: 0;
	overflow: hidden;
	padding: 0;
}
section {
	overflow: auto; 
}
section > div {
	padding: 1em;
	float: left;
}

.section_trenner {
	width: 100%;
	height: 0px;
	/*background: linear-gradient(to left, rgba(92,195,234,1) 0%,rgba(18,41,69,1) 90%);*/
}
#content {
	max-width: 1024px;
	margin: 0 auto; 
}
.product img {
	max-width: 100%;
}
/*.footer_push {
	height: 64px;
}*/

main {
	/*min-height: calc(100vh - 304px);*/
/*	background: -webkit-linear-gradient(rgba(92,195,234,1) 0%, rgb(255, 255, 255) 90%);
	background: -o-linear-gradient(rgba(92,195,234,1) 0%, rgb(255, 255, 255) 90%);
	background: linear-gradient(rgba(92,195,234,1) 0%, rgb(255, 255, 255) 90%);*/
	
	background: -webkit-linear-gradient(to right, rgba(92,195,234,1) 0%,rgba(18,41,69,1) 90%);
	background: -o-linear-gradient(to right, rgba(92,195,234,1) 0%,rgba(18,41,69,1) 90%);
	background: linear-gradient(to right, rgba(92,195,234,1) 0%,rgba(18,41,69,1) 90%);
}
#content_wrap section.content_single.starthome {
	background:transparent;
	border:3px solid #eee;
}
#content_wrap section.content_single.starthome > div.content {
	background:transparent;
}
#content_wrap section.content_single.starthome > div.content h1 {
	color:white;
	margin-bottom:1em;
}
#content_wrap section.content_single.starthome > div.content p {
	color:white;
	font-weight:400;
	
}

#content_wrap {
	position: relative;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	min-height: calc(100vh - 315px);
	max-width: 80%;
	max-width: 66%;
	width: 100%;
	margin: 0 10% 0 10%;
	margin: 0 17% 0 17%;
}
#content_wrap section {
	flex: auto;
	width: 100%;
	margin-bottom: 0.5em;
}
#content_wrap section .inner {
	width: 100%;
	padding: 1em; 
}
#content_wrap section .content img {
	max-width: 100%;
}
#content_wrap section .content a {
	text-decoration: underline;
}
#content_wrap section ul {
	/*list-style: none;*/
	margin-left:1em;
}
#content_wrap section .liststyle ul {
	margin-left:1em;

}
#content_wrap section .liststyle li {
	list-style:disc;
	list-style-type:disc;
	margin-bottom:0.5em;
	
}
#content_wrap section > .content, .content_single {
	background: linear-gradient(to right, rgba(205, 242, 255,1) 0%,rgb(255, 255, 255) 90%);
}
.content_single {
	padding: 1rem 1rem 1rem 4rem;
}
.content_single > div {
	overflow-x: auto;
	width: 100%;
	padding:0;
}
.home .content {
	max-width: 50%;
}
.content {
	min-width: 50%;
}
#content_leftside {
	position: absolute;
	background-color: white;
	transform: rotate(-180deg);
	height: 20px;
	width: 210px; 
	left: -30px;
	top: 4em;
}
.conent_left,
.content_right,
.content_both {
	display: flex;
	display: -ms-flexbox;
	background: linear-gradient(to right, rgba(205, 242, 255,1) 0%,rgb(255, 255, 255) 90%);
}
.content, .half_picture, .inner_left {
	padding: 1rem 2rem 1rem 4rem;
}
.full_picture {
	width: 50%;
	overflow: hidden;
	padding: 0;
}
.full_picture img {
	min-height: 100%;
	display: block;
	margin: 0 auto;
	width: 100%;
}
.half_picture {
	width: 50%;
	overflow: hidden;
}
.half_picture img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

nav li a {
	position: relative;
	/*min-height:2.2em;
	transition: all 500ms ease;*/ 
	display: block;
	font-weight: bold;
	font-size: 1.0em;
/*	color: #009AB1;*/
	color: #FFF;
	width: 100%;
	padding: 0.4em 0.6em;
/*	margin-left: 1em;*/
	border: 0px solid;
/*	background: rgb(201,231,238); 
	background: -moz-linear-gradient(top, rgba(201,231,238,1) 0%, rgba(252,252,252,1) 70%); 
	background: -webkit-linear-gradient(top, rgba(201,231,238,1) 0%,rgba(252,252,252,1) 70%);
	background: linear-gradient(to bottom, rgba(201,231,238,1) 0%,rgba(252,252,252,1) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9e7ee', endColorstr='#fcfcfc',GradientType=0 ); */
}
/*nav li a:hover {
	text-decoration: none;
	color: white;
	background: #009AB1;
}*/
nav li:first-child {
/*    margin-left: 0px;
	margin-top:-4.3em;*/
}
nav li a.active {
	color: white;
	background: #009AB1;
}

#search-form input[type=submit] {
	background: url(/images/icons/search.svg) no-repeat 2px 8px;
	text-indent: -9999px;
	width: 32px;
	height: 36px;
	cursor: pointer;
	float: right;
	margin-top: -4px;
}
#search-form {
    position: absolute;
    display: block;
    z-index: 999;
    top: 0px;
	width:200px;
	background-color: #eee;
}
#search {
    font-size: 1.0em;
    background-color: transparent;
    border: 0px solid #aaa;
    border-top: 0;
    color: #000;
    padding: 0.1em 1.5em;
    width: 160px;
    margin-left: 0.0em;
}

/*@media screen and (min-width: 1025px) and (max-width: 1542px) {

	nav li.break a {
		font-size:0.8em;
		min-height: 3.1em;
	}
}
*/

#maincontent {
	display:block;
	overflow:hidden;
	/*padding-bottom: 64px; *//*footer height*/
}

/* contents */
section {
	position: relative;
	display: flex;
	display: -ms-flexbox;
	border-radius: 10px;
}
#inner {
/*	height:calc(100% - 0.0em);
	position: relative;
	overflow-x:hidden;
	overflow-y:auto;
	border:0px solid red;
	transition: all 500ms ease;*/
}
.inner h1 {
	margin-bottom:0.5em;
}
.inner_left, .inner_right {
	width:100%;
}

footer {
	position:fixed;
	position:relative;
	bottom:0px;
	width:100%;
	z-index: 99;
	color: white;
	height:5em;
	text-align:center;
	/*background-color:#5abee5;*/
	background-color: #122945;
  	background: linear-gradient(to top, rgba(92,195,234,1) 0%,rgba(18,41,69,1) 90%);
	background: linear-gradient(to right, rgba(92,195,234,1) 0%,rgba(18,41,69,1) 90%);
	padding:1.0em;
	padding-left: 20vw;
	}
footer ul {
/*	float: left;*/
}
footer li {
	list-style: none;
	float: left;
	color: #FFF;
	/*font-size: 0.8em;*/
	/*padding: 1.5em 0em 0em 0.5em;*/
}

footer a {
	color: #FFF;
}
footer a:hover {
	/*border: 1px solid #FFF;*/
}

/* Header Slideshow */
.crossfade_header {
	transition: all 100ms;
	max-width: 14vw;
	max-width: 20vw;
	height: 30vw;
	height: 42vw;
	width: 15vw;
	width: 20vw;
	/*max-width: 282px;*/
	position: absolute;	
	left: 0;
	top: -30px;
	z-index: 10;
}

.crossfade_header > figure {
	z-index: 2;
	position: absolute;
	width: 100%;
	left: 0;
	top: -30px;
/*	max-height: 430px;*/
	height: 100%;
	animation: imageAnimation 30s linear infinite 0s;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
}
.crossfade_header > figure:nth-child(1) { 
  background-image: url('/layout/slide4.png'); 
}
.crossfade_header > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('/layout/slide5.png');
}
.crossfade_header > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('/layout/slide6.png');
}
.crossfade_header > figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url('/layout/slide5.png');
}
.crossfade_header > figure:nth-child(5) {
  animation-delay: 24s;
  background-image: url('/layout/slide4.png');
} 
.crossfade_header > .background {
	z-index: 1;
	position: absolute;
	width: 100%;
	left: 0;
	top: -30px;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
  background-image: url('/layout/weiss.png');
} 
/* slideshow 2 */
#fixed_cross_container {
	width: 22em;
	position: relative;
}
.crossfade {
	/*padding-top:5em;*/
	position: relative;
	transition: all 100ms;
	max-height: 780px;
	max-width: 18em;
	height: 100%;
	width: 100%;
}

.crossfade > figure {
  z-index: 0;
  position: absolute;
  width: 22em;
  /*top: 4em;*/
  left: -5em;
	max-height: 780px;
  height: 100%;
  animation: imageAnimation 30s linear infinite 0s;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
}
.crossfade > figure:nth-child(1) { 
  background-image: url('/layout/slide4.png'); 
}
.crossfade > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('/layout/slide5.png');
}
.crossfade > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('/layout/slide6.png');
}
.crossfade > figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url('/layout/slide5.png');
}
.crossfade > figure:nth-child(5) {
  animation-delay: 24s;
  background-image: url('/layout/slide4.png');
}
@keyframes imageAnimation {  
 	0% {
	 animation-timing-function: ease-in;
	 opacity: 0;
	}
	 8% {
	 animation-timing-function: ease-out;
	 opacity: 1;
	}
	 17% {
	 opacity: 1
	}
	 25% {
	 opacity: 0
	}
	 100% {
	 opacity: 0
	}
}

/* Zoom In effect for inline images*/
.inner figure {
	max-width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom:1em;
}
.inner figure img {
	max-width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.inner figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	padding: 0.4em 0.6em;
	display: none;
}

/*Hide checkbox and radios */
input[type=checkbox],input[type=radio]  {
  display: none;
  -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu {
	max-height:11em;
}
input[type=checkbox]:checked + label img.menue {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(45deg);
}

nav label::after {
    content: "";
} 

nav input:checked + label::after {
    content: "";
}

/*  accordions */
.css-only-accordion label ,	.css-only-accordion2 label
	{display: inline-block; 
	color: #fff; 
	padding: 0.5em 1em; 
	text-align: left;
	background: #009AB1; 
	margin-top: 0.5em; 
	width:100%;
}
.css-only-accordion input:checked + label, 
.css-only-accordion2 input:checked + label  {	
	background: #009AB1; 
	color: #fff;
}
.tab-content {
  height: 0px;
  display: none;
  position: relative;
  padding:0.5em 1em;
  background: #fff;
}
label {
  position: relative;
  display: block;
}
label:after {
  content: "+";
  position: absolute;
  right: 0.7em;
  bottom: 0.18em;
  font-size: 1.5em;
}
input:checked + label:after {
  content: "-";
  bottom: 0.2em;
  font-size: 1.5em;
}
input:checked ~ .tab-content {
  height: auto;
  display: block;
  min-height: 100px;
}
.tab-content img {
  float: left;
  margin: 0 0.5em 1em 0;
  }
.inner_left li {
	line-height: 1.5em;
}
.tab-content img {
  max-width: 100%;
  height: auto;
  }
.css-only-accordion2 .tab-content {
  padding: 0;
}
.css-only-accordion2 .tab-content img {
  float: left;
  margin: 0;
}
  
/* tabs */
.cont {background: #fff;}
.cont > div {display: none; padding: 1em;}
.cont p {color: #666;}

.tabs label {display: inline-block; padding: 0.5em 1em; text-align: center; color:#009AB1;}
.tabs label:hover {color: #fff; cursor: pointer;background: #009AB1;}
.tabs input:checked + label {background: #009AB1; color: #fff;}
.tabs label:after {  content: ""; }
.tabs input:checked + label:after { content: "";}
.tabs ul { margin-left:1em; }

#tab1:checked ~ .cont #content1,
#tab2:checked ~ .cont #content2,
#tab3:checked ~ .cont #content3,
#tab4:checked ~ .cont #content4 {  display: block; }

.inner_right li {
	line-height: 1.5em;
}		
	
.patientlist {
	padding-left: 1em;
}

/* tables */
table {
    border-collapse: collapse;
    width: 100%;
}
td, th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}
tr:nth-child(even) {
    background-color: #eee;
}

/* overlay */
#cover { position:fixed; top:0; left:0; background:rgba(0,0,0,0.9); z-index:5; width:100%; height:100%; opacity: 0; visibility: hidden; }
#search { height:100%; width:100%; margin:0 auto; position:absolute; z-index:10; display: none;}
.search { padding-left: 1em; height:100%; width:81%; margin:0 auto; position:absolute; z-index:10;}
.submit { z-index: 11; }
.searchnav {list-style: none;}
#search:target, #search:target + #cover { display:block; visibility: visible; opacity: 1; transition: opacity 0.3s linear; }
.cancel { position:absolute; top:1.5em; right:1.20em; background:rgba(245,245,245,1.95); color:black; width:1.2em; font-size:3em; text-align:center; }
a.cancel:hover { text-decoration:none;}
.overlay {
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
	height: 34px;

}
.overlay img {
	max-width:100%;
	height:auto;
}

/* --- Landing Page --- */
.home.dark p, .home.dark a, .home.dark ul, .home.dark h1, .home.dark h2, .home.dark h3, .home.dark h4 {
	color: #102944;
}
#content_wrap .section_trenner.home {
	/*background: linear-gradient(to right, rgba(0, 154, 166, 1) 0%,rgb(255, 255, 255) 90%);*/
	height: 0em;
}
#content_wrap .home .content {
	background: transparent;
}
#content_wrap .home {
	/*background: linear-gradient(to right, rgba(205, 242, 255,1) 0%,rgb(255, 255, 255) 90%);*/
}
#content_wrap .home.content_right, .content_left {
	background: linear-gradient(to left, rgba(205, 242, 255,1) 0%,rgb(255, 255, 255) 40%);
}
.home h1 {
	font-size: 1.6em;
	padding-top: 0.8em;
	padding-bottom: 0.5em;
}
#content_wrap .home .proud {
	padding: 0!important;
	/*display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	width: 50%;*/
}
#content_wrap .home .proud > div {
	width: 100%;
}
.space_between {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
#OrthoK h1 {
	color: #85d2f0;
	text-transform: none;
}
/*.video_thumbnail {
	position: absolute;
}*/
@media only screen and (max-width: 1280px) {
	.efclin_2018 {
		display: block;
	}
}