* {
	padding: 0;
	margin: 0;
	outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

html {
	height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	background: url(../img/background.gif) top center;
	background-attachment: fixed;
	height: 100%;
}

img {
	border: 0px;
}

img.img_main {
	padding-top: 15px;
	padding-bottom: 5px;
}

img.img_main2 {
	padding-bottom: 0;
}

a {
	color: #183366;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

strong {
	font-weight: normal;
}

b,
.teaser strong {
	font-weight: bold;
}

div {
	text-align: left;
}

table {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
}

tr, td {
	padding: 0px;
}

form {
	margin: 0px;
	color: #000000;
}

ul, ol, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font-size: 13px;
	color: #646464;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	vertical-align: middle;
	padding-left: 2px;
	margin: 0;
}

button {
	overflow: visible;
}

button, 
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

#container {
	position: relative;
	max-width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(10, 10, 10, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(10, 10, 10, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(10, 10, 10, 0.5);
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.red {
	color: #dd0000;
}

.grey {
	color: #666666;
}

.breaker {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

/* #### Head ############################# */


#head {
	width: 100%;
	height: 84px;
	border-bottom: 4px solid #403f79;
	background: url(../img/nano_logo_bg.png) repeat-y;
}

#head a {
	width: 570px;
	height: 84px;
	display: block;
	background: url(../img/nano_logo.jpg) no-repeat;
}

#head.home {
	height: 0;
	border: 0;
	background: url(../img/nano_bg.jpg) repeat-y;
}

/* #### Nav 1 ############################# */

#nav_1 {
	line-height: 18px;
	background-color: #d6d6d6;
	padding: 0 180px 0 155px;
}

#nav_1 li {
	float: left;
	height: 20px;
	vertical-align: middle;
}

#nav_1 li.on {
	background-color: #eeeeee;
}

#nav_1 li a {
	color: #666666;
	font-size: 13px;
	line-height: 18px;
	padding: 0 13px 0 15px;
}

#nav_1 li a:hover {
	color: #333333;
}

#lang {
	color: #999999;
	font-size: 10px;
	line-height: 18px;
	text-align: right;
	background-color: #eeeeee;
	padding-right: 25px;
}

#lang a {
	color: #999999;
	font-size: 11px;
	line-height: 18px;
}

/* #### Nav 2 ############################# */

#nav_2 {
	float: left;
	width: 170px;
}

#nav_2 ul {
	margin-top: 20px;
}

#nav_2 ul ul {
	margin-top: 0;
}
	
#nav_2 ul li {
	font-size: 13px;
	line-height: 20px;
	padding-left: 20px;
}

#nav_2 ul li.on {
	font-weight: bold;
	background: url(../img/nav_bullet.gif) no-repeat;
}

#nav_2 ul ul li {
	font-weight: normal;
	padding-left: 0;
	margin-left: 23px;
}

#nav_2 ul li a {
	font-size: 13px;
	line-height: 20px;
	color: #183366;
	vertical-align: top;
}

#nav_2 ul li a.on {
	font-weight: bold;
}

#nav_2 ul li a:hover {
	color: #77a2cf;
}

/* #### Main ############################# */

#main {
	float: left;
	width: 770px;
	vertical-align: top;
	margin: 20px 0 60px;
	padding-right: 20px;
}

#main.home {
	width: 960px;
	margin: 20px 0 200px;
	padding-right: 0;
}

p {
	padding: 2px 0 20px;
}

p.pad_b {
	padding: 2px 0 60px;
}

p.pad_b2 {
	padding: 2px 0 40px;
}

p.pad_ref {
	padding: 20px 0;
}

.pad_inst {
	padding: 6px 0 35px;
}

h1, .h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
	margin: 0;
	padding: 0 0 20px;
	/*
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	*/
	word-break: break-word;
}
	
h2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	color: #444444;
	margin: 0;
	padding: 0 0 3px;
}

h2.h1 {
	padding-bottom: 25px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #444444;
	padding: 5px 0 3px;
}

#home h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	white-space: nowrap;
	padding: 0;
	padding-left: 10px;
	background: rgba(120,204,241,.2);
	background: #d3e3f2;
}

.sub_title {
	font-size: 12px;
	padding-bottom: 10px;
	display: block;
}

.sub_title.plus {
	padding-bottom: 20px;
}

.link {
	text-decoration: underline;
	/*
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	*/
	word-break: break-word;
}

.link_home {
	color: #999;
}

.persons_pict {
	margin-right: 30px;
	margin-bottom: 20px;
}

ul.content, 
ol.content {
	margin: 0;
	padding: 0 0 20px;
}

