@charset "utf-8";
/* CSS Document created by Artem Vladimirov. www.artdesigner.ru */

/*==================================================
	GENERAL HTML
==================================================*/
html, body, img, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
input[type="button"], input[type="submit"], input[type="reset"] {
	margin: 0px;
	padding: 0px;
	border: none;
}
body {
	width: 100%;
	min-width: 1000px;
	height: 100%;
	display: block;
	font: 13px/20px "Open Sans", Helvetica, Tahoma, sans-serif;
	background-color: white;
	color: rgba(0,0,0,1.00);
	background-attachment: fixed;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 120px;
}
.bg01 { background-image: url(/layout/01.jpg); }
.bg02 { background-image: url(/layout/02.jpg); }
.bg03 { background-image: url(/layout/03.jpg); }
.bg04 { background-image: url(/layout/04.jpg); }
.bg05 { background-image: url(/layout/05.jpg); }
.bg06 { background-image: url(/layout/06.jpg); }
.bg07 { background-image: url(/layout/07.jpg); }
.bg08 { background-image: url(/layout/08.jpg); }
.bg09 { background-image: url(/layout/09.jpg); }
.bg10 { background-image: url(/layout/10.jpg); }
.bg11 { background-image: url(/layout/11.jpg); }
.bg12 { background-image: url(/layout/12.jpg); }
.bg13 { background-image: url(/layout/13.jpg); }
a:link, a:visited {
	border-bottom: 1px solid #009ce0;
	border-bottom: 1px solid rgba(0,156,224,0.33);
	text-decoration: none;
	color: #009ce0;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
a:visited {
	color: rgba(0,156,224,0.5);
	border-bottom-color: #009ce0;;
	border-bottom-color: rgba(0,156,224,0.33);
}
a:focus, a:hover {
	color: #000;
	border-bottom-color: #000;
	border-bottom-color: rgba(0,0,0,1);
	}
a:active {
	border-bottom-color: #f63;
	border-bottom-color: rgba(255,102,51,1);
	color: #f63;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans Condensed", "Open Sans", Helvetica, Tahoma, sans-serif;
	color: #009ce0;
	font-weight: bold;
	letter-spacing: 0.1ex;
}
h1, h2 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
h2 {	font-size: 16px; }
h3 {
	font-size: 14px;
	line-height: 20px;
	color: #444;
}
p,
.content ul,
.content ol {
	margin-bottom: 20px;
}
.content ul,
.content ol { margin-left: 20px; }
.content li { color: #009ce0; }
.content li span { color: #000; }
hr {
	border-top: 1px solid #009ce0;
	border-bottom: 1px solid #009ce0;
	height: 0px;
	margin: 19px 0;
	clear: both;
}
/*==================================================
	GENERAL CSS
==================================================*/
.fll { float: left; }
.flr { float: right; }
.fln { float: none; }
.clr { clear: both; }
.col { float: left; width: 50%; }
.header {
	width: 100%;
	height: 120px;
	overflow: hidden;
	background: #ccc;
	position: relative;
	z-index: -1;
}
.header img {
	width: 100%;
	height: auto;
	min-width: 1400px;
	position: fixed;
}
.wrapper { 
	background: #fff;
	float: left;
	width: 100%;
}
.layout {
	margin: 0px auto;
	width: 880px;
}
.logo {
	margin: -60px 0 30px 0;
	position: relative;
	z-index: 1;
}
.content {
	float: left;
	width: 480px;
	margin: 90px 60px 40px 40px;
}
.photo {
	font: 14px/20px "Open Sans Condensed";
	margin-bottom: 20px;
	}
.photo img { 
	float: left;
	margin-right: 10px;
}
.sidebar {
	float: left;
	width: 120px;
	margin: 90px 0;
	font: 14px/24px "Open Sans Condensed";
}
.footer {
	padding: 15px 0;
	clear: both;
	color: #ccc;
	background: #222;
	width: 100%;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	border-top: 2px solid #009ce0;
}
.footer>div { 
	width: 880px;
	margin: 0 auto; 
	overflow: hidden;
}
.footer a:focus, 
.footer a:hover {
	color: #fff;
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,1);
}
.footer  img { 
	float: left;
	margin: 2px 8px 0 0;
}
.referenzen {
	border-top: 2px solid #009ce0;
	border-bottom: 2px solid #009ce0;
	margin-bottom: 20px;
	padding: 10px 0;
}
.referenzen img { 
	margin: 10px 19px 10px 18px; 
}

/*==================================================
	MENU
==================================================*/
.menu { 
	float: left;
	width: 140px;
}
.menu ul {}
.menu ul li {
	list-style: none;
	display: block;
	float: left;
	margin-bottom: 10px;
}
.menu ul li.current {
	background-color: #009ce0;
	color: #FFF;
	font-weight: 300;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.menu a:link,
.menu a:visited {
	display: block;
	
	padding: 0px 10px;
	font: 15px/30px "Open Sans Condensed", "Open Sans", Helvetica, Tahoma, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	border-bottom: none;
}
.menu a span {
	border-bottom: 1px solid rgba(0,156,224,0.33);
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.menu a:hover span,
.menu a:active span { border-bottom: 1px solid rgba(0,156,224,1); }
.menu a:active span { border-bottom-color: rgba(255,102,51,1); }
.menu ul li.current a:link,
.menu ul li.current a:visited {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0px -1px rgba(0,0,0,0.50);
	cursor: default;
}
.menu ul li.current a span {  border-bottom: none; }

/*==================================================
	TABS
==================================================*/
#tabs {
	clear: both;
	list-style: none;
}
#tabs ul {
	margin-left: 0; 
	overflow: hidden;
}
#tabs li { display: inline; overflow: hidden; }
#tabs li a:link,
#tabs li a:visited {
	padding: 5px 15px;
	line-height: 30px;
	min-width: 10px; 
	text-align: center;
	background: #333;
	float: left;
	color: #fff;
	font-weight: bold;
	margin-right: 15px;
	border-radius: 8px 0px 8px 0px;
	border-bottom: none !important;
	z-index: 1;
	position: relative;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	outline: none;
}
#tabs li a:visited {  }
#tabs li a:hover {  background: #009ce0; }
#tabs li a:active { background: #f63; }
#tabs .ui-tabs-active a:link {
	color: #fff;
	background: #009ce0;
}

/*==================================================
	HOMEPAGE
==================================================*/
.homepage {
	background: #000;
	overflow: hidden;
}
.homepage .text {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	color: #fff;
	width: 240px;
	text-shadow: 1px 1px #000;
	font-size: 12px;
	line-height: 21px;
	padding: 40px 20px 0 40px;
	background: url(/layout/bg.png);
	background: rgba(0,0,0,0.66);
}
.homepage h2 {
	color: #fff;
	line-height: 24px;
	border-bottom: none;
}
.homepage a:hover { 
	color: #fff;
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,1);
}
.homepage .copy {
	position: absolute;
	bottom: 10px;
	font-size: 10px;
	color: #999;
}

.hidden { visibility:hidden; }
#slides {
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.slide, .bg {
  height: 100%;
  min-height: 900px;
  width: 100%;
  min-width: 1362px;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  object-fit: contain;
}
.bg {
	z-index: -20;
	position: absolute;
}
.blind {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.60);
	z-index: 1;
	background-image: url(/layout/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}