ul.content.pad, 
ol.content.pad {
	padding: 10px 0 20px;
}


ul.content li {
	list-style-type: disc;
	margin-left: 35px;
	margin-bottom: 3px;
}

ol.content li {
	list-style-type: decimal;
	margin-left: 35px;
	margin-bottom: 3px;
}

table.pad td {
	padding: 3px;
}

td p {
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0;
}

table.border td {
	border: 1px solid #cccccc;
}

table.border.exp td {
	text-align: center;
	padding: 15px;
}

table.border.comp td {
	vertical-align: top;
	padding: 6px;
}

#home, #home h1 {
	max-width: 960px;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #999999;
	text-align: center;
}

#home {
	padding-top: 20px;
}

#home h2 {
	font-size: 21px;
	line-height: 26px;
	color: #276895;
	text-align: left;
	/*background: rgba(120,204,241,.6);
	background: #9bc5e1;*/
	opacity: 0.8;
	padding: 10px;
	margin: 0 20px;
}

#home p, 
#home li {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

.publi {
	text-indent: -30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

fieldset {
	padding: 10px;
	margin-top: 20px;
}

legend {
	font-weight: bold;
	padding: 0 5px;
}

label {
	padding: 5px;
}

fieldset table {
	border: 0;
	width: 100%;
}

fieldset table td {
	padding: 4px 0;
}

fieldset table td input[type="text"] {
	margin: 0 4px;
}

.inst_l {
	float: left;
	width: 270px;
}

.inst_r {
	float: left;
	width: 500px;
}

#home .intro {
	text-align: center;
	padding: 0 20px;
}

#home .intro img {
	width: 100%;
	max-width: 520px;
}

#home .teaser {
	float: left;
	width: 50%;
}

#home .teaser .box {
	padding: 20px 20px 0 0;
}

#home .teaser .box p {
	/*background: rgba(120,204,241,.1);
	background: #f9f9f9;*/
	color: #777;
	padding: 10px;
}

#home .teaser .box a {
	display: block;
}

#home .teaser .link_home {
	color: #346495;
	display: block;
}

#home .teaser .link_more {
	color: #999;
	text-decoration: underline;
}

#home .teaser .link_more {
	padding: 0 3px;
}

#home .teaser .box_img {
	background: #f9f9f9;
}

#home .teaser img {
	width: 100%;
}

#home .flexslider {
	border: 0;
	margin: 20px 0 15px;
}

#home p.flex-caption {
	position: absolute;
	padding: 2%;
	bottom: 50px;
	background: rgba(255,255,255,.5);
	background: rgba(0,0,0,.4);
	background: rgba(17,190,222,.5);
	color: #444;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
}

#home p.flex-caption.a {
	left: 0;
	right: auto;
	bottom: 40px;
}

#home p.flex-caption.b1 {
	left: 0;
	right: auto;
	bottom: 175px;
	padding: 2% 3%
}

#home p.flex-caption.b2 {
	left: auto;
	right: 0;
	bottom: 175px;
}

#home p.flex-caption.c {
	left: auto;
	right: 0;
}

#home .flex-control-nav {
	opacity: 0.5;
	bottom: 10px;
	z-index: 1000;
}

#home .spacer {
	height: 50px;
	clear: both;
}

#nav_home {
	position: relative;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}

#nav_home ul {
	width: 100%;
}

#nav_home ul.row1 {
	position: absolute;
	z-index: 2;
}

#nav_home ul.row2 {
	position: absolute;
	z-index: 1;
	margin-top: 42px;
}

#nav_home ul li {
	width: 32%;
	display: inline-block;
	vertical-align: top;
}

#nav_home ul li a {
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	display: block;
	border-radius: 2px;
	background: rgba(120,204,241,.2);
	background: #e4f5fc;
	margin-top: 2px;
}

#nav_home ul li a:hover {
	background: rgba(120,204,241,.5);
	background: #bbe5f8;
}

#nav_home ul li:hover ul {
	display: block;
}

#nav_home ul li ul {
	display: none;
}

#nav_home ul ul li {
	width: 100%;
	display: block;
}

#nav_home ul ul li a {
	font-size: 15px;
	line-height: 34px;
	border-top: 1px solid #bbe5f8;
	background: #eff9fd;
	margin-top: 0;
}

#contact_but {
	background: rgba(120,204,241,.0);
	text-align: center;
	padding: 25px 20px;
	margin: 1px 0 40px;
}

#contact_but div {
	/*width: 480px;*/
	color: #777;
	text-align: center;
	line-height: 50px;
	/*background: rgba(120,204,241,.1);*/
	/*background: #fff;*/
	/*border: 2px solid rgba(120,204,241,.1);*/
	border-radius: 10px;
	padding: 15px 0 15px;
	margin: 0 auto;
}

#contact_but div a {
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	background: rgba(17,190,222,.5);
	background: #78ccf1;
	background: #7acfe3;
	border-radius: 3px;
	box-shadow: 0px 2px 3px 0px rgba(10, 10, 10, 0.3);
	padding: 12px 55px;
	margin-left: 15px;
}

#contact_but a:hover {
	background: rgba(120,204,241,.9);
	background: #64c3d9;
}

#news {
	padding: 15px 30px 50px;
}

#news li {
	list-style-type: disc;
	margin-left: 15px;
	padding-bottom: 15px;
}

.box_blue {
	background: rgba(120,204,241,.06);
	padding: 30px 0;
}

#banner_instruments {
	text-align: right;
	background: url(../img/nano_instruments_bg.jpg) 40px 20px no-repeat;
	padding: 20px 70px 50px 20px;
}

/* #### Foot ############################# */

#foot {
	position: absolute;
	width: 100%;
	height: 46px;
	background: url(../img/foot.jpg) no-repeat;
	bottom: 0;
	margin: 0 auto;
	text-align: left;
}

#foot.home {
	height: 130px;
	background: url(../img/foot.jpg) 0px 84px no-repeat;
	margin: -130px auto 0 auto;
	text-align: left;
}

#foot_l {
	float: left;
	max-width: 150px;
	height: 20px;
}

#foot_r {
	float: right;
	max-width: 810px;
	height: 20px;
}

a.foot_top {
	color: #5881c1;
	line-height: 18px;
	margin-left: 20px;
}

#foot_imprint {
	color: #6898bb;
	line-height: 14px;
	text-align: center;
}

#kringel {
	float: left;
	width: 120px;
	height: 84px;
}

#digest {
	float: left;
	max-width: 840px;
	color: #333333;
}


@media (min-width: 960px) {
	.flexslider {
		height: 300px;
	}
}

@media (max-width: 976px) {
	#nav_1 {
		line-height: 26px;
	}
	#main {
		width: 560px;
	}
	#main.home {
		width: 100%;
	}
	#nav_1 li {
		height: 28px;
	}
	#nav_1 li a {
		height: 26px;
	}
	#lang, 
	#lang a {
		line-height: 26px;
	}
	.inst_l {
		width: auto;
	}

	.inst_r {
		width: auto;
	}
}

@media (max-width: 790px) {
	#nav_home {
		height: 244px;
	}
	#nav_home ul.row2 {
		margin-top: 114px;
	}
	#nav_home ul li {
		display: block;
		width: 96%;
		margin: 0 auto;
	}
	#nav_home ul li:hover ul {
		display: none;
	}
}

@media (max-width: 767px) {
	#head.home {
		height: auto;
	}
	#nav_1 {
		padding: 0 140px 0 5px;
	}
	#main {
		width: auto;
		padding-left: 20px;
	}
	#main.home {
		padding: 0;
	}
	#digest {
		max-width: 600px;
	}
	#home .teaser {
		float: auto;
		width: auto;
	}
	#home h3 {
		white-space: normal;
	}
	
	#banner_instruments {
		padding: 130px 70px 15px 40px;
		text-align: left;
	}
	
	#home p.flex-caption {
		font-size: 20px;
		line-height: 24px;
	}
	
	#home p.flex-caption.b1, 
	#home p.flex-caption.b2 {
		bottom: 40px;
	}
}

@media (max-width: 630px) {
	#head {
		height: 100px;
	}
	#head a {
		width: 100%;
		height: 100px;
		max-width: 400px;
		background: url(../img/nano_logo.png) no-repeat 50% 10px;
		background-size: 90% auto;
		text-align: center;
		margin: 0 auto;
	}
	#foot_imprint, 
	#kringel, 
	#digest {
		display: none;
	}
	#nav_1 {
		padding: 0 40px 0 5px;
	}
}

@media (max-width: 520px) {
	#nav_1 {
		padding: 0 5px 0 5px;
	}
	#home p.flex-caption {
		font-size: 16px;
		line-height: 20px;
	}
	
	#home p.flex-caption.a, 
	#home p.flex-caption.b1, 
	#home p.flex-caption.b2, 
	#home p.flex-caption.c {
		bottom: 20px;
	}
}

@media (max-width: 410px) {
	#home p.flex-caption {
		font-size: 14px;
		line-height: 17px;
	}
	
	#home p.flex-caption.a, 
	#home p.flex-caption.b1, 
	#home p.flex-caption.b2, 
	#home p.flex-caption.c {
		bottom: 0px;
	}
}